-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated oracle OCCI which is build with new C++ ABI #4645
Conversation
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_10_5_X/gcc700next. @cmsbuild, @smuzaffar, @gudrutis, @mrodozov can you please review it and eventually sign? Thanks. |
The tests are being triggered in jenkins. |
-1 Tested at: 64ae5d0 You can see the results of the tests here: I found follow errors while testing this PR Failed tests: Build
I found compilation error when building: >> Building shared library tmp/slc7_amd64_gcc700/src/OnlineDB/Oracle/src/OnlineDBOracle/libOnlineDBOracle.so Copying tmp/slc7_amd64_gcc700/src/OnlineDB/Oracle/src/OnlineDBOracle/libOnlineDBOracle.so to productstore area: Leaving library rule at OnlineDB/Oracle >> Compiling /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_DEVEL_X_2019-01-16-2300/src/OnlineDB/Oracle/test/test.cpp /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_DEVEL_X_2019-01-16-2300/src/OnlineDB/Oracle/test/test.cpp: In function 'int main(int, char**)': /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_5_DEVEL_X_2019-01-16-2300/src/OnlineDB/Oracle/test/test.cpp:31:34: error: 'getOraMessage' was not declared in this scope cout <<"Exception Message:"<> Building binary test_occi_std_length c++: error: tmp/slc7_amd64_gcc700/src/OnlineDB/Oracle/test/test_occi_std_length/test.cpp.o: No such file or directory |
Comparison not run due to Build errors (RelVals and Igprof tests were also skipped) |
The tests are being triggered in jenkins. |
Comparison job queued. |
The tests are being triggered in jenkins. |
Comparison job queued. |
This brings in a new libocci.so library which is build using gcc 5 (new C++ ABI). We need a cmssw PR (basically revert of cms-sw/cmssw#22384) to go with this.