You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Lutz Weischer (Jira)" <ji...@apache.org> on 2021/03/17 09:29:00 UTC

[jira] [Created] (ORC-762) build failed on AArch64, Fedora 33

Lutz Weischer created ORC-762:
---------------------------------

             Summary: build failed on AArch64, Fedora 33 
                 Key: ORC-762
                 URL: https://issues.apache.org/jira/browse/ORC-762
             Project: ORC
          Issue Type: Bug
            Reporter: Lutz Weischer


'make package' fails: 

/usr/bin/cmake -S/home/jw/apache/orc -B/home/jw/apache/orc/build --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /home/jw/apache/orc/build/CMakeFiles /home/jw/apache/orc/build//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/jw/apache/orc/build'
make  -f CMakeFiles/snappy_ep.dir/build.make CMakeFiles/snappy_ep.dir/depend
make[2]: Entering directory '/home/jw/apache/orc/build'
cd /home/jw/apache/orc/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/jw/apache/orc /home/jw/apache/orc /home/jw/apache/orc/build /home/jw/apache/orc/build /home/jw/apache/orc/build/CMakeFiles/snappy_ep.dir/DependInfo.cmake --color=
make[2]: Leaving directory '/home/jw/apache/orc/build'
make  -f CMakeFiles/snappy_ep.dir/build.make CMakeFiles/snappy_ep.dir/build
make[2]: Entering directory '/home/jw/apache/orc/build'
[  0%] Performing build step for 'snappy_ep'
cd /home/jw/apache/orc/build/snappy_ep-prefix/src/snappy_ep-build && /usr/bin/cmake -Dmake=make -P /home/jw/apache/orc/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-RELWITHDEBINFO.cmake
CMake Error at /home/jw/apache/orc/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-RELWITHDEBINFO.cmake:49 (message):
  Command failed: 2

   'make'

  See also

    /home/jw/apache/orc/build/snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build-*.log

make[2]: *** [CMakeFiles/snappy_ep.dir/build.make:131: snappy_ep-prefix/src/snappy_ep-stamp/snappy_ep-build] Error 1
make[2]: Leaving directory '/home/jw/apache/orc/build'
make[1]: *** [CMakeFiles/Makefile2:310: CMakeFiles/snappy_ep.dir/all] Error 2
make[1]: Leaving directory '/home/jw/apache/orc/build'
make: *** [Makefile:182: all] Error 2
[jw@cn05 build]$ 

The mentioned log contains: 
/usr/bin/ld: CMakeFiles/snappy_unittest.dir/snappy_unittest.cc.o: in function `snappy::Snappy_ZeroOffsetCopy_Test::Test>snappy_unittest.cc:(.text+0x5054): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11]>/usr/bin/ld: snappy_unittest.cc:(.text+0x507c): undefined reference to `testing::internal::AssertHelper::AssertHelper(t>/usr/bin/ld: snappy_unittest.cc:(.text+0x5084): undefined reference to `testing::Message::Message()'                    /usr/bin/ld: snappy_unittest.cc:(.text+0x5090): undefined reference to `testing::internal::AssertHelper::operator=(test>/usr/bin/ld: snappy_unittest.cc:(.text+0x50a0): undefined reference to `testing::internal::AssertHelper::~AssertHelper(>/usr/bin/ld: snappy_unittest.cc:(.text+0x50d0): undefined reference to `testing::internal::AssertHelper::~AssertHelper(>/usr/bin/ld: CMakeFiles/snappy_unittest.dir/snappy_unittest.cc.o: in function `snappy::Snappy_ZeroOffsetCopyValidation_>snappy_unittest.cc:(.text+0x518c): undefined reference to `testing::internal::GetBoolAssertionFailureMessage[abi:cxx11]>/usr/bin/ld: snappy_unittest.cc:(.text+0x51b4): undefined reference to `testing::internal::AssertHelper::AssertHelper(t>/usr/bin/ld: snappy_unittest.cc:(.text+0x51bc): undefined reference to `testing::Message::Message()'                    /usr/bin/ld: snappy_unittest.cc:(.text+0x51c8): undefined reference to `testing::internal::AssertHelper::operator=(test>/usr/bin/ld: snappy_unittest.cc:(.text+0x51d8): undefined reference to `testing::internal::AssertHelper::~AssertHelper(>/usr/bin/ld: snappy_unittest.cc:(.text+0x5208): undefined reference to `testing::internal::AssertHelper::~AssertHelper(>/usr/bin/ld: CMakeFiles/snappy_unittest.dir/snappy_unittest.cc.o: in function `snappy::Snappy_FindMatchLength_Test::Tes>snappy_unittest.cc:(.text+0x5388): undefined reference to `testing::internal::AssertHelper::AssertHelper(testing::TestP>/usr/bin/ld: snappy_unittest.cc:(.text+0x5390): undefined reference to `testing::Message::Message()'
...



--
This message was sent by Atlassian Jira
(v8.3.4#803005)