Re: [cgma-dev] buildbot failure in cgm-shared: failed test
I cannot reproduce the problem below locally. I've tried CGM builds with and without CUBIT, static and shared for each. My first guess is that perhaps 'make clean' needs to be run in gnep. If that doesn't fix the problem, then does the output of these commands differ on gnep? $ ldd itaps/.libs/libiGeom.so | grep cgm libcgm.so.0 => /home/jason/cgm/bld-cubit12/.libs/libcgm.so.0 (0x00007fe460d66000) $ nm -C .libs/libcgm.so | grep CubitCompat 00000000000022be t global constructors keyed to CubitCompat.cpp 00000000000022d3 W CubitCompat_file_type(char const*) 0000000000002205 T CubitCompat_export_solid_model(DLIList<RefEntity*>&, char const*, char const*, int&, CubitString const&, char const*) 0000000000002064 T CubitCompat_import_solid_model(char const*, char const*, char const*, bool, bool, bool, bool, bool, bool, DLIList<RefEntity*>*) - jason On 04/27/2011 12:01 AM, [email protected] wrote:
Fathom <http://gnep.mcs.anl.gov:8010/>: cgm-shared <http://gnep.mcs.anl.gov:8010/builders/cgm-shared> build #449 <http://gnep.mcs.anl.gov:8010/builders/cgm-shared/builds/449>
*Results:* failed test *Buildslave:* gnep *Revision:* None *Reason:* The Nightly scheduler named 'cgm-shared-nightly' triggered this build
Log Excerpt
make[1]: Entering directory `/disks/itaps-buildslave/cgm-shared/build' Making check in compat make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/compat' make[2]: Nothing to be done for `check'. ...Making check in util make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/util' make[2]: Nothing to be done for `check'. ...Making check in geom make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom' Making check in . make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom' ...Making check in Cholla make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom/Cholla' make[3]: Nothing to be done for `check'. ...Making check in facetbool make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom/facetbool' make[3]: Nothing to be done for `check'. ...Making check in facet make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom/facet' make[3]: Nothing to be done for `check'. ...Making check in virtual make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/geom/virtual' make[3]: Nothing to be done for `check'. ...Making check in init make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/init' make[2]: Nothing to be done for `check'. ...Making check in . make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build' make[2]: Nothing to be done for `check-am'. ...Making check in itaps make[2]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/itaps' make check-recursive make[3]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/itaps' Making check in . make[4]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/itaps' make chaman testgeom make[5]: Entering directory `/disks/itaps-buildslave/cgm-shared/build/itaps' g++ -DHAVE_CONFIG_H -I. -I.. -I../geom/parallel -I../geom -DLITTLE_ENDIAN=BYTE_ORDER -DTEMPLATE_DEFS_INCLUDED -DHAVE_ACIS -DSRCDIR=. -I../util -I../geom -I../init -Wall -pipe -pedantic -O2 -DNDEBUG -MT chaman.o -MD -MP -MF .deps/chaman.Tpo -c -o chaman.o chaman.cc mv -f .deps/chaman.Tpo .deps/chaman.Po /bin/sh ../libtool --tag=CXX --mode=link g++ -Wall -pipe -pedantic -O2 -DNDEBUG -R/home/fathom/3rdparty/cubit/Cubit64/Cubit-12.2/bin -L/home/fathom/3rdparty/cubit/Cubit64/Cubit-12.2/bin -o chaman chaman.o libiGeom.la -lm libtool: link: g++ -Wall -pipe -pedantic -O2 -DNDEBUG -o .libs/chaman chaman.o -L/home/fathom/3rdparty/cubit/Cubit64/Cubit-12.2/bin ./.libs/libiGeom.so -lm -Wl,-rpath -Wl,/disks/itaps-buildslave/packages/cgm-shared/lib -Wl,-rpath -Wl,/home/fathom/3rdparty/cubit/Cubit64/Cubit-12.2/bin ./.libs/libiGeom.so: undefined reference to `CubitCompat_import_solid_model(char const*, char const*, char const*, bool, bool, bool, bool, bool, bool, DLIList*)' ./.libs/libiGeom.so: undefined reference to `CubitCompat_export_solid_model(DLIList&, char const*, char const*, int&, CubitString const&, char const*)' collect2: ld returned 1 exit status
-- "A foolish consistency is the hobgoblin of little minds" - Ralph Waldo Emerson
participants (1)
-
Jason Kraftcheck