Opened 19 years ago

Closed 19 years ago

#119 closed defect (fixed)

auto-configuration unreliable

Reported by: ghost Owned by: Dave Abrahams
Priority: major Milestone: C++ Boost maintenance
Component: component1 Version:
Keywords: Cc:

Description

Martin reports that auto-configuration does not work nice for him. His user-config.jam is:

using python : 2.4 : /usr : : ;

using gcc : 3.4.6_linux_x86_64 : /usr/local/gcc-3.4.6/bin/g++wrap 
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1" 
<root>/usr/local/gcc-3.4.6
;

using gcc : 3.4.5_linux_x86_64 : /usr/local/gcc-3.4.5/bin/g++wrap 
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1" 
<root>/usr/local/gcc-3.4.5
;

using gcc : 4.1.0_linux_x86_64 : /usr/local/gcc-4.1.0/bin/g++wrap 
--limit-memory=900 --limit-cpu=1800 : <compileflags>"-D_GLIBCXX_DEBUG=1" 
<root>/usr/local/gcc-4.1.0
;

using python : 2.4 : /usr/local/python/2.4/gcc-4.1.0 : : : <toolset>gcc 
<toolset-gcc:version>4.1.0_linux_x86_64 ;

and when bjam is run as:

("/b/r/rc/boost/tools/jam/src/bin.linux/bjam" --v2 
"-sBOOST_BUILD_PATH=/b/r/rc" 
"-sBOOST_ROOT=/b/r/rc/boost" 
"--toolset=gcc-3.4.5_linux_x86_64" 
-d2 --dump-tests  "--build-dir=/b/r/rc/results" >>"/b/r/rc/results/bjam.log" 2>&1).

Boost.Build seem to use gcc-3.4.6 -- which is the version that plain 'gcc' refers too.

While we're at it, it's not clear if "toolset=" as opposed to "--tooset=" should cause auto-configuration to happen.

Change History (4)

comment:1 by Dave Abrahams, 19 years ago

Cc: mw8329@… added
Owner: changed from somebody to Dave Abrahams
Status: newassigned

Martin, will you please add --debug-configuration and send us the lines beginning with notice: [cmdline-cfg]?

comment:2 by Dave Abrahams, 19 years ago

Cc: mw8329@… removed

Remove martin's email address.

comment:3 by Dave Abrahams, 19 years ago

I am going to close this ticket on Monday if nobody will help me get information about what's wrong.

comment:4 by Dave Abrahams, 19 years ago

Resolution: fixed
Status: assignedclosed

According to http://thread.gmane.org/gmane.comp.lib.boost.testing/4165/focus=4227, I can close this ticket. I have a feeling that there's still a problem with <toolset-gcc:flavor> but despite my requests nobody has provided a test case or guidance about correct behavior.

Note: See TracTickets for help on using tickets.