Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 448196 - media-video/mplayer2 has not verbose build log
Summary: media-video/mplayer2 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: Nikoli
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2012-12-22 16:02 UTC by Agostino Sarubbo
Modified: 2012-12-26 08:52 UTC (History)
1 user (show)

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


Attachments
patch for ebuilds, works fine for me (mplayer2.patch,834 bytes, text/plain)
2012-12-25 22:43 UTC, Nikoli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-12-22 16:02:59 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 Nikoli 2012-12-25 22:43:05 UTC
Created attachment 333356 [details]
patch for ebuilds, works fine for me
Comment 2 Sergey Popov gentoo-dev 2012-12-26 08:52:00 UTC
+  26 Dec 2012; Sergey Popov <pinkbyte@gentoo.org>
+  mplayer2-2.0_p20120309.ebuild, mplayer2-2.0_p20120828.ebuild,
+  mplayer2-2.0_p20121108.ebuild, mplayer2-2.0_p20121128.ebuild,
+  mplayer2-9999.ebuild:
+  Enable verbose build, wrt bug #448196. Thanks to Agostino Sarubbo for
+  discovering this issue and Nikoli for providing patch