Opened 6 years ago
Closed 6 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)
Change History (7)
comment:1 Changed 6 years ago by axet (Alexey Kuznetsov)
Port: | miredo added |
---|
comment:2 Changed 6 years ago by Schamschula (Marius Schamschula)
Cc: | l2dy removed |
---|---|
Owner: | set to l2dy |
Status: | new → assigned |
comment:3 Changed 6 years ago by l2dy (Zero King)
Changed 6 years ago by axet (Alexey Kuznetsov)
Changed 6 years ago by axet (Alexey Kuznetsov)
Attachment: | config.log added |
---|
comment:4 Changed 6 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 6 years ago by jmroot (Joshua Root)
Resolution: | → duplicate |
---|---|
Status: | assigned → closed |
Summary: | miredo failed to build → miredo failed to build due to outdated gawk linked to readline 7 |
Note: See
TracTickets for help on using
tickets.
Replying to axet:
Please attach a complete log for analysis (the log path should be
port logfile miredo
).