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

Bug 483344

Summary: app-emulation/wine : does not respect RANLIB
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Wine Maintainers <wine>
Status: RESOLVED DUPLICATE    
Severity: QA    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

Description Agostino Sarubbo gentoo-dev 2013-09-02 06:53:23 UTC
You receive this bug because this package does not respect my system's RANLIB (x86_64-pc-linux-gnu-ranlib) and calls directly /usr/bin/ranlib
The possible solutions to fix this issue are:
1)Fix the buildsystem, if you can;
2)inherit toolchain-funcs and use tc-export RANLIB
3)inherit toolchain-funcs and use emake RANLIB="$(tc-getRANLIB)"


From the build log:

ranlib libwine_port.a
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-10-09 03:26:40 UTC
+*wine-1.7.3 (09 Oct 2013)
+
+  09 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> wine-1.6.ebuild,
+  +wine-1.7.3.ebuild, wine-9999.ebuild, metadata.xml:
+  Belated version bump (bug #483276); see http://www.winehq.org/announce/1.7.3
+  (and .../1.7.2 and .../1.7.1) for release notes. Respect AR and RANLIB (bug
+  #483342 and #483344, thanks to Agostino Sarubbo). Make rtkit dependency
+  optional since apparently winepulse can work without it (bug #487152, thanks
+  to Stefan Reimer).

*** This bug has been marked as a duplicate of bug 483342 ***
Comment 2 Alexandre Rostovtsev (RETIRED) gentoo-dev 2013-10-09 03:27:05 UTC
(In reply to Alexandre Rostovtsev from comment #1)

Sorry, ignore the comment...