Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619902 - haskell-cabal_src_compile() invalid gcc flags
Summary: haskell-cabal_src_compile() invalid gcc flags
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-28 03:34 UTC by Sora Lee
Modified: 2017-06-01 11:14 UTC (History)
0 users

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


Attachments
Build Log (build.log,3.03 KB, text/x-log)
2017-05-28 03:34 UTC, Sora Lee
Details
System Info (system.info,7.19 KB, application/x-info)
2017-05-28 03:35 UTC, Sora Lee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sora Lee 2017-05-28 03:34:18 UTC
Created attachment 474522 [details]
Build Log

ebuilds which call haskell-cabal_src_compile() try to compile with the flag -nopie, which is undefined in gcc-6.3.0 and should be -no-pie instead. I've linked the build log of dev-haskell/http-client as an example.
Comment 1 Sora Lee 2017-05-28 03:35:11 UTC
Created attachment 474524 [details]
System Info
Comment 2 Sora Lee 2017-06-01 11:14:34 UTC
Fixed by running haskell-updater; this is working as intended.