Opened 19 years ago

Closed 19 years ago

#4618 closed defect (fixed)

Netpbm does not build with GCC 4.0.0

Reported by: sf@… Owned by: yves@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

I tried building netpbm 10.29 today and the compilation ended with a bus error. I did a clean of netpbm and tried again and the same error was given:

gcc -no-cpp-precomp -c -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_netpbm/ work/netpbm-10.29/converter/other/fiasco/codec -I. -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_netpbm/ work/netpbm-10.29/converter/other/fiasco -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_netpbm/ work/netpbm-10.29/converter/other/fiasco/lib -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_netpbm/ work/netpbm-10.29/converter/other/fiasco/input -I/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_graphics_netpbm/ work/netpbm-10.29/converter/other/fiasco/output -DNDEBUG \

-O3 -I/opt/local/include -o wfalib.o wfalib.c

wfalib.c: In function ‘compute_spiral’: wfalib.c:479: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. make[4]: * [wfalib.o] Error 1 make[3]: * [codec/libfiasco_codec.a] Error 2 make[2]: * [fiasco/all] Error 2 make[1]: * [other/all] Error 2 make: * [converter/all] Error 2

This seems different from the error given in another open bug about netpbm. And changing the compiler to gcc 3.3 solved the problem for me.

Change History (2)

comment:1 Changed 19 years ago by blb@…

Owner: changed from darwinports-bugs@… to yves@…

Assigning to maintainer

comment:2 Changed 19 years ago by yves@…

Resolution: fixed
Status: newclosed

Fixed, Thanks !

Note: See TracTickets for help on using tickets.