Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 640412 Details for
Bug 724086
dev-erlang/fast_tls-1.1.5 : /.../ld: cannot find -lerl_interface
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-erlang:fast_tls-1.1.5:20200519-195332.log
dev-erlang:fast_tls-1.1.5:20200519-195332.log (text/plain), 7.37 KB, created by
Toralf Förster
on 2020-05-19 19:59:34 UTC
(
hide
)
Description:
dev-erlang:fast_tls-1.1.5:20200519-195332.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-05-19 19:59:34 UTC
Size:
7.37 KB
patch
obsolete
> * Package: dev-erlang/fast_tls-1.1.5 > * Repository: gentoo > * Maintainer: ejabberd@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux libressl userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking fast_tls-1.1.5.tar.gz to /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work >>>> Source unpacked in /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work >>>> Preparing source in /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5 ... >./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/fast_tls-1.1.5 --htmldir=/usr/share/doc/fast_tls-1.1.5/html --libdir=/usr/lib64 >checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc >checking whether the C compiler works... yes >checking for C compiler default output file name... a.out >checking for suffix of executables... >checking whether we are cross compiling... no >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes >checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed >checking whether make sets $(MAKE)... yes >checking for an ANSI C-conforming const... yes >checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E >checking for grep that handles long lines and -e... /bin/grep >checking for egrep... /bin/grep -E >checking for ANSI C header files... yes >checking for sys/types.h... yes >checking for sys/stat.h... yes >checking for stdlib.h... yes >checking for string.h... yes >checking for memory.h... yes >checking for strings.h... yes >checking for inttypes.h... yes >checking for stdint.h... yes >checking for unistd.h... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking for ANSI C header files... (cached) yes >checking for x86_64-pc-linux-gnu-erl... no >checking for erl... /usr/bin/erl >checking for x86_64-pc-linux-gnu-erlc... no >checking for erlc... /usr/bin/erlc >checking for SSL_free in -lssl... yes >checking for SHA1_Init in -lcrypto... yes >checking openssl/ssl.h usability... yes >checking openssl/ssl.h presence... yes >checking for openssl/ssl.h... yes >checking openssl/err.h usability... yes >checking openssl/err.h presence... yes >checking for openssl/err.h... yes >checking openssl/sha.h usability... yes >checking openssl/sha.h presence... yes >checking for openssl/sha.h... yes >checking openssl/opensslv.h usability... yes >checking openssl/opensslv.h presence... yes >checking for openssl/opensslv.h... yes >configure: creating ./config.status >config.status: creating vars.config >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5 ... >==> fast_tls-1.1.5 (compile) >Compiled src/p1_sha.erl >Compiled src/fast_tls.erl >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5" > cmd: cc -c -O2 -pipe -march=native -DHAS_ERTS_EXIT -O2 -pipe -march=native -Wall -g -Wall -fPIC -MMD -I"/usr/lib64/erlang/lib/erl_interface-4.0/include" -I"/usr/lib64/erlang/erts-11.0/include" c_src/fast_tls.c -o c_src/fast_tls.o >Compiling c_src/fast_tls.c >c_src/fast_tls.c: In function âtls_get_peer_finished_nifâ: >c_src/fast_tls.c:1233:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 1233 | if (!buf) > | ^~ >c_src/fast_tls.c:1236:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 1236 | (void) SSL_get_peer_finished(state->ssl, buf, len); > | ^ >c_src/fast_tls.c: In function âtls_get_finished_nifâ: >c_src/fast_tls.c:1250:5: warning: this âifâ clause does not guard... [-Wmisleading-indentation] > 1250 | if (!buf) > | ^~ >c_src/fast_tls.c:1253:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the âifâ > 1253 | (void) SSL_get_finished(state->ssl, buf, len); > | ^ >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5" > cmd: cc -c -O2 -pipe -march=native -DHAS_ERTS_EXIT -O2 -pipe -march=native -Wall -g -Wall -fPIC -MMD -I"/usr/lib64/erlang/lib/erl_interface-4.0/include" -I"/usr/lib64/erlang/erts-11.0/include" c_src/ioqueue.c -o c_src/ioqueue.o >Compiling c_src/ioqueue.c >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5" > cmd: cc -c -O2 -pipe -march=native -DHAS_ERTS_EXIT -O2 -pipe -march=native -Wall -g -Wall -fPIC -MMD -I"/usr/lib64/erlang/lib/erl_interface-4.0/include" -I"/usr/lib64/erlang/erts-11.0/include" c_src/p1_sha.c -o c_src/p1_sha.o >Compiling c_src/p1_sha.c >INFO: Using specs [{spec,drv,cc,"priv/lib/fast_tls.so", > ["c_src/fast_tls.c","c_src/ioqueue.c"], > ["c_src/fast_tls.o","c_src/ioqueue.o"], > []}, > {spec,drv,cc,"priv/lib/p1_sha.so", > ["c_src/p1_sha.c"], > ["c_src/p1_sha.o"], > []}] >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5" > cmd: cc c_src/fast_tls.o c_src/ioqueue.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -lssl -lcrypto -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -L"/usr/lib64/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -o priv/lib/fast_tls.so >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lerl_interface >collect2: error: ld returned 1 exit status >ERROR: sh(cc c_src/fast_tls.o c_src/ioqueue.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -lssl -lcrypto -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -L"/usr/lib64/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -o priv/lib/fast_tls.so) >failed with return code 1 and the following output: >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lerl_interface >collect2: error: ld returned 1 exit status > >ERROR: compile failed while processing /var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5: rebar_abort > * ERROR: dev-erlang/fast_tls-1.1.5::gentoo failed (compile phase): > * rebar compile failed > * > * Call stack: > * ebuild.sh, line 125: Called src_compile > * environment, line 502: Called rebar_src_compile > * environment, line 460: Called erebar 'compile' > * environment, line 382: Called die > * The specific snippet of code: > * rebar -v skip_deps=true "$@" || die -n "rebar $@ failed" > * > * If you need support, post the output of `emerge --info '=dev-erlang/fast_tls-1.1.5::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-erlang/fast_tls-1.1.5::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-erlang:fast_tls-1.1.5:20200519-195332.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-erlang/fast_tls-1.1.5/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-erlang/fast_tls-1.1.5/temp/environment'. > * Working directory: '/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.5' > * S: '/var/tmp/portage/dev-erlang/fast_tls-1.1.5/work/fast_tls-1.1.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 724086
:
640410
| 640412 |
640414
|
640416
|
640418
|
640420
|
640422