-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Build CMSSW_8_0_0 #13332
Comments
Request received. I will start to build the release after one of the following approve the issue: @smuzaffar, @Degano, @slava77, @davidlange6. You can do this by writing "+1" in a comment. |
+1 |
Release created: https://github.com/cms-sw/cmssw/releases/tag/CMSSW_8_0_0. The tag was created on top of branch: https://github.com/cms-sw/cmssw/tree/CMSSW_8_0_X |
Queuing Jenkins build for the following architectures: slc7_aarch64_gcc530, slc6_amd64_gcc493, fc22_ppc64le_gcc530, slc6_amd64_gcc530, slc7_amd64_gcc530 |
The build has started for slc7_aarch64_gcc530 in moonshot-arm64-14. |
The build has started for slc6_amd64_gcc530 in vocms0302. |
The build has started for slc6_amd64_gcc493 in vocms0301. |
The build has started for slc7_amd64_gcc530 in cmsbuild08. |
The was an error for slc7_aarch64_gcc530. |
The was an error for slc6_amd64_gcc493. |
The was an error for slc6_amd64_gcc530. |
The was an error for slc7_amd64_gcc530. |
The build has started for fc22_ppc64le_gcc530 in power8-02. |
The was an error for fc22_ppc64le_gcc530. |
Looks to be due to ROOT change done yesterday.
It's one of latest commits in root branch. Here they added extra constructor: https://root.cern.ch/gitweb?p=root.git;a=commitdiff;h=8ebf9227adcf410134a5733086616ed70de55da3 |
I don't think that you need to revert ROOT change, it's easier and faster to fix those 4 errors in CMSSW. |
Right. Looks like two places to update (we wanted the tool or update for dqm) From: davidlt [notifications@github.com] Looks to be due to ROOT change done yesterday. TColor constructor is ambiguous. Simply put compiler does not understand which one to use, CMSSW needs to be more explicit. /build/cmsbuild/jenkins-workarea/workspace/build-any-ib/w/tmp/BUILDROOT/d4fbf691c2bed54d41ff754d77c7eeb1/opt/cmssw/slc6_amd64_gcc493/cms/cmssw/CMSSW_8_0_X_2016-02-17-1400/src/Fireworks/Core/src/FWColorManager.cc:230:50: error: call of overloaded 'TColor(unsigned int, const float&, const float&, const float&)' is ambiguous It's one of latest commits in root branch. Here they added extra constructor: https://root.cern.ch/gitweb?p=root.git;a=commitdiff;h=8ebf9227adcf410134a5733086616ed70de55da3 � |
abort From: cmsbuild [notifications@github.com] The was an error for fc22_ppc64le_gcc530. � |
Deleting CMSSW_8_0_0: -Release successfully deleted -cmssw tag CMSSW_8_0_0 successfully deleted. -I was not able to delete the cmsdist tag REL/CMSSW_8_0_0/slc7_aarch64_gcc530. Probably it had not been created. -I was not able to delete the cmsdist tag REL/CMSSW_8_0_0/fc22_ppc64le_gcc530. Probably it had not been created. -I was not able to delete the cmsdist tag REL/CMSSW_8_0_0/slc7_amd64_gcc530. Probably it had not been created. -I was not able to delete the cmsdist tag REL/CMSSW_8_0_0/slc6_amd64_gcc530. Probably it had not been created. -I was not able to delete the cmsdist tag REL/CMSSW_8_0_0/slc6_amd64_gcc493. Probably it had not been created. You must create a new issue to start over the build. |
I will see if I can come up with PR now. |
Will make PR in few minutes. |
Here: #13335 |
Ok- the chance of me having both the HCAL and L1 parts working is really small, but I don't have much to lose.
The text was updated successfully, but these errors were encountered: