* [gentoo-user] Use Flags
@ 2012-07-25 16:55 Silvio Siefke
2012-07-25 17:07 ` Yohan Pereira
2012-07-26 6:42 ` [gentoo-user] Use Flags Alan McKinnon
0 siblings, 2 replies; 51+ messages in thread
From: Silvio Siefke @ 2012-07-25 16:55 UTC (permalink / raw
To: gentoo-user
Hello,
after longer time want update my Gentoo PC. But ever come error msg with
the USE Flags. I not know what say me Gentoo with the message.
gentoo-desk ~ # emerge -uDN world
Calculating dependencies... done!
!!! The ebuild selected to satisfy "media-libs/sdl-mixer[mikmod]" has unmet requirements.
- media-libs/sdl-mixer-1.2.12-r1::gentoo USE="mikmod wav -flac -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis"
The following REQUIRED_USE flag constraints are unsatisfied:
mikmod? ( mod )
The above constraints are a subset of the following complete expression:
midi? ( any-of ( timidity fluidsynth ) ) timidity? ( midi ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad ) ) smpeg? ( mp3 ) mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) ) mikmod? ( mod ) modplug? ( mod )
(dependency required by "games-kids/tuxmath-1.7.2" [installed])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])
gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer
media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
I understand not what want me say the system?
Thanks for help.
Regards
Silvio
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Use Flags
2012-07-25 16:55 [gentoo-user] Use Flags Silvio Siefke
@ 2012-07-25 17:07 ` Yohan Pereira
2012-07-26 7:43 ` [gentoo-user] Gentoo package database ivan ivanov
2012-07-26 6:42 ` [gentoo-user] Use Flags Alan McKinnon
1 sibling, 1 reply; 51+ messages in thread
From: Yohan Pereira @ 2012-07-25 17:07 UTC (permalink / raw
To: gentoo-user
On 07/25/12 at 06:55pm, Silvio Siefke wrote:
>
> The following REQUIRED_USE flag constraints are unsatisfied:
> mikmod? ( mod )
Hi,
The above messages is telling you that, if the 'mikmod' useflag is set
the 'mod' use flag neeeds to be set too.
> gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer
> media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
You need to add the 'mod' useflag like this.
media-libs/sdl-mixer mikmod wav mod -flac -fluidsynth -mad -midi -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
--
- Yohan Pereira
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] Gentoo package database
2012-07-25 17:07 ` Yohan Pereira
@ 2012-07-26 7:43 ` ivan ivanov
2012-07-26 7:57 ` Alan McKinnon
0 siblings, 1 reply; 51+ messages in thread
From: ivan ivanov @ 2012-07-26 7:43 UTC (permalink / raw
To: gentoo-user
Hello, list. I am interesting how to find the package that contains the
file that i want to have in my system.
Let's suppose that latex tells me: File upgreek.sty not found. To solve
this i need to install dev-texlive/texlive-latexextra. But, if i do not
know this, i have to search the appropriate package. On debian i can
easily do this by visiting official database
http://www.debian.org/distrib/packages . On archlinux i can use "pkgfile
upgreek.sty" that searches through NOT INSTALLED packages.
I found site http://www.portagefilelist.de/ that does this job for
gentoo. But, as i suppose, it is third party project.
I cannot believe that such great project as gentoo does not have
OFFICIAL database, that allows to search package by the file name.
So, the question is: how to find the name of NOT installed package that
provides needed file?
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Gentoo package database
2012-07-26 7:43 ` [gentoo-user] Gentoo package database ivan ivanov
@ 2012-07-26 7:57 ` Alan McKinnon
2012-07-26 8:13 ` Marc Joliet
2012-07-26 8:15 ` ivan ivanov
0 siblings, 2 replies; 51+ messages in thread
From: Alan McKinnon @ 2012-07-26 7:57 UTC (permalink / raw
To: gentoo-user
On Thu, 26 Jul 2012 11:43:53 +0400
ivan ivanov <grobokopatel@list.ru> wrote:
> Hello, list. I am interesting how to find the package that contains
> the file that i want to have in my system.
> Let's suppose that latex tells me: File upgreek.sty not found. To
> solve this i need to install dev-texlive/texlive-latexextra. But, if
> i do not know this, i have to search the appropriate package. On
> debian i can easily do this by visiting official database
> http://www.debian.org/distrib/packages . On archlinux i can use
> "pkgfile upgreek.sty" that searches through NOT INSTALLED packages.
> I found site http://www.portagefilelist.de/ that does this job for
> gentoo. But, as i suppose, it is third party project.
>
> I cannot believe that such great project as gentoo does not have
> OFFICIAL database, that allows to search package by the file name.
>
> So, the question is: how to find the name of NOT installed package
> that provides needed file?
>
First of all:
DO NOT HIJACK THREADS.
You replied to an existing thread, changed the subject line, deleted
the content and type your question. This is a big nono and is
considered exceptionally rude (it makes everyone else's mail client do
strange things with displaying threads). To start a new thread, compose
an entirely new mail and address it to gentoo-user@lists.gentoo.org
To answer your question, what you want cannot be reliably done. This is
because of how Gentoo works.
In Debian for example, someone else builds the packages, they know
exactly what files will be installed ahead of time, and can put them in
a database for you to query.
Gentoo does not work like that. You build the packages, you specify the
USE flags and different flags can easily cause very different lists of
files to be installed. So the only person that can know exactly what
files you will install is you, there cannot ever be a 100% correct
database of this. Trust me, this has considered many times, you are not
the first.
http://www.portagefilelist.de/ is your best bet, it doesn't get better
than that.
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Gentoo package database
2012-07-26 7:57 ` Alan McKinnon
@ 2012-07-26 8:13 ` Marc Joliet
2012-07-26 18:55 ` Alan McKinnon
2012-07-26 8:15 ` ivan ivanov
1 sibling, 1 reply; 51+ messages in thread
From: Marc Joliet @ 2012-07-26 8:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2193 bytes --]
Am Thu, 26 Jul 2012 09:57:54 +0200
schrieb Alan McKinnon <alan.mckinnon@gmail.com>:
> On Thu, 26 Jul 2012 11:43:53 +0400
> ivan ivanov <grobokopatel@list.ru> wrote:
>
> > Hello, list. I am interesting how to find the package that contains
> > the file that i want to have in my system.
> > Let's suppose that latex tells me: File upgreek.sty not found. To
> > solve this i need to install dev-texlive/texlive-latexextra. But, if
> > i do not know this, i have to search the appropriate package. On
> > debian i can easily do this by visiting official database
> > http://www.debian.org/distrib/packages . On archlinux i can use
> > "pkgfile upgreek.sty" that searches through NOT INSTALLED packages.
> > I found site http://www.portagefilelist.de/ that does this job for
> > gentoo. But, as i suppose, it is third party project.
> >
> > I cannot believe that such great project as gentoo does not have
> > OFFICIAL database, that allows to search package by the file name.
> >
> > So, the question is: how to find the name of NOT installed package
> > that provides needed file?
> >
>
> First of all:
>
> DO NOT HIJACK THREADS.
Yes, that is very annoying.
[...]
> To answer your question, what you want cannot be reliably done. This is
> because of how Gentoo works.
>
> In Debian for example, someone else builds the packages, they know
> exactly what files will be installed ahead of time, and can put them in
> a database for you to query.
>
> Gentoo does not work like that. You build the packages, you specify the
> USE flags and different flags can easily cause very different lists of
> files to be installed. So the only person that can know exactly what
> files you will install is you, there cannot ever be a 100% correct
> database of this. Trust me, this has considered many times, you are not
> the first.
>
> http://www.portagefilelist.de/ is your best bet, it doesn't get better
> than that.
Actually, for the special case of latex packages, his best bet is
dev-tex/texmfind.
HTH
--
Marc Joliet
--
"People who think they know everything really annoy those of us who know we
don't" - Bjarne Stroustrup
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Gentoo package database
2012-07-26 7:57 ` Alan McKinnon
2012-07-26 8:13 ` Marc Joliet
@ 2012-07-26 8:15 ` ivan ivanov
2012-07-27 18:59 ` Mick
1 sibling, 1 reply; 51+ messages in thread
From: ivan ivanov @ 2012-07-26 8:15 UTC (permalink / raw
To: gentoo-user
> DO NOT HIJACK THREADS.
>
> You replied to an existing thread, changed the subject line, deleted
> the content and type your question. This is a big nono and is
> considered exceptionally rude (it makes everyone else's mail client do
> strange things with displaying threads).
Sorry, i did not know this. I never encountered such behavior on other
mailing lists.
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Use Flags
2012-07-25 16:55 [gentoo-user] Use Flags Silvio Siefke
2012-07-25 17:07 ` Yohan Pereira
@ 2012-07-26 6:42 ` Alan McKinnon
2012-07-26 13:22 ` Allan Gottlieb
1 sibling, 1 reply; 51+ messages in thread
From: Alan McKinnon @ 2012-07-26 6:42 UTC (permalink / raw
To: gentoo-user; +Cc: siefke_listen
On Wed, 25 Jul 2012 18:55:58 +0200
Silvio Siefke <siefke_listen@web.de> wrote:
> Hello,
>
> after longer time want update my Gentoo PC. But ever come error msg
> with the USE Flags. I not know what say me Gentoo with the message.
>
> gentoo-desk ~ # emerge -uDN world
> Calculating dependencies... done!
>
> !!! The ebuild selected to satisfy "media-libs/sdl-mixer[mikmod]" has
> unmet requirements.
> - media-libs/sdl-mixer-1.2.12-r1::gentoo USE="mikmod wav -flac
> -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg
> -static-libs -timidity -vorbis"
>
> The following REQUIRED_USE flag constraints are unsatisfied:
> mikmod? ( mod )
>
> The above constraints are a subset of the following complete
> expression: midi? ( any-of ( timidity fluidsynth ) ) timidity? ( midi
> ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad ) ) smpeg? ( mp3 )
> mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) ) mikmod? ( mod )
> modplug? ( mod )
>
> (dependency required by "games-kids/tuxmath-1.7.2" [installed])
> (dependency required by "@selected" [set])
> (dependency required by "@world" [argument])
>
>
> gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer
> media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod
> -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
>
> I understand not what want me say the system?
>
>
> Thanks for help.
>
> Regards
> Silvio
>
Your USE for media-libs/sdl-mixer has this: "mikmod -mod"
The system wants "mod" if "mikmod" is set, or both to be off.
Add this to /etc/portage/package.mask:
media-libs/sdl-mixer mod
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Use Flags
2012-07-26 6:42 ` [gentoo-user] Use Flags Alan McKinnon
@ 2012-07-26 13:22 ` Allan Gottlieb
2012-07-26 18:53 ` Alan McKinnon
0 siblings, 1 reply; 51+ messages in thread
From: Allan Gottlieb @ 2012-07-26 13:22 UTC (permalink / raw
To: gentoo-user
On Thu, Jul 26 2012, Alan McKinnon wrote:
> On Wed, 25 Jul 2012 18:55:58 +0200
> Silvio Siefke <siefke_listen@web.de> wrote:
>
>> Hello,
>>
>> after longer time want update my Gentoo PC. But ever come error msg
>> with the USE Flags. I not know what say me Gentoo with the message.
>>
>> gentoo-desk ~ # emerge -uDN world
>> Calculating dependencies... done!
>>
>> !!! The ebuild selected to satisfy "media-libs/sdl-mixer[mikmod]" has
>> unmet requirements.
>> - media-libs/sdl-mixer-1.2.12-r1::gentoo USE="mikmod wav -flac
>> -fluidsynth -mad -midi -mod -modplug -mp3 -playtools -smpeg
>> -static-libs -timidity -vorbis"
>>
>> The following REQUIRED_USE flag constraints are unsatisfied:
>> mikmod? ( mod )
>>
>> The above constraints are a subset of the following complete
>> expression: midi? ( any-of ( timidity fluidsynth ) ) timidity? ( midi
>> ) fluidsynth? ( midi ) mp3? ( any-of ( smpeg mad ) ) smpeg? ( mp3 )
>> mad? ( mp3 ) mod? ( any-of ( mikmod modplug ) ) mikmod? ( mod )
>> modplug? ( mod )
>>
>> (dependency required by "games-kids/tuxmath-1.7.2" [installed])
>> (dependency required by "@selected" [set])
>> (dependency required by "@world" [argument])
>>
>>
>> gentoo-desk ~ # cat /etc/portage/package.use | grep sdl-mixer
>> media-libs/sdl-mixer mikmod wav -flac -fluidsynth -mad -midi -mod
>> -modplug -mp3 -playtools -smpeg -static-libs -timidity -vorbis
>>
>> I understand not what want me say the system?
>>
>>
>> Thanks for help.
>>
>> Regards
>> Silvio
>>
>
> Your USE for media-libs/sdl-mixer has this: "mikmod -mod"
>
> The system wants "mod" if "mikmod" is set, or both to be off.
>
> Add this to /etc/portage/package.mask:
>
>
> media-libs/sdl-mixer mod
Don't you mean /etc/portage/package.use not .mask ?
allan
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] Use Flags
2012-07-26 13:22 ` Allan Gottlieb
@ 2012-07-26 18:53 ` Alan McKinnon
0 siblings, 0 replies; 51+ messages in thread
From: Alan McKinnon @ 2012-07-26 18:53 UTC (permalink / raw
To: gentoo-user; +Cc: gottlieb
On Thu, 26 Jul 2012 09:22:25 -0400
Allan Gottlieb <gottlieb@nyu.edu> wrote:
>
> > Your USE for media-libs/sdl-mixer has this: "mikmod -mod"
> >
> > The system wants "mod" if "mikmod" is set, or both to be off.
> >
> > Add this to /etc/portage/package.mask:
> >
> >
> > media-libs/sdl-mixer mod
>
> Don't you mean /etc/portage/package.use not .mask ?
Yes indeed, that's what I meant. Good catch :-)
--
Alan McKinnon
alan.mckinnon@gmail.com
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE Flags
@ 2006-12-10 9:35 Vlad Dogaru
2006-12-10 9:46 ` Raymond Lewis Rebbeck
` (2 more replies)
0 siblings, 3 replies; 51+ messages in thread
From: Vlad Dogaru @ 2006-12-10 9:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 415 bytes --]
Hello,
First time poster, so if I mess up anything do tell me. I have been emerging
packages and trimming the USE flags individually by adding USE=" " in front
of the command. Is this bad practice or in any way different to adding the
use flags in /etc/portage/packages.conf? If it is, is there a way of dumping
all the use flags for all my currently installed ebuilds into packages.conf?
Thanks in advance,
Vlad
[-- Attachment #2: Type: text/html, Size: 445 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE Flags
2006-12-10 9:35 [gentoo-user] USE Flags Vlad Dogaru
@ 2006-12-10 9:46 ` Raymond Lewis Rebbeck
2006-12-10 9:55 ` Uwe Thiem
2006-12-10 11:20 ` Neil Bothwick
2 siblings, 0 replies; 51+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-12-10 9:46 UTC (permalink / raw
To: gentoo-user
On Sunday, 10 December 2006 20:05, Vlad Dogaru wrote:
> Hello,
>
> First time poster, so if I mess up anything do tell me. I have been
> emerging packages and trimming the USE flags individually by adding USE=" "
> in front of the command. Is this bad practice or in any way different to
> adding the use flags in /etc/portage/packages.conf? If it is, is there a
> way of dumping all the use flags for all my currently installed ebuilds
> into packages.conf?
>
> Thanks in advance,
> Vlad
Yes this is very bad practice, which you'll notice if you try
running 'emerge -avuDN world' to update everything.
Put global USE flags in /etc/make.conf and package specific use flags
in /etc/portage/package.use
Read through man 5 portage.
--
Raymond Lewis Rebbeck
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE Flags
2006-12-10 9:35 [gentoo-user] USE Flags Vlad Dogaru
2006-12-10 9:46 ` Raymond Lewis Rebbeck
@ 2006-12-10 9:55 ` Uwe Thiem
2006-12-10 11:20 ` Neil Bothwick
2 siblings, 0 replies; 51+ messages in thread
From: Uwe Thiem @ 2006-12-10 9:55 UTC (permalink / raw
To: gentoo-user
On 10 December 2006 11:35, Vlad Dogaru wrote:
> Hello,
>
> First time poster, so if I mess up anything do tell me. I have been
> emerging packages and trimming the USE flags individually by adding USE=" "
> in front of the command. Is this bad practice
Yes, it is bad practise because they are not re-used next time you emerge that
package.
> or in any way different to
> adding the use flags in /etc/portage/packages.conf?
It's /etc/portage/package.use.
> If it is, is there a
> way of dumping all the use flags for all my currently installed ebuilds
> into packages.conf?
None other than using an editor or 'echo "blablabla"
>> /etc/portage/package.use'. ;-)
Uwe
--
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE Flags
2006-12-10 9:35 [gentoo-user] USE Flags Vlad Dogaru
2006-12-10 9:46 ` Raymond Lewis Rebbeck
2006-12-10 9:55 ` Uwe Thiem
@ 2006-12-10 11:20 ` Neil Bothwick
2006-12-10 16:18 ` Vlad Dogaru
2 siblings, 1 reply; 51+ messages in thread
From: Neil Bothwick @ 2006-12-10 11:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
On Sun, 10 Dec 2006 11:35:18 +0200, Vlad Dogaru wrote:
> If it is, is there a way of dumping
> all the use flags for all my currently installed ebuilds into
> packages.conf?
You really don't want to do that. you'd end up with an unmanageable mess
that completely overrides /etc/make.conf and your profile.
If you run "emerge -puvDN world" you'll see all packages that are
installed with different USE flags to the current settings. Add these
to /etc/portage/package.use.
--
Neil Bothwick
Life is a sexually transmitted disease and the mortality rate is 100%.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE Flags
2006-12-10 11:20 ` Neil Bothwick
@ 2006-12-10 16:18 ` Vlad Dogaru
2006-12-10 17:34 ` Rick van Hattem
0 siblings, 1 reply; 51+ messages in thread
From: Vlad Dogaru @ 2006-12-10 16:18 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 833 bytes --]
On 12/10/06, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> On Sun, 10 Dec 2006 11:35:18 +0200, Vlad Dogaru wrote:
>
> > If it is, is there a way of dumping
> > all the use flags for all my currently installed ebuilds into
> > packages.conf?
>
> You really don't want to do that. you'd end up with an unmanageable mess
> that completely overrides /etc/make.conf and your profile.
>
> If you run "emerge -puvDN world" you'll see all packages that are
> installed with different USE flags to the current settings. Add these
> to /etc/portage/package.use.
I think this is exactly what I was looking for. I already have quite an
extensive global USE list (read through the whole list and set/unset what I
knew about). I only need to write the different, package-specific ones.
Thanks to everyone for enlightening me on the issue,
Vlad
[-- Attachment #2: Type: text/html, Size: 1158 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE Flags
2006-12-10 16:18 ` Vlad Dogaru
@ 2006-12-10 17:34 ` Rick van Hattem
0 siblings, 0 replies; 51+ messages in thread
From: Rick van Hattem @ 2006-12-10 17:34 UTC (permalink / raw
To: gentoo-user; +Cc: Vlad Dogaru
[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]
On Sunday 10 December 2006 17:18, Vlad Dogaru wrote:
> On 12/10/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Sun, 10 Dec 2006 11:35:18 +0200, Vlad Dogaru wrote:
> > > If it is, is there a way of dumping
> > > all the use flags for all my currently installed ebuilds into
> > > packages.conf?
> >
> > You really don't want to do that. you'd end up with an unmanageable mess
> > that completely overrides /etc/make.conf and your profile.
> >
> > If you run "emerge -puvDN world" you'll see all packages that are
> > installed with different USE flags to the current settings. Add these
> > to /etc/portage/package.use.
>
> I think this is exactly what I was looking for. I already have quite an
> extensive global USE list (read through the whole list and set/unset what I
> knew about). I only need to write the different, package-specific ones.
>
> Thanks to everyone for enlightening me on the issue,
> Vlad
To manage the global use flags, try profuse, it's a pretty good editor imho.
--
Rick van Hattem Rick.van.Hattem(at)Fawo.nl
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags
@ 2006-04-05 14:28 Leonid Podolny
0 siblings, 0 replies; 51+ messages in thread
From: Leonid Podolny @ 2006-04-05 14:28 UTC (permalink / raw
To: gentoo-user
Hi,
Is there a way to know which USE flag caused the specific package to be
installed?
--
------------------------------------------------------------------------
Leonid Podolny | /"\
| \ / ASCII Ribbon Campaign
leonidp(at)gmail.com | x Against HTML Mail
+972-54-5696948 | / \
------------------------------------------------------------------------
PGP fingerprint: 51B2 F1DB 485E 2C48 2E17 94D1 7EC4 E524 B156 B9F0
PGP key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xB156B9F0
------------------------------------------------------------------------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags
@ 2006-03-09 11:19 Goran Maksimoviæ
2006-03-09 16:29 ` Daniel da Veiga
0 siblings, 1 reply; 51+ messages in thread
From: Goran Maksimoviæ @ 2006-03-09 11:19 UTC (permalink / raw
To: gentoo-user
I saw that there was a discussion about USE flags and I would seek your advice
on that matter. I recently installed once again Gentoo 2006.0 but before this
version a few months' ago I installed and for a short period of time used Gentoo
2005.0. At that time I had trouble with USE flags because I have never known
what is the best configuration of USE flags for my system so I would like if
someone could help me in a way that he proposes to me a list of flags that i
should have in my make.conf and that that I should exclude. My needs are that I
have a system which is desktop oriented with KDE and not GNOME but also I will
do a little of programming and I will have a experimental web, mail, ftp, MySQL
server because I will learn php. Graphics, games and so on aren't of interest to
me and only thing I want is to play DVDs, DivX movies, play MP3 and audio CDs
and burn DVDs and CDs.
Bye
Goran
---------------------- T - C o m - - W e b m a i l ----------------------
Ova poruka poslana je upotrebom T-Com Webmail usluge.
T-Com te vodi na Svjetsko nogometno prvenstvo
http://www.t-com.hr/naslovnica/nogomet/
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2006-03-09 11:19 Goran Maksimoviæ
@ 2006-03-09 16:29 ` Daniel da Veiga
2006-03-09 17:15 ` Richard Fish
` (2 more replies)
0 siblings, 3 replies; 51+ messages in thread
From: Daniel da Veiga @ 2006-03-09 16:29 UTC (permalink / raw
To: gentoo-user
On 3/9/06, Goran Maksimoviæ <goran.maksimovic@ri.htnet.hr> wrote:
>
> I saw that there was a discussion about USE flags and I would seek your advice
> on that matter. I recently installed once again Gentoo 2006.0 but before this
> version a few months' ago I installed and for a short period of time used Gentoo
> 2005.0. At that time I had trouble with USE flags because I have never known
> what is the best configuration of USE flags for my system so I would like if
> someone could help me in a way that he proposes to me a list of flags that i
> should have in my make.conf and that that I should exclude. My needs are that I
> have a system which is desktop oriented with KDE and not GNOME but also I will
> do a little of programming and I will have a experimental web, mail, ftp, MySQL
> server because I will learn php. Graphics, games and so on aren't of interest to
> me and only thing I want is to play DVDs, DivX movies, play MP3 and audio CDs
> and burn DVDs and CDs.
Well, when I installed Gentoo 2006.0, I used the GRP and Dynamic Stage
3, so, couldn't set my USE flags.
I don't set USE at make.conf. After the GRP install, I sync'ed, then
issued a "emerge -uDNpv world" and started "emerge -pv"ing each
package in the list, checking USEs and writting them to package.use.
After that, each and every package installed follows the same path.
This way you don't loose control over your flags and avoid useless
stuff (like compiling a lot of programs with KDE support when you only
need kde-base because of K3B).
It's just the way I do it, any comments? (no flames please, I'll not
change my mind :)
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2006-03-09 16:29 ` Daniel da Veiga
@ 2006-03-09 17:15 ` Richard Fish
2006-03-09 18:22 ` Goran Maksimović
2006-03-10 1:52 ` Boyd Stephen Smith Jr.
2 siblings, 0 replies; 51+ messages in thread
From: Richard Fish @ 2006-03-09 17:15 UTC (permalink / raw
To: gentoo-user
On 3/9/06, Daniel da Veiga <danieldaveiga@gmail.com> wrote:
> It's just the way I do it, any comments? (no flames please, I'll not
> change my mind :)
That is pretty much what I do, except that I also take the additional
step of having "-*" for USE in my make.conf to disable anything that
the profile adds by default.
Goran, I would say the most critical flags you want set are:
alsa arts kde hal mp3 ssl truetype dvd dvdread dvdr
Most other flags I would add per package. Especially I recommend not
adding apache/php use flags to make.conf, but to have those for
specific packages in package.use.
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* RE: [gentoo-user] USE flags
2006-03-09 16:29 ` Daniel da Veiga
2006-03-09 17:15 ` Richard Fish
@ 2006-03-09 18:22 ` Goran Maksimović
2006-03-10 1:52 ` Boyd Stephen Smith Jr.
2 siblings, 0 replies; 51+ messages in thread
From: Goran Maksimović @ 2006-03-09 18:22 UTC (permalink / raw
To: gentoo-user
Yes, I have also installed Gentoo 2006.0 with Gentoo LiveCD and installed
GRP packages which were on CD but now I want to set USE flags to avoid what
you have mentioned a installation of stuff which i will not use but which
are installed with packages I install. So once again I am looking for some
assistance in configuring my USE flags in make.conf to needs that you can
read in this mail. I would be grateful to all who help with their lists :).
Bye
Goran
-----Original Message-----
From: Daniel da Veiga [mailto:danieldaveiga@gmail.com]
Sent: Thursday, March 09, 2006 5:30 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] USE flags
On 3/9/06, Goran Maksimoviæ <goran.maksimovic@ri.htnet.hr> wrote:
>
> I saw that there was a discussion about USE flags and I would seek your
advice
> on that matter. I recently installed once again Gentoo 2006.0 but before
this
> version a few months' ago I installed and for a short period of time used
Gentoo
> 2005.0. At that time I had trouble with USE flags because I have never
known
> what is the best configuration of USE flags for my system so I would like
if
> someone could help me in a way that he proposes to me a list of flags that
i
> should have in my make.conf and that that I should exclude. My needs are
that I
> have a system which is desktop oriented with KDE and not GNOME but also I
will
> do a little of programming and I will have a experimental web, mail, ftp,
MySQL
> server because I will learn php. Graphics, games and so on aren't of
interest to
> me and only thing I want is to play DVDs, DivX movies, play MP3 and audio
CDs
> and burn DVDs and CDs.
Well, when I installed Gentoo 2006.0, I used the GRP and Dynamic Stage
3, so, couldn't set my USE flags.
I don't set USE at make.conf. After the GRP install, I sync'ed, then
issued a "emerge -uDNpv world" and started "emerge -pv"ing each
package in the list, checking USEs and writting them to package.use.
After that, each and every package installed follows the same path.
This way you don't loose control over your flags and avoid useless
stuff (like compiling a lot of programs with KDE support when you only
need kde-base because of K3B).
It's just the way I do it, any comments? (no flames please, I'll not
change my mind :)
--
Daniel da Veiga
Computer Operator - RS - Brazil
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
------END GEEK CODE BLOCK------
--
gentoo-user@gentoo.org mailing list
__________ NOD32 1.1435 (20060308) Information __________
This message was checked by NOD32 antivirus system.
http://www.eset.com
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2006-03-09 16:29 ` Daniel da Veiga
2006-03-09 17:15 ` Richard Fish
2006-03-09 18:22 ` Goran Maksimović
@ 2006-03-10 1:52 ` Boyd Stephen Smith Jr.
2 siblings, 0 replies; 51+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-03-10 1:52 UTC (permalink / raw
To: gentoo-user
On Thursday 09 March 2006 10:29, "Daniel da Veiga"
<danieldaveiga@gmail.com> wrote about 'Re: [gentoo-user] USE flags':
> On 3/9/06, Goran Maksimoviæ <goran.maksimovic@ri.htnet.hr> wrote:
> > I saw that there was a discussion about USE flags and I would seek
> > your advice on that matter.
>
> Well, when I installed Gentoo 2006.0, I used the GRP and Dynamic Stage
> 3, so, couldn't set my USE flags.
Well, you could, but then portage would have decided to not use (some of)
the available binary packages (since they had different USE settings).
> I don't set USE at make.conf. After the GRP install, I sync'ed, then
> issued a "emerge -uDNpv world" and started "emerge -pv"ing each
> package in the list, checking USEs and writting them to package.use.
> After that, each and every package installed follows the same path.
> This way you don't loose control over your flags and avoid useless
> stuff (like compiling a lot of programs with KDE support when you only
> need kde-base because of K3B).
That's roughly the way I do it. Although, initially I started with
stage1... In any case, I just do regular 'emerge -avtuND world's and make
sure and read the USE flags there. Paying /particular/ attention to
yellow (new) or stared (changed) use flags. Also, after any change
to /etc/portage/package.use or the USE variable in make.conf, I do a
emerge -avtuND world.
Occasionally, I'll notice some feature I want is missing, them I emerge -pv
or equery u the package to check use flags to tweak. If the use flag
doesn't jump out at me, I might continue with a grep against use.desc and
use.local or a emerge -pve package (in case the functionality is actually
missing from a dependency).
I used to be fairly religious about putting global use flags in make.conf
and package-specific use flags in package.use -- I no longer do this since
the gentoo developers are nice enough to rarely overlap local use flags,
so I can just stick everything into a gargantuan USE variable in
make.conf. It's easier that way since I manage my use flags with euse.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags
@ 2005-12-02 20:14 Jeff
2005-12-02 20:58 ` Neil Bothwick
` (2 more replies)
0 siblings, 3 replies; 51+ messages in thread
From: Jeff @ 2005-12-02 20:14 UTC (permalink / raw
To: gentoo-user
Hey all.
Just a quick one - where can I find the USE flag compendium?
Thanks!
-Jeff
--
R2-D2 and Chewbacca are playing the holographic game aboard
the Millennium Falcon.
Chewbacca:
Aaaaaaaaaaaaaaaarrrgh
C-3PO:
He made a fair move. Screaming about it can't help you.
Han Solo:
Let him have it. It's not wise to upset a Wookiee.
C-3PO:
But sir, nobody worries about upsetting a droid.
Han Solo:
That's 'cause droids don't pull people's arms out
of their sockets when they lose. Wookiees are known
to do that.
Chewbacca:
Grrf.
C-3PO:
I see your point, sir. I suggest a new strategy, R2:
let the Wookiee win.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-12-02 20:14 Jeff
@ 2005-12-02 20:58 ` Neil Bothwick
2005-12-02 21:02 ` Dale
2005-12-02 22:20 ` John J. Foster
2 siblings, 0 replies; 51+ messages in thread
From: Neil Bothwick @ 2005-12-02 20:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
On Fri, 02 Dec 2005 15:14:43 -0500, Jeff wrote:
> Just a quick one - where can I find the USE flag compendium?
/usr/portage/profiles/use.desc
/usr/portage/profiles/use.local.desc
--
Neil Bothwick
Copy from another: plagiarism. Copy from many: research.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-12-02 20:14 Jeff
2005-12-02 20:58 ` Neil Bothwick
@ 2005-12-02 21:02 ` Dale
2005-12-02 22:20 ` John J. Foster
2 siblings, 0 replies; 51+ messages in thread
From: Dale @ 2005-12-02 21:02 UTC (permalink / raw
To: gentoo-user
Jeff wrote:
>Hey all.
>
>Just a quick one - where can I find the USE flag compendium?
>
>Thanks!
>
>-Jeff
>
>
>
This taken from the make.conf file:
># The available list of use flags with descriptions is in your portage tree.
># Use 'less' to view them: --> less /usr/portage/profiles/use.desc <--
>
so look in /usr/portage/profiles/use.desc and have fun.
Dale
:-)
--
To err is human, I'm most certainly human.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-12-02 20:14 Jeff
2005-12-02 20:58 ` Neil Bothwick
2005-12-02 21:02 ` Dale
@ 2005-12-02 22:20 ` John J. Foster
2 siblings, 0 replies; 51+ messages in thread
From: John J. Foster @ 2005-12-02 22:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
On Fri, Dec 02, 2005 at 03:14:43PM -0500, Jeff wrote:
> Hey all.
>
> Just a quick one - where can I find the USE flag compendium?
>
For convenience, try emerging profuse.
John
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags...
@ 2005-10-24 22:13 Eric Waguespack
2005-10-24 22:19 ` Hemmann, Volker Armin
` (5 more replies)
0 siblings, 6 replies; 51+ messages in thread
From: Eric Waguespack @ 2005-10-24 22:13 UTC (permalink / raw
To: gentoo-user
say for example I installed Gentoo with some USE flags, but then I
changed my mind and wanted to add (for example) the "offensive" USE
flag to my make.conf (I have no idea what offensive does, but with a
name like that, it must be good http://gentoo-portage.com/USE ). what
would I do (short of a reinstallation) to recompile everything with
these new USE flags?
Thanks.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
@ 2005-10-24 22:19 ` Hemmann, Volker Armin
2005-10-24 22:21 ` Dave Nebinger
` (4 subsequent siblings)
5 siblings, 0 replies; 51+ messages in thread
From: Hemmann, Volker Armin @ 2005-10-24 22:19 UTC (permalink / raw
To: gentoo-user
On Tuesday 25 October 2005 00:13, Eric Waguespack wrote:
> say for example I installed Gentoo with some USE flags, but then I
> changed my mind and wanted to add (for example) the "offensive" USE
> flag to my make.conf (I have no idea what offensive does, but with a
> name like that, it must be good http://gentoo-portage.com/USE ). what
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
>
>
> Thanks.
emerge -a --newuse world
then 'y' when the selection showed pleases you.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
2005-10-24 22:19 ` Hemmann, Volker Armin
@ 2005-10-24 22:21 ` Dave Nebinger
2005-10-24 22:21 ` Holly Bostick
` (3 subsequent siblings)
5 siblings, 0 replies; 51+ messages in thread
From: Dave Nebinger @ 2005-10-24 22:21 UTC (permalink / raw
To: gentoo-user
On Monday 24 October 2005 06:13 pm, Eric Waguespack wrote:
> what
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
emerge --newuse --emptytree world will rebuild everything applying the new use
variable(s) to the mix.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
2005-10-24 22:19 ` Hemmann, Volker Armin
2005-10-24 22:21 ` Dave Nebinger
@ 2005-10-24 22:21 ` Holly Bostick
2005-10-24 22:22 ` Petteri Räty
` (2 subsequent siblings)
5 siblings, 0 replies; 51+ messages in thread
From: Holly Bostick @ 2005-10-24 22:21 UTC (permalink / raw
To: gentoo-user
Eric Waguespack schreef:
> say for example I installed Gentoo with some USE flags, but then I
> changed my mind and wanted to add (for example) the "offensive" USE
> flag to my make.conf (I have no idea what offensive does, but with a
> name like that, it must be good http://gentoo-portage.com/USE ). what
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
>
>
> Thanks.
>
emerge --newuse world (or, emerge -N world) will search through your
installed files for the packages that can use that flag and recompile
them with it active rather than inactive.
(man emerge might be worth a look)
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
` (2 preceding siblings ...)
2005-10-24 22:21 ` Holly Bostick
@ 2005-10-24 22:22 ` Petteri Räty
2005-10-24 22:24 ` Brett I. Holcomb
2005-10-24 22:29 ` Willie Wong
5 siblings, 0 replies; 51+ messages in thread
From: Petteri Räty @ 2005-10-24 22:22 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
Eric Waguespack wrote:
> say for example I installed Gentoo with some USE flags, but then I
> changed my mind and wanted to add (for example) the "offensive" USE
> flag to my make.conf (I have no idea what offensive does, but with a
> name like that, it must be good http://gentoo-portage.com/USE ). what
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
>
emerge -uDNpv world for a dry run.
emerge -uDN world to actually recompile
See man emerge for more information.
Regards,
Petteri Räty
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
` (3 preceding siblings ...)
2005-10-24 22:22 ` Petteri Räty
@ 2005-10-24 22:24 ` Brett I. Holcomb
2005-10-25 15:24 ` Neil Bothwick
2005-10-24 22:29 ` Willie Wong
5 siblings, 1 reply; 51+ messages in thread
From: Brett I. Holcomb @ 2005-10-24 22:24 UTC (permalink / raw
To: gentoo-user
emerge --newuse world -p will catch all of it. Check the Gentoo docs.
On Mon, 24 Oct 2005, Eric Waguespack wrote:
> say for example I installed Gentoo with some USE flags, but then I
> changed my mind and wanted to add (for example) the "offensive" USE
> flag to my make.conf (I have no idea what offensive does, but with a
> name like that, it must be good http://gentoo-portage.com/USE ). what
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
>
>
> Thanks.
>
>
--
Brett I. Holcomb
brettholcomb@R777bellsouth.net
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:24 ` Brett I. Holcomb
@ 2005-10-25 15:24 ` Neil Bothwick
2005-10-25 19:55 ` Mark Shields
0 siblings, 1 reply; 51+ messages in thread
From: Neil Bothwick @ 2005-10-25 15:24 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
On Mon, 24 Oct 2005 18:24:13 -0400 (EDT), Brett I. Holcomb wrote:
> emerge --newuse world -p will catch all of it. Check the Gentoo docs.
No it won't. You need to add --deep and --update to catch everything:
emerge --deep --update --newuse --verbose --ask world
--
Neil Bothwick
My Go this amn keyboar oesn't have any 's.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-25 15:24 ` Neil Bothwick
@ 2005-10-25 19:55 ` Mark Shields
2005-10-25 23:58 ` Neil Bothwick
0 siblings, 1 reply; 51+ messages in thread
From: Mark Shields @ 2005-10-25 19:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 584 bytes --]
I was going to pipe in about that Neil, but ya beat me to it. I like to
shorten it and just type emerge -DNavu world , though.
On 10/25/05, Neil Bothwick <neil@digimed.co.uk> wrote:
>
> On Mon, 24 Oct 2005 18:24:13 -0400 (EDT), Brett I. Holcomb wrote:
>
> > emerge --newuse world -p will catch all of it. Check the Gentoo docs.
>
> No it won't. You need to add --deep and --update to catch everything:
>
> emerge --deep --update --newuse --verbose --ask world
>
>
> --
> Neil Bothwick
>
> My Go this amn keyboar oesn't have any 's.
>
>
>
--
- Mark Shields
[-- Attachment #2: Type: text/html, Size: 940 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-25 19:55 ` Mark Shields
@ 2005-10-25 23:58 ` Neil Bothwick
0 siblings, 0 replies; 51+ messages in thread
From: Neil Bothwick @ 2005-10-25 23:58 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
On Tue, 25 Oct 2005 15:55:56 -0400, Mark Shields wrote:
> I was going to pipe in about that Neil, but ya beat me to it. I like to
> shorten it and just type emerge -DNavu world , though.
The short options make for easier typing, the long ones for easier
understanding. So I use the short options at the command line but the
long ones in scripts and examples.
--
Neil Bothwick
To the optimist, the glass is half full. To the pessimist, the glass is
half empty. To the engineer, the glass is twice as big as it needs to be.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:13 Eric Waguespack
` (4 preceding siblings ...)
2005-10-24 22:24 ` Brett I. Holcomb
@ 2005-10-24 22:29 ` Willie Wong
2005-10-24 23:11 ` Holly Bostick
5 siblings, 1 reply; 51+ messages in thread
From: Willie Wong @ 2005-10-24 22:29 UTC (permalink / raw
To: gentoo-user
On Mon, Oct 24, 2005 at 05:13:13PM -0500, Eric Waguespack wrote:
> say for example I installed Gentoo with some USE flags, but then I
> changed my mind and wanted to add (for example) the "offensive" USE
> flag to my make.conf (I have no idea what offensive does, but with a
> name like that, it must be good http://gentoo-portage.com/USE ). what
Offensive turns on, well, possibly offensive content. For x-screensaver,
one of the screensavers grabs images off the internet and make a mosaic.
Turning on the offensive flag means you might get porn and/or goatse
in there. For fortune, that enables the -o option, which produces insults.
There might be more....
> would I do (short of a reinstallation) to recompile everything with
> these new USE flags?
Now, onto the real stuff:
emerge --newuse world
W
--
Willie W. Wong
wwong@math.princeton.edu
brought to you by the Roman letter i, the Hebrew letter \aleph, the Greek
letter \pi, and the non-letter \hbar
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-10-24 22:29 ` Willie Wong
@ 2005-10-24 23:11 ` Holly Bostick
0 siblings, 0 replies; 51+ messages in thread
From: Holly Bostick @ 2005-10-24 23:11 UTC (permalink / raw
To: gentoo-user
Willie Wong schreef:
> On Mon, Oct 24, 2005 at 05:13:13PM -0500, Eric Waguespack wrote:
>
>>say for example I installed Gentoo with some USE flags, but then I
>>changed my mind and wanted to add (for example) the "offensive" USE
>>flag to my make.conf (I have no idea what offensive does, but with a
>>name like that, it must be good http://gentoo-portage.com/USE ). what
>
>
> Offensive turns on, well, possibly offensive content. For x-screensaver,
> one of the screensavers grabs images off the internet and make a mosaic.
> Turning on the offensive flag means you might get porn and/or goatse
> in there. For fortune, that enables the -o option, which produces insults.
> There might be more....
equery hasuse -p offensive
[ Searching for USE flag offensive in all categories among: ]
* installed packages
* Portage tree (/usr/portage)
[-P-] [ ] app-admin/sudo-1.6.8_p9 (0)
[I--] [ ] app-admin/sudo-1.6.8_p9-r2 (0)
[-P-] [M~] games-misc/fortune-mod-1.99.1-r2 (0)
[-P-] [ ] games-misc/fortune-mod-1.99.1-r1 (0)
[-P-] [M~] games-misc/fortune-mod-gentoo-forums-20041207 (0)
[-P-] [ ] games-misc/fortune-mod-gentoo-forums-20040922 (0)
[-P-] [ ] games-misc/fortune-mod-it-1.99 (0)
[-P-] [ ] games-misc/fortune-mod-it-1.51 (0)
[-P-] [ ] games-misc/fortune-mod-kernelcookies-8 (0)
[-P-] [ ] media-sound/choad-0.822 (0)
[-P-] [ ] x11-misc/xscreensaver-4.20 (0)
[-P-] [ ] x11-misc/xscreensaver-4.22-r2 (0)
[-P-] [ ] x11-misc/xscreensaver-4.22-r4 (0)
[-P-] [ ] x11-themes/gentoo-artwork-0.4.1 (0)
[-P-] [ ] x11-themes/windowmaker-themes-0.1 (0)
I know sudo insults you if you type the wrong password, and I remember
the controversy over the Windowmaker themes package (which was an
unchecked compilation of previously-existing themes, some of which
contained wallpaper featuring nudity-- female, of course-- which was put
under the 'offensive' flag not only because it might be personally
offensive, but because you might be installing Windowmaker at work, and
a random wallpaper or theme change might put you out of a job without
you being aware of the possibility that that could happen).
The others I don't know personally, but are likely similar to one or the
other of these cases as appropriate.
Holly
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags
@ 2005-08-20 0:46 John Dangler
2005-08-20 1:50 ` Marco Matthies
` (2 more replies)
0 siblings, 3 replies; 51+ messages in thread
From: John Dangler @ 2005-08-20 0:46 UTC (permalink / raw
To: gentoo-user
I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
trying to get my arms around the USE flags. I found a set of 'default'
settings (I think) under /usr/portage/profiles/base/use.defaults . From
what I've read in the gentoo documentation, this seems to be a list of
default USE= flags. What I'd like to try and get to is, a difference
between what's there and the 'total' list, and why would I add others to my
own make.conf file?
Thanks, as always, for the input.
John D
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-08-20 0:46 John Dangler
@ 2005-08-20 1:50 ` Marco Matthies
2005-08-20 2:19 ` John Dangler
2005-08-20 3:53 ` Walter Dnes
2005-08-20 13:48 ` Peter O'Connor
2 siblings, 1 reply; 51+ messages in thread
From: Marco Matthies @ 2005-08-20 1:50 UTC (permalink / raw
To: gentoo-user
John Dangler wrote:
> I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
> trying to get my arms around the USE flags. I found a set of 'default'
> settings (I think) under /usr/portage/profiles/base/use.defaults . From
> what I've read in the gentoo documentation, this seems to be a list of
> default USE= flags. What I'd like to try and get to is, a difference
> between what's there and the 'total' list, and why would I add others to my
> own make.conf file?
The relevant part in the docs:
http://www.gentoo.org/doc/en/handbook/2005.1/handbook-x86.xml?part=2&chap=2
A list of all USE flags:
http://www.gentoo.org/dyn/use-index.xml
Marco
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* RE: [gentoo-user] USE flags
2005-08-20 1:50 ` Marco Matthies
@ 2005-08-20 2:19 ` John Dangler
2005-08-20 2:26 ` John Jolet
2005-08-20 2:37 ` Marco Matthies
0 siblings, 2 replies; 51+ messages in thread
From: John Dangler @ 2005-08-20 2:19 UTC (permalink / raw
To: gentoo-user
The list of possible flags is somewhat overwhelming. And many of them, I
wouldn't really know if I need them or not. So far, since I only have the
base system running, I'm trying to get everything I want to have sans a
graphic environment going, so I'm doing USE="-X" with the system level apps
(although I don't know if that's the best plan for something like
cdrtools/dvdrtools).
I did find the defaults (thanks!) and have added those as comments in my
make.conf file just for my own reference.
I figure that the next step (aside from the reading of the online docs) is
to get cd tools and anti-virus (clam looks good) running.
At the point that I think I have everything at this level, I intend to back
it up (jic), and then install X, sound, and get a graphical environment
running - at least that looks to be the most logical next steps...
I really appreciate the feedback!!!
John D
-----Original Message-----
From: Marco Matthies [mailto:marco-ml@gmx.net]
Sent: Friday, August 19, 2005 9:51 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] USE flags
John Dangler wrote:
> I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
> trying to get my arms around the USE flags. I found a set of 'default'
> settings (I think) under /usr/portage/profiles/base/use.defaults . From
> what I've read in the gentoo documentation, this seems to be a list of
> default USE= flags. What I'd like to try and get to is, a difference
> between what's there and the 'total' list, and why would I add others to
my
> own make.conf file?
The relevant part in the docs:
http://www.gentoo.org/doc/en/handbook/2005.1/handbook-x86.xml?part=2&chap=2
A list of all USE flags:
http://www.gentoo.org/dyn/use-index.xml
Marco
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-08-20 2:19 ` John Dangler
@ 2005-08-20 2:26 ` John Jolet
2005-08-20 2:37 ` Marco Matthies
1 sibling, 0 replies; 51+ messages in thread
From: John Jolet @ 2005-08-20 2:26 UTC (permalink / raw
To: gentoo-user
The way dependencies seem to work with portage, I wouldn't bother "installing
x". Just install say kde or gnome or whatever (see the docs) and X will be
installed and configured automagically. for instance, I installed this dell
laptop, then emerged kde-meta (be patient if you try that...my poor celeron
took 16 hours to do that) and followed the documentation for kde on the
gentoo site and it's all happy...except sound works in xmms, but not kde
sytem notifications....not sure why, but it's at the BOTTOM of my list.
On Friday 19 August 2005 21:19, John Dangler wrote:
> The list of possible flags is somewhat overwhelming. And many of them, I
> wouldn't really know if I need them or not. So far, since I only have the
> base system running, I'm trying to get everything I want to have sans a
> graphic environment going, so I'm doing USE="-X" with the system level apps
> (although I don't know if that's the best plan for something like
> cdrtools/dvdrtools).
>
> I did find the defaults (thanks!) and have added those as comments in my
> make.conf file just for my own reference.
>
> I figure that the next step (aside from the reading of the online docs) is
> to get cd tools and anti-virus (clam looks good) running.
>
> At the point that I think I have everything at this level, I intend to back
> it up (jic), and then install X, sound, and get a graphical environment
> running - at least that looks to be the most logical next steps...
>
> I really appreciate the feedback!!!
>
> John D
>
> -----Original Message-----
> From: Marco Matthies [mailto:marco-ml@gmx.net]
> Sent: Friday, August 19, 2005 9:51 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] USE flags
>
> John Dangler wrote:
> > I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop.
> > I'm trying to get my arms around the USE flags. I found a set of
> > 'default' settings (I think) under
> > /usr/portage/profiles/base/use.defaults . From what I've read in the
> > gentoo documentation, this seems to be a list of default USE= flags.
> > What I'd like to try and get to is, a difference between what's there and
> > the 'total' list, and why would I add others to
>
> my
>
> > own make.conf file?
>
> The relevant part in the docs:
> http://www.gentoo.org/doc/en/handbook/2005.1/handbook-x86.xml?part=2&chap=2
>
> A list of all USE flags:
> http://www.gentoo.org/dyn/use-index.xml
>
> Marco
> --
> gentoo-user@gentoo.org mailing list
--
John Jolet
Your On-Demand IT Department
512-762-0729
www.jolet.net
john@jolet.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-08-20 2:19 ` John Dangler
2005-08-20 2:26 ` John Jolet
@ 2005-08-20 2:37 ` Marco Matthies
1 sibling, 0 replies; 51+ messages in thread
From: Marco Matthies @ 2005-08-20 2:37 UTC (permalink / raw
To: gentoo-user
John Dangler wrote:
> The list of possible flags is somewhat overwhelming. And many of them, I
> wouldn't really know if I need them or not. So far, since I only have the
> base system running, I'm trying to get everything I want to have sans a
> graphic environment going, so I'm doing USE="-X" with the system level apps
> (although I don't know if that's the best plan for something like
> cdrtools/dvdrtools).
just add the ones you need -- you're not missing out on anything :)
you can always add them later on when you need them
> I really appreciate the feedback!!!
no problem
Marco
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-08-20 0:46 John Dangler
2005-08-20 1:50 ` Marco Matthies
@ 2005-08-20 3:53 ` Walter Dnes
2005-08-20 13:48 ` Peter O'Connor
2 siblings, 0 replies; 51+ messages in thread
From: Walter Dnes @ 2005-08-20 3:53 UTC (permalink / raw
To: gentoo-user
On Fri, Aug 19, 2005 at 08:46:21PM -0400, John Dangler wrote
> I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
> trying to get my arms around the USE flags. I found a set of 'default'
> settings (I think) under /usr/portage/profiles/base/use.defaults . From
> what I've read in the gentoo documentation, this seems to be a list of
> default USE= flags. What I'd like to try and get to is, a difference
> between what's there and the 'total' list, and why would I add others to my
> own make.conf file?
The default settings for X86 machines using 2005.1 is the sum of base,
default-linux, default-linux/x86 and default-linux/x86/2005.1. It's the
developers' attempt to be all things to all people. However, one size
does not fit all. For instance default-linux/x86/make.defaults contains
the statement...
USE="alsa apm arts avi berkdb bitmap-fonts crypt cups eds emboss encode fortran
foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg kde
libg++ libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl
oss pam pdflib perl png python qt quicktime readline sdl spell ssl tcpd
truetype truetype-fonts type1-fonts vorbis X xml2 xmms xv zlib"
While the KDE and GNOME people make some great *APPLICATIONS* (e.g.
Koffice, Gnumeric, AbiWord, etc) their "desktop environments" are fat,
bloated, resource-hogging, eye-candy that accomplish nothing other than
to make a P4 emulate a PII with half the RAM. I don't want the "gnome"
or "kde" flags. That means dumping the "arts" flag, because ARTS
depends on KDE and building ARTS will result in building KDE. Why is
"oss" in there as a flag, given that OSS is deprecated?
PAM is a good idea for somebody running a server with multiple
external users accessing it. IMHO, PAM belongs in the optional security
packages, with hardened linux, and NSA SELinux. For the average home
desktop, PAM is a PITA.
The 90%+ of the online world that doesn't use IPV6 can do without the
"ipv6" flag, thank you. When the "ipv6" flag was introduced, a lot of
people noticed their internet apps would sit there for 90 seconds, time
out IPV6, and then try IPV4 addresses... oops. To block that, put
"-ipv6" in your USE.
My approach is to use "-*" which zaps all flags, then specify the ones
*I* want/need. If a particular package wants/needs a specific flag, hey
that's what /etc/portage/package.use is for. If enough packages need a
specific flag, I'll think about adding it to my USE variable. Here's
what I have...
USE="-* a52 aac alsa apm audiofile dio encode exif ffmpeg flac foomatic fortran gb gif gstreamer gtk2 ieee1394 jpeg maildir mikmod mmap mmx mng ncurses offensive ogg opengl plotutil png posix quicktime sdl slang sse sse2 theora threads tiff truetype vorbis win32codecs wmf xv"
Your specific needs will differ, depending on what *YOU* run on your
machine.
--
Walter Dnes <waltdnes@waltdnes.org>
My musings on technology and security at http://tech_sec.blog.ca
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags
2005-08-20 0:46 John Dangler
2005-08-20 1:50 ` Marco Matthies
2005-08-20 3:53 ` Walter Dnes
@ 2005-08-20 13:48 ` Peter O'Connor
2 siblings, 0 replies; 51+ messages in thread
From: Peter O'Connor @ 2005-08-20 13:48 UTC (permalink / raw
To: gentoo-user
John Dangler wrote:
>I have just installed a basic 2005.1 system (2.6.12-r6) on my laptop. I'm
>trying to get my arms around the USE flags. I found a set of 'default'
>settings (I think) under /usr/portage/profiles/base/use.defaults . From
>what I've read in the gentoo documentation, this seems to be a list of
>default USE= flags. What I'd like to try and get to is, a difference
>between what's there and the 'total' list, and why would I add others to my
>own make.conf file?
>
>Thanks, as always, for the input.
>
>John D
>
>
>
>
>
>
I believe it takes the default USE flags from
/usr/portage/profiles/default-linux/x86/make.defaults (since I am on a x86)
The way the system works is that it applies those default USE flags
unless you say otherwise. The way to alter the default USE flags for
your system is to edit your /etc/make.conf and make
additions/subtractions from the USE flags. Basically this is a way to
customise your system to the way you want it.
This site shows them all and a brief description
http://www.gentoo.org/dyn/use-index.xml
The best way to see what USE flags are currently set is
# emerge info
as this takes into account the defaults and all the changes you have
made through /etc/make.conf
For instance in the default USE flags has
USE="alsa apm arts avi berkdb bitmap-fonts crypt cups eds....(many more)"
If you don't have a printer on your system, there is little point in
having cups as a USE flag (it will add unnecessary time to compile your
packages). So in your /etc/make.conf file you can put
USE="-cups"
Same thing if you don't want to use kde, and say you want to have
mozilla support on your system as well you would end up with.
USE=-cups -kde mozilla"
Then if you run
# emerge info
again it will have removed cups and kde from the USE flags and added
mozilla to the list as well.
Hope that helps
Peter
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
@ 2005-07-18 16:58 Vincent A. Primavera
2005-07-18 17:24 ` Vincent A. Primavera
0 siblings, 1 reply; 51+ messages in thread
From: Vincent A. Primavera @ 2005-07-18 16:58 UTC (permalink / raw
To: gentoo-user
Vincent A. Primavera wrote:
> Hello,
> Just looking for some opinions here. What is a good approach
> to installing applications with a minimal amount of optional USE flags
> enabled? For example, if one were to run `emerge -pv kde-base/kde` you
> would be presented with many, many dependencies and USE flags. I
> would prefer to install less upfront and add on later as needed.
> Doing an `emerge -pv $packagename` then looking through the
> dependencies and their USE flags each time, to me, doesn't seem like
> the best method. I took a look at the list of USE flags at
> http://www.gentoo-portage.com/USE and disabling dozens of them in
> /etc/make.conf doesn't seem like a great method either. I'm trying to
> avoid a big, bloated system without going too crazy here. Any
> suggestions?
> --
> Thank you,
>
> Vincent A. Primavera.
> Director of Information Technology.
> Ralph Pill Electric Supply Co.
> Hi,
> Recently there was such discussion, only about the default USE-flags (in
> current profile).
> By memory the solution was: "-* only desired USE-flags here, ex. alsa
> crypt readline ..." in '/etc/make.conf'
> "-*" disables quite all (only all optional w/o the required ones) and
> turns ON the USE-flags following it.
> PS: watch out there are 2-3 flags which are absolutely required for a
> sane system, check ML-archive (readline is one).
> HTH. Rumen
Hello,
This looks like what I am leaning towards. Now I just have to find
out what those few critical flags are ;o} Thanks all!
--
Vincent A. Primavera.
Director of Information Technology.
Ralph Pill Electric Supply Co.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-07-18 16:58 Vincent A. Primavera
@ 2005-07-18 17:24 ` Vincent A. Primavera
0 siblings, 0 replies; 51+ messages in thread
From: Vincent A. Primavera @ 2005-07-18 17:24 UTC (permalink / raw
To: gentoo-user
Vincent A. Primavera wrote:
> Hello,
> Just looking for some opinions here. What is a good approach
> to installing applications with a minimal amount of optional USE flags
> enabled? For example, if one were to run `emerge -pv kde-base/kde` you
> would be presented with many, many dependencies and USE flags. I
> would prefer to install less upfront and add on later as needed.
> Doing an `emerge -pv $packagename` then looking through the
> dependencies and their USE flags each time, to me, doesn't seem like
> the best method. I took a look at the list of USE flags at
> http://www.gentoo-portage.com/USE and disabling dozens of them in
> /etc/make.conf doesn't seem like a great method either. I'm trying to
> avoid a big, bloated system without going too crazy here. Any
> suggestions?
> --
> Thank you,
>
> Vincent A. Primavera.
> Director of Information Technology.
> Ralph Pill Electric Supply Co.
> Hi,
> Recently there was such discussion, only about the default USE-flags (in
> current profile).
> By memory the solution was: "-* only desired USE-flags here, ex. alsa
> crypt readline ..." in '/etc/make.conf'
> "-*" disables quite all (only all optional w/o the required ones) and
> turns ON the USE-flags following it.
> PS: watch out there are 2-3 flags which are absolutely required for a
> sane system, check ML-archive (readline is one).
> HTH. Rumen
> Hello,
> This looks like what I am leaning towards. Now I just have to
> find out what those few critical flags are ;o} Thanks all!
> --
> Vincent A. Primavera.
> Director of Information Technology.
> Ralph Pill Electric Supply Co.
> --
> gentoo-user@gentoo.org mailing list
Hello,
I found this below at
http://www.dslreports.com/forum/remark,11993814: USE="-* tcpd crypt ssl pam
ncurses zlib readline". Does it look as minimalistic *and* safe as
possible?
--
Thank you,
Vincent A. Primavera.
Director of Information Technology.
Ralph Pill Electric Supply Co.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* [gentoo-user] USE flags...
@ 2005-07-18 15:24 Vincent A. Primavera
2005-07-18 15:38 ` Dave Nebinger
` (2 more replies)
0 siblings, 3 replies; 51+ messages in thread
From: Vincent A. Primavera @ 2005-07-18 15:24 UTC (permalink / raw
To: gentoo-user
Hello,
Just looking for some opinions here. What is a good approach to
installing applications with a minimal amount of optional USE flags enabled?
For example, if one were to run `emerge -pv kde-base/kde` you would be
presented with many, many dependencies and USE flags. I would prefer to
install less upfront and add on later as needed. Doing an `emerge -pv
$packagename` then looking through the dependencies and their USE flags each
time, to me, doesn't seem like the best method. I took a look at the list
of USE flags at http://www.gentoo-portage.com/USE and disabling dozens of
them in /etc/make.conf doesn't seem like a great method either. I'm trying
to avoid a big, bloated system without going too crazy here. Any
suggestions?
--
Thank you,
Vincent A. Primavera.
Director of Information Technology.
Ralph Pill Electric Supply Co.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* RE: [gentoo-user] USE flags...
2005-07-18 15:24 Vincent A. Primavera
@ 2005-07-18 15:38 ` Dave Nebinger
2005-07-18 15:53 ` Rumen Yotov
2005-07-18 17:17 ` Marco Matthies
2 siblings, 0 replies; 51+ messages in thread
From: Dave Nebinger @ 2005-07-18 15:38 UTC (permalink / raw
To: gentoo-user; +Cc: vincent.primavera
> I'm trying to avoid a big, bloated system without going too crazy here.
> Any suggestions?
Your problem is going to be the incremental enabling thing you'd like to do.
If you add a new USE flag later on, you need to emerge with the newuse flag
which will result in a larger emerge than what you expect.
For example, if you build your system then add the alsa use flag and emerge
with newuse, you'll basically be rebuilding X, kde and/or gnome, etc. A
huge task for such a simple flag addition.
Your best bet is to determine the use flags that you intend on using in the
final system and be selective about what you emerge to keep the system size
under control.
Unless, of course, you don't mind recompiling big parts of the system for
use case changes...
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-07-18 15:24 Vincent A. Primavera
2005-07-18 15:38 ` Dave Nebinger
@ 2005-07-18 15:53 ` Rumen Yotov
2005-07-18 17:17 ` Marco Matthies
2 siblings, 0 replies; 51+ messages in thread
From: Rumen Yotov @ 2005-07-18 15:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1395 bytes --]
Vincent A. Primavera wrote:
> Hello,
> Just looking for some opinions here. What is a good approach
> to installing applications with a minimal amount of optional USE flags
> enabled? For example, if one were to run `emerge -pv kde-base/kde` you
> would be presented with many, many dependencies and USE flags. I
> would prefer to install less upfront and add on later as needed.
> Doing an `emerge -pv $packagename` then looking through the
> dependencies and their USE flags each time, to me, doesn't seem like
> the best method. I took a look at the list of USE flags at
> http://www.gentoo-portage.com/USE and disabling dozens of them in
> /etc/make.conf doesn't seem like a great method either. I'm trying to
> avoid a big, bloated system without going too crazy here. Any
> suggestions?
> --
> Thank you,
>
> Vincent A. Primavera.
> Director of Information Technology.
> Ralph Pill Electric Supply Co.
Hi,
Recently there was such discussion, only about the default USE-flags (in
current profile).
By memory the solution was: "-* only desired USE-flags here, ex. alsa
crypt readline ..." in '/etc/make.conf'
"-*" disables quite all (only all optional w/o the required ones) and
turns ON the USE-flags following it.
PS: watch out there are 2-3 flags which are absolutely required for a
sane system, check ML-archive (readline is one).
HTH. Rumen
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3397 bytes --]
^ permalink raw reply [flat|nested] 51+ messages in thread
* Re: [gentoo-user] USE flags...
2005-07-18 15:24 Vincent A. Primavera
2005-07-18 15:38 ` Dave Nebinger
2005-07-18 15:53 ` Rumen Yotov
@ 2005-07-18 17:17 ` Marco Matthies
2 siblings, 0 replies; 51+ messages in thread
From: Marco Matthies @ 2005-07-18 17:17 UTC (permalink / raw
To: gentoo-user
Vincent A. Primavera wrote:
> Hello,
> Just looking for some opinions here. What is a good approach to
> installing applications with a minimal amount of optional USE flags
> enabled? For example, if one were to run `emerge -pv kde-base/kde` you
Hi,
regarding kde, you might want to try the split ebuilds if you haven't
heard of them before:
http://www.gentoo.org/doc/en/kde-split-ebuilds.xml
About the USE flags, sorry i have no better sane solution to your
problem than to disable all at the beginning and then incrementally
enabling more when you need them...
Marco
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 51+ messages in thread
end of thread, other threads:[~2012-07-27 19:00 UTC | newest]
Thread overview: 51+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-25 16:55 [gentoo-user] Use Flags Silvio Siefke
2012-07-25 17:07 ` Yohan Pereira
2012-07-26 7:43 ` [gentoo-user] Gentoo package database ivan ivanov
2012-07-26 7:57 ` Alan McKinnon
2012-07-26 8:13 ` Marc Joliet
2012-07-26 18:55 ` Alan McKinnon
2012-07-26 8:15 ` ivan ivanov
2012-07-27 18:59 ` Mick
2012-07-26 6:42 ` [gentoo-user] Use Flags Alan McKinnon
2012-07-26 13:22 ` Allan Gottlieb
2012-07-26 18:53 ` Alan McKinnon
-- strict thread matches above, loose matches on Subject: below --
2006-12-10 9:35 [gentoo-user] USE Flags Vlad Dogaru
2006-12-10 9:46 ` Raymond Lewis Rebbeck
2006-12-10 9:55 ` Uwe Thiem
2006-12-10 11:20 ` Neil Bothwick
2006-12-10 16:18 ` Vlad Dogaru
2006-12-10 17:34 ` Rick van Hattem
2006-04-05 14:28 [gentoo-user] USE flags Leonid Podolny
2006-03-09 11:19 Goran Maksimoviæ
2006-03-09 16:29 ` Daniel da Veiga
2006-03-09 17:15 ` Richard Fish
2006-03-09 18:22 ` Goran Maksimović
2006-03-10 1:52 ` Boyd Stephen Smith Jr.
2005-12-02 20:14 Jeff
2005-12-02 20:58 ` Neil Bothwick
2005-12-02 21:02 ` Dale
2005-12-02 22:20 ` John J. Foster
2005-10-24 22:13 Eric Waguespack
2005-10-24 22:19 ` Hemmann, Volker Armin
2005-10-24 22:21 ` Dave Nebinger
2005-10-24 22:21 ` Holly Bostick
2005-10-24 22:22 ` Petteri Räty
2005-10-24 22:24 ` Brett I. Holcomb
2005-10-25 15:24 ` Neil Bothwick
2005-10-25 19:55 ` Mark Shields
2005-10-25 23:58 ` Neil Bothwick
2005-10-24 22:29 ` Willie Wong
2005-10-24 23:11 ` Holly Bostick
2005-08-20 0:46 John Dangler
2005-08-20 1:50 ` Marco Matthies
2005-08-20 2:19 ` John Dangler
2005-08-20 2:26 ` John Jolet
2005-08-20 2:37 ` Marco Matthies
2005-08-20 3:53 ` Walter Dnes
2005-08-20 13:48 ` Peter O'Connor
2005-07-18 16:58 Vincent A. Primavera
2005-07-18 17:24 ` Vincent A. Primavera
2005-07-18 15:24 Vincent A. Primavera
2005-07-18 15:38 ` Dave Nebinger
2005-07-18 15:53 ` Rumen Yotov
2005-07-18 17:17 ` Marco Matthies
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox