Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 247044

Summary: dev-lang/helium-1.6 fails to build with ghc-6.8 or later
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: normal CC: esigra
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 161426    
Attachments: Build log

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-16 12:54:01 UTC
I'm reporting this bug because the package in summary fails to build when forcing --as-needed on through spec files (check out http://blog.flameeyes.eu/2008/11/14/problems-and-mitigation-strategies-for-as-needed for details).

Check the attached build log.

Thanks,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2008-11-16 12:54:20 UTC
Created attachment 171965 [details]
Build log
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2010-07-24 14:44:57 UTC
Build fails against ghc-6.8, as it moved some functions from (common) 'base' package (library analogue) to (separate) 'containers' library. Similar with 'readline' package.

Fixed and pushed to the tree.
As it's not an --as-needed bug i'm removing links to it.

Thank you, Diego!