Date: Tue, 22 Feb 2005 14:37:30 -0600 From: Erik Greenwald <erik@smluc.org> To: Michael Johnson <ahze@freebsd.org> Cc: freebsd-ports-bugs@freebsd.org Subject: Re: ports/77899: [Maintainer Update] graphics/bugle 0.0.20041123 -> 0.0.20050221 Message-ID: <20050222203730.GA20080@smluc.org> In-Reply-To: <200502221923.j1MJNLtF030712@freefall.freebsd.org> References: <200502221923.j1MJNLtF030712@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Feb 22, 2005 at 07:23:21PM +0000, Michael Johnson wrote: > Synopsis: [Maintainer Update] graphics/bugle 0.0.20041123 -> 0.0.20050221 > > State-Changed-From-To: open->feedback > State-Changed-By: ahze > State-Changed-When: Tue Feb 22 19:22:46 GMT 2005 > State-Changed-Why: > Does not build on 5.3 hrm, seems to on mine, is your gcc modified, or are you defaulting to a different gcc? 'bugle' seems very sensitive to gcc version as it uses intermediate files... (the c++ translation unit files, .tu). 5.3p2 using the included gcc 3.4.2 is what I built with... > > /bin/sh ./libtool --mode=link c++ -O -pipe -o budgie/budgie budgie/budgie.o budgie/tree.o budgie/treeutils.o budgie/tulexer.o budgie/bclexer.o budgie/bcparser.o -L/usr/X11R6/lib > mkdir budgie/.libs > c++ -O -pipe -o budgie/budgie budgie/budgie.o budgie/tree.o budgie/treeutils.o budgie/tulexer.o budgie/bclexer.o budgie/bcparser.o -L/usr/X11R6/lib > ./mkinstalldirs src/data > cc -DHAVE_CONFIG_H -I. -I. -I. -I./budgielib -I./libltdl -I/usr/X11R6/include -DLIBDIR=\"/usr/local/lib\" -DPKGLIBDIR=\"/usr/local/lib/bugle\" -I/usr/X11R6/include -I/usr/X11R6/include -O -pipe -fdump-translation-unit -c ./src/data/gl.c -o src/data/gl.o > rm -f src/data/gl.o > mv gl.c.tu src/data/gl.tu > mv: rename gl.c.tu to src/data/gl.tu: No such file or directory > *** Error code 1 > > Stop in /tmp/a/ports/graphics/bugle/work/bugle-0.0.20050221. > *** Error code 1 > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=77899 Script started, output file is /tmp/bugle erik@fenris /usr/ports/graphics/bugle$ make clean ===> Cleaning for libiconv-1.9.2_1 ===> Cleaning for gettext-0.14.1 ===> Cleaning for gmake-3.80_2 ===> Cleaning for imake-6.8.1 ===> Cleaning for libtool-1.3.5_2 ===> Cleaning for libtool-1.5.10 ===> Cleaning for pkgconfig-0.15.0_1 ===> Cleaning for perl-5.8.6_2 ===> Cleaning for freetype2-2.1.7_4 ===> Cleaning for expat-1.95.8 ===> Cleaning for fontconfig-2.2.3,1 ===> Cleaning for xorg-libraries-6.8.1_1 ===> Cleaning for bugle-0.0.20050221 erik@fenris /usr/ports/graphics/bugle$ make > /dev/null ; echo $? Warning: no functions matched the regex 'glGetAttachedShaders' Warning: no functions matched the regex 'glGetProgramiv' Warning: no functions matched the regex 'glGetShaderiv' Warning: no functions matched the regex 'glGetProgramiv' Warning: no functions matched the regex 'glGetShaderiv' Warning: no such type '+PK6GLchar' Warning: no such type '+P6GLchar' Warning: no such type '+PK6GLchar' Warning: no such type '+P6GLchar' 0 erik@fenris /usr/ports/graphics/bugle$ uname -a FreeBSD fenris 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Sat Dec 18 14:10:20 EST 2004 erik@fenris.br0kenland.org:/usr/obj/usr/src/sys/FENRIS i386 erik@fenris /usr/ports/graphics/bugle$ gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 erik@fenris /usr/ports/graphics/bugle$ exit Script done on Tue Feb 22 15:28:31 2005 -- -Erik <erik@smluc.org> [http://math.smsu.edu/~erik] The opinions expressed by me are not necessarily opinions. In all probability, they are random rambling, and to be ignored. Failure to ignore may result in severe boredom or confusion. Shake well before opening. Keep Refrigerated.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050222203730.GA20080>