Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331833 - games-misc/bsd-games does not respect LDFLAGS
Summary: games-misc/bsd-games does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-08-09 16:32 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-10-19 08:05 UTC (History)
0 users

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


Attachments
Build log (bsd-games-2.17-r4:20100809-031249.log,248.56 KB, text/plain)
2010-08-09 16:33 UTC, Diego Elio Pettenò (RETIRED)
Details
simple sed rule to insert LDFLAGS (bsd-games-2.17-r4.ebuild.patch,388 bytes, patch)
2010-10-06 09:18 UTC, Arttu Valo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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