-
Notifications
You must be signed in to change notification settings - Fork 4.6k
CalibTracker/SiStripChannelGain: fix issue with ODR of stAPVGain struct
#38652
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
Conversation
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38652/30936
|
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages:
@malbouis, @yuanchao, @cmsbuild, @francescobrivio, @ChrisMisan, @tvami can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
please test |
|
@cmsbuild , please test for CMSSW_12_5_LTO_X |
|
type bugfix,trk |
|
-1 Failed Tests: Build The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: BuildI found compilation error when building: >> Subsystem DQM built >> Entering Package src/BigProducts/Simulation >> Building big plugin tmp/el8_amd64_gcc10/src/BigProducts/Simulation/pluginSimulation.so lto-wrapper: warning: Extra option to -Xassembler: --compress-debug-sections, dropping all -Xassembler and -Wa options. during IPA pass: icf lto1: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. lto-wrapper: fatal error: /cvmfs/cms-ib.cern.ch/nweek-02740/el8_amd64_gcc10/external/gcc/10.3.0-84898dea653199466402e67d73657f10/bin/c++ returned 1 exit status compilation terminated. |
I don't think this is related... |
|
Yes, let's just wait for the standard |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38652/30939
|
|
Pull request #38652 was updated. @malbouis, @yuanchao, @cmsbuild, @francescobrivio, @ChrisMisan, @tvami can you please check and sign again. |
|
please test |
|
@mmusich I'm confused on why the other PR's |
no, it might be this PR is pulling in other dependencies that don't compile. |
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-fc9ca1/26085/summary.html Comparison SummarySummary:
|
|
+alca
|
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
resolves #38650
PR description:
Issue #38650 reported some compiler warnings of the type
-WodrinLTO_XIBs, as some elements defined multiple times within the same namespace leading to violation of the C++ One Definition Rule.This is solved by making the class
SiStripGainFromDatause the structstAPVGaindefined in theAPVGainStructheader.PR validation:
cmsswcompiles.Run succesfully
scram build use-ibeos runtests.If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:
N/A