From owner-freebsd-stable@FreeBSD.ORG Wed May 11 19:49:44 2011 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 05FD8106566B for ; Wed, 11 May 2011 19:49:44 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by mx1.freebsd.org (Postfix) with ESMTP id CEDE28FC13 for ; Wed, 11 May 2011 19:49:43 +0000 (UTC) Received: (qmail 9471 invoked from network); 11 May 2011 19:04:07 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 May 2011 19:04:07 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 6094450824; Wed, 11 May 2011 15:04:01 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id F132239822; Wed, 11 May 2011 15:04:00 -0400 (EDT) From: Lowell Gilbert To: suri References: <4DCA35BB.5050402@snafu.de> Date: Wed, 11 May 2011 15:04:00 -0400 In-Reply-To: <4DCA35BB.5050402@snafu.de> (suri's message of "Wed, 11 May 2011 09:07:39 +0200") Message-ID: <44hb91ys7z.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: can't update libzip-0.9.3 to libzip-0.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2011 19:49:44 -0000 suri writes: > Hey List, > > i have problems with install/ update the port archivers/libzip. > When i delete libzip-0.9.3 and then type make in the port directoty > comes this: > > ===> Building for libzip-0.10 > make all-recursive > Making all in lib > make all-am > /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc > -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -fno-strict-aliasing -MT > zip_add.lo -MD -MP -MF .deps/zip_add.Tpo -c -o zip_add.lo zip_add.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe > -fno-strict-aliasing -MT zip_add.lo -MD -MP -MF .deps/zip_add.Tpo -c > zip_add.c -fPIC -DPIC -o .libs/zip_add.o > *** Error code 1 > Stop in /usr/ports/archivers/libzip/work/libzip-0.10/lib. > *** Error code 1 > > Stop in /usr/ports/archivers/libzip/work/libzip-0.10/lib. > *** Error code 1 > > Stop in /usr/ports/archivers/libzip/work/libzip-0.10. > *** Error code 1 > > Stop in /usr/ports/archivers/libzip/work/libzip-0.10. > *** Error code 1 > > Stop in /usr/ports/archivers/libzip. > > When i install libzip-0.9.3 as package and then try portmaster comes the > same error. > Have anyone the same problem or any idea. I'm certainly not seeing the same thing on RELENG_8 (which I assume you are running based on the list you posted this to). Did you cut and paste this output? [I would expect an error message just after the libtool line.] Did you try rebuilding libtool?