Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
A question about profiles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
kts
n00b
n00b


Joined: 27 Jun 2017
Posts: 2

PostPosted: Tue Jun 27, 2017 12:01 pm    Post subject: A question about profiles Reply with quote

I selected no-multilib. Now, how can I install plasma? Plasma and no-multilib are two different profiles. What do?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Jun 27, 2017 12:11 pm    Post subject: Reply with quote

kts,

Welcome to Gentoo.

Your profile presets a useful range of USE flags. You can see the difference in
Code:
emerge --info
Look at the USE setting with different profiles selected.
You will need to add more USE flags into make.conf is all.

The differences between the no-multilib and plasma profiles will be a good start.

A bigger question is which stage3 tarball did you use for the install?
The no-multilib stage3 tarball will not support 32 bit applications.

Choosing the no-multilib profile on other tarballs abandons the 32 bit support provided in the tarballs.

Its a question of both the stage3 tarball and the profile.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
kts
n00b
n00b


Joined: 27 Jun 2017
Posts: 2

PostPosted: Tue Jun 27, 2017 12:42 pm    Post subject: Reply with quote

I will try and report back in a week. Thank you.
Back to top
View user's profile Send private message
fturco
Veteran
Veteran


Joined: 08 Dec 2010
Posts: 1181
Location: Italy

PostPosted: Tue Jun 27, 2017 7:36 pm    Post subject: Reply with quote

You may create a new custom profile which is the sum of both provided profiles.

For example my Gentoo repository is in /var/portage/repos/gentoo while my custom local repository is in /var/portage/repos/fturco. In this case you may create the following files.

1. /var/portage/repos/fturco/profiles/fturco/parent:
Code:
../../../gentoo/profiles/default/linux/amd64/13.0/desktop/plasma
../../../gentoo/profiles/default/linux/amd64/13.0/no-multilib


2. /var/portage/repos/fturco/profiles/profiles.desc:
Code:
amd64 fturco stable


3. /var/portage/repos/fturco/profiles/repo_name:
Code:
fturco


Please change the paths according to your system. For example the Gentoo repository may be in /usr/portage instead.

Now you should be able to select your new custom profile with eselect.

The last step is to update @world:
Code:
emerge -uDNav @world --with-bdeps=y
Back to top
View user's profile Send private message
The Doctor
Moderator
Moderator


Joined: 27 Jul 2010
Posts: 2678

PostPosted: Tue Jun 27, 2017 11:43 pm    Post subject: Reply with quote

There is no point to a custom profile. That is quite literally the purpose of the USE variable in make.config
_________________
First things first, but not necessarily in that order.

Apologies if I take a while to respond. I'm currently working on the dematerialization circuit for my blue box.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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