From owner-freebsd-current@FreeBSD.ORG Sat Feb 1 21:00:31 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BF6018B; Sat, 1 Feb 2014 21:00:31 +0000 (UTC) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 457D61E0E; Sat, 1 Feb 2014 21:00:31 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id pa12so3999176veb.16 for ; Sat, 01 Feb 2014 13:00:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7NK2HpHLCngaAZbaE9enDxYhLJF1WiUue+l0/qTzgpI=; b=c3CoyGDSkk4USMZ4V3GezvC11oRSQuYhyJh8SDY57YfGAPzSPvh5QrAr43aik6Vq52 HG8meg7raRJJAMQpEOppTfNiyELcASSQtknxnfeMDJyucjtJysJhhfSpq1FWDo3XpYmZ GrG29w2PmrNJqX7ypwsQcknvh2hTLakak3n7EsDxe9QiMSy0pRolCHkQhi8q1O9SVmsG bomvCtDdcK4TL4gqeCpd7q6u3A4/wLOE1VUjD3YBeTMWa3gfcHBKhKpjyPigb80NIMEf H51THH+w10wUacOgSyZzixA0esv+SVKSYaTQ7m5tuOLSd7mqb1bfh5fmXc+DzlqE2Kvp lvpw== MIME-Version: 1.0 X-Received: by 10.220.92.135 with SMTP id r7mr21767332vcm.11.1391288430196; Sat, 01 Feb 2014 13:00:30 -0800 (PST) Received: by 10.220.168.135 with HTTP; Sat, 1 Feb 2014 13:00:29 -0800 (PST) In-Reply-To: <20140201205501.GC1766@glenbarber.us> References: <20140201205501.GC1766@glenbarber.us> Date: Sat, 1 Feb 2014 16:00:29 -0500 Message-ID: Subject: Re: libelf.so.1 missing after -CURRENT update From: Thomas Hoffmann To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 01 Feb 2014 21:00:31 -0000 On Sat, Feb 1, 2014 at 3:55 PM, Glen Barber wrote: > On Sat, Feb 01, 2014 at 03:52:32PM -0500, Thomas Hoffmann wrote: > > Did my weekly update of -CURRENT today to r261350 from r261236. After the > > upgrade when I tried to run 'pkg' I got the error: > > > > libelf.so.1 required by libpkg.so.1 > > > > So, I reinstalled 'pkg', which fixed the problem. Then I ran pkg_libchk > to > > see if any other libs were missing and got: > > > > glib -2.36.3_1: /usr/local/bin/gresource misses libelf.so.1 > > > > So i re-installed glib and re-ran pkg_libchk against it. No more missing > > libelf.so.1. > > > > Anyway, I'm wondering if I inadvertently deleted libelf.so.1 during the > > 'make delete-old' or 'make delete-old-libs' steps of the rebuild. > > Unfortunately, these are the only two steps of the build process > > (mergemaster excepted) that I do not 'script' the output, so I cannot go > > back to see if that is the case. Obviously I need to begin "script'ing > > these two steps on future builds. > > > > Anyone else seen this or that can confirm an inadvertent delete of > > libelf.so.1 on my part? > > > > r261246 updates libelf.so to version 2. > > Glen > Okay, so I wasn't stupid, just negligent. I usually run pkg_libchk immediately after my builds to pick up these types of changes and to know what ports I need to rebuild. Got distracted today and did not do this immediately. Thanks. -Tom