From owner-freebsd-ports@FreeBSD.ORG Thu Jul 24 07:11:26 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1BFD106564A for ; Thu, 24 Jul 2008 07:11:26 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (ns.haidundneu23.net [213.133.108.24]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1658FC0A for ; Thu, 24 Jul 2008 07:11:26 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id EC79268029 for ; Thu, 24 Jul 2008 08:46:55 +0200 (CEST) X-Spam-Scanned: by amavisd-new at haidundneu23.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.haidundneu23.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vBP8iUK6JBqS for ; Thu, 24 Jul 2008 08:46:55 +0200 (CEST) Received: from reindeer.haidundneu23.net (vpn.astaro.de [213.144.15.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "reindeer.haidundneu23.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTP for ; Thu, 24 Jul 2008 08:46:55 +0200 (CEST) Received: by reindeer.haidundneu23.net (Postfix, from userid 1000) id CD80E11434; Thu, 24 Jul 2008 08:46:54 +0200 (CEST) Date: Thu, 24 Jul 2008 08:46:54 +0200 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Message-ID: <20080724064654.GA1676@reindeer.haidundneu23.net> References: <200807232357.22255.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807232357.22255.david@vizion2000.net> X-PGP-Key: RSA/2048 0xB816EBBD X-PGP-Fingerprint: 89 2E 6D 05 95 B8 D7 1F 7C 1D C3 1E 95 A0 9B 5D X-GPG: supported User-Agent: mutt-ng/devel-r804 (FreeBSD) Subject: Re: Policy Kit - Compile failure on amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2008 07:11:26 -0000 ## David Southwell (david@vizion2000.net): > kit-string.c -fPIC -DPIC -o .libs/kit-string.o > kit-string.c:141: error: redefinition of 'strndup' > kit-string.c:119: error: previous definition of 'strndup' was here > gmake[3]: *** [kit-string.lo] Error 1 That's because patch-src_kit_kit-string.c introduces a second strndup funtion into kit-string.c. Perhaps the first (original) strndup should be patched out of kit-string.c? Regards, Christoph -- Spare Space