Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415009 - emerge : print summary about what will happen if "--ask" is not given
Summary: emerge : print summary about what will happen if "--ask" is not given
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Interface (emerge) (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-07 12:32 UTC by Toralf Förster
Modified: 2012-05-08 17:19 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 Toralf Förster gentoo-dev 2012-05-07 12:32:01 UTC
It is a nifty thing  for users who don't want be asked before, but want to see what will happen.

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-07 18:24:02 UTC
Like --verbose would?
Comment 2 Zac Medico gentoo-dev 2012-05-07 19:23:08 UTC
(In reply to comment #1)
> Like --verbose would?

Yeah, that causes the merge list to be displayed, since this commit:

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=fc8b4972964026c4f151bcc932655de91f29809b
Comment 3 Toralf Förster gentoo-dev 2012-05-08 13:09:13 UTC
(In reply to comment #1)
> Like --verbose would?
Right, and that doesn't work :

$> emerge --update --with-bdeps=y @world --verbose
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) dev-libs/nss-3.13.4
>>> Installing (1 of 1) dev-libs/nss-3.13.4
>>> Jobs: 1 of 1 complete                           Load avg: 3.88, 3.64, 2.99


FWIW:
$> grep DEFAULT /etc/make.conf
EMERGE_DEFAULT_OPTS="--autounmask=n --quiet-build=y --keep-going=y --nospinner --tree --deep --quiet"
Comment 4 Zac Medico gentoo-dev 2012-05-08 14:30:41 UTC
--quiet disables the merge list display.
Comment 5 Toralf Förster gentoo-dev 2012-05-08 14:42:00 UTC
(In reply to comment #4)
> --quiet disables the merge list display.

Yes - and without --quiet the whole output from "amke" is given :-(
Comment 6 Zac Medico gentoo-dev 2012-05-08 15:15:04 UTC
Maybe you can just use --quiet-build=y.
Comment 7 Toralf Förster gentoo-dev 2012-05-08 17:19:11 UTC
(In reply to comment #6)
> Maybe you can just use --quiet-build=y.

ofc - you're right