Ticket #68 (new defect)

Opened 2 years ago

Last modified 2 years ago

Unit Test build on multiple arch machines broken

Reported by: dshipton Assigned to: unassigned
Priority: major Milestone:
Component: Build Version:
Keywords: Cc:
Completion:

Description

WARNING: The build is currently in development.

  • It needs the svn version of scons-addons

WARNING: Building OpenSG 2.0.0-pre1 Checking for arch [ia32] …yes Valid archs: ['x64', 'ia32'] Updating boost Loading initial settings for boost

searching for boost… could not find boost/version.hpp.

Boost base dir not set Checking for: glut Checking for main() in C++ library glut… yes Checking for: jpeg Checking for main() in C++ library jpeg… yes Checking for: tiff Checking for main() in C++ library tiff… yes Checking for: png Checking for main() in C++ library png… yes Checking for: zlib Checking for main() in C++ library z… yes Scanning libraries: ……….. Setting stuff in OSGImageFileIO area ……………. found 13 libraries Using prefix: /home/dshipton/bslave2/OpenSG2-trunk-build/build/build.linux/instlinks

Processing combo: type:debug, libtype:['shared', 'static'], arch:x64

Setting up build for libraries: OSGState dep_libs: ['OSGBase', 'OSGSystem', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGSystem dep_libs: ['OSGBase', 'jpeg', 'tiff', 'png', 'z', 'GL', 'GLU', 'pthread', 'dl', 'm'] OSGWindow dep_libs: ['OSGBase', 'OSGSystem', 'OSGGroup', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGFileIO dep_libs: ['OSGBase', 'OSGSystem', 'OSGGroup', 'OSGDrawable', 'OSGState', 'OSGImageFileIO', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGText dep_libs: ['OSGBase', 'OSGSystem', 'OSGDrawable', 'OSGState', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGWindowGLUT dep_libs: ['OSGBase', 'OSGSystem', 'OSGWindow', 'OSGGroup', 'glut', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGGroup dep_libs: ['OSGBase', 'OSGSystem', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGWindowX dep_libs: ['OSGBase', 'OSGSystem', 'OSGWindow', 'OSGGroup', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGUtil dep_libs: ['OSGBase', 'OSGSystem', 'OSGWindow', 'OSGGroup', 'OSGDrawable', 'OSGState', 'OSGWindow', 'OSGRenderTraversal', 'OSGText', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGImageFileIO dep_libs: ['OSGBase', 'OSGSystem', 'GL', 'GLU', 'pthread', 'dl', 'm', 'jpeg', 'tiff', 'png', 'z'] OSGBase dep_libs: ['GL', 'GLU', 'pthread', 'dl', 'm']

scons: warning: Two different environments were specified for target /home/dshipton/bslave2/OpenSG2-trunk-build/build/Tools/UnitTestRunner.o,

but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $_CCCOMCOM $SOURCES

File "Source/SConscript", line 87, in ?

The only way to circumvent this is to disable unit tests.

Change History

09/28/06 23:21:49 changed by dirk

That's a bug, the file should not be compiled into that directory. Two-architecture builds won't work for other reasons, but this one really is a bug.

10/01/06 17:28:07 changed by allenb

Caused by #72