Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448678 - media-sound/lilypond does not respect AR
Summary: media-sound/lilypond does not respect AR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Marijn Schouten (RETIRED)
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-12-26 15:38 UTC by Agostino Sarubbo
Modified: 2013-05-30 07:42 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-12-26 15:38:25 UTC
You receive this bug because this package does not respect my system's AR ( x86_64-pc-linux-gnu-ar - /usr/bin/x86_64-pc-linux-gnu-ar ) and calls directly ar - /usr/bin/ar
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can
2)inherit toolchain-funcs and use tc-export AR
3)inherit toolchain-funcs and use emake AR="$(tc-getAR)"


ar ru out/library.a ./out/real.o ./out/file-cookie.o ./out/file-name.o ./out/interval-set.o 
./out/warn.o ./out/cpu-timer.o ./out/interval.o ./out/string-convert.o ./out/std-string.o 
./out/polynomial.o ./out/rational.o ./out/memory-stream.o ./out/libc-extension.o 
./out/international.o ./out/offset.o ./out/getopt-long.o ./out/file-path.o
Comment 1 Tim Harder gentoo-dev 2013-05-30 07:42:07 UTC
Fixed in CVS.