Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 638938 Details for
Bug 723012
dev-erlang/iconv-1.0.10 : /.../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:iconv-1.0.10:20200514-125748.log
dev-erlang:iconv-1.0.10:20200514-125748.log (text/plain), 6.69 KB, created by
Toralf Förster
on 2020-05-14 13:31:08 UTC
(
hide
)
Description:
dev-erlang:iconv-1.0.10:20200514-125748.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-05-14 13:31:08 UTC
Size:
6.69 KB
patch
obsolete
> * Package: dev-erlang/iconv-1.0.10 > * Repository: gentoo > * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking iconv-1.0.10.tar.gz to /var/tmp/portage/dev-erlang/iconv-1.0.10/work >>>> Source unpacked in /var/tmp/portage/dev-erlang/iconv-1.0.10/work >>>> Preparing source in /var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10 ... >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10 ... > * econf: updating iconv-1.0.10/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating iconv-1.0.10/config.guess with /usr/share/gnuconfig/config.guess >./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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/iconv-1.0.10 --htmldir=/usr/share/doc/iconv-1.0.10/html --libdir=/usr/lib64 >checking for a BSD-compatible install... /usr/lib/portage/python3.7/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for a thread-safe mkdir -p... /bin/mkdir -p >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking whether make supports nested variables... yes >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 x86_64-pc-linux-gnu-gcc understands -c and -o together... yes >checking for style of include used by make... GNU >checking dependency style of x86_64-pc-linux-gnu-gcc... none >checking whether make sets $(MAKE)... (cached) 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 build system type... x86_64-pc-linux-gnu >checking host system type... x86_64-pc-linux-gnu >checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld >checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking for iconv... yes >checking for working iconv... yes >checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >checking that generated files are newer than configure... done >configure: creating ./config.status >config.status: creating vars.config >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10 ... >==> iconv-1.0.10 (compile) >Compiled src/iconv_app.erl >Compiled src/iconv_sup.erl >Compiled src/iconv.erl >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10" > 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/iconv.c -o c_src/iconv.o >Compiling c_src/iconv.c >INFO: Using specs [{spec,drv,cc,"priv/lib/iconv.so", > ["c_src/iconv.c"], > ["c_src/iconv.o"], > []}] >INFO: sh info: > cwd: "/var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10" > cmd: cc c_src/iconv.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L"/usr/lib64/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -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/iconv.so >/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lerl_interface >/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/iconv.o -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -L"/usr/lib64/erlang/lib/erl_interface-4.0/lib" -lerl_interface -lei -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/iconv.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 >/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/iconv-1.0.10/work/iconv-1.0.10: rebar_abort > * ERROR: dev-erlang/iconv-1.0.10::gentoo failed (compile phase): > * rebar compile failed > * > * Call stack: > * ebuild.sh, line 125: Called src_compile > * environment, line 486: Called rebar_src_compile > * environment, line 444: Called erebar 'compile' > * environment, line 366: 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/iconv-1.0.10::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-erlang/iconv-1.0.10::gentoo'`. > * The complete build log is located at '/var/log/portage/dev-erlang:iconv-1.0.10:20200514-125748.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-erlang/iconv-1.0.10/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-erlang/iconv-1.0.10/temp/environment'. > * Working directory: '/var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10' > * S: '/var/tmp/portage/dev-erlang/iconv-1.0.10/work/iconv-1.0.10'
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 723012
:
638936
| 638938 |
638940
|
638942
|
638944
|
638946
|
638948