Summary: | sys-libs/glibc-2.17 / i486-pc-linux-gnu-nptl - ../nptl/sysdeps/unix/sysv/linux/i386/../fork.c:227:6: error: inconsistent operand constraints in an 'asm' | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aaron Lewis <aaron.lewis1989> |
Component: | [OLD] Core system | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | gentoo |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Aaron Lewis
2014-01-19 05:51:47 UTC
My crystal ball is still out of order. (though having '-fPIC' in global C{XX}FLAGS is plain stupid) :roll: Attach build log. Created attachment 368144 [details]
build.log
(In reply to Aaron Lewis from comment #2) > Created attachment 368144 [details] > build.log Ah, indeed, this looks just like something '-fPIC' could have caused (IIRC, there was another bug just like it due to the same mistake (also resolved INVALID)). First, try dropping it. If that doesn't work, there's an off chance '-march=i486' is a tad too low. (In reply to Rafał Mużyło from comment #3) correct, putting -fPIC in global CFLAGS is wrong and not supported -march=i486 is still supported today w/glibc. -march=i386 is not ... only with uCLibc and USE=-nptl. Yes removing -fPIC helped. How did you guys see this so quickly ;-) *** Bug 499360 has been marked as a duplicate of this bug. *** |