Opened 5 years ago

Closed 5 years ago

#57965 closed defect (duplicate)

miredo failed to build due to outdated gawk linked to readline 7

Reported by: axet (Alexey Kuznetsov) Owned by: l2dy (Zero King)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: l2dy@…
Port: miredo

Description

clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2798: $? = 1
configure:2787: /usr/bin/clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files

Attachments (2)

main.log (101.2 KB) - added by axet (Alexey Kuznetsov) 5 years ago.
config.log (115.1 KB) - added by axet (Alexey Kuznetsov) 5 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 5 years ago by axet (Alexey Kuznetsov)

Port: miredo added

comment:2 Changed 5 years ago by Schamschula (Marius Schamschula)

Cc: l2dy removed
Owner: set to l2dy
Status: newassigned

comment:3 in reply to:  description Changed 5 years ago by l2dy (Zero King)

Replying to axet:

clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2798: $? = 1
configure:2787: /usr/bin/clang -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files

Please attach a complete log for analysis (the log path should be port logfile miredo).

Changed 5 years ago by axet (Alexey Kuznetsov)

Attachment: main.log added

Changed 5 years ago by axet (Alexey Kuznetsov)

Attachment: config.log added

comment:4 Changed 5 years ago by l2dy (Zero King)

Please update gawk first (port selfupdate && port upgrade gawk), then clean and reinstall miredo (port clean miredo; port install miredo).

This seems to be a linking inconsistency issue in gawk, which can be resolved with an update.

:info:configure dyld: Library not loaded: /opt/local/lib/libreadline.7.dylib
:info:configure   Referenced from: /opt/local/bin/gawk
:info:configure   Reason: image not found

comment:5 Changed 5 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Summary: miredo failed to buildmiredo failed to build due to outdated gawk linked to readline 7
Note: See TracTickets for help on using tickets.