Gentoo Archives: gentoo-user

From: Frank Steinmetzger <Warp_7@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge ignoring -v switch
Date: Sat, 03 Dec 2011 16:46:40
Message-Id: 20111203164519.GA5279@eisen.lan
In Reply to: [gentoo-user] emerge ignoring -v switch by Indi
1 On Sat, Dec 03, 2011 at 09:23:48AM -0500, Indi wrote:
2
3 > About a month or so ago I did an update which seems to have caused
4 > portage to lose the ability to work verbosely.
5 > Ever since it looks like this:
6 > <paste>
7 > idd@gh:[~]9:07:23 $ sudo emerge -vauND adobe-flash
8 >
9 > These are the packages that would be merged, in order:
10 >
11 > Calculating dependencies... done!
12 > [ebuild U ] sys-libs/glibc-2.14.1-r1 [2.14.1] USE="nls -debug -gd -glibc-omitfp (-hardened) (-multilib) -profile (-selinux) -vanilla" 150 kB
13 > [ebuild R ] sys-devel/binutils-2.22 USE="nls zlib%* -multislot -multitarget -static-libs -test -vanilla" 0 kB
14 > [ebuild U ] dev-libs/openssl-1.0.0e-r1 [1.0.0e] USE="bindist kerberos sse2 zlib -gmp -rfc3779 -static-libs% -test" 3,950 kB
15 > [ebuild U ] net-misc/curl-7.23.1 [7.22.0] USE="ipv6 ssl threads -ares -gnutls -idn -kerberos -ldap -nss -ssh% -static-libs -test (-libssh2%)" 2,321 kB
16 > [ebuild U ] dev-libs/cyrus-sasl-2.1.25 [2.1.23-r6] USE="berkdb openldap ssl -authdaemond -gdbm -java -kerberos -ldapdb% -mysql -pam -postgres -sample -sqlite% -srp -static-libs% -urandom (-crypt%*) (-ntlm_unsupported_patch%)" 5,088 kB
17 > [ebuild U ] dev-vcs/git-1.7.8 [1.7.8_rc4] USE="blksha1 cgi curl cvs iconv perl python subversion threads webdav -doc -emacs -gtk (-ppcsha1) -tk -xinetd" 3,941 kB
18 >
19 > Total: 6 packages (5 upgrades, 1 reinstall), Size of downloads: 15,448 kB
20 >
21 > Would you like to merge these packages? [Yes/No] y
22 > >>> Verifying ebuild manifests
23 > >>> Starting parallel fetch
24 > >>> Emerging (1 of 6) sys-libs/glibc-2.14.1-r1
25 > >>> Jobs: 0 of 6 complete, 1 running Load avg: 2.16, 1.66, 1.10
26 >
27 > </paste>
28 >
29 > Remerged python, verified the right python via eselect, remerge portage, etc etc etc etc
30 > I just can't seem to get proper output from emerge anymore no matter what. Other than that
31 > everything is working fine, but I do need to see actual output.
32 >
33 > Anyone know what to do to fix this?
34
35 Did you enable parallel builds? I.e. added --jobs and/or --load related options
36 to EMERGE_DEFAULT_OPTS? In that case emerge uses this kind of output, because
37 obviously you can’t display multiple builds at the same time in one window.
38
39 The -v flag, to my knowledge, only affects the output of -p and -a, adding
40 information like used and changed use flags and file size to download for each
41 package to be installed.
42 --
43 Gruß | Greetings | Qapla'
44 I forbid any use of my email addresses with Facebook services.
45
46 “We all know Linux is great … it does infinite loops in 5 seconds.”
47 – Linus Torvalds

Replies

Subject Author
Re: [gentoo-user] emerge ignoring -v switch Mick <michaelkintzios@×××××.com>