Ticket #4432 (closed: fixed)
Building Framework Tests fails on Ubuntu
Reported by: | Jean Bilheux | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
make FrameworkTests
Error shows up at 77% of the full process.
make[3]: *** [Framework/API/CMakeFiles/APITest.dir/WorkspacePropertyTest.cpp.o] Error 1 make[2]: *** [Framework/API/CMakeFiles/APITest.dir/all] Error 2 make[1]: *** [Framework/CMakeFiles/FrameworkTests.dir/rule] Error 2 make: *** [FrameworkTests] Error 2
Change History
comment:1 Changed 9 years ago by Nick Draper
- Owner set to Nick Draper
- Status changed from new to verify
- Resolution set to duplicate
comment:2 Changed 9 years ago by Nick Draper
- Status changed from verify to reopened
- Resolution duplicate deleted
comment:3 Changed 9 years ago by Nick Draper
ignore the duplicate message above, it was put on the wrong ticket
comment:4 Changed 9 years ago by Nick Draper
- Owner changed from Nick Draper to Owen Arnold
- Status changed from reopened to assigned
comment:7 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Seems to be working on the latest builds. All test pass.
comment:8 Changed 9 years ago by Jean Bilheux
- Status changed from verify to verifying
- Tester set to Jean Bilheux
comment:10 Changed 9 years ago by Jean Bilheux
- Status changed from closed to reopened
- Resolution fixed deleted
comment:11 Changed 9 years ago by Jean Bilheux
I screamed Victory too early....went much further this time but still crashing[92%]
still using ubuntu 10.04.3
[ 92%] Built target ICatTest Linking CXX executable ../../bin/MDAlgorithmsTest CMakeFiles/MDAlgorithmsTest.dir/UnaryOperationMDTest.cpp.o: In function `T.4819': UnaryOperationMDTest.cpp:(.text+0xe): undefined reference to `testing::internal::g_gmock_mutex' UnaryOperationMDTest.cpp:(.text+0x1c): undefined reference to `testing::internal::IsTrue(bool)' UnaryOperationMDTest.cpp:(.text+0x4f): undefined reference to `testing::internal::GTestLog::GTestLog(testing::internal::GTestLogSeverity, char const*, int)' UnaryOperationMDTest.cpp:(.text+0x7b): undefined reference to `testing::internal::g_gmock_mutex' UnaryOperationMDTest.cpp:(.text+0x8b): undefined reference to `testing::internal::GTestLog::~GTestLog()' UnaryOperationMDTest.cpp:(.text+0x9c): undefined reference to `testing::internal::GTestLog::~GTestLog()' CMakeFiles/MDAlgorithmsTest.dir/UnaryOperationMDTest.cpp.o: In function `T.4829': UnaryOperationMDTest.cpp:(.text+0x307): undefined reference to `testing::internal::g_gmock_implicit_sequence' UnaryOperationMDTest.cpp:(.text+0x34d): undefined reference to `testing::internal::g_gmock_implicit_sequence' UnaryOperationMDTest.cpp:(.text+0x355): undefined reference to `testing::internal::g_gmock_implicit_sequence' UnaryOperationMDTest.cpp:(.text+0x38f): undefined reference to `testing::internal::GTestLog::GTestLog(testing::internal::GTestLogSeverity, char const*, int)' UnaryOperationMDTest.cpp:(.text+0x3c7): undefined reference to `testing::internal::GTestLog::~GTestLog()' UnaryOperationMDTest.cpp:(.text+0x3d3): undefined reference to `testing::internal::GTestLog::~GTestLog()' CMakeFiles/MDAlgorithmsTest.dir/UnaryOperationMDTest.cpp.o: In function `T.4832':
comment:12 Changed 9 years ago by Nick Draper
- type changed from defect to task
- Milestone changed from Iteration 32 to Iteration 33
Moved to Iteration 33 as the build servers are happy
comment:13 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.1 to Release 2.2
Moved at end of release 2.1
comment:14 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.2 to Release 2.3
Moved at the end of release 2.2
comment:16 Changed 8 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
comment:17 Changed 8 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester changed from Jean Bilheux to Andrei Savici
comment:18 Changed 8 years ago by Andrei Savici
- Status changed from verifying to closed
Works on 12.10
comment:19 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5279
Note: See
TracTickets for help on using
tickets.
duplicate of #4422