Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 442606 - =media-gfx/xsane-0.998-r1 calls AR directly
Summary: =media-gfx/xsane-0.998-r1 calls AR directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-11-10 15:15 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-11-11 11:31 UTC (History)
1 user (show)

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


Attachments
xsane-0.998-r2.patch (xsane-0.998-r2.patch,807 bytes, patch)
2012-11-11 11:04 UTC, Vicente Olivert Riera (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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