From owner-freebsd-stable@FreeBSD.ORG Thu Jan 27 07:42:16 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6359A16A4CE for ; Thu, 27 Jan 2005 07:42:16 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E91643D62 for ; Thu, 27 Jan 2005 07:42:12 +0000 (GMT) (envelope-from chrcoluk@gmail.com) Received: by rproxy.gmail.com with SMTP id f1so207212rne for ; Wed, 26 Jan 2005 23:42:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=CGXFI7zqaoPEMmI4T/yhIdxUtZU9gFAHWGXVluQGxlpCOfjDjiN5MbnMVjD/0OzeHrKyEuybD9ShhgbdeTA92s98xH/s40+XDaLcQSTHtkoAhQKo992xlK6yWBl/i+qrIrMKTl2WZTvFaWGZNUGEgeOnQL/ouClXA044CfwMGe8= Received: by 10.38.74.12 with SMTP id w12mr271968rna; Wed, 26 Jan 2005 23:42:11 -0800 (PST) Received: by 10.39.1.45 with HTTP; Wed, 26 Jan 2005 23:42:11 -0800 (PST) Message-ID: <3aaaa3a050126234230d8496c@mail.gmail.com> Date: Thu, 27 Jan 2005 07:42:11 +0000 From: Chris To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= In-Reply-To: <41F7F842.3030507@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <20050126104801.30643.qmail@web54008.mail.yahoo.com> <3aaaa3a0501260403611abe49@mail.gmail.com> <41F7F842.3030507@cs.tu-berlin.de> cc: freebsd-stable@freebsd.org Subject: Re: Linking problems with gcc 3.4.2 and glibc on 5.3-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 07:42:16 -0000 Well it started out with me getting a complaint from a user on my server saying he couldnt compile psybnc since I upgraded to 5.3 I told him I would investigate when I get time, I then found out later that ezbounce also failed (i use ezbounce) on 5.3, but my binary which was backed up from when I compiled on 5.2.1 works fine. I also heard from many friends on irc that psybnc doesnt work with 5.3 so obviously the problem is wide spread and it was one reason why a lot of shell companies were not upgrading from 4.x yet. I then decided to try psybnc myself and this is what happens using gcc 3.4.2 bundled with 5.3. Initializing bouncer compilation [*] Running Conversion Tool for older psyBNC Data. tools/convconf.c: In function `cofile': tools/convconf.c:81: error: label at end of compound statement *** Error code 1 Stop in /usr/home/chrysalis/psybnc. I can duplicate this problem every single time on any 5.3 box it has a 100% failure rate so I would be interested to know how psybnc worked for you, however if I install gcc 3.3.6 and then edit the top line in Makefile to cc =3D gcc33 then it compiles fine. I will as you suggest try a later gcc in the 3.4.x branch as there is newer version then what is bundled in 5.3 and I will report back. I havent test ezbounce with 3.3.6 yet. Chris On Wed, 26 Jan 2005 21:06:26 +0100, Bj=F6rn K=F6nig wrote: > Chris schrieb: >=20 > >there is also a bug which prevents compiling of ezbounce and psybnc, I > >wonder how much testing went into the new gcc compiler or was it just > >bundled into the release, considering this is the reccommended release > >for production server's now this is a bad oversight, I think the gcc > >should be changed in the next patch level back to 3.3.6. > > > > > I compiled psybnc already a few times with FreeBSD 5.3 successfully. If > there is a problem then please tell it. >=20 > Regards Bj=F6rn >=20 >