* [gentoo-user] Portage telling me what it's doing
@ 2012-06-02 6:08 Andrew Lowe
2012-06-02 6:26 ` Pandu Poluan
` (5 more replies)
0 siblings, 6 replies; 17+ messages in thread
From: Andrew Lowe @ 2012-06-02 6:08 UTC (permalink / raw
To: gentoo-user
Hi all,
I've just kicked off an "emerge -NuD world" and will now head out for a
while. My emerge has to do, amongst others, gcc, libreoffice, Firefox &
Thunderbird. Now when I get back I'll want to know where the emerge is
up to so, in my ignorance of portage/emerge in great depth and with only
compiler output spewing up the screen, I'll fire up another terminal,
and now don't laugh, I'll do "emerge --pretend -NuD world". That will
tell me what's currently being compiled as it will be the top thingy on
the list. There has to be a better way....
Is there a way so that the terminal that the emerge is happening in can
display additional info? At the moment, I get:
/home/agl: emerge
can I get, say:
/home/agl: emerge www-client/firefox
by setting some config variable? Failing that is there a log file that
lists just what's been emerged, not a whole lot of "checking this,
checking that, compiling this file, linking that library, whoops, error
here..." sort of thing.
Any thoughts, greatly appreciated,
Andrew
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
@ 2012-06-02 6:26 ` Pandu Poluan
2012-06-02 6:44 ` Walter Dnes
` (4 subsequent siblings)
5 siblings, 0 replies; 17+ messages in thread
From: Pandu Poluan @ 2012-06-02 6:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1303 bytes --]
On Jun 2, 2012 1:13 PM, "Andrew Lowe" <agl@wht.com.au> wrote:
>
> Hi all,
> I've just kicked off an "emerge -NuD world" and will now head out
for a while. My emerge has to do, amongst others, gcc, libreoffice, Firefox
& Thunderbird. Now when I get back I'll want to know where the emerge is up
to so, in my ignorance of portage/emerge in great depth and with only
compiler output spewing up the screen, I'll fire up another terminal, and
now don't laugh, I'll do "emerge --pretend -NuD world". That will tell me
what's currently being compiled as it will be the top thingy on the list.
There has to be a better way....
>
> Is there a way so that the terminal that the emerge is happening
in can display additional info? At the moment, I get:
>
> /home/agl: emerge
>
> can I get, say:
>
> /home/agl: emerge www-client/firefox
>
> by setting some config variable? Failing that is there a log file that
lists just what's been emerged, not a whole lot of "checking this, checking
that, compiling this file, linking that library, whoops, error here..."
sort of thing.
>
> Any thoughts, greatly appreciated,
>
I never tried it while an emerge @world us running, but elogv/elogviewer
sorts by last emerge time.
Thus, the last package emerged -- successfully or not -- is topmost.
Rgds,
[-- Attachment #2: Type: text/html, Size: 1606 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
2012-06-02 6:26 ` Pandu Poluan
@ 2012-06-02 6:44 ` Walter Dnes
2012-06-03 14:54 ` YoYo Siska
2012-06-02 6:59 ` Hinnerk van Bruinehsen
` (3 subsequent siblings)
5 siblings, 1 reply; 17+ messages in thread
From: Walter Dnes @ 2012-06-02 6:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 859 bytes --]
On Sat, Jun 02, 2012 at 02:08:39PM +0800, Andrew Lowe wrote
>
> Is there a way so that the terminal that the emerge is happening in can
> display additional info? At the moment, I get:
>
> /home/agl: emerge
>
> can I get, say:
>
> /home/agl: emerge www-client/firefox
I use xterm under ICEWM (a simple WM). The title bar at the top of the
xterm lists how far in the list you are, and the current ebuild...
emerge:(1 of 2) www-client/midori-0.4.3 Compile
see attached top few lines of a screen shot. Note that even if you
minimize the xterm, you can still see the info by doing either of...
* holding down {ALT-TAB} to bring up the programs menu
* hovering the mouse pointer over the location on the program bar list
of running programs.
Both of these simply duplicate what shows up on the title bar.
--
Walter Dnes <waltdnes@waltdnes.org>
[-- Attachment #2: xterm.png --]
[-- Type: image/png, Size: 7978 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
2012-06-02 6:26 ` Pandu Poluan
2012-06-02 6:44 ` Walter Dnes
@ 2012-06-02 6:59 ` Hinnerk van Bruinehsen
2012-06-02 7:06 ` Dale
` (2 subsequent siblings)
5 siblings, 0 replies; 17+ messages in thread
From: Hinnerk van Bruinehsen @ 2012-06-02 6:59 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 02.06.2012 08:08, Andrew Lowe wrote:
> Hi all, I've just kicked off an "emerge -NuD world" and will now
> head out for a while. My emerge has to do, amongst others, gcc,
> libreoffice, Firefox & Thunderbird. Now when I get back I'll want
> to know where the emerge is up to so, in my ignorance of
> portage/emerge in great depth and with only compiler output spewing
> up the screen, I'll fire up another terminal, and now don't laugh,
> I'll do "emerge --pretend -NuD world". That will tell me what's
> currently being compiled as it will be the top thingy on the list.
> There has to be a better way....
>
> Is there a way so that the terminal that the emerge is happening
> in can display additional info? At the moment, I get:
<SNIP>
> here..." sort of thing.
>
> Any thoughts, greatly appreciated,
>
> Andrew
>
I normally issue something like
cat /var/log/emerge.log | grep -i compiling | tail -n 1
from another terminal. It shows the last package for which compiling
started. if you change the -n 1 to -n 2 it'll show the last 2 packages
(if you leave it out, you'll get the last 10).
You could also replace compiling with i.e. merge (then it'll look for
another part of the build process.
Otherwise (like Walter stated) most terminals within X (that I've
tried) add this info to the titlebar.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJPybnNAAoJEJwwOFaNFkYcBkYH/35c9bgkWUyFORyPfcqsYvPA
qAgKTBpS9i4FdA+TJYKBP+DpkNvlQlCtyb3I3YrrADSZKrQIopX9He55FDrxDh+6
/iySLA7/0DgKlJgxTofrXbJHpvZHsCjRF21UQJdk57RYD6JBGarCywJF52vNkNVz
c2C9FfeZHXM1CdqWHApIE0UPa+mq6mnk81XrzbQ39PT6ObLuxVpsD8hVPO5puMLD
+yYD3thNWyXx3WkDq1ZaR+sT+ZfYKjezByLS+N4Nj+BAAa5yC8I3A8b1HzCylo6d
sfbltqbLSHdTtQhZJQq7EHqbqjJ3xs0HUkhzNqRHNJIoMFVkyQs3VnuHjjvNMBE=
=WvQg
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
` (2 preceding siblings ...)
2012-06-02 6:59 ` Hinnerk van Bruinehsen
@ 2012-06-02 7:06 ` Dale
2012-06-05 7:46 ` Bryan Gardiner
2012-06-02 8:41 ` Alex Schuster
2012-06-03 0:05 ` David Relson
5 siblings, 1 reply; 17+ messages in thread
From: Dale @ 2012-06-02 7:06 UTC (permalink / raw
To: gentoo-user
Andrew Lowe wrote:
> Hi all,
> I've just kicked off an "emerge -NuD world" and will now head out
> for a while. My emerge has to do, amongst others, gcc, libreoffice,
> Firefox & Thunderbird. Now when I get back I'll want to know where the
> emerge is up to so, in my ignorance of portage/emerge in great depth and
> with only compiler output spewing up the screen, I'll fire up another
> terminal, and now don't laugh, I'll do "emerge --pretend -NuD world".
> That will tell me what's currently being compiled as it will be the top
> thingy on the list. There has to be a better way....
>
> Is there a way so that the terminal that the emerge is happening in
> can display additional info? At the moment, I get:
>
> /home/agl: emerge
>
> can I get, say:
>
> /home/agl: emerge www-client/firefox
>
> by setting some config variable? Failing that is there a log file that
> lists just what's been emerged, not a whole lot of "checking this,
> checking that, compiling this file, linking that library, whoops, error
> here..." sort of thing.
>
> Any thoughts, greatly appreciated,
>
> Andrew
>
>
I use the command:
genlop -c
That tells what is compiling and some general time info too.
Hope that helps.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
` (3 preceding siblings ...)
2012-06-02 7:06 ` Dale
@ 2012-06-02 8:41 ` Alex Schuster
2012-06-03 0:05 ` David Relson
5 siblings, 0 replies; 17+ messages in thread
From: Alex Schuster @ 2012-06-02 8:41 UTC (permalink / raw
To: gentoo-user
Andrew Lowe writes:
> I've just kicked off an "emerge -NuD world" and will now head
> out for a while. My emerge has to do, amongst others, gcc, libreoffice,
> Firefox & Thunderbird. Now when I get back I'll want to know where the
> emerge is up to so, in my ignorance of portage/emerge in great depth
> and with only compiler output spewing up the screen, I'll fire up
> another terminal, and now don't laugh, I'll do "emerge --pretend -NuD
> world". That will tell me what's currently being compiled as it will be
> the top thingy on the list. There has to be a better way....
Using the --jobs / -j option to emerge will give a nice output, omitting
all the compiler output. It can also speed up emerging, because it will
build packages in parallel. I really really like this feature.
> Is there a way so that the terminal that the emerge is
> happening in can display additional info? At the moment, I get:
>
> /home/agl: emerge
>
> can I get, say:
>
> /home/agl: emerge www-client/firefox
>
> by setting some config variable?
Yes, but I do not know how.
> Failing that is there a log file that
> lists just what's been emerged, not a whole lot of "checking this,
> checking that, compiling this file, linking that library, whoops, error
> here..." sort of thing.
tail -f /var/log/emerge.log, or better emerge app-portage/genlop, then
use genlop -l | tail.
Wonko
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
` (4 preceding siblings ...)
2012-06-02 8:41 ` Alex Schuster
@ 2012-06-03 0:05 ` David Relson
5 siblings, 0 replies; 17+ messages in thread
From: David Relson @ 2012-06-03 0:05 UTC (permalink / raw
To: gentoo-user; +Cc: agl
On Sat, 02 Jun 2012 14:08:39 +0800
Andrew Lowe wrote:
> Hi all,
> I've just kicked off an "emerge -NuD world" and will now head
> out for a while. My emerge has to do, amongst others, gcc,
> libreoffice, Firefox & Thunderbird. Now when I get back I'll want to
> know where the emerge is up to so, in my ignorance of portage/emerge
> in great depth and with only compiler output spewing up the screen,
> I'll fire up another terminal, and now don't laugh, I'll do "emerge
> --pretend -NuD world". That will tell me what's currently being
> compiled as it will be the top thingy on the list. There has to be a
> better way....
>
> Is there a way so that the terminal that the emerge is
> happening in can display additional info? At the moment, I get:
>
> /home/agl: emerge
>
> can I get, say:
>
> /home/agl: emerge www-client/firefox
>
> by setting some config variable? Failing that is there a log file
> that lists just what's been emerged, not a whole lot of "checking
> this, checking that, compiling this file, linking that library,
> whoops, error here..." sort of thing.
>
> Any thoughts, greatly appreciated,
>
> Andrew
I use "emerge -auDtqv world" to update.
The "uD" identifies all the updates (from world) and the packages used
in lower levels. The "t" uses indented names to show levels of
dependency. Lastly "qv" suppresses (from my console) all the
configuration and build details while that information is written
to /var/lib/portage.
In short, I can see what's being emerged without being overwhelmed by
details.
HTH,
David
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 6:44 ` Walter Dnes
@ 2012-06-03 14:54 ` YoYo Siska
2012-06-03 18:01 ` Andrew Lowe
0 siblings, 1 reply; 17+ messages in thread
From: YoYo Siska @ 2012-06-03 14:54 UTC (permalink / raw
To: gentoo-user
On Sat, Jun 02, 2012 at 02:44:31AM -0400, Walter Dnes wrote:
> On Sat, Jun 02, 2012 at 02:08:39PM +0800, Andrew Lowe wrote
> >
> > Is there a way so that the terminal that the emerge is happening in can
> > display additional info? At the moment, I get:
> >
> > /home/agl: emerge
> >
> > can I get, say:
> >
> > /home/agl: emerge www-client/firefox
Are you using konsole ? As walter said, emerge sets the title of the
shell/terminal window to include the current package, however konsole
does not (by default) show the titles set by programs, but is configured
to only show the working dir and command name...
Just go to Settings -> Edit current profile -> Tabs (tab ;) and
you will see two things: Tab title format and Remote tab title format
(the defautl for the first is '%d: %n' == 'current dir: current
command', which is exactly what you wrote), just change them to '%w' and
you will get what every other decent terminal app shows ;) (you can
click the "Insert" dropdown to see other options)
yoyo
>
> I use xterm under ICEWM (a simple WM). The title bar at the top of the
> xterm lists how far in the list you are, and the current ebuild...
>
> emerge:(1 of 2) www-client/midori-0.4.3 Compile
>
> see attached top few lines of a screen shot. Note that even if you
> minimize the xterm, you can still see the info by doing either of...
>
> * holding down {ALT-TAB} to bring up the programs menu
> * hovering the mouse pointer over the location on the program bar list
> of running programs.
>
> Both of these simply duplicate what shows up on the title bar.
>
> --
> Walter Dnes <waltdnes@waltdnes.org>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-03 14:54 ` YoYo Siska
@ 2012-06-03 18:01 ` Andrew Lowe
0 siblings, 0 replies; 17+ messages in thread
From: Andrew Lowe @ 2012-06-03 18:01 UTC (permalink / raw
To: gentoo-user
On 3/06/2012 10:54 PM, YoYo Siska wrote:
> On Sat, Jun 02, 2012 at 02:44:31AM -0400, Walter Dnes wrote:
>> On Sat, Jun 02, 2012 at 02:08:39PM +0800, Andrew Lowe wrote
>>>
>>> Is there a way so that the terminal that the emerge is happening in can
>>> display additional info? At the moment, I get:
>>>
>>> /home/agl: emerge
>>>
>>> can I get, say:
>>>
>>> /home/agl: emerge www-client/firefox
>
> Are you using konsole ? As walter said, emerge sets the title of the
> shell/terminal window to include the current package, however konsole
> does not (by default) show the titles set by programs, but is configured
> to only show the working dir and command name...
>
> Just go to Settings -> Edit current profile -> Tabs (tab ;) and
> you will see two things: Tab title format and Remote tab title format
> (the defautl for the first is '%d: %n' == 'current dir: current
> command', which is exactly what you wrote), just change them to '%w' and
> you will get what every other decent terminal app shows ;) (you can
> click the "Insert" dropdown to see other options)
>
> yoyo
>
Yoyo,
You've hit the nail on the head here. I am indeed using konsole, not
xterm, and this will give me exactly what I want.
Thanks to everyone else for their suggestions as well, some of which
I'll have to look into, in particular the logging.
Andrew
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-02 7:06 ` Dale
@ 2012-06-05 7:46 ` Bryan Gardiner
2012-06-05 11:43 ` Dale
0 siblings, 1 reply; 17+ messages in thread
From: Bryan Gardiner @ 2012-06-05 7:46 UTC (permalink / raw
To: gentoo-user
On Sat, 02 Jun 2012 02:06:44 -0500
Dale <rdalek1967@gmail.com> wrote:
> I use the command:
>
> genlop -c
>
> That tells what is compiling and some general time info too.
+1 for genlop. Also, if you're upgrading a number of large packages,
it can help to have an estimate of how long you'll be compiling:
$ emerge -pNuD world | genlop -p
Or you can use "emerge --quiet-build=y" if you'd like to hide all the
build output and only have Portage display what the currently
compiling package(s) are. You can still tail the build logs in
/var/tmp/portage/*/*/build.log to watch what's going on.
Cheers,
Bryan
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 7:46 ` Bryan Gardiner
@ 2012-06-05 11:43 ` Dale
2012-06-05 14:41 ` Kerwin Hui
0 siblings, 1 reply; 17+ messages in thread
From: Dale @ 2012-06-05 11:43 UTC (permalink / raw
To: gentoo-user
Bryan Gardiner wrote:
> On Sat, 02 Jun 2012 02:06:44 -0500
> Dale <rdalek1967@gmail.com> wrote:
>
>> I use the command:
>>
>> genlop -c
>>
>> That tells what is compiling and some general time info too.
>
> +1 for genlop. Also, if you're upgrading a number of large packages,
> it can help to have an estimate of how long you'll be compiling:
>
> $ emerge -pNuD world | genlop -p
>
> Or you can use "emerge --quiet-build=y" if you'd like to hide all the
> build output and only have Portage display what the currently
> compiling package(s) are. You can still tail the build logs in
> /var/tmp/portage/*/*/build.log to watch what's going on.
>
> Cheers,
> Bryan
>
>
If it is updates, I do this:
emerge --resume -p | genlop -p
That tells what is left time wise and is faster to since it is working
off the list already made. Then again, it seems genlop wasn't working
right the other day. I meant to check into that but forgot about it.
It seems, if I recall correctly, that if a package has not been compiled
before, it just spits out a error message. It used to spit out that
there was 'no info available for package foo' then just show the rest.
Now, it just pukes on the keyboard and dies.
Progress. It always breaks things. < sighs >
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 11:43 ` Dale
@ 2012-06-05 14:41 ` Kerwin Hui
2012-06-05 16:37 ` Bryan Gardiner
2012-06-05 18:53 ` Neil Bothwick
0 siblings, 2 replies; 17+ messages in thread
From: Kerwin Hui @ 2012-06-05 14:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 822 bytes --]
On Tue, 05 Jun 2012 06:43:30 -0500
Dale <rdalek1967@gmail.com> wrote:
> Bryan Gardiner wrote:
> > On Sat, 02 Jun 2012 02:06:44 -0500
> > Dale <rdalek1967@gmail.com> wrote:
> >
> >> I use the command:
> >>
> >> genlop -c
> >>
> >> That tells what is compiling and some general time info too.
> >
> > +1 for genlop. Also, if you're upgrading a number of large
> > packages, it can help to have an estimate of how long you'll be
> > compiling:
> >
> > $ emerge -pNuD world | genlop -p
> >
>
>
> If it is updates, I do this:
>
> emerge --resume -p | genlop -p
>
Any reason why genlop instead of qlop (app-portage/portage-utils)?
IIRC once upon a time there was a change of portage log output and
genlop failed me but qlop didn't. I changed to qlop and never looked
back.
Kerwin.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 14:41 ` Kerwin Hui
@ 2012-06-05 16:37 ` Bryan Gardiner
2012-06-05 18:53 ` Neil Bothwick
1 sibling, 0 replies; 17+ messages in thread
From: Bryan Gardiner @ 2012-06-05 16:37 UTC (permalink / raw
To: gentoo-user
> On Tue, 05 Jun 2012 06:43:30 -0500
> Dale <rdalek1967@gmail.com> wrote:
>
> > If it is updates, I do this:
> >
> > emerge --resume -p | genlop -p
> >
Fantastic, thanks, --resume has always seemed like black magic to me
(to the point where I do big installs by editing
/var/lib/portage/world and emerging world in case something breaks),
but it seems simpler than I had thought.
> > That tells what is left time wise and is faster to since it is working
> > off the list already made. Then again, it seems genlop wasn't working
> > right the other day. I meant to check into that but forgot about it.
> > It seems, if I recall correctly, that if a package has not been compiled
> > before, it just spits out a error message. It used to spit out that
> > there was 'no info available for package foo' then just show the rest.
> > Now, it just pukes on the keyboard and dies.
> >
> > Progress. It always breaks things. < sighs >
Hmm, the behaviour for me has always seemed to be: don't count
packages that haven't been emerged previously, and if the last package
emerge spits out is unknown to genlop, then abort and don't print an
estimate. Really annoying.
On Tue, 5 Jun 2012 22:41:26 +0800
Kerwin Hui <kwkhui@hkbn.net> wrote:
> Any reason why genlop instead of qlop (app-portage/portage-utils)?
>
> IIRC once upon a time there was a change of portage log output and
> genlop failed me but qlop didn't. I changed to qlop and never looked
> back.
>
> Kerwin.
qlop's great too, and much faster. I've seen slight (tens of seconds)
discrepancies between the build times given by genlop and qlop during
a build, and on occasion have seen qlop reset its counter weirdly,
though maybe this happened in the install phase:
$ qlop -c
* mail-client/evolution-2.30.2-r1
started: Sat Sep 25 15:38:23 2010
elapsed: 15 minutes, 54 seconds
chroot: /
$ genlop -c
Currently merging 59 out of 76
* mail-client/evolution-2.30.2-r1
current merge time: 1 hour, 21 minutes and 36 seconds.
ETA: unknown.
In any case, that was a while ago :).
Cheers,
Bryan
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 14:41 ` Kerwin Hui
2012-06-05 16:37 ` Bryan Gardiner
@ 2012-06-05 18:53 ` Neil Bothwick
2012-06-05 22:54 ` Dale
1 sibling, 1 reply; 17+ messages in thread
From: Neil Bothwick @ 2012-06-05 18:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 395 bytes --]
On Tue, 5 Jun 2012 22:41:26 +0800, Kerwin Hui wrote:
> > If it is updates, I do this:
> >
> > emerge --resume -p | genlop -p
> >
>
> Any reason why genlop instead of qlop (app-portage/portage-utils)?
Last time I looked, qlop did not provide any estimate of time remaining.
--
Neil Bothwick
Bug: (n.) any program feature not yet described to the marketing
department.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 18:53 ` Neil Bothwick
@ 2012-06-05 22:54 ` Dale
2012-06-06 0:05 ` Neil Bothwick
0 siblings, 1 reply; 17+ messages in thread
From: Dale @ 2012-06-05 22:54 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> On Tue, 5 Jun 2012 22:41:26 +0800, Kerwin Hui wrote:
>
>>> If it is updates, I do this:
>>>
>>> emerge --resume -p | genlop -p
>>>
>>
>> Any reason why genlop instead of qlop (app-portage/portage-utils)?
>
> Last time I looked, qlop did not provide any estimate of time remaining.
>
>
That will teach me to take a nap. That's why I use genlop too. I
rarely use any of the q commands. It seems something is always missing
for one reason or the other. I'm sure that varies over time tho.
I'm just disappointed that genlop fails if it runs into a package that
has not been compiled before. It offers a option to go to a website and
estimate the time from that but thing is, no one has my CPU so that
errors out too. I wish they would put it back like it was and if a
person wants to use the option to check a website, fine, they can do
that. In the meantime, I get something besides a error message and no
info at all.
Progress is sometimes no progress at all.
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-05 22:54 ` Dale
@ 2012-06-06 0:05 ` Neil Bothwick
2012-06-06 0:17 ` Dale
0 siblings, 1 reply; 17+ messages in thread
From: Neil Bothwick @ 2012-06-06 0:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
On Tue, 05 Jun 2012 17:54:44 -0500, Dale wrote:
> > Last time I looked, qlop did not provide any estimate of time
> > remaining.
> That will teach me to take a nap. That's why I use genlop too. I
> rarely use any of the q commands. It seems something is always missing
> for one reason or the other. I'm sure that varies over time tho.
I do like the q commands, they are fast and generally do what I want. But
this one lets the side down a little.
--
Neil Bothwick
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: [gentoo-user] Portage telling me what it's doing
2012-06-06 0:05 ` Neil Bothwick
@ 2012-06-06 0:17 ` Dale
0 siblings, 0 replies; 17+ messages in thread
From: Dale @ 2012-06-06 0:17 UTC (permalink / raw
To: gentoo-user
Neil Bothwick wrote:
> On Tue, 05 Jun 2012 17:54:44 -0500, Dale wrote:
>
>>> Last time I looked, qlop did not provide any estimate of time
>>> remaining.
>
>> That will teach me to take a nap. That's why I use genlop too. I
>> rarely use any of the q commands. It seems something is always missing
>> for one reason or the other. I'm sure that varies over time tho.
>
> I do like the q commands, they are fast and generally do what I want. But
> this one lets the side down a little.
>
>
I did try them a while back. They are fast. It sort of reminds me of
when I logged out of KDE and into Fluxbox. I was waiting on Fluxbox to
come up when I realized I blinked and missed it. LOL Fluxbox runs
pretty quick on a 4 core machine. ;-)
Dale
:-) :-)
--
I am only responsible for what I said ... Not for what you understood or
how you interpreted my words!
Miss the compile output? Hint:
EMERGE_DEFAULT_OPTS="--quiet-build=n"
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2012-06-06 0:18 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-02 6:08 [gentoo-user] Portage telling me what it's doing Andrew Lowe
2012-06-02 6:26 ` Pandu Poluan
2012-06-02 6:44 ` Walter Dnes
2012-06-03 14:54 ` YoYo Siska
2012-06-03 18:01 ` Andrew Lowe
2012-06-02 6:59 ` Hinnerk van Bruinehsen
2012-06-02 7:06 ` Dale
2012-06-05 7:46 ` Bryan Gardiner
2012-06-05 11:43 ` Dale
2012-06-05 14:41 ` Kerwin Hui
2012-06-05 16:37 ` Bryan Gardiner
2012-06-05 18:53 ` Neil Bothwick
2012-06-05 22:54 ` Dale
2012-06-06 0:05 ` Neil Bothwick
2012-06-06 0:17 ` Dale
2012-06-02 8:41 ` Alex Schuster
2012-06-03 0:05 ` David Relson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox