Opened 18 years ago
Closed 18 years ago
#10824 closed defect (fixed)
BUG: libidl-0.8.7 fails to build on Intel
Reported by: | chris@… | Owned by: | yeled@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | libidl | Cc: | |
Port: |
Description
After configuring correctly, libidl-0.8.7 fails to build on Intel (10.4.8). Error messages as follows:
---> Building libidl with target all DEBUG: Executing com.apple.build (libidl) DEBUG: Assembled command: 'cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_libidl/work/libIDL-0.8.7" && make all' bison -y -d -v 2>/dev/null ./parser.y make: *** [stamp-parser] Error 133 Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_libidl/work/libIDL-0.8.7" && make all" returned error 2 Command output: bison -y -d -v 2>/dev/null ./parser.y make: *** [stamp-parser] Error 133
Change History (3)
comment:1 Changed 18 years ago by markd@…
Summary: | libidl-0.8.7 fails to build on Intel → BUG: libidl-0.8.7 fails to build on Intel |
---|
comment:2 Changed 18 years ago by chris@…
That caught it:
$ which bison /opt/local/bin/bison $ bison -V dyld: Library not loaded: /opt/local/lib/libintl.3.dylib Referenced from: /opt/local/bin/bison Reason: image not found Trace/BPT trap
Had bison 2.2_0 installed, but it appears libintl was upgraded from 3 to 8 and bison hadn't been recompiled. After re-building bison via port -f upgrade bison
, libidl-0.8.7 compiles fine.
Note: See
TracTickets for help on using
tickets.
Please give us the output of these commands: which bison bison -V