Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453632 - =media-libs/gegl-0.2.0-r1 should build verbosely
Summary: =media-libs/gegl-0.2.0-r1 should build verbosely
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Sebastian Pipping
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2013-01-23 08:17 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2013-01-23 23:14 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 Andreis Vinogradovs ( slepnoga ) 2013-01-23 08:17:38 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 Sebastian Pipping gentoo-dev 2013-01-23 23:14:30 UTC
I like this effort.  Should be fixed now.


+  23 Jan 2013; Sebastian Pipping <sping@gentoo.org> gegl-0.1.6-r1.ebuild,
+  gegl-0.1.8-r1.ebuild, gegl-0.2.0-r1.ebuild, gegl-9999.ebuild:
+  Ensure verbose build (bug #453632)
+