Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 869527 - xorg-server unnecessarily pulls in gui-libs/display-manager-init
Summary: xorg-server unnecessarily pulls in gui-libs/display-manager-init
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-10 15:11 UTC by Dennis Nezic
Modified: 2022-09-10 15:31 UTC (History)
0 users

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 Dennis Nezic 2022-09-10 15:11:11 UTC
display-manager-init is conflicting with my sysvinit

  sys-apps/sysvinit is soft blocking gui-libs/display-manager-init

which I need for my sys-apps/openrc. I hacked the ebuild to get rid of that dependency, it works fine.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-10 15:12:24 UTC
You've truncated the output.

It only blocks certain older versions of sysvinit:
>!<=sys-apps/sysvinit-2.98

Why can't you upgrade sysvinit?
Comment 2 Dennis Nezic 2022-09-10 15:27:39 UTC
Woops! I have ptsd upgrading low-level stuff, and incorrectly assumed that xorg-server was trying to do disrespectfully coerce me to use some new stuff (eg. all this new stuff around "wayland" and "systemd")

Anywho, why didn't portage simply upgrade sysvinit for me?
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-09-10 15:31:24 UTC
(In reply to Dennis Nezic from comment #2)
> Woops! I have ptsd upgrading low-level stuff, and incorrectly assumed that
> xorg-server was trying to do disrespectfully coerce me to use some new stuff
> (eg. all this new stuff around "wayland" and "systemd")

I don't remember the exact reason for the blocker but I can dig it up if you want (it'd involve going back and looking at the old xdm package or whatever it was).

> 
> Anywho, why didn't portage simply upgrade sysvinit for me?

I think it depends on what command you ran :)

When there's blockers involved, Portage is just saying "I can't proceed", rather than "I know what we could do, but you haven't told me to".

I think it's pretty much https://wiki.gentoo.org/wiki/Project:Portage/FAQ#Why_is_there_a_dependency_conflict_when_I_attempt_to_upgrade_a_single_package.3F.