Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256585 - sci-libs/lapack-reference
Summary: sci-libs/lapack-reference
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 256978
  Show dependency tree
 
Reported: 2009-01-28 03:36 UTC by Chris Brennan
Modified: 2009-04-28 14:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Brennan 2009-01-28 03:36:59 UTC
sci-libs/lapack-reference doesn't get prefix'd when it's ecopied.

Reproducible: Always

Steps to Reproduce:
1. emerge sci-libs/lapack-reference
2.
3.

Actual Results:  
several files are being installed outside the prefix

Expected Results:  
successful emerge.

---
** FIX **
edit /path/to/your/overlay/sci-libs/sci-libs/lapack-reference/lapack-reference-3.1.1-r1.ebuild and change line 60 from this
-> --libdir="/usr/$(get_libdir)/lapack/reference" \

to this
-> --libdir="${EPREFIX}/usr/$(get_libdir)/lapack/reference" \

save, exit, manifest the modified ebuild and --resume your emerge.
Comment 1 Fabian Groffen gentoo-dev 2009-01-30 19:40:39 UTC
this needs app-admin/eselect-lapack
Comment 2 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-28 14:56:54 UTC
I added this today, but there still is a macosx issue that needs to be resolved in another bug.