From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4668B158091 for ; Fri, 10 Jun 2022 17:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D89E0895; Fri, 10 Jun 2022 17:04:30 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47437E041F for ; Fri, 10 Jun 2022 17:04:30 +0000 (UTC) Received: by mail-qk1-f182.google.com with SMTP id n197so13253063qke.1 for ; Fri, 10 Jun 2022 10:04:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent :content-language:to:reply-to:from:subject; bh=9JvALOKGCRwhmqu53EY7WgIJoJfG+4YQy1mBWuMFt2c=; b=lsWWYWhL2lT+tmmeZbiAZOB1JruOlyq1lHN7AXJyVble4sd0JRR/EKn7+Di+f1f9I/ zdUJW8gDJS8uFmBIZGweX7OS1uiIr6dL1eQK/7orjfaL6RxzHC6ZCxad79Xe5+GV08pN Q43adLumcBwUj9hGgFl0rN8BwbuotqVEYrXVjQQ2dwIqxmQnDb2oqhTWuOhT175iYkE+ /4cvIrOQfEN713Z4gaG51M0PnNEvevgHZcBJOCet1L0ByzS0mpd1Yr85PkFfwHggZCix 7prD+mgrCIRRz3XxufVM5upBRD7Hktx0sWk3iqXkz++rnik13JjtstcHYllYfb3YRF4d tUXA== X-Gm-Message-State: AOAM530Em+/Qmg+f93XI05Ub7rQVwrlDEsBvnsDj0WhNblrKXAcWxvTy elzGLaRrbVAqh9zMRpPhkgCOFyjJ2HYpwroP X-Google-Smtp-Source: ABdhPJz2ZPC2UtMHq795fXp1FvrL/ucsRmc6fGIRARxSkMEqOWuZ/SJ0P8N+H5JZTZGotW0VYwFk5A== X-Received: by 2002:a05:622a:15cb:b0:304:c9a7:cee1 with SMTP id d11-20020a05622a15cb00b00304c9a7cee1mr36293300qty.594.1654880657925; Fri, 10 Jun 2022 10:04:17 -0700 (PDT) Received: from [192.168.1.18] (c-76-23-130-96.hsd1.ct.comcast.net. [76.23.130.96]) by smtp.gmail.com with ESMTPSA id cb24-20020a05622a1f9800b00304fd1f6b4csm7674634qtb.77.2022.06.10.10.04.16 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Jun 2022 10:04:17 -0700 (PDT) Content-Type: multipart/alternative; boundary="------------dLM7ZW0YBjritPljGZP2GxdP" Message-ID: Date: Fri, 10 Jun 2022 13:01:46 -0400 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Content-Language: en-US-large To: gentoo-user@lists.gentoo.org From: Jack Subject: [gentoo-user] new emerge failures X-Archives-Salt: 566bc191-ebfc-44a3-80b9-ef17c474d2c0 X-Archives-Hash: 89d579f283e8a8e9914483fc4343adde This is a multi-part message in MIME format. --------------dLM7ZW0YBjritPljGZP2GxdP Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 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    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 --------------dLM7ZW0YBjritPljGZP2GxdP Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

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

--------------dLM7ZW0YBjritPljGZP2GxdP--