Summary: | mgetty 1.1.30: could not emerge (install) - Function src_compile, Line 52, Exitcode 2 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | K. Posern <quickhelp> |
Component: | Current packages | Assignee: | Gentoo Dialup Developers <net-dialup> |
Status: | RESOLVED CANTFIX | ||
Severity: | normal | CC: | gcc-porting |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
K. Posern
2004-04-07 02:19:56 UTC
try to compile with mcpu=pentium3 instead of march=pentium4 Hi. First: Thnx for the fast answer! :-) But it still doesn't work... I changed "/etc/make.conf": CFLAGS="-mcpu=pentium3 -pipe -fomit-frame-pointer -O3" I tried again: "emerge mgetty": ... make[1]: Entering directory `/var/tmp/portage/mgetty-1.1.30/work/mgetty-1.1.30/tools' ../sedscript <cutbl.in >cutbl free(): invalid pointer 0x40366000! free(): invalid pointer 0x4036d228! free(): invalid pointer 0x80f8d44! Inconsistency detected by ld.so: dl-fini.c: 66: _dl_fini: Assertion `i == _rtld_local._dl_nloaded' failed! make[1]: *** [cutbl] Error 127 make[1]: Leaving directory `/var/tmp/portage/mgetty-1.1.30/work/mgetty-1.1.30/tools' make: *** [subdirs] Error 2 !!! ERROR: net-dialup/mgetty-1.1.30 failed. !!! Function src_compile, Line 52, Exitcode 2 !!! (no error message) ??? run revdep-rebuild to see if it solves your problem. prolly glibc or gcc have problems with notoriously unstable CFLAGS -march=pentium4 -O3 closed since we can't do anything about it. |