Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge conflict trying to update to profile 23.0
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Fri Apr 05, 2024 11:05 pm    Post subject: emerge conflict trying to update to profile 23.0 Reply with quote

I have gone through the steps to update to profile 23.0
I attempted to follow the gentoo upgrade instructions to upgrade to version 23 from profile 17.1




Here is what I get when I run:
Code:
emerge --ask --emptytree @world


https://bpa.st/QB5Q

Can someone help me figure this out.....

not sure why emerge is trying to pull in systemd files as I use openrc
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4169
Location: Bavaria

PostPosted: Fri Apr 05, 2024 11:50 pm    Post subject: Reply with quote

You have certainly selected the wrong profile. Check again with "eselect profile list". The profile must not contain the name "systemd".
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Fri Apr 05, 2024 11:57 pm    Post subject: Reply with quote

No I did not select a profile with systemd in it

https://bpa.st/ACLA
Back to top
View user's profile Send private message
luna80
Veteran
Veteran


Joined: 01 Feb 2004
Posts: 1546
Location: switzerland

PostPosted: Sat Apr 06, 2024 12:08 am    Post subject: Reply with quote

You have to select a profile first...Now you don't have yet a selected profile
_________________
*** !f j00 c4n r34D tH15 tH3N j00 n33D t0 l0g Off ***
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Sat Apr 06, 2024 12:08 am    Post subject: Reply with quote

One way or another, sys-apps/dbus had its systemd USE enabled, often by accident. Check /etc/portage/package.use for changes.

Nitpik: Step 1 of the profile upgrade says bring the system up-to-date first before continuing
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1663

PostPosted: Sat Apr 06, 2024 12:13 am    Post subject: Reply with quote

luna80 wrote:
You have to select a profile first...Now you don't have yet a selected profile

You missed the selected #45 profile
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4558
Location: Germany

PostPosted: Sat Apr 06, 2024 12:16 am    Post subject: Reply with quote

Hm, sounds like you changed from a desktop profile to a blank default profile

current set is
[45] default/linux/amd64/23.0/split-usr (stable) *
i think you want
[46] default/linux/amd64/23.0/split-usr/desktop (stable)

/edit: for example see
[ebuild R ] app-crypt/pinentry-1.2.1-r4 USE="-X* -gtk* -qt5*"
all these now disabled flags is in desktop profile enabled by default
(this let my think you changed from a desktop to a no-desktop profile).
Back to top
View user's profile Send private message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Sat Apr 06, 2024 3:15 pm    Post subject: Reply with quote

Not sure what I should do at this point.....

The upgrade attempt to profile 23 has resulted in emerge being blocked

How do I proceed to unblock emerge?
Is there a way for me to revert back to old profile (17.1) ?
https://bpa.st/FGSA
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4169
Location: Bavaria

PostPosted: Sat Apr 06, 2024 3:55 pm    Post subject: Reply with quote

eklebanow wrote:
Not sure what I should do at this point.....

The upgrade attempt to profile 23 has resulted in emerge being blocked

First of all: Forget profile 23; you will need 46 (as @Josef.95 already said).

Secondly: If an "emerge -e world" wants to install systemd WITH THIS profile (46), THEN you have another problem, as @grknight already said .... maybe an incorrect setting of USE-flags. To check this we need the output of:
Code:
 grep -r "" /etc/portage/package.use

_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Sat Apr 06, 2024 4:26 pm    Post subject: Reply with quote

here is the result of
Code:
 grep -r "" /etc/portage/package.use



https://bpa.st/Z7KQ
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4169
Location: Bavaria

PostPosted: Sat Apr 06, 2024 5:09 pm    Post subject: Reply with quote

This is your problem =>
Code:
/etc/portage/package.use/zlib:>=sys-apps/dbus-1.15.8 systemd

Another problem is: ... Using autounmask

My recommendation: As I can see you want/have KDE apps:

1. Change the profile (*) to => [48] default/linux/amd64/23.0/split-usr/desktop/plasma (stable), AND
2. Delete everything in /etc/portage/package.use/
3. Try again an "emerge -e @world"
4. If you need new use-flags then set it by yourself and dont use autounmask

*) No, this does not install KDE ... it helps you only with setting some USE-flags you will need when using one/some KDE apps (even if you have another wm)
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Sat Apr 06, 2024 5:40 pm    Post subject: Reply with quote

Performing your recommeded steps (changing profile and deleted everlthing in /etc/portage/package.use/ and emerge is still blocked

Here is pastebin of
Code:
emerge -e @world


https://bpa.st/MAZQ
Back to top
View user's profile Send private message
eklebanow
Tux's lil' helper
Tux's lil' helper


Joined: 08 Sep 2019
Posts: 104

PostPosted: Sat Apr 06, 2024 6:18 pm    Post subject: Reply with quote

OK....I was able to mask the two packages that were causing the block
so now emerge is working

Thanks for the help
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4169
Location: Bavaria

PostPosted: Sat Apr 06, 2024 7:52 pm    Post subject: Reply with quote

Maybe it is better to unset this:
Code:
media-video/pipewire -sound-server

instead masking it completely (because you are using pulse-audio).

See also: https://wiki.gentoo.org/wiki/PipeWire#USE_flags
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum