Summary: | sci-physics/cernlib-2006-r6 : LOCB/LOCF: address exceeds the 32 bit address space | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Gentoo Science Physics related packages <sci-physics> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tbz2 sci-physics:cernlib-2006-r6:20170510-152830.log.bz2 temp.tbz2 |
Description
Toralf Förster
2017-05-10 16:31:57 UTC
Created attachment 472276 [details]
emerge-info.txt
Created attachment 472278 [details]
emerge-history.txt
Created attachment 472280 [details]
environment
Created attachment 472282 [details]
etc.portage.tbz2
Created attachment 472284 [details]
sci-physics:cernlib-2006-r6:20170510-152830.log.bz2
Created attachment 472286 [details]
temp.tbz2
dpkg-architecture is not the fetal error here. The real failure is at !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LOCB/LOCF: address 0x559e27e42dd0 exceeds the 32 bit address space or is not in the data segments This may result in program crash or incorrect results Therefore we will stop here !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! It seems to be caused by PIE that enabled by default by gcc-6. Possible solution: https://bugzilla.redhat.com/show_bug.cgi?id=241416 oh, then it is due to the change use flag of gcc-6.3 ick, didn't want to close this bug Would it help to filter out "-pie" for this particular software package ? Strangely I cannot reproduce this bug by gcc-6.3 and glibc-2.23. probably a fallout of +pie -poie and +pie and so forth for the unmasked gcc-6.3 |