From owner-freebsd-stable@FreeBSD.ORG Tue Apr 6 09:32:38 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0B4E1065677 for ; Tue, 6 Apr 2010 09:32:38 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 9D1B58FC2A for ; Tue, 6 Apr 2010 09:32:38 +0000 (UTC) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Nz59A-00068I-80; Tue, 06 Apr 2010 11:32:36 +0200 Message-ID: <4BBAFFB9.7020101@gwdg.de> Date: Tue, 06 Apr 2010 11:32:41 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.1.8) Gecko/20100302 Thunderbird/3.0.3 MIME-Version: 1.0 To: Dominic Fandrey References: <4BBA2D66.5060702@gwdg.de> <4BBA3152.9010506@protected-networks.net> <4BBA4378.5040402@gwdg.de> <4BBA50A8.5040807@bsdforen.de> <4BBAD660.6080704@gwdg.de> <4BBAFAD9.8070704@bsdforen.de> In-Reply-To: <4BBAFAD9.8070704@bsdforen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-stable@freebsd.org Subject: Re: ldd manpage - example does not work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 09:32:39 -0000 Am 06.04.2010 11:11 (UTC+1) schrieb Dominic Fandrey: > On 06/04/2010 08:36, Rainer Hurling wrote: >> Am 05.04.2010 23:05 (UTC+1) schrieb Dominic Fandrey: >>> On 05/04/2010 22:09, Rainer Hurling wrote: >>>>> I want to create a list of binaries, which are linked against the old >>>>> libz.so.5 and must be upgraded ... >>> >>> Install sysutils/bsdadminscripts and rung pkg_libchk. :) >>> >> >> I was not aware of this tool for this purpose :-) > > I originally wrote it for the update from 6.x to 7.x, so that I could > find all packages being linked against the compat-ports and avoid > unnecessary builds. > >> With textproc/opensp installed the script hangs after some time with the >> following message: > > I doubt there is a connection. OpenSP is installed on my system > and it works fine. I think you are right ;-) >> [..snip..] >> ImageMagick-6.5.8.10_1: /usr/local/lib/libMagickWand.so.2 misses libz.so.5 >> arith: syntax error: ""0" + 1"-1.5.2_1 > > The arithmetics happen mostly during locking. I suppose the -1.5.2_1 > is a remainder of a status message and not connected to the error. > > Does this always occur in the same place? Maybe run the command with > -j1 to gain more predictable output. The next try with -j1: #pkg_libchk -j1 arith: syntax error: ""0" + 1"-2.14.17 No other output for the last 30 minutes. The only package installed with this version number is ORBit2. My systems are running under recent 9.0-CURRENT (amd64).