Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 630082 Details for
Bug 716214
app-misc/ifp-line-0.3 : ifp_routines.c:(.text+<snip>): undefined reference to fts_open
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc:ifp-line-0.3:20200404-175113.log
app-misc:ifp-line-0.3:20200404-175113.log (text/plain), 6.79 KB, created by
Toralf Förster
on 2020-04-04 18:17:20 UTC
(
hide
)
Description:
app-misc:ifp-line-0.3:20200404-175113.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2020-04-04 18:17:20 UTC
Size:
6.79 KB
patch
obsolete
> * Package: app-misc/ifp-line-0.3 > * Repository: gentoo > * Maintainer: sound@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>>> Unpacking source... >>>> Unpacking ifp-line-0.3.tar.gz to /var/tmp/portage/app-misc/ifp-line-0.3/work >>>> Source unpacked in /var/tmp/portage/app-misc/ifp-line-0.3/work >>>> Preparing source in /var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3 ... > * Applying ifp-line-0.3-fix-warnings.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3 ... > * econf: updating ifp-line-0.3/config.sub with /usr/share/gnuconfig/config.sub > * econf: updating ifp-line-0.3/config.guess with /usr/share/gnuconfig/config.guess >./configure --prefix=/usr --build=x86_64-gentoo-linux-musl --host=x86_64-gentoo-linux-musl --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --libdir=/usr/lib >configure: loading site script /usr/share/config.site >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking whether build environment is sane... yes >checking for gawk... gawk >checking whether make sets $(MAKE)... yes >checking for x86_64-gentoo-linux-musl-gcc... x86_64-gentoo-linux-musl-gcc >checking for C compiler default output file name... a.out >checking whether the C compiler works... yes >checking whether we are cross compiling... no >checking for suffix of executables... >checking for suffix of object files... o >checking whether we are using the GNU C compiler... yes >checking whether x86_64-gentoo-linux-musl-gcc accepts -g... yes >checking for x86_64-gentoo-linux-musl-gcc option to accept ANSI C... none needed >checking for style of include used by make... GNU >checking dependency style of x86_64-gentoo-linux-musl-gcc... none >checking for x86_64-gentoo-linux-musl-ranlib... x86_64-gentoo-linux-musl-ranlib >checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c >checking build system type... x86_64-gentoo-linux-musl >checking host system type... x86_64-gentoo-linux-musl >checking for ld used by GCC... /usr/x86_64-gentoo-linux-musl/bin/ld >checking if the linker (/usr/x86_64-gentoo-linux-musl/bin/ld) is GNU ld... yes >checking for shared library run path origin... done >checking for iconv... yes >checking for iconv declaration... > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >checking for libusb-config... /usr/bin/libusb-config >checking for libusb - version >= 0.1.7... yes >checking how to run the C preprocessor... x86_64-gentoo-linux-musl-gcc -E >checking for egrep... grep -E >checking for ANSI C header files... yes >checking for sys/wait.h that is POSIX.1 compatible... 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 langinfo.h usability... yes >checking langinfo.h presence... yes >checking for langinfo.h... yes >checking limits.h usability... yes >checking limits.h presence... yes >checking for limits.h... yes >checking locale.h usability... yes >checking locale.h presence... yes >checking for locale.h... yes >checking for string.h... (cached) yes >checking for unistd.h... (cached) yes >checking for an ANSI C-conforming const... yes >checking for stdbool.h that conforms to C99... yes >checking for _Bool... yes >checking for pid_t... yes >checking for size_t... yes >checking for stdlib.h... (cached) yes >checking for GNU libc compatible malloc... yes >checking whether lstat dereferences a symlink specified with a trailing slash... yes >checking whether stat accepts an empty string... no >checking for memset... yes >checking for mkdir... yes >checking for nl_langinfo... yes >checking for setlocale... yes >checking for strdup... yes >checking for strncasecmp... yes >checking for strstr... yes >configure: creating ./config.status >config.status: creating Makefile >config.status: creating config.h >config.status: executing depfiles commands >>>> Source configured. >>>> Compiling source in /var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3 ... >make -j1 >make all-am >make[1]: Entering directory '/var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3' >x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -c -o libunicodehack_a-unicodehack.o `test -f 'unicodehack.c' || echo './'`unicodehack.c >rm -f libunicodehack.a >ar cru libunicodehack.a libunicodehack_a-unicodehack.o >x86_64-gentoo-linux-musl-ranlib libunicodehack.a >x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -c -o ifp-ifp.o `test -f 'ifp.c' || echo './'`ifp.c >x86_64-gentoo-linux-musl-gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -march=native -c -o ifp-ifp_routines.o `test -f 'ifp_routines.c' || echo './'`ifp_routines.c >x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ifp ifp-ifp.o ifp-ifp_routines.o ./libunicodehack.a -L/usr/lib -lusb >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: ifp-ifp_routines.o: in function `ifp_upload_dir': >ifp_routines.c:(.text+0x25e6): undefined reference to `fts_open' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: ifp_routines.c:(.text+0x2604): undefined reference to `fts_read' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: ifp_routines.c:(.text+0x26ea): undefined reference to `fts_read' >/usr/lib/gcc/x86_64-gentoo-linux-musl/9.3.0/../../../../x86_64-gentoo-linux-musl/bin/ld: ifp_routines.c:(.text+0x2704): undefined reference to `fts_close' >collect2: error: ld returned 1 exit status >make[1]: *** [Makefile:289: ifp] Error 1 >make[1]: Leaving directory '/var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3' >make: *** [Makefile:203: all] Error 2 > * ERROR: app-misc/ifp-line-0.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=app-misc/ifp-line-0.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=app-misc/ifp-line-0.3::gentoo'`. > * The complete build log is located at '/var/log/portage/app-misc:ifp-line-0.3:20200404-175113.log'. > * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-misc/ifp-line-0.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/app-misc/ifp-line-0.3/temp/environment'. > * Working directory: '/var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3' > * S: '/var/tmp/portage/app-misc/ifp-line-0.3/work/ifp-line-0.3'
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 716214
:
630080
| 630082 |
630084
|
630086
|
630088
|
630090
|
630092