Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935279 - mate-base/mate-settings-daemon-1.28.0 configure: 'mate-desktop-2.0' has version '1.26.2', required version is '>= 1.27.1'
Summary: mate-base/mate-settings-daemon-1.28.0 configure: 'mate-desktop-2.0' has versi...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: immolo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-01 13:53 UTC by Krzysztof Beresztant
Modified: 2024-07-04 18:03 UTC (History)
4 users (show)

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


Attachments
emerge --info (emerge --info,7.05 KB, text/plain)
2024-07-01 13:54 UTC, Krzysztof Beresztant
Details
build order (emerge -p --resume,134.50 KB, text/plain)
2024-07-01 13:54 UTC, Krzysztof Beresztant
Details
build log (build.log,12.63 KB, text/x-log)
2024-07-01 13:55 UTC, Krzysztof Beresztant
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Beresztant 2024-07-01 13:53:46 UTC
This is probably caused by incorrect order of building of packages. mate-desktop-1.28.2 is scheduled for build, but much later than mate-settings-daemon-1.28.0.
The issue has occurred while trying to run `emerge --ask --emptytree @world` as required by profile update instructions.

Reproducible: Always
Comment 1 Krzysztof Beresztant 2024-07-01 13:54:13 UTC
Created attachment 896695 [details]
emerge --info
Comment 2 Krzysztof Beresztant 2024-07-01 13:54:34 UTC
Created attachment 896696 [details]
build order
Comment 3 Krzysztof Beresztant 2024-07-01 13:55:55 UTC
Created attachment 896697 [details]
build log
Comment 4 immolo 2024-07-04 07:07:20 UTC
Thanks for reporting.

Putting mate-base/mate-desktop as bdepend will solve this once and for all. 

(Leaving note for when I return)
Comment 5 Eli Schwartz gentoo-dev 2024-07-04 18:03:28 UTC
I don't see what this has to do with bdepend?

It's looked up via pkg-config. It's also already in both DEPEND and RDEPEND, but the version bounds specifies:

>=mate-base/mate-desktop-1.25.0

This is surely incorrect -- if the build system is probing for >= 1.27.1 then that means you can add a user-specific mask for newer versions to prevent upgrading, and install a mate-settings-daemon binpackage that does not work.