From owner-freebsd-stable@FreeBSD.ORG Thu May 12 06:13:15 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 7FB27106566B for ; Thu, 12 May 2011 06:13:15 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta14.westchester.pa.mail.comcast.net (qmta14.westchester.pa.mail.comcast.net [76.96.59.212]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF858FC17 for ; Thu, 12 May 2011 06:13:14 +0000 (UTC) Received: from omta20.westchester.pa.mail.comcast.net ([76.96.62.71]) by qmta14.westchester.pa.mail.comcast.net with comcast id iWCp1g0011YDfWL5EWDFwq; Thu, 12 May 2011 06:13:15 +0000 Received: from koitsu.dyndns.org ([67.180.84.87]) by omta20.westchester.pa.mail.comcast.net with comcast id iWDE1g0061t3BNj3gWDEx4; Thu, 12 May 2011 06:13:15 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id A915D102C36; Wed, 11 May 2011 23:13:12 -0700 (PDT) Date: Wed, 11 May 2011 23:13:12 -0700 From: Jeremy Chadwick To: joerg_surmann Message-ID: <20110512061312.GA54574@icarus.home.lan> References: <4DCB7962.6090706@snafu.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DCB7962.6090706@snafu.de> User-Agent: Mutt/1.5.21 (2010-09-15) 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 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 06:13:15 -0000 On Thu, May 12, 2011 at 08:08:34AM +0200, joerg_surmann wrote: > I've cvsupped my ports and rebuild libtool. > Same result. > Don't no what the problem is. > > Thank's Michael another idea? Something is wrong with the actual build of the software. Look very closely at the compiler error: > In file included from zip.h:51, > from zipint.h:45, > from zip_add.c:36: > ./zipconf.h:22:13: warning: missing whitespace after the macro name Can you please provide the contents of this file somewhere? It will be located somewhere within the "work" directory of the port itself. E.g. 'find work -name "zipconf.h"' will find you the file. Please note that I've noticed your Emails are formatted very badly (extraneous whitespace, newlines, etc.) -- please do not copy/paste the file contents, because chances are it'll look broken/messed up given whatever your Email client is doing. Please put the file up on the web somewhere or attach it in an Email response. I have a feeling something is wonky with your /etc/make.conf or some other part of your system (possibly conflicting ports, or a GNU autoconf script that is detecting something incorrectly). Thank you. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP 4BD6C0CB |