Boost logo

Boost Testing :

From: Martin Wille (mw8329_at_[hidden])
Date: 2007-03-23 04:21:39


I wrote:
> David Abrahams wrote:
>> http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/output/Martin%20Wille%20x86_64%20V2-boost-bin-v2-libs-python-test-builtin_converters-test-gcc-4-1-0_linux_x86_64-debug_release.html
>> seems to indicate corruption of the python executable. Is everything
>> OK with that installation?
>
>
> I can run the Python executable without problems. The error message
> looks like Python tried to execute the python binary as a Python script.

That's exactly what's happening. The following is from bjam.log from my
recent x86/64 run, the third line says that an unrelated python binary
gets used to run the correct python binary:

PYTHONPATH=/b/r/rc/results/boost/bin.v2/libs/python/test/gcc-4.1.2_linux_x86_64/debug
export PYTHONPATH
  /usr/bin/python2.4 /usr/local/python/2.4/gcc-4.1.0/bin/python2.4
"../libs/python/test/test_builtin_converters.py" >
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters.output"
2>&1
     status=$?
     echo >>
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters.output"
     echo EXIT STATUS: $status >>
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters.output"
     if test $status -eq 0 ; then
         cp
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters.output"
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters"
     fi
     verbose=0
     if test $status -ne 0 ; then
         verbose=1
     fi
     if test $verbose -eq 1 ; then
         echo ====== BEGIN OUTPUT ======
         cat
"/b/r/rc/results/boost/bin.v2/libs/python/test/builtin_converters.test/gcc-4.1.2_linux_x86_64/debug/builtin_converters.output"
         echo ====== END OUTPUT ======
     fi
     exit $status

====== BEGIN OUTPUT ======
sys:1: DeprecationWarning: Non-ASCII character '\xb3' in file
/usr/local/python/2.4/gcc-4.1.0/bin/python2.4 on line 2, but no encoding
declared; see http://www.python.org/peps/pep-0263.html for details
   File "/usr/local/python/2.4/gcc-4.1.0/bin/python2.4", line 1
 
^?ELF^B^A^A^O^O^D^B^C^A^C^D^A^B^K^A^QF^F^A"A^E^F/^Aa^BeyboardInterruptass^C
^^^_^^^^^^^]^^^\^^^[^^³
øÿÿH<83>Ä^H<89>è[]Ã<90>H<89>\$ÐH<89>l$Ø1ÛL<89>d$àL<89>l$èA<89>üL<89>t$ðL<89>|$øH<83>ìxH<8b>^Eâ±
Z× ù ;ù 3c^_uèH<8b>t$(¿
     ^
SyntaxError: invalid syntax

EXIT STATUS: 1
====== END OUTPUT ======

> I'll rerun the tests tonight in order to see if this is a temporary problem.

It isn't. I made sure to delete old test results before I reran the tests.

HTH,
m

Send instant messages to your online friends http://au.messenger.yahoo.com


Boost-testing list run by mbergal at meta-comm.com