| Summary: | sys-devel/dev86-0.16.18 - ? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Guido Flohr <guido> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Guido Flohr
2012-02-12 12:11:10 UTC
I downgraded my gcc to 4.4.5 and 4.3.4 to no avail. revdep-rebuild also didn't help.
I can compile the package on 32 bit system with gcc 4.3.4.
I then tried to compile the vanilla sources like this:
make DIST=/tmp CC=/usr/bin/x86_64-pc-linux-gnu-gcc-4.5.3
That produces a different error now:
ncc -c -Mn -O -D__LIBC__ -D__LIBC_VER__='"0.16.18"' -o crt0.o crt0.c
*** buffer overflow detected ***: ncc terminated
======= Backtrace: =========
/lib64/libc.so.6(__fortify_fail+0x37)[0x7fe0a28220a7]
/lib64/libc.so.6(+0xedf00)[0x7fe0a281ff00]
/lib64/libc.so.6(+0xee57b)[0x7fe0a282057b]
ncc[0x401547]
ncc[0x403307]
/lib64/libc.so.6(__libc_start_main+0xfd)[0x7fe0a275409d]
ncc[0x400db9]
======= Memory map: ========
00400000-00405000 r-xp 00000000 08:03 5021375 /tmp/dev86-0.16.18/bin/ncc
That is same as https://bugs.gentoo.org/show_bug.cgi?id=289528.
I then tried to uncomment the two epatch directives from the ebuild. But that gives the original error again (the one with the 3000 lines).
Clueless for now.
Please attach the entire build log to this bug report. Created attachment 302147 [details]
build.log
|