From owner-freebsd-questions@FreeBSD.ORG Sat Dec 15 13:54:19 2007 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4079716A47B; Sat, 15 Dec 2007 13:54:19 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id A5B2413C45B; Sat, 15 Dec 2007 13:54:18 +0000 (UTC) (envelope-from cpghost@cordula.ws) Received: from epia-2.farid-hajji.net (epia-2 [192.168.254.11]) by fw.farid-hajji.net (Postfix) with ESMTP id 99726E07DA; Sat, 15 Dec 2007 14:54:16 +0100 (CET) Date: Sat, 15 Dec 2007 14:54:16 +0100 From: cpghost To: Emanuel Haupt Message-ID: <20071215135415.GA56791@epia-2.farid-hajji.net> References: <20071214211657.GA24213@epia-2.farid-hajji.net> <20071215102730.fb2d6a5d.ehaupt@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071215102730.fb2d6a5d.ehaupt@FreeBSD.org> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@FreeBSD.org, barner@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: devel/boost -- where is tools/build/v2? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Dec 2007 13:54:19 -0000 On Sat, Dec 15, 2007 at 10:27:30AM +0100, Emanuel Haupt wrote: > > I'm trying to walk through the tutorial of Boost.Python > > (the devel/boost-python port)... and unless I'm running > > out of coffe right now, it seems as if the boost port > > is not fully installed/specified! > > > > Isn't boost supposed to come with a tools/build/v2 > > directory? Where is it? > > Unless you built devel/boost with NOPORTDOCS defined it should be > installed under: > > /usr/local/share/doc/boost/tools/build/v2 > > Emanuel Hmm... no, sorry, it's not: 1. I didn't set NOPORTDOCS in /etc/make.conf, yet there's nothing there besides some html files. 2. /usr/ports/devel/boost-python/work/boost_1_34_1/tools/build/v2/tools for example contains plenty of .jam files that are needed by bjam to run. Those are *not* copied over. A few html files are put in doc/, but not the real stuff (which belongs elsewhere, see 3.). 3. Those files are NOT doc files: they are needed by bjam. Their "right" place should be something like, say, /usr/local/lib/boost/tools/... Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/