From owner-freebsd-stable@FreeBSD.ORG Mon Nov 5 22:39:18 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1D6216A420 for ; Mon, 5 Nov 2007 22:39:18 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id DE40A13C48A; Mon, 5 Nov 2007 22:39:17 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <472F9B95.6080309@FreeBSD.org> Date: Mon, 05 Nov 2007 23:39:17 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Norberto Meijome References: <20071105210626.49f84cc5@meijome.net> <472EF3D4.70507@FreeBSD.org> <20071106085935.13061afb@meijome.net> In-Reply-To: <20071106085935.13061afb@meijome.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable ML Subject: Re: Understanding libpthread.so.2 undef reference error.... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 22:39:19 -0000 Norberto Meijome wrote: > On Mon, 05 Nov 2007 11:43:32 +0100 > Kris Kennaway wrote: > >>> I don't ever remember getting this error before. I am pretty sure i'm using only binaries built on this machine for 7.0... have I missed anything? what's the cause of this error? >>> >>> FWIW, I have compat6x installed >> You missed the "portupgrade -fa" step of the upgrade from 6.x to 7.x. >> Those errors come from binaries linked to both 6.x and 7.x libraries. > > Hi Kris, > thanks for the explanation. I don't think I did that, as this is a 100% clean install of 7,but maybe I bungled it somewhere. > > is there a way to know what is cross linked? should I get rid of compat6x? Well in that case you managed to somehow install a 6.x binary on there (not compat6x), which is now being linked to 7.0 binaries (this should never happen in a correctly functioning system). Either rerun portupgrade -fa, or use pkg_which on the binaries and libraries that are giving problems to try and track down which need to be reinstalled. Kris