Hi,

continuing, time permitting, to build subversion on SPARC. Ruby and Python build and installed!
I now have a problem with boost:
<...>

configure: creating ./config.status
config.status: executing default commands

Adjustments to boost configuration have been written to
user.hpp.  Copy this to boost/config/user.hpp to use "as is",
or define BOOST_SITE_CONFIG to point to its location.

TREAT THIS FILE WITH CARE.
Autoconf generated options are not infallible!

Building Boost.Build engine with toolset gcc...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details

This is the log content:

$ cat ./pobj/boost-1.53.0/boost_1_53_0/bootstrap.log
###
### Using 'gcc' toolset.
###
rm -rf bootstrap
mkdir bootstrap
gcc -o bootstrap/jam0 command.c compile.c constants.c debug.c function.c glob.c hash.c hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c object.c option.c output.c parse.c pathunix.c regexp.c rules.c scan.c search.c subst.c timestamp.c variable.c modules.c strings.c filesys.c builtins.c pwd.c class.c native.c md5.c w32_getreg.c modules/set.c modules/path.c modules/regex.c modules/property-set.c modules/sequence.c modules/order.c execunix.c fileunix.c
/tmp//ccNOetJC.o(.text+0x4e38): In function `builtin_pad':
: warning: strcpy() is almost always misused, please use strlcpy()
/tmp//cc25yHy8.o(.text+0x32c): In function `outf_int':
: warning: sprintf() is often misused, please use snprintf()
./bootstrap/jam0 -f build.jam --toolset=gcc --toolset-root= clean
Bus error (core dumped)

I then look for the core file:
$ find . -name \*.core
./boost-1.53.0/boost_1_53_0/tools/build/v2/engine/jam0.core

If I open the core file in gdb, it doesn't say much:

Program terminated with signal 10, Bus error.
#0  0x00042dd0 in ?? ()
(gdb) bt
#0  0x00042dd0 in ?? ()
#1  0x00042dc4 in ?? ()
Previous frame identical to this frame (corrupt stack?)


Anybody else did build boost on sparc? Suggestions?

Riccardo

Reply via email to