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

Bug 458012

Summary: net-firewall/xtables-addons should build verbosely
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs>
Status: RESOLVED FIXED    
Severity: minor CC: blueness, pinkbyte, proxy-maint
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 2013-02-17 18:14:54 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 Andreis Vinogradovs ( slepnoga ) 2013-02-18 09:36:16 UTC
You want it for kernel modules оr userspace binares ?
Userspace always going verbosely, modules build also, linking the course goes through the rules build the kernel. Ebuild are EAPI5 enabled
Comment 2 Sergey Popov gentoo-dev 2013-04-01 16:47:40 UTC
+  01 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> xtables-addons-1.47.1.ebuild,
+  xtables-addons-2.1.ebuild:
+  Enable verbose build of kernel modules, wrt bug #458012