* [gentoo-user] new emerge failures
@ 2022-06-10 17:01 Jack
2022-06-13 18:53 ` [resolved if not understood] " Jack
0 siblings, 1 reply; 2+ messages in thread
From: Jack @ 2022-06-10 17:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]
My usual "emerge -auDvN world" yesterdau failed over a bunch of slot
conflict for various dev-qt packages (appeared to be related to :0/30 vs
:0/30.30). However, in process of trying various options to at least
get something emerged, I have ended up getting, for most (but not all)
invocations of emerge, something like:
Total: 114 packages (61 upgrades, 5 new, 48 reinstalls), Size of
downloads: 997,745 KiB
Conflict: 1 block (all satisfied)
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.9/emerge", line 51, in <module>
retval = emerge_main()
File "/usr/lib/python3.9/site-packages/_emerge/main.py", line 1328, in
emerge_main
return run_action(emerge_config)
File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line 3954,
in run_action
retval = action_build(emerge_config, spinner=spinner)
File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line 468,
in action_build
mydepgraph.display_problems()
File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line
10485, in display_problems
self._compute_abi_rebuild_info()
File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line 923,
in _compute_abi_rebuild_info
if dep.parent.installed:
AttributeError: 'SetArg' object has no attribute 'installed'
That one was for a full world update, but I've also gotten it for single
packages. Some single package invocations worked, such as updating
portage itself from 3.0.30-r3 (stable) to 3.0.30-r4 (~amd64) but the
newer version has the same failures.
I've done a bit of searching, but haven't been able to find anything
relevant. This failure doesn't seem related to any particular conflict,
as it appears immediately after what looks like a normal list of
packages to be upgraded or reinstalled.
Thanks for any suggestions about which fine manual I should read, or
which version of portage might work any better.
Jack
[-- Attachment #2: Type: text/html, Size: 2881 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* [resolved if not understood] [gentoo-user] new emerge failures
2022-06-10 17:01 [gentoo-user] new emerge failures Jack
@ 2022-06-13 18:53 ` Jack
0 siblings, 0 replies; 2+ messages in thread
From: Jack @ 2022-06-13 18:53 UTC (permalink / raw
To: gentoo-user
On 2022.06.10 13:01, Jack wrote:
> My usual "emerge -auDvN world" yesterdau failed over a bunch of slot
> conflict for various dev-qt packages (appeared to be related to :0/30
> vs :0/30.30). However, in process of trying various options to at
> least get something emerged, I have ended up getting, for most (but
> not all) invocations of emerge, something like:
>
> Total: 114 packages (61 upgrades, 5 new, 48 reinstalls), Size of
> downloads: 997,745 KiB
> Conflict: 1 block (all satisfied)
> Traceback (most recent call last):
> File "/usr/lib/python-exec/python3.9/emerge", line 51, in <module>
> retval = emerge_main()
> File "/usr/lib/python3.9/site-packages/_emerge/main.py", line 1328,
> in emerge_main
> return run_action(emerge_config)
> File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line
> 3954, in run_action
> retval = action_build(emerge_config, spinner=spinner)
> File "/usr/lib/python3.9/site-packages/_emerge/actions.py", line
> 468, in action_build
> mydepgraph.display_problems()
> File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line
> 10485, in display_problems
> self._compute_abi_rebuild_info()
> File "/usr/lib/python3.9/site-packages/_emerge/depgraph.py", line
> 923, in _compute_abi_rebuild_info
> if dep.parent.installed:
> AttributeError: 'SetArg' object has no attribute 'installed'
>
> That one was for a full world update, but I've also gotten it for
> single packages. Some single package invocations worked, such as
> updating portage itself from 3.0.30-r3 (stable) to 3.0.30-r4 (~amd64)
> but the newer version has the same failures.
>
> I've done a bit of searching, but haven't been able to find anything
> relevant. This failure doesn't seem related to any particular
> conflict, as it appears immediately after what looks like a normal
> list of packages to be upgraded or reinstalled.
>
> Thanks for any suggestions about which fine manual I should read, or
> which version of portage might work any better.
>
Well, I finally managed to get all updates and dependencies emerged. I
still have no idea what caused the AttributeError, but I do have an
idea what triggered it. gnutls (and one or two others) needed
upgrading, and caused lots of rebuilds. I believe the error was
triggered by a change in subslots, although I admit I don't fully
understand how that works.
As the main example: "eix gnutls" (after upgrade)
[I] net-libs/gnutls
Available versions: 3.7.2(0/30)^t 3.7.3-r1(0/30)^t
~3.7.5(0/30.30)^t 3.7.6(0/30.30)^t {brotli +cxx dane doc examples guile
+idn nls +openssl pkcs11 seccomp sslv2 sslv3 static-libs test test-full
+tls-heartbeat tools valgrind verify-sig zlib zstd ABI_MIPS="n32 n64
o32" ABI_S390="32 64" ABI_X86="32 64 x32"}
Installed versions: 3.7.6(0/30.30)^t(11:02:20 AM 06/12/2022)(cxx
idn nls openssl seccomp tls-heartbeat tools zlib -brotli -dane -doc
-examples -guile -pkcs11 -sslv2 -sslv3 -static-libs -test -test-full
-valgrind -verify-sig -zstd ABI_MIPS="-n32 -n64 -o32" ABI_S390="-32
-64" ABI_X86="32 64 -x32")
Homepage: https://www.gnutls.org/
Description: A secure communications library implementing
the SSL, TLS and DTLS protocols
I was uprading from 3.7.3-r1(0/30) to 3.7.6(0/30.30). Some emerge
attempts showed lots of slot conflicts between installed programs
needing (0/30) and the propsed upgrade to (0/30.30). I don't know why
this seemed to confuse portage, but I ended up doing an "emerge -1
--nodeps gnutls" and a later "emerge -auDvN world" got all the required
rebuilds.
I suspect the AttributeError is a bug in portage, only triggered by
some apparently unlikely combination of pending upgrades and rebuilds
due to the subslot change. Since I can no longer reliably trigger it,
I don't plan on reporting it, unless someone thinks it's worth the
effort.
Jack
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-13 18:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-10 17:01 [gentoo-user] new emerge failures Jack
2022-06-13 18:53 ` [resolved if not understood] " Jack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox