Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 458000 - xorg-2.eclass : Support verbose build log
Summary: xorg-2.eclass : Support verbose build log
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-17 16:23 UTC by Agostino Sarubbo
Modified: 2017-03-05 03:34 UTC (History)
0 users

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


Attachments
patch (file_458000.txt,598 bytes, text/plain)
2013-02-17 16:23 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-02-17 16:23:03 UTC
Created attachment 339160 [details]
patch

I just used the same logic of --disable--dependency-tracking:

# Check if package supports a verbose build
if grep -q -s "disable-silent-rules" ${ECONF_SOURCE:-.}/configure; then
        local no_silent="--disable-silent-rules"
fi

attached a diff
Comment 1 Matt Turner gentoo-dev 2013-02-17 19:05:19 UTC
Please mark the 50+ bugs for individual packages inheriting xorg-2 as duplicates of this.
Comment 2 Agostino Sarubbo gentoo-dev 2013-02-17 19:10:11 UTC
(In reply to comment #1)
> Please mark the 50+ bugs for individual packages inheriting xorg-2 as
> duplicates of this.

Why a package that does not have a verbose log should be marked as a duplicate of a patch for an eclass? I guess they can be marked fixed after push this patch.
Comment 3 Matt Turner gentoo-dev 2013-02-17 19:14:06 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Please mark the 50+ bugs for individual packages inheriting xorg-2 as
> > duplicates of this.
> 
> Why a package that does not have a verbose log should be marked as a
> duplicate of a patch for an eclass? I guess they can be marked fixed after
> push this patch.

Because they're all symptoms of the same problem.
Comment 4 Matt Turner gentoo-dev 2017-03-04 19:13:35 UTC
Patch sent to gentoo-dev@
Comment 5 Matt Turner gentoo-dev 2017-03-05 03:34:41 UTC
ulm says that econf already specifies --disable-silent-rules in EAPIs 5 and 6. Only deprecated EAPIs would be affected (EAPIs 3 and 4), so it's not work it. Closing as WONTFIX.