Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469970 - dev-perl/Net-DNS : does not respect AR
Summary: dev-perl/Net-DNS : does not respect AR
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-05-15 14:02 UTC by Agostino Sarubbo
Modified: 2013-06-07 12:54 UTC (History)
1 user (show)

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


Attachments
patch against latest ebuild (Net-DNS-0.720.0.patch,517 bytes, patch)
2013-05-20 18:52 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-05-15 14:02:51 UTC
You receive this bug because this package does not respect my system's AR (x86_64-pc-linux-gnu-ar) and calls directly /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)"


From the build log:

ar crs netdns.a netdns.o
Comment 1 Michael Mair-Keimberger (iamnr3) 2013-05-20 18:52:50 UTC
Created attachment 348784 [details, diff]
patch against latest ebuild

I've tried to fix this issue. Please review my patch. I hope my patch is suitable.
Comment 2 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2013-06-07 12:54:19 UTC
+  07 Jun 2013; Mikle Kolyada <zlogene@gentoo.org> -Net-DNS-0.680.0.ebuild,
+  -Net-DNS-0.700.0.ebuild, -Net-DNS-0.710.0.ebuild, Net-DNS-0.660.0.ebuild,
+  Net-DNS-0.720.0.ebuild:
+  Respect AR wrt bug #469970 Drop old unstable packages.
+