From owner-freebsd-questions@FreeBSD.ORG Mon Mar 10 04:00:48 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F51E106566C for ; Mon, 10 Mar 2008 04:00:48 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id 782C18FC1A for ; Mon, 10 Mar 2008 04:00:48 +0000 (UTC) (envelope-from ejcerejo@optonline.net) Received: from localhost (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with SMTP id <0JXH001N5XTBQGF0@mta4.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Mon, 10 Mar 2008 00:00:47 -0400 (EDT) Date: Mon, 10 Mar 2008 00:00:46 -0400 From: "E. J. Cerejo" In-reply-to: <47D4AFD6.5020401@palaceofretention.ca> To: Vinny Message-id: <20080310000046.6b0d9bc0.ejcerejo@optonline.net> MIME-version: 1.0 X-Mailer: Sylpheed 2.4.8 (GTK+ 2.12.8; i386-portbld-freebsd7.0) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <47D47CFD.7000001@palaceofretention.ca> <20080309225258.22232a58.ejcerejo@optonline.net> <47D4AFD6.5020401@palaceofretention.ca> Cc: freebsd-questions Subject: Re: How did references to libc.so.7 get in my 6.3 ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2008 04:00:48 -0000 On Sun, 09 Mar 2008 23:49:42 -0400 Vinny wrote: > E. J. Cerejo wrote: > > On Sun, 09 Mar 2008 20:12:45 -0400 Vinny > > wrote: > > > >> Hello Everyone, > >> > >> I was trying to use portupgrade on totem and ran into a problem > >> with references for libc.so.7 failing to resolve. I have a > >> libc.so.6, of course, seeing as libc.so.7 is for FreeBSD 7, isn't > >> it? > >> > >> uname -a FreeBSD the.pal...ofretention.ca 6.3-PRERELEASE FreeBSD > >> 6.3-PRERELEASE #0: Wed Jan 16 09:32:16 EST 2008 > >> root@the.pal...ofretention.ca:/usr/obj/usr/src/sys/THE i386 > >> > [snip] > > > > > > You updated the port that put libc.so.6 in your system, you need to > > find out which port it came from and then find out which which ports > > depend on it and rebuild them also and then the problem will be > > fixed. I use /usr/ports/sysutils/bsdadminscripts which tells me > > exactly which ports need to be rebuilt. > > > Hi E. J., > > Is it true that a port put libc.so.6 in my system? > I thought it was part of the base system (i.e. the world as in > buildworld). > > I'm a bit (more) confused now. > > Vinny > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Then you're running FreeBSD 6.x and you updated your ports tree after FreeBSD 7.0 release. The latest ports tree no longer supports 6.x I believe. So you should upgrade to 7 release or stable.