Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458084 - media-sound/nted does not respect AR
Summary: media-sound/nted 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: Christopher Harvey
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-02-18 10:13 UTC by Agostino Sarubbo
Modified: 2013-02-18 12:43 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 2013-02-18 10:13:14 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 cru libcommands.a commandhistory.o commandlist.o notemovecommand.o deletechordcommand.o insertchordorrestcommand.o ereasechordorrestcommand.o addnoteatcommand.o 
movechordsandrestscommand.o untieforwardcommand.o ereasenotecommand.o changenotestatus.o changechordorrestlength.o movechordsandrestsreversecommand.o 
changexpositioncommand.o deletesystemcommand.o movesystemcommand.o changespacement.o deletechordorrestgroupcommand.o tienotescommand.o appendnewpagecommand.o 
appendsystemcommand.o getsystemfromnextpagecmmand.o removelastpagecommand.o appendstaffcommand.o deletestaffcommand.o shiftstaffcommand.o paperconfigcommand.o 
notemoverelativecommand.o settotupletcommand.o setstaffcontext.o insertchordorrestgroupcommand.o insertnewpagecommand.o changemeasuretypecommand.o movespecmeasurecommand.o 
changemeasuretimsigcommand.o inserttiedelementcommand.o changetimsigcommand.o removestaffelemcommand.o insertstaffelemcommand.o newlyricscommand.o deletelyricscommand.o 
changenotehead.o removepagecommand.o changechordorreststatus.o changeupbeatcommand.o insertfreeplaceablecommand.o fixmovedfreeplaceablecommand.o 
removefreeplaceablecommand.o changetie.o fixintermediatecommand.o flipvaluescommand.o removeconstraintscommand.o changemeasurespread.o changestaffkeysigcmd.o 
transposecommand.o changestaffclefcmd.o restmovecommand.o changeaccidentalcmd.o changelyricscommand.o 
ar cru libidiotseditor.a idiotseditor.o idcommandhistory.o idcommandlist.o changeidnotecommand.o 
ar cru libdialogs.a staffcontextdialog.o portchoosedialog.o paperconfigdialog.o printconfigdialog.o tupletdialog.o insertblockdialog.o measureconfigdialog.o keysigdialog.o 
scoreinfodialog.o clefconfigdialog.o volumedialog.o tempodialog.o mutedialog.o linesdialog.o signsdialog.o textdialog.o lilypondexportdialog.o staffselectdialog.o 
spacementdialog.o selectordialog.o tools.o scaledialog.o chordnamedialog.o midiimportdialog.o midirecordconfigdialog.o druminfo.o drumconfigdialog.o lyricseditor.o 
ar cru libchords.a chorddialog.o chordpainter.o chords.o
Comment 1 Sergey Popov gentoo-dev 2013-02-18 12:43:28 UTC
+  18 Feb 2013; Sergey Popov <pinkbyte@gentoo.org> nted-1.10.18-r1.ebuild,
+  nted-1.10.18-r2.ebuild:
+  Respect AR, wrt bug #458084. Thanks to Agostino Sarubbo, who discovered this
+  issue