public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  Understanding emerge -v output: Why are some USE flags in brackets ()?
@ 2006-09-03 13:27 Alexander Skwar
  2006-09-03 15:12 ` Philip Webb
  2006-09-03 15:49 ` [gentoo-user] " Bo Ørsted Andresen
  0 siblings, 2 replies; 7+ messages in thread
From: Alexander Skwar @ 2006-09-03 13:27 UTC (permalink / raw
  To: gentoo-user

Hi!

I ran emerge -vp dvdrip and got:

[ebuild     U ] media-video/dvdrip-0.98.1 [0.97.10] USE="(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) -subtitles -vcd% vorbis%* -xine% xvid" 0 kB

Why are some of those USE flags, like cdr or gnome, set in brackets, like
so: (-cdr%)?

Thanks,

Alexander Skwar
-- 
for ARTIFICIAL FLAVORING!!


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 13:27 [gentoo-user] Understanding emerge -v output: Why are some USE flags in brackets ()? Alexander Skwar
@ 2006-09-03 15:12 ` Philip Webb
  2006-09-03 15:51   ` Rafael Fernández López
  2006-09-03 16:49   ` [gentoo-user] " Alexander Skwar
  2006-09-03 15:49 ` [gentoo-user] " Bo Ørsted Andresen
  1 sibling, 2 replies; 7+ messages in thread
From: Philip Webb @ 2006-09-03 15:12 UTC (permalink / raw
  To: gentoo-user

060903 Alexander Skwar wrote:
> I ran emerge -vp dvdrip and got:
>   [ebuild U ] media-video/dvdrip-0.98.1 [0.97.10] \
     USE="(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) \
          -subtitles -vcd% vorbis%* -xine% xvid" 0 kB
> Why are some of those USE flags, like cdr or gnome, set in brackets?

Not here :
  
  [ebuild  N ] media-video/dvdrip-0.52.7-r1 \
   USE="cdr -gnome -mplayer -ogg -rar -subtitles -xvid" 513 kB

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 13:27 [gentoo-user] Understanding emerge -v output: Why are some USE flags in brackets ()? Alexander Skwar
  2006-09-03 15:12 ` Philip Webb
@ 2006-09-03 15:49 ` Bo Ørsted Andresen
  2006-09-03 16:52   ` [gentoo-user] " Alexander Skwar
  1 sibling, 1 reply; 7+ messages in thread
From: Bo Ørsted Andresen @ 2006-09-03 15:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 515 bytes --]

On Sunday 03 September 2006 15:27, Alexander Skwar wrote:
> [ebuild     U ] media-video/dvdrip-0.98.1 [0.97.10] USE="(-cdr%) fping%*
> (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) -subtitles -vcd% vorbis%*
> -xine% xvid" 0 kB
>
> Why are some of those USE flags, like cdr or gnome, set in brackets, like
> so: (-cdr%)?

It's a new feature in portage 2.1.1. Those USE flags were removed in since the 
previously installed version..

http://bugs.gentoo.org/show_bug.cgi?id=144661

-- 
Bo Andresen

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user]  Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 15:12 ` Philip Webb
@ 2006-09-03 15:51   ` Rafael Fernández López
  2006-09-03 16:59     ` Devon Miller
  2006-09-03 16:49   ` [gentoo-user] " Alexander Skwar
  1 sibling, 1 reply; 7+ messages in thread
From: Rafael Fernández López @ 2006-09-03 15:51 UTC (permalink / raw
  To: gentoo-user

On Sun, Sep 03, 2006 at 11:12:18AM -0400, Philip Webb wrote:
> 060903 Alexander Skwar wrote:
> > I ran emerge -vp dvdrip and got:
> >   [ebuild U ] media-video/dvdrip-0.98.1 [0.97.10] \
>      USE="(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) \
>           -subtitles -vcd% vorbis%* -xine% xvid" 0 kB
> > Why are some of those USE flags, like cdr or gnome, set in brackets?
> 
> Not here :
>   
>   [ebuild  N ] media-video/dvdrip-0.52.7-r1 \
>    USE="cdr -gnome -mplayer -ogg -rar -subtitles -xvid" 513 kB
> 
> -- 
> ========================,,============================================
> SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
> ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
> TRANSIT    `-O----------O---'  University of Toronto
> -- 
> gentoo-user@gentoo.org mailing list
> 

Of course there not... you are using STABLE (+) while Alexander is
using UNSTABLE (~). So your ebuilds are different.

But here aren't those either. And what I can tell you is that I've
seen them somewhere (and '%') symbol that I don't know exactly what
means.

I haven't found any documentation about it. Gentoo is the best
documented GNU/Linux distribution, but here I think that is a little
trick that hasn't been documented as it should.

Bye,
Rafael Fernandez Lopez.

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 15:12 ` Philip Webb
  2006-09-03 15:51   ` Rafael Fernández López
@ 2006-09-03 16:49   ` Alexander Skwar
  1 sibling, 0 replies; 7+ messages in thread
From: Alexander Skwar @ 2006-09-03 16:49 UTC (permalink / raw
  To: gentoo-user

· Philip Webb <purslow@sympatico.ca>:

> 060903 Alexander Skwar wrote:
>> I ran emerge -vp dvdrip and got:
>>   [ebuild U ] media-video/dvdrip-0.98.1 [0.97.10] \
>      USE="(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) \
>           -subtitles -vcd% vorbis%* -xine% xvid" 0 kB
>> Why are some of those USE flags, like cdr or gnome, set in brackets?
> 
> Not here :

Fine. But at my box and with a recent portage.

Alexander Skwar
-- 
The best you get is an even break.
                -- Franklin Adams


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-user]  Re: Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 15:49 ` [gentoo-user] " Bo Ørsted Andresen
@ 2006-09-03 16:52   ` Alexander Skwar
  0 siblings, 0 replies; 7+ messages in thread
From: Alexander Skwar @ 2006-09-03 16:52 UTC (permalink / raw
  To: gentoo-user

· Bo Ørsted Andresen <bo.andresen@zlin.dk>:

> On Sunday 03 September 2006 15:27, Alexander Skwar wrote:
>> [ebuild     U ] media-video/dvdrip-0.98.1 [0.97.10] USE="(-cdr%) fping%*
>> (-gnome%*) hal%* (-minimal%) mplayer ogg (-rar%*) -subtitles -vcd% vorbis%*
>> -xine% xvid" 0 kB
>>
>> Why are some of those USE flags, like cdr or gnome, set in brackets, like
>> so: (-cdr%)?
> 
> It's a new feature in portage 2.1.1. Those USE flags were removed in since the 
> previously installed version..

Aha. It kind of contradicts the %, doesn't it?

              The  percent  sign  following  qt  indicates that the qt option has been
              added to the package since it was last installed.

> http://bugs.gentoo.org/show_bug.cgi?id=144661

Ah. http://bugs.gentoo.org/show_bug.cgi?id=144661#c7 covers this.

Thanks!

Alexander Skwar
-- 
If only one could get that wonderful feeling of accomplishment without
having to accomplish anything.


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Understanding emerge -v output: Why are some USE flags in brackets ()?
  2006-09-03 15:51   ` Rafael Fernández López
@ 2006-09-03 16:59     ` Devon Miller
  0 siblings, 0 replies; 7+ messages in thread
From: Devon Miller @ 2006-09-03 16:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1828 bytes --]

The % means the USE flag is new sine you installed dvdrip. The parenthesis
mean the flag he either been subsequently deleted, or is masked by your
profile. In this case, the three flags shown (cdr, gnome, minimal, and rar)
are not supported by dvdrip-0.98.1.

dcm


On 9/3/06, Rafael Fernández López <info@maestroprogramador.com> wrote:
>
> On Sun, Sep 03, 2006 at 11:12:18AM -0400, Philip Webb wrote:
> > 060903 Alexander Skwar wrote:
> > > I ran emerge -vp dvdrip and got:
> > >   [ebuild U ] media-video/dvdrip-0.98.1 [0.97.10] \
> >      USE="(-cdr%) fping%* (-gnome%*) hal%* (-minimal%) mplayer ogg
> (-rar%*) \
> >           -subtitles -vcd% vorbis%* -xine% xvid" 0 kB
> > > Why are some of those USE flags, like cdr or gnome, set in brackets?
> >
> > Not here :
> >
> >   [ebuild  N ] media-video/dvdrip-0.52.7-r1 \
> >    USE="cdr -gnome -mplayer -ogg -rar -subtitles -xvid" 513 kB
> >
> > --
> > ========================,,============================================
> > SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
> > ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
> > TRANSIT    `-O----------O---'  University of Toronto
> > --
> > gentoo-user@gentoo.org mailing list
> >
>
> Of course there not... you are using STABLE (+) while Alexander is
> using UNSTABLE (~). So your ebuilds are different.
>
> But here aren't those either. And what I can tell you is that I've
> seen them somewhere (and '%') symbol that I don't know exactly what
> means.
>
> I haven't found any documentation about it. Gentoo is the best
> documented GNU/Linux distribution, but here I think that is a little
> trick that hasn't been documented as it should.
>
> Bye,
> Rafael Fernandez Lopez.
>
> --
> gentoo-user@gentoo.org mailing list
>
>

[-- Attachment #2: Type: text/html, Size: 2565 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-09-03 18:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-03 13:27 [gentoo-user] Understanding emerge -v output: Why are some USE flags in brackets ()? Alexander Skwar
2006-09-03 15:12 ` Philip Webb
2006-09-03 15:51   ` Rafael Fernández López
2006-09-03 16:59     ` Devon Miller
2006-09-03 16:49   ` [gentoo-user] " Alexander Skwar
2006-09-03 15:49 ` [gentoo-user] " Bo Ørsted Andresen
2006-09-03 16:52   ` [gentoo-user] " Alexander Skwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox