From owner-freebsd-ports@FreeBSD.ORG Tue Apr 25 15:41:38 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9ED8D16A403 for ; Tue, 25 Apr 2006 15:41:38 +0000 (UTC) (envelope-from barner@gmx.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 076B843D83 for ; Tue, 25 Apr 2006 15:41:25 +0000 (GMT) (envelope-from barner@gmx.de) Received: (qmail invoked by alias); 25 Apr 2006 15:41:20 -0000 Received: from host40.natpool.mwn.de (EHLO sunflower.sb1.swh.mhn.de) [138.246.7.40] by mail.gmx.net (mp029) with SMTP; 25 Apr 2006 17:41:20 +0200 X-Authenticated: #147403 Received: by sunflower.sb1.swh.mhn.de (Postfix, from userid 1001) id 212281146C; Tue, 25 Apr 2006 17:42:09 +0200 (CEST) Date: Tue, 25 Apr 2006 17:42:08 +0200 From: Simon Barner To: Adam K Kirchhoff Message-ID: <20060425154208.GD1824@sunflower.sb1.swh.mhn.de> References: <20060411070916.9f5f564f.adamk@voicenet.com> <20060411112456.GA89866@qlovarnika.bg.datamax> <20060411075134.6fd0602f.adamk@voicenet.com> <20060411125522.GA90276@qlovarnika.bg.datamax> <20060411092449.c7cb9095.adamk@voicenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060411092449.c7cb9095.adamk@voicenet.com> User-Agent: Mutt/1.5.11 X-Y-GMX-Trusted: 0 Cc: vd@FreeBSD.org, barner@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: boost-python 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: Tue, 25 Apr 2006 15:41:38 -0000 [...] > > The -a option comes from devel/boost/Makefile > > Btw I tested on 4.11 5.5-pre and 6.0 and (although not documented) > > find(1) supports -a on those three platforms. > > What version of FreeBSD are you running? > > > > FYI, even when I change the "-a" to "-and" it fails to install: > > cd /usr/ports/devel/boost-python/work/boost_1_33_1 && /usr/bin/find boost -type d -and \! -name "*.orig" -exec /bin/mkdir -p /usr/local/include/\{\} \; > find: -and: unknown option > > I went ahead and removed it, per your suggestion. It died a few lines later, > with another -a option to find. After removing that one, though, it seems > to have installed fine. Hello, sorry for not getting back to you earlier. Is this still a problem for you? I suspect that you were using rev. 1.24 of src/usr.bin/find/option.c in which the list of command line parameters was not lexicographically sorted (as it should be). Best regards, Simon