Althoug this post is a little bit out of date I am having the same issue! I am trying to install the TPP (TPP-4.6.3) and get the same error as in the initial post. And I do not fully understand whats happening there... So it seems like in the meantime TPP comes with its own boost in the extern/ directory so the cited workaround by Jagan doesn't work anymore? Since all the guides from the src installation are out of date I am not sure about configuring the make.config.in file. Is it still neccessary to do this?
I am on the following environment: SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11.1 Does anyone have a solution for this? Thanks, best regards, Sven So here is my error from std when simply typing make in the src directory. mkdir -p /data/software/TPP/TPP-4.6.3/trans_proteomic_pipeline/src/../build/SUSE LINUX-x86_64 building boost libraries... warning: No toolsets are configured. warning: Configuring default toolset "gcc". warning: If the default is wrong, your build may not work correctly. warning: Use the "toolset=xxxxx" option to override our guess. warning: For more configuration options, please consult warning: http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html notice: could not find main target LINUX-x86_64/boost notice: assuming it is a name of file to create. notice: could not find main target LINUX-x86_64/boost/obj notice: assuming it is a name of file to create. Performing configuration checks - has_icu builds : no don't know how to make <e>LINUX-x86_64/boost don't know how to make <e>LINUX-x86_64/boost/obj real 0m7.481s user 0m2.340s sys 0m0.216s [ERROR] Boost libary build failed (missing LINUX-x86_64/boost/lib/libboost_filesystem.a), please report the results of manually running the following commands: cd /data/software/TPP/TPP-4.6.3/trans_proteomic_pipeline/src/../extern/boost_1_45_0; time /data/software/TPP/TPP-4.6.3/trans_proteomic_pipeline/src/../extern/boost_1_45_0/tools/build/v2/engine/src/bin.linuxx86_64/bjam -q -d0 --stagedir=/data/software/TPP/TPP-4.6.3/trans_proteomic_pipeline/src/../build/SUSE LINUX-x86_64/boost --build-dir=/data/software/TPP/TPP-4.6.3/trans_proteomic_pipeline/src/../build/SUSE LINUX-x86_64/boost/obj --layout=system --build-type=minimal -j3 variant=release link=static runtime-link=shared --with-filesystem --with-date_time --with-iostreams --with-program_options --with-regex --with-serialization --with-thread stage make: *** [boost-build-libs] Error 255 Am Freitag, 9. Juli 2010 21:09:47 UTC+2 schrieb bmcnally: > > Hello list, > > I'm attempting to build TPP 4.3-1 on RHEL 5.4, gcc 4.1.2. I think I > have all of the required libraries specified here: > > install-prerequisites-centos-5_2.sh > > Here's what happens when I try and `make all`: > > mkdir -p /tmp/trans_proteomic_pipeline/src/../build/linux > building boost libraries... > warning: No toolsets are configured. > warning: Configuring default toolset "gcc". > warning: If the default is wrong, your build may not work correctly. > warning: Use the "toolset=xxxxx" option to override our guess. > warning: For more configuration options, please consult > warning: > http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html > warning: Building Boost.Regex with the optional Unicode/ICU support > disabled. > note: Please refer to the Boost.Regex documentation for more > information > note: this is a strictly optional feature. > ...failed updating 1 target... > > real 0m2.283s > user 0m2.375s > sys 0m0.240s > [ERROR] Boost libary build failed (missing /tmp/ > trans_proteomic_pipeline/src/../build/linux/boost/lib/ > libboost_filesystem.a), please report the results of manually running > the following commands: > cd /tmp/trans_proteomic_pipeline/src/../extern/boost_1_39_0/; time / > tmp/trans_proteomic_pipeline/src/../extern/boost_1_39_0/tools/jam/src/ > bin.linuxx86_64/bjam -q -d0 --stagedir=/tmp/trans_proteomic_pipeline/ > src/../build/linux/boost --layout=system --build-type=minimal -j3 > variant=release link=static runtime-link=shared --with-filesystem -- > with-date_time --with-iostreams --with-program_options --with-regex -- > with-serialization --with-thread stage > make: *** [boost-build-libs] Error 255 > > Manually running the recommend command above results in the same > output: > > cd /tmp/trans_proteomic_pipeline/src/../extern/boost_1_39_0/; time / > tmp/trans_proteomic_pipeline/src/../extern/boost_1_39_0/tools/jam/src/ > bin.linuxx86_64/bjam -q -d0 --stagedir=/tmp/trans_proteomic_pipeline/ > src/../build/linux/boost --layout=system --build-type=minimal -j3 > variant=release link=static runtime-link=shared --with-filesystem -- > with-date_time --with-iostreams --with-program_options --with-regex -- > with-serialization --with-thread stage > warning: No toolsets are configured. > warning: Configuring default toolset "gcc". > warning: If the default is wrong, your build may not work correctly. > warning: Use the "toolset=xxxxx" option to override our guess. > warning: For more configuration options, please consult > warning: > http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html > warning: Building Boost.Regex with the optional Unicode/ICU support > disabled. > note: Please refer to the Boost.Regex documentation for more > information > note: this is a strictly optional feature. > ...failed updating 1 target... > > real 0m2.339s > user 0m2.370s > sys 0m0.241s > > Any thoughts? > > Thanks. -- You received this message because you are subscribed to the Google Groups "spctools-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/groups/opt_out.
