From owner-freebsd-current@FreeBSD.ORG Fri Nov 4 19:20:07 2011 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 8387B106564A for ; Fri, 4 Nov 2011 19:20:07 +0000 (UTC) (envelope-from armin@frozen-zone.org) Received: from mailbackup.inode.at (mailbackup.inode.at [213.229.60.24]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD068FC0C for ; Fri, 4 Nov 2011 19:20:07 +0000 (UTC) Received: from [62.99.145.5] (port=51630 helo=mx.inode.at) by mailbackup.inode.at with esmtp (Exim 4.76) (envelope-from ) id 1RMPJ8-0004u7-0u for freebsd-current@freebsd.org; Fri, 04 Nov 2011 20:20:06 +0100 Received: from [84.119.18.197] (port=13612 helo=fz-sub1.local) by smartmx-05.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1RMPJ5-0001AE-G7; Fri, 04 Nov 2011 20:20:03 +0100 Message-ID: <4EB43AB0.4030107@frozen-zone.org> Date: Fri, 04 Nov 2011 20:19:12 +0100 From: Armin Pirkovitsch User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111007 Thunderbird/7.0.1 MIME-Version: 1.0 To: guru@unixarea.de, freebsd-current@freebsd.org References: <20111104132640.GA1378@tiny> In-Reply-To: <20111104132640.GA1378@tiny> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 10-CURRENT && ports/security/p11-kit 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: Fri, 04 Nov 2011 19:20:07 -0000 On 11/04/11 14:26, Matthias Apitz wrote: > > ports/security/p11-kit (requested by ports/graphics/evince via gnome) > does not build: > > caracas# pwd > /usr/ports/security/p11-kit > caracas# make > ===> Building for p11-kit-0.8 > ... > checking for ld used by GCC... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for shared library run path origin... done > checking for CFPreferencesCopyAppValue... no > checking for CFLocaleCopyCurrent... no > checking whether to use NLS... no > ./configure: 14377: Syntax error: word unexpected (expecting ")") > *** Error code 2 Just wondering - have you looked at UPDATING? - especially: 20110928: AFFECTS: users of 10-current AUTHOR: eadler@FreeBSD.org There are known issues installing ports on FreeBSD 10+ due to bogus assumptions by various build scripts. This will not be fixed until 9-RELEASE is released. There are two workarounds: 1) Set UNAME_r=9.9-CURRENT in your environment 2) Set REVISION="9.9" in ${SRCDIR}/sys/conf/newvers.sh afaik there are already some people working on that problem - however I'd suggest you try one of the workarounds for now... Armin