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

Bug 447488

Summary: net-wireless/iw has not verbose build log
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Bjarke Istrup Pedersen (RETIRED) <gurligebis>
Status: RESOLVED FIXED    
Severity: minor CC: netmon, zerochaos
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 429308    

Description Agostino Sarubbo gentoo-dev 2012-12-16 16:41:04 UTC
The proposed solution is in the tracker.
If this is an autotools based package, and '--disable-silent-rules' doesn't work, you can try:
- emake V=1 in src_compile() and/or src_install()
- MAKEOPTS+=" V=1" as global scope

Note: if you will port the ebuild to EAPI 5, it includes '--disable-silent-rules'
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2012-12-16 21:10:57 UTC
+  16 Dec 2012; Rick Farina <zerochaos@gentoo.org> -iw-0.9.17.ebuild,
+  -iw-0.9.22.ebuild, -iw-3.2.ebuild, -iw-3.5.ebuild, iw-3.3.ebuild,
+  iw-3.6.ebuild, iw-3.7.ebuild:
+  verbose build for bug #447488 and clean out old/unneeded ebuilds


emake V=1