| Summary: | sys-devel/binutils-2.21 - "collect2: ld terminated with signal 11 [Segmentation fault]" | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | eu9gu4 |
| Component: | Current packages | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | CC: | jwbraun |
| Priority: | Normal | ||
| Version: | 10.0 | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
output of emerge -pqv
portage log file environment output of emerge --info /proc/cpuinfo |
||
|
Description
eu9gu4
2011-04-10 16:40:59 UTC
Created attachment 269321 [details]
output of emerge -pqv
Created attachment 269325 [details]
portage log file
Created attachment 269327 [details]
environment
Created attachment 269329 [details]
output of emerge --info
have you tried using memtest86+ ? (In reply to comment #5) > have you tried using memtest86+ ? I have, after you asked. It passed all 8 gigs of RAM with no errors. does it fail in the same place every time ? what if you use LC_ALL=C ? what if you build binutils with CFLAGS=-O2 (no -march) ? (In reply to comment #7) > does it fail in the same place every time ? what if you use LC_ALL=C ? what > if you build binutils with CFLAGS=-O2 (no -march) ? i'll try this evening when I get back from work, but yes, with the current CFLAGS it always fails in the same place (In reply to comment #7) > does it fail in the same place every time ? what if you use LC_ALL=C ? what > if you build binutils with CFLAGS=-O2 (no -march) ? i actually tried that this morning: the result is the same. maybe it's not a binutils problem, maybe it's something that has to do with those packages, but i have no idea what they might have in common. yesteray i've built the kde 4.6.2: with the exception of system-config-printer-common, juk and kscd, everything else went just fine. if it was binutils, it would fail much more often, imho. if you go into one of the build dirs and run `make` yourself, does it fail ? (In reply to comment #10) > if you go into one of the build dirs and run `make` yourself, does it fail ? yes! i wanted to make a new try and built glibc, binutils, udev, glib and cups using just "-O2" instead of "-march=native -O2", then system-config-printer-common. same outcome. i could try to build my whole system with "-O2", but it will probably take days and not sure if it helps. i'm not sure about cmake and ffmpegthumbnailer, but i think that all the others link against glib. thanks for your patience. don't know what to do anymore. rebuild just binutils with CFLAGS=-O2 and see if the printer pkg fails please post /proc/cpuinfo as an attachment (In reply to comment #12) > rebuild just binutils with CFLAGS=-O2 and see if the printer pkg fails > > please post /proc/cpuinfo as an attachment my CFLAGS are now set to -O2. built binutils, got the same result. my /proc/cpuinfo is attached. please note that i use cpufrequtils to control the frequency of the processor with "ondemand" governor. just in case you would ask, i disabled the frequency control and unloaded the kernel module. same result. Created attachment 269637 [details]
/proc/cpuinfo
|