From owner-freebsd-current@FreeBSD.ORG Mon Sep 6 13:03:33 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B56710656A4 for ; Mon, 6 Sep 2010 13:03:33 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD578FC0A for ; Mon, 6 Sep 2010 13:03:32 +0000 (UTC) Received: by qyk31 with SMTP id 31so2451329qyk.13 for ; Mon, 06 Sep 2010 06:03:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VwjFl/npv1XQ13571jm5yxpakhU8jfiFxZG9mTuzj5o=; b=PD2qFkx1vdP3llZhnsuvlaTRFCnV4YFWsMlJ6G2Ok59EsHXlil/tKum3yLBf3nQqUH gG5dUjXvgMcIUYhQU2+mzuEJrOxHCwZTDyBmciE+EGxxRO1/ATRki5b+iHG5KB85eV0g Bd4Y4N7HU/H+yKC+s96ZUcuxXCMzQjlbyxzko= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=nkGCBmvNhOWGdKQ80YFQQrSSH5rIiN7zBX2UxcHT8TsRRXwlN9UM9W2eG89Pw8B9g4 WXPcATPbbtnYnZJFYC33bSuQhFiaCktH1sX6ibcpPtz7dP3b0QpVYfpn2eP1pg7WcrwR XXgWuVDprXdyEeA417j7pTqbqJU2CRXhcW/+o= MIME-Version: 1.0 Received: by 10.229.215.8 with SMTP id hc8mr3510144qcb.23.1283778211910; Mon, 06 Sep 2010 06:03:31 -0700 (PDT) Received: by 10.229.19.206 with HTTP; Mon, 6 Sep 2010 06:03:31 -0700 (PDT) In-Reply-To: <20100906125004.GA45452@mech-cluster241.men.bris.ac.uk> References: <20100906125004.GA45452@mech-cluster241.men.bris.ac.uk> Date: Mon, 6 Sep 2010 17:03:31 +0400 Message-ID: From: pluknet To: Anton Shterenlikht Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org Subject: Re: At r212060, but /usr/bin/drace and /usr/sbin/lockstat still depend on libz.so.5 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: Mon, 06 Sep 2010 13:03:33 -0000 On 6 September 2010 16:50, Anton Shterenlikht wrote: > On sparc64 after updating to r212060, libz.so.5 came up > as old library. I rebuit all ports to use > libz.so.6 instead, but libchk still shows that > > Binaries that are linked with: /lib/libz.so.5 > =A0 =A0 =A0 =A0/usr/sbin/dtrace > =A0 =A0 =A0 =A0/usr/sbin/lockstat > > What did I do wrong that resulted in these 2 > programs still linked against the old version > of libz? > Hi, Anton. After r210693, these utilities are built for i386 and amd64 only. Thereby you have stale binaries installed from older sources. --=20 wbr, pluknet