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

Bug 331833

Summary: games-misc/bsd-games does not respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Games <games>
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    
Attachments: Build log
simple sed rule to insert LDFLAGS

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-09 16:32:51 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 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-09 16:33:15 UTC
Created attachment 242043 [details]
Build log
Comment 2 Arttu Valo 2010-10-06 09:18:51 UTC
Created attachment 249732 [details, diff]
simple sed rule to insert LDFLAGS

Tested by compiling on amd64.

Funny thing how differently C(XX)FLAGS (and now LDFLAGS) have been sorted out in bsd-games and bsd-games-non-free. They seem to have very similar build systems, yet the bsd-games ebuild uses blunt sed'ing, while bsd-games-non-free uses emake parameters.
Comment 3 Tupone Alfredo gentoo-dev 2010-10-19 08:05:34 UTC
Fixed.
Thanks for report and patch