Gentoo Archives: gentoo-user

From: Kusoneko <kusoneko@××××××××.moe>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] news 2021-01-30-display-manager-init -- blocked package
Date: Sun, 31 Jan 2021 19:13:41
Message-Id: 20210131191244.ybxb3o2se43v3ta6@aurora
In Reply to: Re: [gentoo-user] news 2021-01-30-display-manager-init -- blocked package by Jacques Montier
1 On Sun, Jan 31, 2021 at 03:56:48PM +0100, Jacques Montier wrote:
2 > Le dim. 31 janv. 2021 à 11:45, Neil Bothwick <neil@××××××××××.uk> a écrit :
3 >
4 > > On Sat, 30 Jan 2021 23:01:42 -0500, Kusoneko wrote:
5 > >
6 > > > Following my daily syncing today, 2 news items appeared,
7 > > > the important one for this being the following:
8 > > >
9 > > > 2021-01-30-display-manager-init
10 > > >
11 > > > It states that starting the next xorg-server version,
12 > > > the xdm init script will be removed and that one
13 > > > install gui-libs/display-manager-init to replace it.
14 > > > Following the instructions to install said package
15 > > > leads to a wonderful error stating that the package
16 > > > is blocked by the following packages:
17 > > >
18 > > > x11-apps/xinit-1.4.1
19 > > > sys-apps/sysvinit-2.98
20 > > > x11-base/xorg-server-1.20.10
21 > > >
22 > > > Removing xorg-server is not gonna happen, so
23 > > > looking at what emerge says, there's a bit of an
24 > > > issue here:
25 > > >
26 > > > https://zifb.in/GUtgto4VcX
27 > > >
28 > > > Doing the required update is currently impossible.
29 > > >
30 > > > I am definitely not gonna remember about this
31 > > > in a week or 2 so I'd like to deal with whatever
32 > > > this issue is asap. Is there any way to do this?
33 > >
34 > > You could use eselect to mark the news unread.To get
35 > >
36 > > You cannot use display-manager-init with the current stable xorg-server,
37 > > because of this depend
38 > >
39 > > !<=x11-base/xorg-server-1.20.10
40 > >
41 > > However, you can use it with the -r1 version, which is currently ~arch.
42 > > The differences between the ebuilds relate to the init handling, they
43 > > install the same server code, so you have two choices: add -r1 to
44 > > package.accept_keywords or wait a couple of weeks and hope you remember.
45 > >
46 > > The worst that is likely to happen is you forget and boot to a console
47 > > one day, at which point you will almost certainly remember :)
48 > >
49 > >
50 > > --
51 > > Neil Bothwick
52 > >
53 > > Normal people believe that if it ain't broke, don't fix it. Engineers
54 > > believe that if it ain't broke, it doesn't have enough features yet."
55 > >
56 >
57 >
58 >
59 > Hello all,
60 >
61 > To get display-manager-init built and installed, i had to accept_keywords :
62 > xinit, sysvinit and xorg-server.
63 > As specified in the news :
64 > - changing the DISPLAYMANAGER variable in /etc/conf.d/display-manager
65 > (lightdm for me)
66 > - rc-update del xdm default
67 > - rc-update add display-manager
68 > - reboot
69 >
70 > Everything works fine.
71 >
72 > Cheers,
73 >
74 > Jacques
75
76 Thanks Jacques, your solution worked perfectly.
77
78 Thanks for attempting to help Neil, however
79 I did mention that I wished to deal with it
80 asap rather than postpone it by unreading
81 the news as I'll inevitably end up reading it
82 again eventually and re-attempting it and
83 face the same issue. Having it done and dealt
84 with like this is easier for me.
85
86 Kusoneko.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] news 2021-01-30-display-manager-init -- blocked package Neil Bothwick <neil@××××××××××.uk>