Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449222 - net-libs/libnetfilter_acct should build with --disable-silent-rules
Summary: net-libs/libnetfilter_acct should build with --disable-silent-rules
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2012-12-29 18:09 UTC by Agostino Sarubbo
Modified: 2012-12-29 18:28 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-12-29 18:09: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 Sergey Popov gentoo-dev 2012-12-29 18:24:37 UTC
+  29 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
+  libnetfilter_acct-1.0.1.ebuild:
+  Enable verbose building - bump EAPI to 5, wrt bug #449222

EAPI 4 and 5 has not much differences, so i done this without revbump