From owner-freebsd-ports@FreeBSD.ORG Wed Mar 21 23:33:28 2007 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5911A16A401 for ; Wed, 21 Mar 2007 23:33:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id EDFA713C465 for ; Wed, 21 Mar 2007 23:33:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from [192.168.0.23] (r3b159.net.upc.cz [213.220.193.159]) (authenticated bits=0) by raven.customer.vol.cz (8.13.6/8.13.6) with ESMTP id l2LNXLXd068816 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Thu, 22 Mar 2007 00:33:23 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Kris Kennaway In-Reply-To: <20070321205328.GA58453@xor.obsecurity.org> References: <20070320171622.GA12902@xor.obsecurity.org> <20070320202139.GA16688@xor.obsecurity.org> <20070321205328.GA58453@xor.obsecurity.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Oui7XsBYwoXHlwOXvNWk" Date: Thu, 22 Mar 2007 00:33:21 +0100 Message-Id: <1174520001.50979.4.camel@ikaros.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.10.0 FreeBSD GNOME Team Port X-Spam-Score: -2.195 () AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 213.220.193.159; Sender-helo: [192.168.0.23]; ) Cc: Jeremy Messenger , freebsd-ports@FreeBSD.org Subject: Re: [ports-amd64@pointyhat.freebsd.org: linuxdcpp-0.0.1.20070206 failed on amd64 7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2007 23:33:28 -0000 --=-Oui7XsBYwoXHlwOXvNWk Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Kris Kennaway p=ED=B9e v st 21. 03. 2007 v 16:53 -0400: > On Wed, Mar 21, 2007 at 02:51:31PM -0500, Jeremy Messenger wrote: > > On Tue, 20 Mar 2007 15:21:39 -0500, Kris Kennaway = =20 > > wrote: > >=20 > > >On Tue, Mar 20, 2007 at 02:55:09PM -0500, Jeremy Messenger wrote: > > >>On Tue, 20 Mar 2007 12:16:22 -0500, Kris Kennaway > > >>wrote: > > >> > > >>>Dear Maintainer, > > >>> > > >>>As you may know, in the near future FreeBSD 7.x will be switching fr= om > > >>>the gcc 3.4 compiler to gcc 4.x. Unfortunately your port fails to > > >>>build with the new compiler; see the log below. > > >>> > > >>>To ease the disruption to users and to avoid further work later on, > > >>>can you please work (with the upstream developers if necessary) on > > >>>fixing this error? > > >>> > > >>>In many cases it requires only simple code changes, and these may > > >>>already have been submitted to the developers by other projects > > >>>(thesedays many Linux distributions use gcc 4.1, so chances are they > > >>>have fixed the error already), or the patches may be found in their > > >>>package repositories. > > >>> > > >>>You should be able to reproduce it yourself simply by installing the > > >>>lang/gcc41 port and then setting the variables > > >>> > > >>> CC=3D/usr/local/bin/gcc41 > > >>> CXX=3D/usr/local/bin/g++41 > > >>> > > >>>in your environment (Note: some ports do not respect these variables > > >>>currently, but this is another bug that should be fixed). > > >> > > >>I can't reproduce it. Any idea why I can't? Thanks. > > >> > > >># pkg_info | grep gcc > > >>gcc-4.1.3_20070312 GNU Compiler Collection 4.1 > > >># make -DGCC4 > > >>=3D=3D=3D> Extracting for linuxdcpp-0.0.1.20070206 > > >>=3D> MD5 Checksum OK for linuxdcpp-0.0.1.20070206.tar.bz2. > > >>=3D> SHA256 Checksum OK for linuxdcpp-0.0.1.20070206.tar.bz2. > > >>[...] > > >>=3D=3D=3D> Building for linuxdcpp-0.0.1.20070206 > > >>scons: Reading SConscript files ... > > >>Checking for /usr/local/bin/g++41 >=3D 3.4...(cached) yes > > >>[...] > > >>scons: Building targets ... > > >>/usr/local/bin/g++41 -o build/client/AdcCommand.o -c -O2 > > >>-fno-strict-aliasing -pipe -g -I. -I/usr/local/include -I. -D_GNU_SOU= RCE > > >>-D_FILE_OFFSET_BITS=3D64 -DICONV_CONST=3Dconst =20 > > >>-D_DATADIR=3D'"/usr/local/share"' > > >>client/AdcCommand.cpp > > >>/usr/local/bin/g++41 -o build/client/AdcHub.o -c -O2 =20 > > >>-fno-strict-aliasing > > >>-pipe -g -I. -I/usr/local/include -I. -D_GNU_SOURCE =20 > > >>-D_FILE_OFFSET_BITS=3D64 > > >>-DICONV_CONST=3Dconst -D_DATADIR=3D'"/usr/local/share"' client/AdcHub= .cpp > > >>/usr/local/bin/g++41 -o build/client/ADLSearch.o -c -O2 > > >>-fno-strict-aliasing -pipe -g -I. -I/usr/local/include -I. -D_GNU_SOU= RCE > > >>-D_FILE_OFFSET_BITS=3D64 -DICONV_CONST=3Dconst =20 > > >>-D_DATADIR=3D'"/usr/local/share"' > > >>client/ADLSearch.cpp > > >>[...goes on without failure...] > > > > > >Is this on amd64? > >=20 > > No, it's 6.2-STABLE i386. I guess, I can mark it as broken on 7.x amd64= . >=20 > Well it's only broken with the non-imported compiler, so if you're > going to go the "mark broken" route then please wait for the import. > And also talk to the developers of course. I just tried, and it build fine on amd64-6 with gcc41. --=20 Pav Lucistnik Knight: We shall say Ny! again to you if you do not appease us. Arthur: All right. What do you want? Knight: We want... a shruberry! --=-Oui7XsBYwoXHlwOXvNWk Content-Type: application/pgp-signature; name=signature.asc Content-Description: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?= =?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?= =?ISO-8859-1?Q?_zpr=E1vy?= -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQBGAcC9ntdYP8FOsoIRAln0AKCnIxz8YsP3xbv70hjjr+BiapYFMQCfUYpR /ODlu0i/ODMyfHhiGA/atdM= =5xr+ -----END PGP SIGNATURE----- --=-Oui7XsBYwoXHlwOXvNWk--