Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 929010 - portage fails with circular dependencies error, but message is empty
Summary: portage fails with circular dependencies error, but message is empty
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-09 15:10 UTC by Gasc Henri
Modified: 2024-04-09 15:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info --verbose (temp,17.09 KB, text/plain)
2024-04-09 15:13 UTC, Gasc Henri
Details
/var/cache/binpkgs/Packages (Packages.xz,345.49 KB, application/x-xz)
2024-04-09 15:16 UTC, Gasc Henri
Details
emerge -uDN @world (temp,14.22 KB, text/plain)
2024-04-09 15:18 UTC, Gasc Henri
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasc Henri 2024-04-09 15:10:51 UTC
When updating @world, portage 3.0.63 fails with error "circular dependencies", but the content of the error is:

```
Total: 55 packages (4 upgrades, 1 in new slot, 50 reinstalls, 47 binaries), Size of downloads: 0 KiB

 * Error: circular dependencies:




 * Note that circular dependencies can often be avoided by temporarily
 * disabling USE flags that trigger optional dependencies.
```

This error happens after setting PYTHON_TARGETS="python3_10 python3_11 python3_12" in make.conf

Reproducible: Always

Steps to Reproduce:
1. emerge -uDN @world
2.
3.
Actual Results:  
An empty error message

Expected Results:  
Portage should show the circular dependencies

I am creating a test environment like in https://wiki.gentoo.org/wiki/Chroot_for_package_testing and found this. I will attach /var/cache/binpkgs/Packages and emerge --info
Comment 1 Gasc Henri 2024-04-09 15:13:15 UTC
Created attachment 890070 [details]
emerge --info --verbose
Comment 2 Gasc Henri 2024-04-09 15:16:07 UTC
Created attachment 890071 [details]
/var/cache/binpkgs/Packages
Comment 3 Gasc Henri 2024-04-09 15:18:01 UTC
Created attachment 890072 [details]
emerge -uDN @world

emerge -uDN @world > temp 2>&1