Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899839 Details for
Bug 914570
dev-java/snappy-1.1.10.5-r1 fails tests: /usr/lib64/libbitshuffle.so.0: undefined symbol: LZ4_compressBound (dev-libs/bitshuffle underlinked?)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bitshuffle-0.3.5 build log
build.log (text/plain), 6.09 KB, created by
Volkmar W. Pogatzki
on 2024-08-11 11:25:26 UTC
(
hide
)
Description:
bitshuffle-0.3.5 build log
Filename:
MIME Type:
Creator:
Volkmar W. Pogatzki
Created:
2024-08-11 11:25:26 UTC
Size:
6.09 KB
patch
obsolete
>[32m * [39;49;00mPackage: dev-libs/bitshuffle-0.3.5:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: java@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >debug: eclass exists: /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: inherit: toolchain-funcs -> /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: *** Multiple Inheritance (Level: 2) >debug: eclass exists: /var/db/repos/vaukai/eclass/multilib.eclass >debug: inherit: multilib -> /var/db/repos/vaukai/eclass/multilib.eclass >debug: *** Multiple Inheritance (Level: 3) >debug: eclass exists: /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: inherit: toolchain-funcs -> /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >[32m * [39;49;00mPackage: dev-libs/bitshuffle-0.3.5:0 >[32m * [39;49;00mRepository: gentoo >[32m * [39;49;00mMaintainer: java@gentoo.org >[32m * [39;49;00mUSE: abi_x86_64 amd64 elibc_glibc kernel_linux >[32m * [39;49;00mFEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >debug: eclass exists: /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: inherit: toolchain-funcs -> /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: *** Multiple Inheritance (Level: 2) >debug: eclass exists: /var/db/repos/vaukai/eclass/multilib.eclass >debug: inherit: multilib -> /var/db/repos/vaukai/eclass/multilib.eclass >debug: *** Multiple Inheritance (Level: 3) >debug: eclass exists: /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >debug: inherit: toolchain-funcs -> /var/db/repos/vaukai/eclass/toolchain-funcs.eclass >>>> Unpacking source... >>>> Unpacking bitshuffle-0.3.5.tar.gz to /var/tmp/portage/dev-libs/bitshuffle-0.3.5/work >>>> Source unpacked in /var/tmp/portage/dev-libs/bitshuffle-0.3.5/work >>>> Preparing source in /var/tmp/portage/dev-libs/bitshuffle-0.3.5/work/bitshuffle-0.3.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-libs/bitshuffle-0.3.5/work/bitshuffle-0.3.5 ... >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-libs/bitshuffle-0.3.5/work/bitshuffle-0.3.5 ... >make -j8 >x86_64-pc-linux-gnu-gcc -O3 -ffast-math -std=c99 -fPIC -march=native -O2 -pipe -Isrc -c src/bitshuffle.c -o src/bitshuffle.o >x86_64-pc-linux-gnu-gcc -O3 -ffast-math -std=c99 -fPIC -march=native -O2 -pipe -Isrc -c src/bitshuffle_core.c -o src/bitshuffle_core.o >x86_64-pc-linux-gnu-gcc -O3 -ffast-math -std=c99 -fPIC -march=native -O2 -pipe -Isrc -c src/iochain.c -o src/iochain.o >[01m[Ksrc/bitshuffle.c:[m[K In function â[01m[Kbshuf_compress_lz4_block[m[Kâ: >[01m[Ksrc/bitshuffle.c:61:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[KLZ4_compress[m[Kâ is deprecated: use LZ4_compress_default() instead [[01;35m[K-Wdeprecated-declarations[m[K] > 61 | [01;35m[Knbytes[m[K = LZ4_compress((const char*) tmp_buf_bshuf, (char*) tmp_buf_lz4, size * elem_size); > | [01;35m[K^~~~~~[m[K >In file included from [01m[Ksrc/bitshuffle.c:15[m[K: >[01m[K/usr/include/lz4.h:806:75:[m[K [01;36m[Knote: [m[Kdeclared here > 806 | LZ4_DEPRECATED("use LZ4_compress_default() instead") LZ4LIB_API int [01;36m[KLZ4_compress[m[K (const char* src, char* dest, int srcSize); > | [01;36m[K^~~~~~~~~~~~[m[K >[01m[Ksrc/bitshuffle.c:[m[K In function â[01m[Kbshuf_decompress_lz4_block[m[Kâ: >[01m[Ksrc/bitshuffle.c:100:5:[m[K [01;35m[Kwarning: [m[Kâ[01m[KLZ4_decompress_fast[m[Kâ is deprecated: This function is deprecated and unsafe. Consider using LZ4_decompress_safe_partial() instead [[01;35m[K-Wdeprecated-declarations[m[K] > 100 | [01;35m[Knbytes[m[K = LZ4_decompress_fast((const char*) in + 4, (char*) tmp_buf, size * elem_size); > | [01;35m[K^~~~~~[m[K >[01m[K/usr/include/lz4.h:863:16:[m[K [01;36m[Knote: [m[Kdeclared here > 863 | LZ4LIB_API int [01;36m[KLZ4_decompress_fast[m[K (const char* src, char* dst, int originalSize); > | [01;36m[K^~~~~~~~~~~~~~~~~~~[m[K >x86_64-pc-linux-gnu-gcc -O3 -ffast-math -std=c99 -fPIC -march=native -O2 -pipe -o libbitshuffle.so.0.3.5 -shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,-z,defs -Wl,-soname,libbitshuffle.so.0 src/bitshuffle.o src/bitshuffle_core.o src/iochain.o >/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/bitshuffle.o: in function `bshuf_compress_lz4_block': >bitshuffle.c:(.text+0x56): undefined reference to `LZ4_compressBound' >/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: bitshuffle.c:(.text+0xba): undefined reference to `LZ4_compress' >/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/bitshuffle.o: in function `bshuf_decompress_lz4_block': >bitshuffle.c:(.text+0x239): undefined reference to `LZ4_decompress_fast' >/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: src/bitshuffle.o: in function `bshuf_compress_lz4_bound': >bitshuffle.c:(.text+0x301): undefined reference to `LZ4_compressBound' >/usr/lib/gcc/x86_64-pc-linux-gnu/13/../../../../x86_64-pc-linux-gnu/bin/ld: bitshuffle.c:(.text+0x347): undefined reference to `LZ4_compressBound' >collect2: error: ld returned 1 exit status >make: *** [Makefile:32: libbitshuffle.so.0.3.5] Error 1 > [31;01m*[0m ERROR: dev-libs/bitshuffle-0.3.5::gentoo failed (compile phase): > [31;01m*[0m emake failed > [31;01m*[0m > [31;01m*[0m If you need support, post the output of `emerge --info '=dev-libs/bitshuffle-0.3.5::gentoo'`, > [31;01m*[0m the complete build log and the output of `emerge -pqv '=dev-libs/bitshuffle-0.3.5::gentoo'`. > [31;01m*[0m The complete build log is located at '/var/tmp/portage/dev-libs/bitshuffle-0.3.5/temp/build.log'. > [31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/dev-libs/bitshuffle-0.3.5/temp/environment'. > [31;01m*[0m Working directory: '/var/tmp/portage/dev-libs/bitshuffle-0.3.5/work/bitshuffle-0.3.5' > [31;01m*[0m S: '/var/tmp/portage/dev-libs/bitshuffle-0.3.5/work/bitshuffle-0.3.5'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 914570
:
871189
|
871190
|
873421
|
873422
| 899839