#17122 closed defect (duplicate)
sqlite3 3.6.4 - build fails while attempting to pipe into -f
Reported by: | harry.weppner@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | sqlite3 |
Description
---> Building sqlite3 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/work/sqlite-3.6.4" && gnumake all " returned error 2 Command output: sort -n -b -k 3 opcodes.h | -f ./mkopcodec.awk >opcodes.c /bin/sh: -f: command not found gnumake: *** [opcodes.c] Error 127
Something's off with the make script as it forgets to insert an appropriate command in the pipe. The weird thing is that I reattempted to install a short while later and it worked!?
Cheerio, Harry.
Change History (3)
comment:1 Changed 16 years ago by skymoo (Adam Mercer)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by blb@…
FYI, sudo port clean --work sqlite3
then rerun your original install command should get you going again.
Note: See
TracTickets for help on using
tickets.
duplicate of #13930