Skip to content
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

fixes needed for next root update #15507

Merged
merged 3 commits into from Aug 19, 2016
Merged

fixes needed for next root update #15507

merged 3 commits into from Aug 19, 2016

Conversation

smuzaffar
Copy link
Contributor

@smuzaffar smuzaffar commented Aug 18, 2016

Next root update which includes

cms-sw/root@ab679af

causes compilation errors due to ambiguous kUnset and ErrorHandler (defined in TError and xercesc).

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for CMSSW_8_1_X.

It involves the following packages:

Alignment/MuonAlignment
DataFormats/L1Trigger

@ghellwig, @cerminar, @cmsbuild, @rekovic, @franzoni, @mmusich, @mulhearn, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @pakhotin, @abbiendi, @jhgoh, @tocheng, @mschrode, @trocino this is something you requested to watch as well.
@slava77, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@smuzaffar
Copy link
Contributor Author

please test with cms-sw/cmsdist#2450

@@ -267,7 +267,7 @@ AlignableMuon *MuonAlignmentInputXML::newAlignableMuon(const edm::EventSetup& iS
XercesDOMParser *parser = new XercesDOMParser();
parser->setValidationScheme(XercesDOMParser::Val_Always);

ErrorHandler *errHandler = (ErrorHandler*)(new HandlerBase());
xercesc_3_1::ErrorHandler *errHandler = (xercesc_3_1::ErrorHandler*)(new HandlerBase());

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smuzaffar from inspecting the file and other parts of CMSSW I think the correct string would be XERCES_CPP_NAMESPACE instead of xercesc_3_1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I will update it

@cmsbuild
Copy link
Contributor

Pull request #15507 was updated. @ghellwig, @cerminar, @cmsbuild, @rekovic, @franzoni, @mmusich, @mulhearn, @davidlange6 can you please check and sign again.

@smuzaffar
Copy link
Contributor Author

please test with cms-sw/cmsdist#2450

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 18, 2016

@ghellwig
Copy link

+1
provided jenkins agrees
trivial change for AlCa part

@cmsbuild
Copy link
Contributor

-1

Tested at: f6a2fde

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
23e09da
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15507/72/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15507/72/git-merge-result

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15507/72/summary.html

I found follow errors while testing this PR

Failed tests: UnitTests

  • Unit Tests:

I found errors in the following unit tests:

---> test DetectorDescriptionRegressionTestDOMCount had ERRORS
---> test test_DavixRead_http had ERRORS
---> test testORA_9 had ERRORS
---> test testNamedReference had ERRORS
---> test testContainerLock had ERRORS
---> test testNestedArrays had ERRORS
---> test testORA_0 had ERRORS
---> test testNameService had ERRORS
---> test testORA_4 had ERRORS
---> test testORABasicException had ERRORS
---> test testORA_1 had ERRORS
---> test testORA_7 had ERRORS
---> test testORA_5 had ERRORS
---> test testORA_6 had ERRORS
---> test testORA_11 had ERRORS
---> test testORA_10 had ERRORS
---> test testORAIO had ERRORS
---> test testORAInit had ERRORS
---> test testORAUtility had ERRORS
---> test testORA_3 had ERRORS
---> test testORA_12 had ERRORS
---> test testORA_2 had ERRORS
---> test testORA_8 had ERRORS

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
23e09da
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15507/72/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15507/72/git-merge-result

@smuzaffar
Copy link
Contributor Author

these failures are not related to this PR. These unit tests are anyway failing in IBs

@smuzaffar
Copy link
Contributor Author

@davidlange6 , if no objections then we should merge this along with the root update for 81X

@cmsbuild
Copy link
Contributor

@davidlange6 davidlange6 merged commit 820c942 into cms-sw:CMSSW_8_1_X Aug 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants