Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713818 - sys-apps/portage: emerge --quiet option suppresses eqawarn messages in build log (though elog framework captures and outputs them)
Summary: sys-apps/portage: emerge --quiet option suppresses eqawarn messages in build ...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 711148
  Show dependency tree
 
Reported: 2020-03-21 16:39 UTC by Agostino Sarubbo
Modified: 2020-05-08 23:08 UTC (History)
0 users

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


Attachments
build log (file_713818.txt,10.20 KB, text/plain)
2020-03-21 16:39 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 2020-03-21 16:39:23 UTC
Created attachment 623930 [details]
build log

~ $ emerge -q dev-perl/Bio-DB-HTS
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-perl/Bio-DB-HTS-3.10.0::gentoo
>>> Installing (1 of 1) dev-perl/Bio-DB-HTS-3.10.0::gentoo

 * Messages for package dev-perl/Bio-DB-HTS-3.10.0:
 * Log file: /var/log/emerge-log/build/dev-perl/Bio-DB-HTS-3.10.0:20200321-163658.log

 * QA Notice: Files built without respecting LDFLAGS have been detected
 *  Please include the following list of files in your report:
 * /usr/lib/perl5/vendor_perl/5.30.1/i686-linux/auto/Bio/DB/HTS/Faidx/Faidx.so
 * /usr/lib/perl5/vendor_perl/5.30.1/i686-linux/auto/Bio/DB/HTS/HTS.so
Comment 1 Zac Medico gentoo-dev 2020-03-21 19:02:50 UTC
This emerge --quiet behavior goes back to this commit from bug 160075 where eqawarn was changed to use the vecho function which suppresses output for --quiet mode:

https://gitweb.gentoo.org/proj/portage.git/commit/?id=c53f52941c88b24c20204f1795dc02f595ee3a57
Comment 2 Agostino Sarubbo gentoo-dev 2020-03-21 19:08:31 UTC
Is there a way from options to overwrite this behavior? I'm compiling with -q but as you can see the log misses the QA notice useful for who receives the bug report.
Comment 3 Zac Medico gentoo-dev 2020-03-21 19:14:10 UTC
(In reply to Agostino Sarubbo from comment #2)
> Is there a way from options to overwrite this behavior? I'm compiling with
> -q but as you can see the log misses the QA notice useful for who receives
> the bug report.

This --quiet behavior is currently not adjustable, but I doubt that anyone will complain if we change eqawarn to use echo instead of vecho. Bug 160075 was from a time before emerge --jobs and emerge --quiet-build, when emerge --quiet did not suppress build output to the tty.
Comment 4 Zac Medico gentoo-dev 2020-03-21 19:33:49 UTC
I've checked history to see when emerge --quiet stopped sending build output to the tty, and it was this change (~1.5 years after bug 160075):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=0398470e5029fe096a4400a2a6a79ef40076a691
Comment 5 Larry the Git Cow gentoo-dev 2020-03-21 22:08:10 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=6569381d5d22b287963bcbabe4c510fad9845ea2

commit 6569381d5d22b287963bcbabe4c510fad9845ea2
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-03-21 21:27:43 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-03-21 21:42:42 +0000

    eqawarn: output to build log regardless of --quiet (bug 713818)
    
    Make eqwarn output to the build log regardless of --quiet, via echo
    to stderr instead of __vecho. This __vecho usage was originally
    introduced in commit c53f52941c88, which was during the time when
    build output went to the tty regardless of --quiet mode (that
    changed in commit 0398470e5029).
    
    Bug: https://bugs.gentoo.org/713818
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 bin/isolated-functions.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 6 Agostino Sarubbo gentoo-dev 2020-03-22 10:51:49 UTC
I would be grateful to you if you can make a release so with the new version my bugs from AT findind will make more sense
Comment 7 Larry the Git Cow gentoo-dev 2020-03-23 03:13:48 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0c4eab7417a7823cabe54ace677377114b18dd

commit 6a0c4eab7417a7823cabe54ace677377114b18dd
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2020-03-23 03:02:25 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2020-03-23 03:03:33 +0000

    sys-apps/portage: Bump to version 2.3.95
    
     #713100 fix FEATURES=userpriv $HOME permissions
     #713726 emerge --info: Filter variables for credentials
     #713818 eqawarn: output to build log regardless of --quiet
    
    Bug: https://bugs.gentoo.org/711148
    Bug: https://bugs.gentoo.org/713100
    Bug: https://bugs.gentoo.org/713726
    Bug: https://bugs.gentoo.org/713818
    Package-Manager: Portage-2.3.95, Repoman-2.3.21
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/Manifest              |   1 +
 sys-apps/portage/portage-2.3.95.ebuild | 268 +++++++++++++++++++++++++++++++++
 2 files changed, 269 insertions(+)