| Summary: | sys-apps/file-4.2[56] emerge fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | SPaNKeR <spankito> |
| Component: | New packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | gentoo, grobian |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
SPaNKeR
2008-08-31 12:19:57 UTC
Please do `echo LC_MESSAGES=\"C\" >> /etc/env.d/02locale`, run env-update and emerge the ebuild again, to provide the output in English. It's not likely that a developer can read the error messages in your mother tongue. OK thanks for the advice: i686-pc-linux-gnu-gcc -shared .libs/magic.o .libs/apprentice.o .libs/softmagic.o .libs/ascmagic.o .libs/compress.o .libs/is_tar.o .libs/readelf.o .libs/print.o .libs/fsmagic.o .libs/funcs.o .libs/apptype.o -lz -march=prescott -Wl,-O1 -Wl,-soname -Wl,libmagic.so.1 -o .libs/libmagic.so.1.0.0 (cd .libs && rm -f libmagic.so.1 && ln -s libmagic.so.1.0.0 libmagic.so.1) (cd .libs && rm -f libmagic.so && ln -s libmagic.so.1.0.0 libmagic.so) i686-pc-linux-gnu-ar cru .libs/libmagic.a magic.o apprentice.o softmagic.o ascmagic.o compress.o is_tar.o readelf.o print.o fsmagic.o funcs.o apptype.o i686-pc-linux-gnu-ranlib .libs/libmagic.a creating libmagic.la (cd .libs && rm -f libmagic.la && ln -s ../libmagic.la libmagic.la) /bin/sh ../libtool --tag=CC --mode=link i686-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -O2 -march=prescott -pipe -D_GNU_SOURCE -Wl,-O1 -o file file.o libmagic.la -lz i686-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wmissing-declarations -Wredundant-decls -Wnested-externs -Wsign-compare -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wunused-parameter -O2 -march=prescott -pipe -D_GNU_SOURCE -Wl,-O1 -o .libs/file file.o ./.libs/libmagic.so -lz creating file make[2]: Leaving directory `/var/tmp/portage/sys-apps/file-4.25/work/file-4.25/src' Making all in magic make[2]: Entering directory `/var/tmp/portage/sys-apps/file-4.25/work/file-4.25/magic' ../src/file -C -m ../magic/Magdir lt-file: No current entry for continuation make[2]: *** [magic.mgc] Error 255 make[2]: Leaving directory `/var/tmp/portage/sys-apps/file-4.25/work/file-4.25/magic' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/sys-apps/file-4.25/work/file-4.25' make: *** [all] Error 2 * * ERROR: sys-apps/file-4.25 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2936: Called die * The specific snippet of code: * emake || die "emake failed"; * The die message: * emake failed file-4.26 released and still same problem. Any idea? same problem here with 4.26. ../src/file -C -c -m ../magic/Magdir indicates that the last read entry is [64 4 string,=prof,"CLIPPER instruction profile"] which seems to come from magic/Magdir/clipper I lack the proper knowledge to figure out what's going wrong here. If I remove clipper it fails at magic/Magdir/bsdi, which feels like something unrelated to the files is wrong. *** Bug 247081 has been marked as a duplicate of this bug. *** try with newer gcc and CFLAGS=-O1 ... if that fails, try file-5.00-r1 ... |