Re: [Boost-bugs] [Boost C++ Libraries] #9728: Bootstrap currently fails

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9728: Bootstrap currently fails
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-01 19:57:45


#9728: Bootstrap currently fails
--------------------------------------+----------------------------
  Reporter: myselfasunder@… | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost Development Trunk | Severity: Showstopper
Resolution: | Keywords:
--------------------------------------+----------------------------

Comment (by myselfasunder@…):

 It turns out that the directions under 5.1 don't work at all, but 5.2.1
 works fine.

 However, 5.2.4 (using b2 to build Boost) don't work.

 Command:

 {{{
 boost$ b2 --build-dir=/tmp/build-boost toolset=gcc stage

 Unable to load Boost.Build: could not find build system.
 ---------------------------------------------------------
 /home/dustin/build/boost/boost-build.jam attempted to load the build
 system by invoking

    'boost-build tools/build/v2 ;'

 but we were unable to find "bootstrap.jam" in the specified directory
 or in BOOST_BUILD_PATH (searching /home/dustin/build/boost/tools/build/v2,
 /usr/share/boost-build).

 Please consult the documentation at 'http:--www.boost.org'.
 }}}

 ''bootstrap.jam'' is located here:

 {{{
 boost$ find ./ -name "bootstrap.jam"
 ./tools/build/src/kernel/bootstrap.jam
 ./tools/build/src/bootstrap.jam
 ./tools/build/test/startup/boost-root/build/bootstrap.jam
 }}}

 If I change to tools/build/src:

 {{{
 boost/tools/build/src$ b2 --build-dir=/tmp/build-boost toolset=gcc stage
 notice: could not find main target stage
 notice: assuming it is a name of file to create.
 error: Project target requested but not yet assigned for module
 'Jamfile</home/dustin/build/boost/tools/build/src>'.
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9728#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC