Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: Gentoo User list <gentoo-user@l.g.o>
Subject: [gentoo-user] emerge asynchronous anomoly
Date: Sun, 03 Oct 2021 08:32:03
Message-Id: 89506b21-0da7-0119-e1ba-d17c565e2487@web.de
1 Hallo,
2
3 there's probably an explanation ...
4
5 I'm emerging at this point:
6
7 >>> Emerging (51 of 93) perl-core/Encode-3.120.0::gentoo
8
9 and there's NO additional log output for a very long time. Looking at
10 ps(1) shows this:
11
12 root     22366 21993  0 07:46 pts/1 00:00:00                  |       \_
13 sudo bash -x /home/user/lbin/update-system
14 root     22367 22366  0 07:46 pts/1    00:00:00 |       |   \_ bash -x
15 /home/user/lbin/update-system
16 root     22369 22367  3 07:46 pts/1    00:04:39 |       |       \_
17 /usr/bin/python3.9 -b /usr/lib/python-exec/python3.9/emerge --getbinpkg
18 n -v --tree --deep --update --noreplace --changed-use
19 --verbose-conflicts --keep-going --with-bdeps=y --backtrack=100 @world
20 root     29441 22369  0 09:12 pts/1    00:00:00 |       |           \_
21 [python3.9] <defunct>
22 portage  29450 22369  0 09:12 pts/1    00:00:00 |       |           \_
23 /usr/bin/python3.9 -b /usr/lib/python-exec/python3.9/emerge --getbinpkg
24 n -v --tree --deep --update --noreplace --changed-use
25 --verbose-conflicts --keep-going --with-bdeps=y --backtrack=100 @world
26 portage  29453 29450  0 09:12 pts/1    00:00:05 |       |              
27 \_ wget -t 3 -T 60 --passive-ftp -O
28 /elsewhere/var/cache/distfiles/*firefox-78.14.0esr.source.tar.xz*.__download__
29 http://distfiles.gentoo.org/distfiles/d6/*firefox-78.14.0esr.source.tar.xz*
30
31 i.e. it's downloading a tarball for firefox.  But firefox doesn't come
32 for a few more hours:
33
34 >>> Emerging (52 of 93) virtual/perl-Encode-3.120.0::gentoo
35 >>> Emerging (53 of 93) sys-devel/binutils-2.37_p1::gentoo
36 >>> Emerging (54 of 93) net-misc/iputils-20210722::gentoo
37 >>> Emerging (55 of 93) sys-apps/diffutils-3.8::gentoo
38 >>> Emerging (56 of 93) dev-lang/tcl-8.6.11::gentoo
39 >>> Emerging (57 of 93) app-emulation/qemu-6.0.0-r3::gentoo
40
41 Is it so on top of things that  it's downloading many packages early,
42 and the download is so aggressive, that nothing else can run?

Replies

Subject Author
Re: [gentoo-user] emerge asynchronous anomoly Marco Rebhan <me@××××××××.net>