Hello everyone, I got same problem. I am trying to run TPP 4.8.0 on Ubuntu 15.04
I also used booster patch viz. https://groups.google.com/forum/#!topicsearchin/spctools-discuss/has_icu$20builds$20$3A$20no/spctools-discuss/PKpva-j8YbU and my Makefile.config.incl looks like: ############ Begin Makefile.config.incl #################### TPP_ROOT=/usr/local/tpp/TPP-4.8.0/ TPP_WEB=/tpp/ LINK=shared LIBEXT=so ## for perl PERL_LIB_CORE=/usr/lib/perl/5.18/CORE PERL_BIN=/usr/bin/perl ############ End Makefile.config.incl #################### here are several pieces of output I though might be useful: ... ...failed updating 1 target... Command exited with non-zero status 1 142.82user 5.01system 0:51.65elapsed 286%CPU (0avgtext+0avgdata 287392maxresident)k 8inputs+98984outputs (1major+1904875minor)pagefaults 0swaps ...done building boost libraries 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 Performing configuration checks - zlib : yes (cached) - has_icu builds : yes (cached) Component configuration: - atomic : not building - chrono : not building - context : not building - coroutine : not building - date_time : building - exception : not building - filesystem : building - graph : not building - graph_parallel : not building - iostreams : building - locale : not building - log : not building - math : not building - mpi : not building - program_options : building - python : not building - random : not building - regex : building - serialization : building - signals : not building - system : not building - test : not building - thread : building - timer : not building - wave : not building ... [ERROR] Boost libary build failed (missing /usr/local/tpp/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/boost/lib/libboost_thread.a), please report the results of manually running the following commands: cd /usr/local/tpp/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/boost_1_54_0; time /usr/local/tpp/TPP-4.8.0/trans_proteomic_pipeline/src/../extern/boost_1_54_0/tools/build/v2/engine/bin.linuxx86_64/bjam -q -d0 --stagedir=/usr/local/tpp/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-x86_64/boost --build-dir=/usr/local/tpp/TPP-4.8.0/trans_proteomic_pipeline/src/../build/Ubuntu-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 /bin/sh: 1: exit: Illegal number: -1 Makefile.incl:441: recipe for target 'boost-build-libs' failed make: *** [boost-build-libs] Error 2 ... Help would be much appreciated Daniel -- 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 https://groups.google.com/group/spctools-discuss. For more options, visit https://groups.google.com/d/optout.
