View previous topic :: View next topic |
Author |
Message |
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Fri Apr 05, 2024 11:05 pm Post subject: emerge conflict trying to update to profile 23.0 |
|
|
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 |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
Posted: Fri Apr 05, 2024 11:50 pm Post subject: |
|
|
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 |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Fri Apr 05, 2024 11:57 pm Post subject: |
|
|
No I did not select a profile with systemd in it
https://bpa.st/ACLA |
|
Back to top |
|
|
luna80 Veteran
Joined: 01 Feb 2004 Posts: 1556 Location: switzerland
|
Posted: Sat Apr 06, 2024 12:08 am Post subject: |
|
|
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 |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1913
|
Posted: Sat Apr 06, 2024 12:08 am Post subject: |
|
|
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 |
|
|
grknight Retired Dev
Joined: 20 Feb 2015 Posts: 1913
|
Posted: Sat Apr 06, 2024 12:13 am Post subject: |
|
|
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 |
|
|
Josef.95 Advocate
Joined: 03 Sep 2007 Posts: 4669 Location: Germany
|
Posted: Sat Apr 06, 2024 12:16 am Post subject: |
|
|
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 |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sat Apr 06, 2024 3:15 pm Post subject: |
|
|
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 |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
Posted: Sat Apr 06, 2024 3:55 pm Post subject: |
|
|
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 |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sat Apr 06, 2024 4:26 pm Post subject: |
|
|
here is the result of Code: | grep -r "" /etc/portage/package.use |
https://bpa.st/Z7KQ |
|
Back to top |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
Posted: Sat Apr 06, 2024 5:09 pm Post subject: |
|
|
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 |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sat Apr 06, 2024 5:40 pm Post subject: |
|
|
Performing your recommeded steps (changing profile and deleted everlthing in /etc/portage/package.use/ and emerge is still blocked
Here is pastebin of
https://bpa.st/MAZQ |
|
Back to top |
|
|
eklebanow Tux's lil' helper
Joined: 08 Sep 2019 Posts: 112
|
Posted: Sat Apr 06, 2024 6:18 pm Post subject: |
|
|
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 |
|
|
pietinger Moderator
Joined: 17 Oct 2006 Posts: 5095 Location: Bavaria
|
|
Back to top |
|
|
|