From owner-freebsd-current@FreeBSD.ORG Sat Feb 1 20:55:19 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 57622E06 for ; Sat, 1 Feb 2014 20:55:19 +0000 (UTC) Received: from mail.vnode.se (mail.vnode.se [212.247.52.13]) by mx1.freebsd.org (Postfix) with ESMTP id 145121DCF for ; Sat, 1 Feb 2014 20:55:18 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 728BAE3F07B; Sat, 1 Feb 2014 21:55:11 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DYjbbc1Y+9ud; Sat, 1 Feb 2014 21:55:09 +0100 (CET) Received: from [10.10.10.116] (unknown [83.223.1.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 156FEE3F079; Sat, 1 Feb 2014 21:55:08 +0100 (CET) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) Subject: Re: libelf.so.1 missing after -CURRENT update From: Joel Dahl In-Reply-To: Date: Sat, 1 Feb 2014 21:55:07 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Thomas Hoffmann X-Mailer: Apple Mail (2.1827) 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 20:55:19 -0000 1 feb 2014 kl. 21:52 skrev Thomas Hoffmann : > Did my weekly update of -CURRENT today to r261350 from r261236. After = the > upgrade when I tried to run 'pkg' I got the error: >=20 > libelf.so.1 required by libpkg.so.1 >=20 > So, I reinstalled 'pkg', which fixed the problem. Then I ran = pkg_libchk to > see if any other libs were missing and got: >=20 > glib -2.36.3_1: /usr/local/bin/gresource misses libelf.so.1 >=20 > So i re-installed glib and re-ran pkg_libchk against it. No more = missing > libelf.so.1. >=20 > 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. >=20 > Anyone else seen this or that can confirm an inadvertent delete of > libelf.so.1 on my part? I=92m seeing the same thing. =97 Joel