From owner-freebsd-current@FreeBSD.ORG Mon Mar 22 16:34:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F34616A4CE for ; Mon, 22 Mar 2004 16:34:35 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.Uni-Dortmund.DE [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 109D143D54 for ; Mon, 22 Mar 2004 16:34:35 -0800 (PST) (envelope-from michaelnottebrock@gmx.net) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id 17857167672; Tue, 23 Mar 2004 01:34:34 +0100 (CET) Received: from [192.168.8.4] (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i2N0YV2N077911 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 23 Mar 2004 01:34:32 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: freebsd-current@freebsd.org Date: Tue, 23 Mar 2004 01:34:31 +0100 User-Agent: KMail/1.6.1 References: <20040322234457.WUQR1438.mta11.adelphia.net@mercury> In-Reply-To: <20040322234457.WUQR1438.mta11.adelphia.net@mercury> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-02=_XY4XA9ik/vy6Lno"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403230134.31704.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new cc: adridg@cs.kun.nl cc: Henry Koren Subject: Re: Fwd: RE: [kde-freebsd] Build error in arts on -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 00:34:35 -0000 --Boundary-02=_XY4XA9ik/vy6Lno Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 23 March 2004 00:44, Henry Koren wrote: > libc.so.5 =3D> /lib/libc.so.5 (0x283d1000) > libc.so.4 =3D> /usr/lib/compat/libc.so.4 (0x284bb000) > > /usr/X11R6/bin/gconftool-2: > libc.so.5 =3D> /lib/libc.so.5 (0x283b0000) > libc.so.4 =3D> /usr/lib/compat/libc.so.4 (0x2847b000) Your binaries are linked to both libc.so.5 (which is the libc from -CURRENT= )=20 as well as to libc.so.4 (which is the libc from -STABLE) - that's a recipe= =20 for desaster. You probably WILL need to rebuild most if not all of the port= s=20 installed on that system from scratch (or replace them with binary packages= ). =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-02=_XY4XA9ik/vy6Lno Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAX4YXXhc68WspdLARAkCgAJ4wFaj62ALBB1tZPD2Ich8m8ZrBngCbBFpj JxuRp2GgL5+AU1fMcANlgHA= =IgZU -----END PGP SIGNATURE----- --Boundary-02=_XY4XA9ik/vy6Lno--