Summary: | sci-libs/lapack-atlas-3.9.23 fails test | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bjoern Thorwirth <Bjoern.Thorwirth> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | artjom.simon, sci |
Priority: | High | ||
Version: | 10.0 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 372323 | ||
Attachments: | build log |
Description
Bjoern Thorwirth
2010-02-22 11:31:38 UTC
Created attachment 220689 [details]
build log
Try removing "-fomit-frame-pointer" from your CFLAGS. I also first had too restrictive CFLAGS with graphite and what not turned on, which lead to xlintstd segfaulting much earlier. Giving sane CFLAGS compiles the package smoothly (in your case, just remove the -fomit-frame-pointer). Note that the lapack-atlas doesn't care about the CFLAGS set in your /etc/make.conf if you have additional CFLAGS set in /etc/profile or ~/.bash_profile or the like. The make.conf CFLAGS get overriden by the environment ones, watch out if this is the case on your system, too. Björn, have you cheked if it works for you without -fomit-frame-pointer in your CFLAGS? If so, don't forget to close this bug =) I strongly believe this one is CFLAGS related. Dropped all atlas packages from tree. Please use sci-libs/atlas from sci overlay. If problem still exist with that package, please reopen the bug or file a new one. |