Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 638966 Details for
Bug 723016
dev-erlang/ezlib-1.0.7 : /.../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:ezlib-1.0.7:20200514-131510.log
dev-erlang:ezlib-1.0.7:20200514-131510.log (text/plain), 6.11 KB, created by
Toralf Förster
on 2020-05-14 13:31:57 UTC
(
hide
)
Description:
dev-erlang:ezlib-1.0.7:20200514-131510.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-05-14 13:31:57 UTC
Size:
6.11 KB
patch
obsolete
> * Package: dev-erlang/ezlib-1.0.7 > * Repository: gentoo > * Maintainer: ejabberd@gentoo.org > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking ezlib-1.0.7.tar.gz to /var/tmp/portage/dev-erlang/ezlib-1.0.7/work >>>> Source unpacked in /var/tmp/portage/dev-erlang/ezlib-1.0.7/work >>>> Preparing source in /var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7 ... >./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/ezlib-1.0.7 --htmldir=/usr/share/doc/ezlib-1.0.7/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 zlib.h usability... yes >checking zlib.h presence... yes >checking for zlib.h... yes >configure: creating ./config.status >config.status: creating vars.config >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7 ... >==> ezlib-1.0.7 (compile) >Compiled src/ezlib_app.erl >Compiled src/ezlib_sup.erl >Compiled src/ezlib.erl >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7" > cmd: cc -c -O2 -pipe -march=native -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/ezlib_drv.c -o c_src/ezlib_drv.o >Compiling c_src/ezlib_drv.c >In file included from /usr/include/string.h:495, > from c_src/ezlib_drv.c:19: >In function âstrncpyâ, > inlined from âezlib_drv_controlâ at c_src/ezlib_drv.c:143:6: >/usr/include/bits/string_fortified.h:106:10: warning: â__builtin_strncpyâ output truncated before terminating nul copying 13 bytes from a string of the same length [-Wstringop-truncation] > 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >In function âstrncpyâ, > inlined from âezlib_drv_controlâ at c_src/ezlib_drv.c:178:9: >/usr/include/bits/string_fortified.h:106:10: warning: â__builtin_strncpyâ output truncated before terminating nul copying 13 bytes from a string of the same length [-Wstringop-truncation] > 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >INFO: Using specs [{spec,drv,cc,"priv/lib/ezlib_drv.so", > ["c_src/ezlib_drv.c"], > ["c_src/ezlib_drv.o"], > []}] >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7" > cmd: cc c_src/ezlib_drv.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -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/ezlib_drv.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/ezlib_drv.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -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/ezlib_drv.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/ezlib-1.0.7/work/ezlib-1.0.7: rebar_abort > * ERROR: dev-erlang/ezlib-1.0.7::gentoo failed (compile phase): > * rebar compile failed > * > * Call stack: > * ebuild.sh, line 125: Called src_compile > * environment, line 482: Called rebar_src_compile > * environment, line 440: Called erebar 'compile' > * environment, line 362: 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/ezlib-1.0.7::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-erlang/ezlib-1.0.7::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-erlang:ezlib-1.0.7:20200514-131510.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-erlang/ezlib-1.0.7/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-erlang/ezlib-1.0.7/temp/environment'. > * Working directory: '/var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7' > * S: '/var/tmp/portage/dev-erlang/ezlib-1.0.7/work/ezlib-1.0.7'
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 723016
:
638964
| 638966 |
638968
|
638970
|
638972
|
638974
|
638976