From owner-freebsd-ports@FreeBSD.ORG Thu Apr 3 10:11:17 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30C9C106566B for ; Thu, 3 Apr 2008 10:11:17 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by mx1.freebsd.org (Postfix) with ESMTP id CA1BE8FC23 for ; Thu, 3 Apr 2008 10:11:16 +0000 (UTC) (envelope-from oliver@akephalos.de) Received: from fwd24.aul.t-online.de by mailout09.sul.t-online.de with smtp id 1JhLeQ-0000p5-01; Thu, 03 Apr 2008 11:22:30 +0200 Received: from localhost (Gve0U2ZvYtWIVVHHL16IFOo8lPdM-9mwT3+mwRpgjEclXFrJ2HLbZUdKwK8XJQuKQhs1np-G7Y@[91.21.112.28]) by fwd24.t-online.de with esmtp id 1JhLdy-24mO4e0; Thu, 3 Apr 2008 11:22:02 +0200 Date: Thu, 3 Apr 2008 11:22:01 +0200 From: Oliver Herold To: freebsd-ports@freebsd.org Message-ID: <20080403092201.GA1827@asgard.home> Mail-Followup-To: Oliver Herold , freebsd-ports@freebsd.org References: <20080330171536.GA35591@asgard.home> <20080401195931.01f7775e@deimos.mars.bsd> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oyUTqETQ0mS9luUI" Content-Disposition: inline In-Reply-To: <20080401195931.01f7775e@deimos.mars.bsd> X-PGP-Key: http://www.fixmbr.de/wp-content/uploads/oliver-gpg-key.asc User-Agent: Mutt/1.5.17 (2007-11-01) X-ID: Gve0U2ZvYtWIVVHHL16IFOo8lPdM-9mwT3+mwRpgjEclXFrJ2HLbZUdKwK8XJQuKQhs1np-G7Y X-TOI-MSGID: 8a24a638-36cc-4dca-b55c-18558d936fcb Subject: Re: games/vavoom doesn't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 10:11:17 -0000 --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi My make.conf consists of the following: PERL_VER=3D5.8.8 PERL_VERSION=3D5.8.8 WITH_GTK2=3Dyes WITH_GECKO=3Dfirefox CC=3D/usr/local/libexec/ccache/world-cc CXX=3D/usr/local/libexec/ccache/world-c++ As you can see I'm using ccache, but I tried it without too. This is the output of make -V CFLAGS -O2 -fno-strict-aliasing -pipe This is the buildlog: http://bsdpaste.bsdgroup.de/814 Cheers, Oliver Alejandro Pulver wrote: > On Sun, 30 Mar 2008 19:15:36 +0200 > Oliver Herold wrote: >=20 > > Hi > >=20 > > building games/vavoom isn't possible it breaks while compiling with > > default options. I'm using FreeBSD 7 (RELENG_7). > >=20 > >=20 > > ---------------------------------------------------------------- > > [...] > >=20 > > gmake[2]: Leaving directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/source' > > gmake[1]: Leaving directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/source' > > Making all in progs > > gmake[1]: Entering directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/progs' > > Making all in common > > gmake[2]: Entering directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/progs/common' > > ../../utils/bin/vcc -P../../basev/common/progs ./engine/classes.vc > > ../../basev/common/progs/engine.dat > > ../../utils/bin/vcc -P../../basev/common/progs ./linespec/classes.vc > > ../../basev/common/progs/linespec.dat > > ./linespec/RedParticleFountain.vc:12: End of file inside a comment > > ./linespec/GreenParticleFountain.vc:12: End of file inside a comment > > ./linespec/BlueParticleFountain.vc:12: End of file inside a comment > > ./linespec/YellowParticleFountain.vc:12: End of file inside a comment > > ./linespec/PurpleParticleFountain.vc:12: End of file inside a comment > > ./linespec/BlackParticleFountain.vc:12: End of file inside a comment > > ./linespec/WhiteParticleFountain.vc:12: End of file inside a comment > > Confused by previous errors, bailing out > > gmake[2]: *** [../../basev/common/progs/linespec.dat] Fehler 1 > > gmake[2]: Leaving directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/progs/common' > > gmake[1]: *** [all-recursive] Fehler 1 > > gmake[1]: Leaving directory > > `/usr/ports/games/vavoom/work/vavoom-1.26/progs' > > gmake: *** [all-recursive] Fehler 1 > > *** Error code 2 > >=20 > > Stop in /usr/ports/games/vavoom. > > *** Error code 1 > >=20 > > Stop in /usr/ports/games/vavoom. > > ---------------------------------------------------------------- > >=20 >=20 > Hello. >=20 > The port builds on clean systems (pointyhat) and on my machine, so I > think the problem may be local. >=20 > What fails here is the internal VavoomC compiler, which is known to > misbehave when built with "-fno-strict-aliasing" (and the port removes > it if present). >=20 > To debug this I would need your CFLAGS ('make -V CFLAGS' in port > directory) and the complete build log (so we can see which flags were > used when building 'vcc', and other oddities). >=20 > Best Regards, > Ale --=20 Mail: oh@fixmbr.de or oh@desktopbsd.net Jabber: oh@get-privacy.de /"\ \ / ASCII Ribbon Campaign X against HTML email & vCards / \ --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (FreeBSD) iEYEARECAAYFAkf0obgACgkQbZFSiGSuUEhxgQCdG/gLMViH5wc+9SzL8krHVGZr VtcAn08PiBtIk5rwEX6xO+iaZWj0deMv =SKBC -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--