From owner-freebsd-current@FreeBSD.ORG Sat Feb 1 20:52:33 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 87E3CB09 for ; Sat, 1 Feb 2014 20:52:33 +0000 (UTC) Received: from mail-vb0-x22c.google.com (mail-vb0-x22c.google.com [IPv6:2607:f8b0:400c:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4692C1DAB for ; Sat, 1 Feb 2014 20:52:33 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id f12so3762291vbg.17 for ; Sat, 01 Feb 2014 12:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=8QAqDk/+1Vg+46PC/sPB1IatVA7DBDqHOJFvztHbhzk=; b=MrwYHImG88CsbJ3lO7M/pcXIOVaeHdOzKH6uZp1rOimUFuc+bOLHfJPrsmXaAO2JCU 1Ybt3bTu8856kNVbeTHEZ1LrLDy6yGb/Ae5DWYVCSQLGirNUlDA+CFvKi9GPqNk4ruH2 gZ5gzaKbaUYE5OFCkrH+dG5hIjxtzj3shKnXRM3UThbeZu9376tF0+FAhiqAj2IqpAWA EMoISQAUBCIrj3T9c/eBSipPS5oTzEDA/cY/L1ywFei1ELT4C1nbbfclegi0Cu7FKtXj wDEQJ1Y5xfSgeeLYrEkl9KvPSXnzMrTi7BFnu7astmH1QkQikI9CJ8b8t2jQH5YLWOcM AM0w== MIME-Version: 1.0 X-Received: by 10.58.134.101 with SMTP id pj5mr40148veb.38.1391287952131; Sat, 01 Feb 2014 12:52:32 -0800 (PST) Received: by 10.220.168.135 with HTTP; Sat, 1 Feb 2014 12:52:32 -0800 (PST) Date: Sat, 1 Feb 2014 15:52:32 -0500 Message-ID: Subject: libelf.so.1 missing after -CURRENT update From: Thomas Hoffmann To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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 20:52:33 -0000 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? Thanks. -Tom