Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352487 - scipy-0.8.0 fails to compile with >=portage-2.2.0_alpha18 that sets FFLAGS
Summary: scipy-0.8.0 fails to compile with >=portage-2.2.0_alpha18 that sets FFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-23 11:33 UTC by hirakendu
Modified: 2011-01-23 12:50 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 hirakendu 2011-01-23 11:33:01 UTC
In the ebuild, changing the line
   [[ -n ${FFLAGS} ]] && FFLAGS="${FFLAGS} -fPIC"
to 
   FFLAGS="${FFLAGS} -fPIC"
fixes it for now.

Reproducible: Always

Steps to Reproduce:
Comment 1 Kacper Kowalik (Xarthisius) (RETIRED) gentoo-dev 2011-01-23 11:51:35 UTC
+  23 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> scipy-0.8.0.ebuild:
+  Append -fPIC to FFLAGS properly. Fixes bug #352487. Thanks hirakendu
+  <hirakendu@gmail.com> for the report.
+
Comment 2 hirakendu 2011-01-23 12:50:02 UTC
Thanks.