Date: Sat, 25 Dec 2004 13:48:59 -0500 From: "Paul J. Pathiakis" <pathiaki@pathiaki.com> To: ports@freebsd.org Subject: Gcc 3.44 on 5.2.1 and 5.3 Message-ID: <200412251348.59199.pathiaki@pathiaki.com>
next in thread | raw e-mail | index | archive | help
Hi, trying to upgrade a few apps (xvid and mpeg4ip) that require gcc3.4.4 ( I have it from (121704)). The following error occurs on both 5.2.1-p9, p11, and 5.3 RELEASE. fyi and thanks! Paul Pathiakis /usr/ports/lang/gcc34/work/build/gcc/xgcc -B/usr/ports/lang/gcc34/work/build/gcc/ -B/usr/local/i386-portbld-freebsd5.2.1/bin/ -B/usr/local/i386-portbld-freebsd5.2.1/lib/ -isystem /usr/local/i386-portbld-freebsd5.2.1/include -isystem /usr/local/i386-portbld-freebsd5.2.1/sys-include -c -DHAVE_CONFIG_H -O2 -O -pipe -mcpu=pentiumpro -I. -I../.././..//gcc-3.4-20041217/libiberty/../include -W -Wall -Wtraditional -pedantic ../.././..//gcc-3.4-20041217/libiberty/fibheap.c -o fibheap.o `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead. ../.././..//gcc-3.4-20041217/libiberty/fibheap.c: In function `fibheap_union': ../.././..//gcc-3.4-20041217/libiberty/fibheap.c:166: warning: implicit declaration of function `free' ../.././..//gcc-3.4-20041217/libiberty/fibheap.c: In function `fibheap_delete_node': ../.././..//gcc-3.4-20041217/libiberty/fibheap.c:285: error: `LONG_MIN' undeclared (first use in this function) ../.././..//gcc-3.4-20041217/libiberty/fibheap.c:285: error: (Each undeclared identifier is reported only once ../.././..//gcc-3.4-20041217/libiberty/fibheap.c:285: error: for each function it appears in.) ../.././..//gcc-3.4-20041217/libiberty/fibheap.c: In function `fibheap_consolidate': ../.././..//gcc-3.4-20041217/libiberty/fibheap.c:395: warning: implicit declaration of function `memset' gmake[2]: *** [fibheap.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/i386-portbld-freebsd5.2.1/libiberty' gmake[1]: *** [all-target-libiberty] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34. *** Error code 1 Stop in /usr/ports/multimedia/mpeg4ip. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade82027.9 make DEPENDS_TARGET=package ** Fix the problem and try again. ---> Skipping 'audio/faad' (faad2-2.0_4,1) because a requisite package 'mpeg4ip-1.0' (multimedia/mpeg4ip) failed (specify -k to force)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412251348.59199.pathiaki>