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

WIP: ROOT-6446 Changes to allow building (almost) static ROOT #5921

Closed
wants to merge 1 commit into from

Conversation

amadio
Copy link
Member

@amadio amadio commented Jun 24, 2020

Configure with cmake -DBUILD_SHARED_LIBS=OFF -Dminimal=ON -Dshared=OFF .... Note that the changes here are not meant to be merged, this is only for testing.

@amadio amadio self-assigned this Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@root-project root-project deleted a comment from phsft-bot Jun 24, 2020
@phsft-bot
Copy link
Collaborator

Build failed on ROOT-ubuntu16/nortcxxmod.
Running on sft-ubuntu-1604-4.cern.ch:/build/workspace/root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T11:19:35.353Z] FAILED: : && /usr/bin/c++ -UNDEBUG -fdiagnostics-color=always -std=c++11 -pipe -Wshadow -Wall -W -Woverloaded-virtual -fsigned-char -pthread -O3 -DNDEBUG -rdynamic net/davix/test/CMakeFiles/RRawFileDavix.dir/RRawFileDavix.cxx.o -o net/davix/test/RRawFileDavix -Wl,-rpath,/mnt/build/workspace/root-pullrequests-build/build/lib lib/libRDAVIX.a googletest-prefix/src/googletest-build/lib//libgtest.a googletest-prefix/src/googletest-build/lib//libgtest_main.a googletest-prefix/src/googletest-build/lib//libgmock.a googletest-prefix/src/googletest-build/lib//libgmock_main.a lib/libNet.a lib/libRIO.so lib/libThread.a lib/libCore.so -ldl -lpthread /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib/x86_64-linux-gnu/libcrypto.so && :
  • [2020-06-24T11:19:35.353Z] collect2: error: ld returned 1 exit status

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-performance-centos7-multicore/default.
Running on olhswep22.cern.ch:/data/sftnight/workspace/root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::GetSizeImpl(): error: undefined reference to 'Davix::DavPosix::stat(Davix::RequestParams const*, std::string const&, stat*, Davix::DavixError**)'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::GetSizeImpl(): error: undefined reference to 'Davix::DavixError::getErrMsg() const'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::OpenImpl(): error: undefined reference to 'Davix::DavPosix::open(Davix::RequestParams const*, std::string const&, int, Davix::DavixError**)'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::OpenImpl(): error: undefined reference to 'Davix::DavixError::getErrMsg() const'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::ReadAtImpl(void*, unsigned long, unsigned long): error: undefined reference to 'Davix::DavPosix::pread(Davix_fd*, void*, unsigned long, long, Davix::DavixError**)'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::ReadAtImpl(void*, unsigned long, unsigned long): error: undefined reference to 'Davix::DavixError::getErrMsg() const'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::ReadVImpl(ROOT::Internal::RRawFile::RIOVec*, unsigned int): error: undefined reference to 'Davix::DavPosix::preadVec(Davix_fd*, Davix::DavIOVecInput const*, Davix::DavIOVecOuput*, unsigned long, Davix::DavixError**)'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::ReadVImpl(ROOT::Internal::RRawFile::RIOVec*, unsigned int): error: undefined reference to 'Davix::DavPosix::preadVec(Davix_fd*, Davix::DavIOVecInput const*, Davix::DavIOVecOuput*, unsigned long, Davix::DavixError**)'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::ReadVImpl(ROOT::Internal::RRawFile::RIOVec*, unsigned int): error: undefined reference to 'Davix::DavixError::getErrMsg() const'
  • [2020-06-24T11:19:52.532Z] ../../../lib/libRDAVIX.a(RRawFileDavix.cxx.o):RRawFileDavix.cxx:function ROOT::Internal::RRawFileDavix::RRawFileDavix(std::experimental::__ROOT::basic_string_view<char, std::char_traits<char> >, ROOT::Internal::RRawFile::ROptions): error: undefined reference to 'Davix::Context::Context()'

And 6 more

@phsft-bot
Copy link
Collaborator

Build failed on mac1015/cxx17.
Running on macphsft20.dyndns.cern.ch:/Users/sftnight/build/workspace/root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T11:28:36.950Z] clang: error: linker command failed with exit code 1 (use -v to see invocation)

@phsft-bot
Copy link
Collaborator

Build failed on windows10/cxx14.
Running on null:C:\build\workspace\root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T11:33:51.008Z] C:\build\workspace\root-pullrequests-build\build\bin\RIO.dll : fatal error LNK1120: 633 unresolved externals [C:\build\workspace\root-pullrequests-build\build\io\io\RIO.vcxproj]

@phsft-bot
Copy link
Collaborator

Build failed on mac1014/python3.
Running on macitois21.cern.ch:/build/jenkins/workspace/root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T11:42:38.234Z] FAILED: math/mathcore/test/testKahan
  • [2020-06-24T11:42:38.234Z] clang: error: linker command failed with exit code 1 (use -v to see invocation)

@phsft-bot
Copy link
Collaborator

Build failed on ROOT-debian10-i386/cxx14.
Running on pcepsft10.dyndns.cern.ch:/build/workspace/root-pullrequests-build
See cdash.
See console output.

Errors:

  • [2020-06-24T14:25:45.602Z] collect2: error: ld returned 1 exit status

@Axel-Naumann Axel-Naumann marked this pull request as draft June 25, 2020 10:38
@amadio amadio closed this Jun 29, 2020
@amadio amadio deleted the ROOT-6446 branch September 29, 2020 11:28
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.

None yet

2 participants