From owner-freebsd-current@FreeBSD.ORG Sat Feb 4 16:10:21 2006 Return-Path: X-Original-To: current@freebsd.org 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 AB89E16A420 for ; Sat, 4 Feb 2006 16:10:21 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.FreeBSD.org (Postfix) with SMTP id A64DB4464A for ; Sat, 4 Feb 2006 16:10:20 +0000 (GMT) (envelope-from dougb@FreeBSD.org) Received: (qmail 71966 invoked by uid 399); 1 Feb 2006 07:10:18 -0000 Received: from localhost (HELO ?192.168.1.101?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 1 Feb 2006 07:10:18 -0000 Message-ID: <43E05ED9.9000900@FreeBSD.org> Date: Tue, 31 Jan 2006 23:10:17 -0800 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: Sean McNeil References: In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Daniel Eischen , Robert Watson , current@freebsd.org Subject: Re: MFC of bump in libcom_err.so another mistake? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 04 Feb 2006 16:10:21 -0000 Sean McNeil wrote: > This is EXACTLY what I am saying. I am not a -current user, I am a > -stable user and this happened about a week ago or so. It was > libcom_err.so.2.1 until just recently. I don't see how it could be libanything.so.2.1 on a FreeBSD system, given that we dropped minor revision numbers on shared libs back at the elf conversion. Also: ls /usr/lib/*.[0-9].[0-9] /lib/*.[0-9].[0-9] ls: /lib/*.[0-9].[0-9]: No such file or directory ls: /usr/lib/*.[0-9].[0-9]: No such file or directory I don't know where you got libcom_err.so.2.1, but I don't think it's from a FreeBSD system. Also, to make things clear, if you are using 7-current, this is the right list to continue asking for help on. If you're using 6.0, you should ask for help on freebsd-stable@freebsd.org. Before doing so however, if I were you I'd take the following steps: 1. cvsup the latest sources for RELENG_6 (6-stable). 2. cd /usr/src ; make cleanworld 3. make buildworld ; make kernel 4. Follow the upgrading instructions in src/UPDATING 5. Go into /lib and /usr/lib, and do 'ls -lr', then mv any old libraries out of those directories. 6. cd /etc/ ; mv libmap.conf libmap.conf.bak (it's ok if this file doesn't exist) 7. reboot 8. Rebuild any ports that don't work, even if that means all of them. Then I'd say you're in pretty good shape to start asking for help again, presumably on freebsd-stable@. Good luck, Doug -- This .signature sanitized for your protection