Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461730 - net-proxy/squid does not respect AR
Summary: net-proxy/squid 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on: 486848
Blocks: tc-directly
  Show dependency tree
 
Reported: 2013-03-14 15:01 UTC by Agostino Sarubbo
Modified: 2019-02-24 10:45 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-03-14 15:01:24 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)"


/usr/bin/ar cru libcompat-squid.a assert.o compat.o debug.o GnuRegex.o shm.o strnstr.o strnrchr.o xalloc.o xstrerror.o xstring.o xstrto.o mswin.o eui64_aton.o
libtool: link: /usr/bin/ar cru .libs/libbase.a .libs/AsyncCall.o .libs/AsyncJob.o .libs/AsyncCallQueue.o .libs/RunnersRegistry.o .libs/TextException.o
Comment 1 Amos Jeffries 2013-04-24 15:27:40 UTC
This bug should not exist in the current packages.
see upstream bug http://bugs.squid-cache.org/show_bug.cgi?id=1243
Comment 2 Eray Aslan gentoo-dev 2013-04-26 09:32:54 UTC
+  26 Apr 2013; Eray Aslan <eras@gentoo.org> squid-3.3.3-r1.ebuild:
+  Respect AR - bug #461730
+
Comment 3 Agostino Sarubbo gentoo-dev 2013-07-20 10:11:15 UTC
Still reproducible in squid-3.2.13
Comment 4 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-08-17 12:46:55 UTC
Needs bug #419685 fixed, then we can go for stabilization of 3.3.8 and drop the older still affected versions.