From owner-freebsd-emulation@FreeBSD.ORG Tue Aug 22 13:52:18 2006 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84F5A16A4E0 for ; Tue, 22 Aug 2006 13:52:18 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 731D743D4C for ; Tue, 22 Aug 2006 13:52:08 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D74A.dip.t-dialin.net [84.165.215.74]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.6/8.13.6) with ESMTP id k7MDYTWF020837; Tue, 22 Aug 2006 15:34:30 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k7MDq7t8022634; Tue, 22 Aug 2006 15:52:07 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from psbru.cec.eu.int (psbru.cec.eu.int [158.169.131.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 22 Aug 2006 15:52:06 +0200 Message-ID: <20060822155206.wnofa44ha8s0sok0@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 22 Aug 2006 15:52:06 +0200 From: Alexander Leidinger To: Boris Samorodov References: <200608220730.k7M7UMbm036179@freefall.freebsd.org> <68219662@bsam.ru> In-Reply-To: <68219662@bsam.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.2) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-emulation@FreeBSD.org, jes Subject: Re: ports/102034: emulators/linux_base-fc4 library problems with RELENG_6_1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 13:52:18 -0000 Quoting Boris Samorodov (from Tue, 22 Aug 2006 12:32:33 +0400)= : >> /usr/lib/libpthread.a >> /usr/lib/libpthread_p.a >> /usr/lib/libpthread.so.1 > > (note: this one is suspicious as you have [1].) No, the one in [1] is suspicious. Nothing should move any base system =20 library to /usr/local/compat/pkg. >> /usr/lib/libpthread.so >> /usr/lib/libpthread.so.0 > > Show pls "ls -l /usr/lib/libpthread.so.0". > > I asked about this one. Did you create it intentionally and (if yes, > what was the purpose)? > Did you (and how) upgrade your system? > Which OS version was initially installed at your PC? > > Anyway, this file either should exist at /usr/local/lib/compat or it > shouldn't exist at all. Try to (tempoparily) remove it and check up > linux_base install. > >> /usr/lib/libpthread.so.2 Since the .2 one exists, there should be no .1 or .0 at all. >> /usr/local/lib/compat/libpthread.so.1 [1] And this shouldn't be there too. I suggest to remove (temporary) all old libs from everywhere (this may =20 break some application) and run "libchk" (available from ports). It =20 will report some apps which depend upon this removed lib =20 ("Unresolved... /path/to/app"). For each of those apps, you need to =20 determine the corresponding port and rebuild it: pkg_which $(grep "Unresolved..." libchk.txt | sed -e =20 's/Unresolved.*: //') | sort -u | xargs portupgrade -f After this nothing depends upon this old lib anymore. Bye, Alexander. --=20 Genius may have its limitations, but stupidity is not thus handicapped. =09=09-- Elbert Hubbard http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137