Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950613 - www-client/firefox-136.0 depends on old wlroots
Summary: www-client/firefox-136.0 depends on old wlroots
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-05 04:40 UTC by Sorrow
Modified: 2025-03-08 08:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sorrow 2025-03-05 04:40:27 UTC
Firefox depends on <gui-libs/wlroots-0.17.3, which is older that the oldest wlroots version in the tree - 0.17.4. 

Reproducible: Always
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-03-05 12:23:26 UTC
No, it depends on:
```
                        || (
                                gui-wm/tinywl
                                <gui-libs/wlroots-0.17.3[tinywl(-)]
                        )
```

The dep can stay for a while as a transition helper. pkgcheck already mentions this too.
Comment 2 Sorrow 2025-03-05 12:28:59 UTC
There's no mechanism in Portage that would force the replacement of one package with the other in such scenarios?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-03-05 12:36:34 UTC
In general, it's helpful to list the actual problem you're facing as well.

I think it depends on if wlroots was already installed or not and is in world / something else depends on it. If it is, I think I can see Portage clinging to older wlroots. If not, I think it'd likely freely depclean wlroots.

So, assuming that's the actual problem you're hitting (Portage clinging to older wlroots for some reason), then yes, let's clean up the dep.
Comment 4 Sorrow 2025-03-05 12:41:14 UTC
No problem, I just ran emerge -1 tinywl and everything is fixed. I just noticed that I have two versions of wlroots installed, one of them is not even in the tree anymore and was surprised that it's Firefox that pulls it.
Comment 5 Joonas Niilola gentoo-dev 2025-03-08 08:28:58 UTC
I'll get rid of it in the next major ESR bump.