Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 442606

Summary: =media-gfx/xsane-0.998-r1 calls AR directly
Product: Gentoo Linux Reporter: Vicente Olivert Riera (RETIRED) <vincent>
Component: New packagesAssignee: Patrick Kursawe (RETIRED) <phosphan>
Status: RESOLVED FIXED    
Severity: normal CC: pacho
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: xsane-0.998-r2.patch

Description Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-10 15:15:20 UTC
Example:

quad media-gfx # grep 'ar r' xsane-0.998-r1:20121110-143313.log
ar r liblib.a alloca.o getopt.o getopt1.o strndup.o strdup.o strsep.o snprintf.o usleep.o md5.o

Hard to solve. "tc-export AR" and "emake AR=$(tc-getCC)" doesn't work. We need to make a patch.
Comment 1 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-11 11:04:20 UTC
Created attachment 329192 [details, diff]
xsane-0.998-r2.patch
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-11-11 11:04:55 UTC
Fixed with this patch. Also fixed the ugly message of dosym explained here: https://bugs.gentoo.org/show_bug.cgi?id=442440#c2
Comment 3 Sergey Popov gentoo-dev 2012-11-11 11:31:09 UTC
+  11 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> xsane-0.998-r1.ebuild:
+  Fix direct AR call wrt bug #442606. Thanks to Vicente Olivert Riera for
+  reporting this issue