Advertisement
Guest User

Untitled

a guest
Feb 25th, 2024
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.43 KB | None | 0 0
  1.  * Package:    dev-libs/cm256cc-1.1.0-r1:0
  2.  * Repository: hamari
  3.  * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux
  4.  * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
  5. >>> Unpacking source...
  6. >>> Unpacking cm256cc-1.1.0.tar.gz to /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work
  7. >>> Source unpacked in /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work
  8. >>> Preparing source in /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0 ...
  9.  * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0"
  10.  * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build"
  11.  * Hardcoded definition(s) removed in CMakeLists.txt:
  12.  *      set(CMAKE_BUILD_TYPE "Release")
  13.  *      set(CMAKE_BUILD_TYPE "ReleaseWithDebugInfo")
  14.  *      set(CMAKE_BUILD_TYPE "Debug")
  15.  *      set(CMAKE_BUILD_TYPE "Release")
  16. >>> Source prepared.
  17. >>> Configuring source in /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0 ...
  18.  * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0"
  19.  * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build"
  20. cmake -C /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build/gentoo_toolchain.cmake /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0
  21. loading initial cache file /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build/gentoo_common_config.cmake
  22. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  23.   Compatibility with CMake < 3.5 will be removed from a future version of
  24.   CMake.
  25.  
  26.   Update the VERSION argument <min> value or use a ...<max> suffix to tell
  27.   CMake that the project does not need compatibility with older versions.
  28.  
  29.  
  30. -- The C compiler identification is GNU 13.2.1
  31. -- The CXX compiler identification is GNU 13.2.1
  32. -- Detecting C compiler ABI info
  33. -- Detecting C compiler ABI info - done
  34. -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - skipped
  35. -- Detecting C compile features
  36. -- Detecting C compile features - done
  37. -- Detecting CXX compiler ABI info
  38. -- Detecting CXX compiler ABI info - done
  39. -- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ - skipped
  40. -- Detecting CXX compile features
  41. -- Detecting CXX compile features - done
  42. -- Target architecture: x86_64
  43. -- Use SSE2 SIMD instructions
  44. -- Use SSSE3 SIMD instructions
  45. -- Use SSE 4.1 SIMD instructions
  46. -- Use SSE 4.2 SIMD instructions
  47. -- Use AVX SIMD instructions
  48. -- Use AVX2 SIMD instructions
  49. -- Architecture supports SSSE3 - OK
  50. -- <<< Gentoo configuration >>>
  51. Build type      RelWithDebInfo
  52. Install path    /usr
  53. Compiler flags:
  54. C               -march=native -O2 -pipe
  55. C++             -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10
  56. Linker flags:
  57. Executable      -Wl,-O1 -Wl,--as-needed
  58. Module          -Wl,-O1 -Wl,--as-needed
  59. Shared          -Wl,-O1 -Wl,--as-needed
  60.  
  61. -- Configuring done (4.5s)
  62. -- Generating done (0.0s)
  63. -- Build files have been written to: /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build
  64. >>> Source configured.
  65. >>> Compiling source in /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0 ...
  66.  * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0"
  67.  * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build"
  68. ninja -v -j8 -l8
  69. [1/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -Dcm256cc_EXPORTS -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -fPIC -MD -MT CMakeFiles/cm256cc.dir/cm256.cpp.o -MF CMakeFiles/cm256cc.dir/cm256.cpp.o.d -o CMakeFiles/cm256cc.dir/cm256.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/cm256.cpp
  70. [2/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -Dcm256cc_EXPORTS -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -fPIC -MD -MT CMakeFiles/cm256cc.dir/gf256.cpp.o -MF CMakeFiles/cm256cc.dir/gf256.cpp.o.d -o CMakeFiles/cm256cc.dir/gf256.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/gf256.cpp
  71. [3/18] : && /usr/bin/x86_64-pc-linux-gnu-g++ -fPIC -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10  -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,libcm256cc.so.1 -o libcm256cc.so.1.1.0 CMakeFiles/cm256cc.dir/cm256.cpp.o CMakeFiles/cm256cc.dir/gf256.cpp.o  -Wl,-rpath,:::::::: && :
  72. [4/18] /usr/bin/cmake -E cmake_symlink_library libcm256cc.so.1.1.0  libcm256cc.so.1 libcm256cc.so && :
  73. [5/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -MD -MT CMakeFiles/cm256_test.dir/unit_test/cm256_test.cpp.o -MF CMakeFiles/cm256_test.dir/unit_test/cm256_test.cpp.o.d -o CMakeFiles/cm256_test.dir/unit_test/cm256_test.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/cm256_test.cpp
  74. [6/18] : && /usr/bin/x86_64-pc-linux-gnu-g++ -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -Wl,-O1 -Wl,--as-needed    -rdynamic CMakeFiles/cm256_test.dir/unit_test/cm256_test.cpp.o -o cm256_test  -Wl,-rpath,/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build:  libcm256cc.so.1.1.0 && :
  75. [7/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/mainutils.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/mainutils.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/mainutils.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/mainutils.cpp
  76. [8/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/UDPSocket.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/UDPSocket.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/UDPSocket.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/UDPSocket.cpp
  77. [9/18] /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/example0.cpp
  78. FAILED: CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o
  79. /usr/bin/x86_64-pc-linux-gnu-g++ -DARCHITECTURE_x86_64=1 -DNO_RESTRICT -DUSE_AVX -DUSE_AVX2 -DUSE_SSE2 -DUSE_SSE4_1 -DUSE_SSE4_2 -DUSE_SSSE3 -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/. -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build -I/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0  -march=native -O2 -pipe -msse2 -mssse3 -Wall -Wextra -O3 -ffast-math -ftree-vectorize  -fmax-errors=10 -std=c++11 -MD -MT CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -MF CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o.d -o CMakeFiles/cm256_tx.dir/unit_test/example0.cpp.o -c /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/example0.cpp
  80. In file included from /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/example0.cpp:33:
  81. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:37:9: error: ‘uint16_t’ does not name a type
  82.    37 |         uint16_t i;
  83.       |         ^~~~~~~~
  84. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:33:1: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  85.    32 | #include <string.h>
  86.   +++ |+#include <cstdint>
  87.    33 |
  88. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:38:9: error: ‘uint16_t’ does not name a type
  89.    38 |         uint16_t q;
  90.       |         ^~~~~~~~
  91. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:38:9: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  92. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:42:9: error: ‘uint16_t’ does not name a type
  93.    42 |         uint16_t frameIndex;
  94.       |         ^~~~~~~~
  95. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:42:9: note: ‘uint16_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  96. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:43:9: error: ‘uint8_t’ does not name a type
  97.    43 |         uint8_t  blockIndex;
  98.       |         ^~~~~~~
  99. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:43:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  100. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:44:9: error: ‘uint8_t’ does not name a type
  101.    44 |         uint8_t  filler;
  102.       |         ^~~~~~~
  103. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:44:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  104. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:64:9: error: ‘uint32_t’ does not name a type
  105.    64 |         uint32_t m_centerFrequency;   //!<  4 center frequency in kHz
  106.       |         ^~~~~~~~
  107. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:64:9: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  108. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:65:9: error: ‘uint32_t’ does not name a type
  109.    65 |         uint32_t m_sampleRate;        //!<  8 sample rate in Hz
  110.       |         ^~~~~~~~
  111. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:65:9: note: ‘uint32_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  112. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:66:9: error: ‘uint8_t’ does not name a type
  113.    66 |         uint8_t  m_sampleBytes;       //!<  9 MSB(4): indicators, LSB(4) number of bytes per sample
  114.       |         ^~~~~~~
  115. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:66:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  116. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:67:9: error: ‘uint8_t’ does not name a type
  117.    67 |         uint8_t  m_sampleBits;        //!< 10 number of effective bits per sample
  118.       |         ^~~~~~~
  119. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:67:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  120. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:68:9: error: ‘uint8_t’ does not name a type
  121.    68 |         uint8_t  m_nbOriginalBlocks;  //!< 11 number of blocks with original (protected) data
  122.       |         ^~~~~~~
  123. /var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0/unit_test/data.h:68:9: note: ‘uint8_t’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’?
  124. compilation terminated due to -fmax-errors=10.
  125. ninja: build stopped: subcommand failed.
  126.  * ERROR: dev-libs/cm256cc-1.1.0-r1::hamari failed (compile phase):
  127.  *   ninja -v -j8 -l8 failed
  128.  *
  129.  * Call stack:
  130.  *     ebuild.sh, line  136:  Called src_compile
  131.  *   environment, line 2114:  Called cmake_src_compile
  132.  *   environment, line  869:  Called cmake_build
  133.  *   environment, line  836:  Called eninja
  134.  *   environment, line 1312:  Called die
  135.  * The specific snippet of code:
  136.  *       "$@" || die -n "${*} failed"
  137.  *
  138.  * If you need support, post the output of `emerge --info '=dev-libs/cm256cc-1.1.0-r1::hamari'`,
  139.  * the complete build log and the output of `emerge -pqv '=dev-libs/cm256cc-1.1.0-r1::hamari'`.
  140.  * The complete build log is located at '/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/temp/build.log'.
  141.  * The ebuild environment file is located at '/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/temp/environment'.
  142.  * Working directory: '/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0_build'
  143.  * S: '/var/tmp/portage/dev-libs/cm256cc-1.1.0-r1/work/cm256cc-1.1.0'
  144.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement