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

Bug 453356

Summary: net-p2p/amule has not verbose build log
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Gentoo net-p2p team <net-p2p>
Status: RESOLVED FIXED    
Severity: minor CC: reviewers+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/issues/297
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 429308    

Description Agostino Sarubbo gentoo-dev 2013-01-21 15:27:50 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-10-31 10:57:36 UTC
Included in https://github.com/gentoo/gentoo/pull/297
Comment 2 Patrice Clement gentoo-dev 2016-01-22 10:45:31 UTC
commit e3ffbee (HEAD, origin/master, origin/HEAD, master)
Merge: 5e0dabb 1c48f49
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Fri Jan 22 10:38:10 2016 +0000

    Merge remote-tracking branch 'github/pr/297'.