Skip to content

Rename print_wrapper to get_wrapper_code.#642

Merged
vgvassilev merged 1 commit intoroot-project:masterfrom
Teemperor:PrintWrapperToGetWrapperCode
Jun 15, 2017
Merged

Rename print_wrapper to get_wrapper_code.#642
vgvassilev merged 1 commit intoroot-project:masterfrom
Teemperor:PrintWrapperToGetWrapperCode

Conversation

@Teemperor
Copy link
Copy Markdown
Contributor

To stay consistent with the interface method.

@phsft-bot
Copy link
Copy Markdown

Starting build on gcc49/centos7, native/mac1012, gcc49/slc6, gcc62/slc6, native/ubuntu14 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

@phsft-bot
Copy link
Copy Markdown

Build failed on mac1012/native.
See console output.

Warnings:

  • JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
  • ld: warning: direct access in function 'TClingCallFunc_FunctionWrapper_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
  • ld: warning: direct access in function 'TClingCallFunc_FunctionWrapperPointer_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
  • ld: warning: direct access in function 'TClingCallFunc_FunctionWrapperReference_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
  • ld: warning: direct access in function 'TClingCallFunc_FunctionWrapperDefaultArg_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
  • ld: warning: direct access in function 'TClingCallFunc_FunctionWrapperDefaultArg_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
  • ld: warning: direct access in function 'TClingCallFunc_TemplateFunctionWrapper_Test::TestBody()' from file 'core/metacling/test/CMakeFiles/coremetaclingtestUnit.dir/TClingCallFuncTests.cxx.o' to global weak symbol 'std::__1::char_traits<char>::eq(char, char)' from file 'googletest-prefix/src/googletest-build/googlemock//gtest/libgtest.a(gtest-all.cc.o)' means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.

Failing tests:

@vgvassilev
Copy link
Copy Markdown
Member

@phsft-bot build!

@phsft-bot
Copy link
Copy Markdown

Starting build on gcc49/centos7, native/mac1012, gcc49/slc6, gcc62/slc6, native/ubuntu14 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

@phsft-bot
Copy link
Copy Markdown

Build failed on slc6/gcc49.
See console output.

Errors:

  • Error: ./bin/rootcling: compilation failure (./allDictc9996ba7a7_dictUmbrella.h)

Warnings:

@phsft-bot
Copy link
Copy Markdown

Build failed on ubuntu14/native.
See console output.

Errors:

  • Error: ./bin/rootcling: compilation failure (./allDict7ecbf6da0c_dictUmbrella.h)

Warnings:

@phsft-bot
Copy link
Copy Markdown

Build failed on centos7/gcc49.
See console output.

Errors:

  • Error: ./bin/rootcling: compilation failure (./allDict0fa0f7ba50_dictUmbrella.h)

Warnings:

@phsft-bot
Copy link
Copy Markdown

Build failed on mac1012/native.
See console output.

Errors:

  • Error: ./bin/rootcling: compilation failure (./allDictc3b7ec962f_dictUmbrella.h)
  • error: unable to read PCH file /Volumes/MacintoshHD2/build/workspace/root-pullrequests-build/build/etc/allDict.cxx.pch: 'No such file or directory'

Warnings:

@phsft-bot
Copy link
Copy Markdown

Build failed on slc6/gcc62.
See console output.

Errors:

  • Error: ./bin/rootcling: compilation failure (./allDicte3114c522f_dictUmbrella.h)

Warnings:

@phsft-bot
Copy link
Copy Markdown

Starting build on gcc49/centos7, native/mac1012, gcc49/slc6, gcc62/slc6, native/ubuntu14 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

@phsft-bot
Copy link
Copy Markdown

Build failed on slc6/gcc49.
See console output.

Warnings:

Failing tests:

@phsft-bot
Copy link
Copy Markdown

Build failed on centos7/gcc49.
See console output.

Warnings:

Failing tests:

@phsft-bot
Copy link
Copy Markdown

Build failed on slc6/gcc62.
See console output.

Warnings:

Failing tests:

@vgvassilev vgvassilev self-assigned this Jun 14, 2017
@Teemperor Teemperor force-pushed the PrintWrapperToGetWrapperCode branch 2 times, most recently from e79ae35 to 92c0266 Compare June 14, 2017 13:34
@phsft-bot
Copy link
Copy Markdown

Starting build on gcc49/centos7, native/mac1012, gcc49/slc6, gcc62/slc6, native/ubuntu14 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

To stay consistent with the interface method.
@phsft-bot
Copy link
Copy Markdown

Starting build on gcc49/centos7, native/mac1012, gcc49/slc6, gcc62/slc6, native/ubuntu14 with flags -Dvc=OFF -Dimt=ON -Dccache=ON
How to customize builds

@vgvassilev vgvassilev merged commit a2e70c1 into root-project:master Jun 15, 2017
@Teemperor Teemperor deleted the PrintWrapperToGetWrapperCode branch December 19, 2017 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants