Re: [Boost-bugs] [Boost C++ Libraries] #6639: b2 --clean-all fails under Visual Studio 2008 and 2012

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6639: b2 --clean-all fails under Visual Studio 2008 and 2012
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-25 19:26:13


#6639: b2 --clean-all fails under Visual Studio 2008 and 2012
----------------------------------------------+-----------------------------
  Reporter: Florian George <fgeorge@…> | Owner:
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: Building Boost
   Version: Boost 1.51.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------------+-----------------------------

Comment (by Florian George <fgeorge@…>):

 Tried again with Boost 1.52.0

 - ran Visual Studio 2008 Command Line
 - ran bootstrap.bat
 - ran b2 --toolset=msvc-9.0 -j%NUMBER_OF_PROCESSORS%
 - moved boost_1_52_0\stage\lib to boost _1_52_0\lib

 - checked bin.v2 Directory: '''1269 Files, 934.815.541 Bytes'''

 - ran b2 --clean-all:

 {{{
 Building the Boost C++ Libraries.


 Performing configuration checks

     - 32-bit : yes
     - x86 : yes
     - has_icu builds : no
 warning: Graph library does not contain MPI-based parallel components.
 note: to enable them, add "using mpi ;" to your user-config.jam
     - iconv (libc) : no
     - iconv (separate) : no
     - icu : no
     - icu (lib64) : no
     - gcc visibility : no
     - long double support : yes
 warning: skipping optional Message Passing Interface (MPI) library.
 note: to enable MPI support, add "using mpi ;" to user-config.jam.
 note: to suppress this message, pass "--without-mpi" to bjam.
 note: otherwise, you can safely ignore this message.
 warning: No python installation configured and autoconfiguration
 note: failed. See http://www.boost.org/libs/python/doc/building.html
 note: for configuration instructions or pass --without-python to
 note: suppress this message and silently skip all Boost.Python targets
 ...found 1 target...
 ...updating 1 target...
 ...updated 1 target...
 }}}

 - checked bin.v2 Directory: '''1281 Files, 934.891.007 Bytes'''

 So it was even bigger after the clean attempt.

 ----

 - ran VS2012 x86 Native Tools Command Prompt
 - ran bootstrap.bat
 - ran b2 --toolset=msvc-11.0 -j%NUMBER_OF_PROCESSORS%
 - moved boost_1_52_0\stage\lib to boost _1_52_0\lib

 - checked bin.v2 Directory: '''1269 Files, 1.084.741.614 Bytes'''

 - ran b2 --clean-all:



 {{{
 Building the Boost C++ Libraries.


 Performing configuration checks

     - 32-bit : yes
     - x86 : yes
     - has_icu builds : no
 warning: Graph library does not contain MPI-based parallel components.
 note: to enable them, add "using mpi ;" to your user-config.jam
     - iconv (libc) : no
     - iconv (separate) : no
     - icu : no
     - icu (lib64) : no
     - gcc visibility : no
     - long double support : yes
 warning: skipping optional Message Passing Interface (MPI) library.
 note: to enable MPI support, add "using mpi ;" to user-config.jam.
 note: to suppress this message, pass "--without-mpi" to bjam.
 note: otherwise, you can safely ignore this message.
 warning: No python installation configured and autoconfiguration
 note: failed. See http://www.boost.org/libs/python/doc/building.html
 note: for configuration instructions or pass --without-python to
 note: suppress this message and silently skip all Boost.Python targets
 ...found 1 target...
 ...updating 1 target...
 ...updated 1 target...
 }}}

 - checked bin.v2 Directory: '''1281 Files, 1.084.817.258 Bytes'''

 Same result for 11.0 environment.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6639#comment:6>
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:11 UTC