Date: Fri, 4 Jan 2002 07:55:47 -0800 (PST) From: Mack <macklobell@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/33539: libungif-4.1.0b1 doesn't build with gcc 3.0.2 Message-ID: <200201041555.g04FtlN92259@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 33539 >Category: ports >Synopsis: libungif-4.1.0b1 doesn't build with gcc 3.0.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 08:00:08 PST 2002 >Closed-Date: >Last-Modified: >Originator: Mack >Release: 4.4 >Organization: >Environment: FreeBSD killerqueen 4.4-RELEASE-p2 FreeBSD 4.4-RELEASE-p2 #0: Fri Jan 4 11:19:14 CET 2002 root@killerqueen:/usr/src/sys/compile/KERNEL441 i386 >Description: When i try to build the port libungif with gcc 3.0.2 the make fails on qprintf.c. Output with gcc 3.0.2: /bin/sh ../libtool --mode=compile gcc30 -DHAVE_CONFIG_H -I. -I. -I.. -pipe -mpentiumpro -O3 -I/usr/X11R6/include -c qprintf.c rm -f .libs/qprintf.lo gcc30 -DHAVE_CONFIG_H -I. -I. -I.. -pipe -mpentiumpro -O3 -I/usr/X11R6/include -c qprintf.c -fPIC -DPIC -o .libs/qprintf.lo qprintf.c: In function `GifQprintf': qprintf.c:42: `va_start' used in function with fixed args *** Error code 1 Stop in /usr/ports/graphics/libungif/work/libungif-4.1.0b1/lib. *** Error code 1 Output with gcc 2.95.3: /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -mpentiumpro -O3 -I/usr/X11R6/include -c qprintf.c rm -f .libs/qprintf.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -mpentiumpro -O3 -I/usr/X11R6/include -c qprintf.c -fPIC -DPIC -o .libs/qprintf.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -pipe -mpentiumpro -O3 -I/usr/X11R6/include -c qprintf.c -o qprintf.o >/dev/null 2>&1 mv -f .libs/qprintf.lo qprintf.lo >How-To-Repeat: Install gcc 3.0.2 from the ports, then: make USE_GCC30=yes >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201041555.g04FtlN92259>