Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454590 - dev-util/cppunit has not verbose build log
Summary: dev-util/cppunit has not verbose build log
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2013-01-29 21:38 UTC by Agostino Sarubbo
Modified: 2013-06-17 07:38 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 2013-01-29 21:38:29 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 2013-06-17 07:38:44 UTC
+  17 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> cppunit-1.13.0.ebuild,
+  cppunit-1.13.1.ebuild:
+  Make build process verbose, wrt bug #454590. Thanks to Agostino Sarubbo for
+  discovering this issue