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

Virtual function calls of the for Foo::bar() are not linked to their override #4248

Merged
merged 1 commit into from Jun 16, 2014
Merged

Virtual function calls of the for Foo::bar() are not linked to their override #4248

merged 1 commit into from Jun 16, 2014

Conversation

gartung
Copy link
Member

@gartung gartung commented Jun 14, 2014

functions, but function calls of the form foo.bar() and foo->bar() are.

…override functions, but foo.bar() and foo->bar() are
@cmsbuild
Copy link
Contributor

A new Pull Request was created by @gartung (Patrick Gartung) for CMSSW_7_2_X.

Virtual function calls of the for Foo::bar() are not linked to their override

It involves the following packages:

Utilities/StaticAnalyzers

@cmsbuild, @Degano, @Dr15Jones, @ktf, @nclopezo can you please review it and eventually sign? Thanks.
@wddgit this is something you requested to watch as well.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@cmsbuild
Copy link
Contributor

-1
Tested at: a236569
I found an error when building:

Copying tmp/slc6_amd64_gcc481/src/RecoBTag/XMLCalibration/src/RecoBTagXMLCalibration/libRecoBTagXMLCalibration.so to productstore area:
Leaving library rule at RecoBTag/XMLCalibration
Entering library rule at src/RecoCaloTools/Navigation/test
Entering library rule at src/RecoCaloTools/Selectors/test
In file included from /build/cmsbuild/jenkins-workarea/workspace/ib-integration-CMSSW_7_1_X-slc6_amd64_gcc481/CMSSW_7_1_X_2014-06-16-0200/src/GeneratorInterface/RivetInterface/plugins/RivetHarvesting.cc:1:0:
/build/cmsbuild/jenkins-workarea/workspace/ib-integration-CMSSW_7_1_X-slc6_amd64_gcc481/CMSSW_7_1_X_2014-06-16-0200/src/GeneratorInterface/RivetInterface/interface/RivetHarvesting.h:8:36: fatal error: Rivet/Tools/RivetYODA.hh: No such file or directory
 #include "Rivet/Tools/RivetYODA.hh"
                                    ^
compilation terminated.
In file included from /build/cmsbuild/jenkins-workarea/workspace/ib-integration-CMSSW_7_1_X-slc6_amd64_gcc481/CMSSW_7_1_X_2014-06-16-0200/src/GeneratorInterface/RivetInterface/plugins/RivetAnalyzer.cc:1:0:
/build/cmsbuild/jenkins-workarea/workspace/ib-integration-CMSSW_7_1_X-slc6_amd64_gcc481/CMSSW_7_1_X_2014-06-16-0200/src/GeneratorInterface/RivetInterface/interface/RivetAnalyzer.h:13:36: fatal error: Rivet/Tools/RivetYODA.hh: No such file or directory


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

@Dr15Jones
Copy link
Contributor

@nclopezo David, this error can not possibly have happened from the pull request. Please rerun the tests.

@nclopezo
Copy link
Contributor

Hi,
I accidentally put it on the 7_1_X tests. I added the tests of this pr in the queue again.

@gartung
Copy link
Member Author

gartung commented Jun 16, 2014

Is there some way to mark packages that will never be run as part of CMSSW?

@cmsbuild
Copy link
Contributor

ktf added a commit that referenced this pull request Jun 16, 2014
Virtual function calls of the for Foo::bar() are not linked to their override
@ktf ktf merged commit 7a94a07 into cms-sw:CMSSW_7_2_X Jun 16, 2014
@cmsbuild
Copy link
Contributor

@ktf
Copy link
Contributor

ktf commented Jun 17, 2014

@gartung Well, they still need to be compiled and run tests.

@gartung gartung deleted the clangSA-better-virtual-linkage branch June 17, 2014 12:17
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

5 participants