Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437908 - =media-tv/xbmc-11.0 build log not verbose
Summary: =media-tv/xbmc-11.0 build log not verbose
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xbox project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: verbose_build
  Show dependency tree
 
Reported: 2012-10-11 00:00 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-20 16:20 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 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-11 00:00:58 UTC
Build log should be verbose.

Can be solved by adding MAKEOPTS+=" V=1" to the ebuild.

I tried to append --disable-silent-rules to econf does not work.
Comment 1 SpanKY gentoo-dev 2012-10-11 05:35:04 UTC
this is something to solve in the core code (i.e. econf)
Comment 2 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-11 07:35:46 UTC
(In reply to comment #1)
> this is something to solve in the core code (i.e. econf)

Will be solved in EAPI5, but, for the moment we can use that solution.
Comment 3 Agostino Sarubbo gentoo-dev 2012-10-15 22:00:57 UTC
(In reply to comment #1)
> this is something to solve in the core code (i.e. econf)

Sorry Mike, quoting our devmanual:

> For autotools based build systems you can pass '--disable-silent-rules' to >econf until a new EAPI does that automatically. 'emake V=1' should also work.

I agree with you, first we can try to use --disable-silent-rules, but if the buildsystem does not support it and we see that V=1 works, I don't see the reason because we can't apply that.
Comment 4 SpanKY gentoo-dev 2012-10-20 16:20:06 UTC
still not interested