Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Moving to 23.0 - need advice on new profile
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
Blind_Sniper
Guru
Guru


Joined: 20 Apr 2018
Posts: 340

PostPosted: Thu Apr 04, 2024 11:44 am    Post subject: Moving to 23.0 - need advice on new profile Reply with quote

Hi there!
Can't decide which profile to chose to move to.
eselect shows that currently I'm at "local:no-multilib-plasma (dev)" profile. But this table lacks of such profile, so I don't know which profile to chose as new target

I running kde/openrc system. Should I switch to
Code:
default/linux/amd64/23.0/split-usr/desktop/plasma

or should it be
Code:
default/linux/amd64/23.0/split-usr/desktop

or
Code:
default/linux/amd64/23.0/split-usr/no-multilib

or whatevere else?
_________________
GNU is Not Usable
Back to top
View user's profile Send private message
Banana
Veteran
Veteran


Joined: 21 May 2004
Posts: 1421
Location: Germany

PostPosted: Thu Apr 04, 2024 12:03 pm    Post subject: Reply with quote

sound like a local self created profile. I think you need know where this profile comes from.

To know if split or not split, read https://wiki.gentoo.org/wiki/Merge-usr. There are patht which indicate if merged or not.
_________________
My personal space
My delta-labs.org snippets do expire

PFL - Portage file list - find which package a file or command belongs to.
Back to top
View user's profile Send private message
Blind_Sniper
Guru
Guru


Joined: 20 Apr 2018
Posts: 340

PostPosted: Thu Apr 04, 2024 12:06 pm    Post subject: Reply with quote

I used split-usr
Quote:
I think you need know where this profile comes from

I remember I was messing around with the profiles, but I don't remember exactly what I did, it was quit a long time ago.
_________________
GNU is Not Usable
Back to top
View user's profile Send private message
logrusx
Veteran
Veteran


Joined: 22 Feb 2018
Posts: 1607

PostPosted: Thu Apr 04, 2024 12:59 pm    Post subject: Reply with quote

Blind_Sniper wrote:
it was quit a long time ago.


This rises the question if it was based on 17.1 because it wasn't that long ago when in became the default.

Best Regards,
Georgi
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4341
Location: Bavaria

PostPosted: Thu Apr 04, 2024 1:04 pm    Post subject: Reply with quote

Blind_Sniper,

please check if you have something like this (I think so):
https://forums.gentoo.org/viewtopic-p-8435488.html#8435488

... and then look to my migration to 23.0 (dont mind my german language; just look to my changes):
https://forums.gentoo.org/viewtopic-p-8820704.html#8820704
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1702

PostPosted: Thu Apr 04, 2024 1:05 pm    Post subject: Reply with quote

Blind_Sniper wrote:
I used split-usr
Quote:
I think you need know where this profile comes from

I remember I was messing around with the profiles, but I don't remember exactly what I did, it was quit a long time ago.

A local, customized profile should have a very readable parent file.. please show cat /etc/portage/make.profile/parent
Back to top
View user's profile Send private message
Blind_Sniper
Guru
Guru


Joined: 20 Apr 2018
Posts: 340

PostPosted: Thu Apr 04, 2024 2:55 pm    Post subject: Reply with quote

Code:
cat /etc/portage/make.profile/parent
gentoo:default/linux/amd64/17.1/desktop/plasma
gentoo:arch/amd64/no-multilib


the same output from

Code:
cat /var/db/repos/local/profiles/no-multilib-plasma/parent
gentoo:default/linux/amd64/17.1/desktop/plasma
gentoo:arch/amd64/no-multilib


Which profile should be the successor for it?
I think it should be
Code:
default/linux/amd64/23.0/split-usr/desktop/plasma

Is it OK?
_________________
GNU is Not Usable
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4341
Location: Bavaria

PostPosted: Thu Apr 04, 2024 2:58 pm    Post subject: Reply with quote

Blind_Sniper wrote:
Code:
cat /etc/portage/make.profile/parent
gentoo:default/linux/amd64/17.1/desktop/plasma
gentoo:arch/amd64/no-multilib


the same output from

Code:
cat /var/db/repos/local/profiles/no-multilib-plasma/parent
gentoo:default/linux/amd64/17.1/desktop/plasma
gentoo:arch/amd64/no-multilib


Which profile should be the successor for it?

/etc/portage/make.profile is a softlink to /var/db/repos/local/profiles/no-multilib-plasma/ ... so you are looking to the same file :lol:

Now do the same as I did when migrating to 23.0 (see link I have given you).
_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
grknight
Retired Dev
Retired Dev


Joined: 20 Feb 2015
Posts: 1702

PostPosted: Thu Apr 04, 2024 2:59 pm    Post subject: Reply with quote

Blind_Sniper wrote:
the same output from

Code:
cat /var/db/repos/local/profiles/no-multilib-plasma/parent
gentoo:default/linux/amd64/17.1/desktop/plasma
gentoo:arch/amd64/no-multilib


Which profile should be the successor for it?

Well, the first is a symlink to the latter.
To update profile, change gentoo:default/linux/amd64/17.1/desktop/plasma to gentoo:default/linux/amd64/23.0/split-usr/desktop/plasma instead of the eselect profile in the news instructions.

Be sure to follow the instructions otherwise.
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4341
Location: Bavaria

PostPosted: Thu Apr 04, 2024 3:01 pm    Post subject: Reply with quote

Blind_Sniper wrote:
I think it should be
Code:
default/linux/amd64/23.0/split-usr/desktop/plasma

Is it OK?

Yes, when you reach number 6 of the migration step, then change this file to:
Code:
gentoo:default/linux/amd64/23.0/split-usr/desktop/plasma
gentoo:arch/amd64/no-multilib

_________________
https://wiki.gentoo.org/wiki/User:Pietinger
Back to top
View user's profile Send private message
Blind_Sniper
Guru
Guru


Joined: 20 Apr 2018
Posts: 340

PostPosted: Thu Apr 04, 2024 3:06 pm    Post subject: Reply with quote

OK, I should to switch to "default/linux/amd64/23.0/split-usr/desktop/plasma" by hand, not relying on eselect (at step 6 of migration instruction). Other steps as in original instruction
Thanks for your help, guys.
_________________
GNU is Not Usable
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4341
Location: Bavaria

PostPosted: Thu Apr 04, 2024 3:08 pm    Post subject: Reply with quote

Blind_Sniper wrote:
[...] not relying on eselect (at step 6 of migration instruction). [...]

Yes !

Blind_Sniper wrote:
[...] Other steps as in original instruction [...]

Yes !

Blind_Sniper wrote:
Thanks for your help, guys.

You are very Welcome ! :D
_________________
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