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

Bug 335591

Summary: x11-wm/xmonad does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED FIXED    
Severity: QA    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933, 333217    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-01 21:15:04 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Ivan 2010-09-02 03:20:06 UTC
(In reply to comment #0)
> See attached build log.
> 
> (Please do not complain about the need for looking at the build log until you
> can provide an easy way to open bugs with the correct data picked out of a
> tinderbox log. Thanks.)
> 

So, is there a build log or not?

And this is probably going to be the same thing as with other Haskell software compiled with GHC: none of them currently respect LDFLAGS, because GHC doesn't respect LDFLAGS: http://hackage.haskell.org/trac/ghc/ticket/2933

(I believe slyfox has already made an overall Haskell bug about it here, but I can't recall which one it is and I can't set this bug to depend upon that one).
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2010-09-12 07:43:57 UTC
Fixed in .eclass by:

> slyfox      10/09/12 07:37:09
> 
>   Modified:             haskell-cabal.eclass
>   Log:
>   Make .cabal built haskell packages respect LDFLAGS envvar. Fixes bug #333217 (and inferior bug #335591)

Thanks for the report, Diego!