public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] dependency miracle - please help
@ 2009-08-26  9:35 Helmut Jarausch
  2009-08-26  9:49 ` Fabrice Delliaux
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Helmut Jarausch @ 2009-08-26  9:35 UTC (permalink / raw
  To: gentoo-user

Hi,

again, portage's dependencies caculation makes me wonder.

This time, 
emerge  --update --newuse --deep @system @world

tells me quite a few dependencies like
 *   ~x11-libs/qt-core-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1

I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
How can I find out which package is pulling x11-libs/qt-4.5.1 in ?

Many thanks for a hint.
(I have portage-2.2_rc40 installed here)
Helmut.

-- 
Helmut Jarausch

Lehrstuhl fuer Numerische Mathematik
RWTH - Aachen University
D 52056 Aachen, Germany



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:35 [gentoo-user] dependency miracle - please help Helmut Jarausch
@ 2009-08-26  9:49 ` Fabrice Delliaux
  2009-08-26 10:02   ` Helmut Jarausch
  2009-08-26  9:52 ` Dale
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 16+ messages in thread
From: Fabrice Delliaux @ 2009-08-26  9:49 UTC (permalink / raw
  To: gentoo-user

Le Wed, 26 Aug 2009 11:35:37 +0200 (CEST),
Helmut Jarausch a écrit :

> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?

# emerge gentoolkit
# equery d qt



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:35 [gentoo-user] dependency miracle - please help Helmut Jarausch
  2009-08-26  9:49 ` Fabrice Delliaux
@ 2009-08-26  9:52 ` Dale
  2009-08-26  9:59 ` Roy Wright
  2009-08-26 10:06 ` Alan McKinnon
  3 siblings, 0 replies; 16+ messages in thread
From: Dale @ 2009-08-26  9:52 UTC (permalink / raw
  To: gentoo-user

Helmut Jarausch wrote:
> Hi,
>
> again, portage's dependencies caculation makes me wonder.
>
> This time, 
> emerge  --update --newuse --deep @system @world
>
> tells me quite a few dependencies like
>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>  *     x11-libs/qt-4.5.1
>
> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>
> Many thanks for a hint.
> (I have portage-2.2_rc40 installed here)
> Helmut.
>
>   

Usually adding the -t option will tell what is pulling it in.  man
emerge for more info on that option.

Dale

:-)  :-) 



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:35 [gentoo-user] dependency miracle - please help Helmut Jarausch
  2009-08-26  9:49 ` Fabrice Delliaux
  2009-08-26  9:52 ` Dale
@ 2009-08-26  9:59 ` Roy Wright
  2009-08-26 10:06   ` Helmut Jarausch
  2009-08-26 10:06 ` Alan McKinnon
  3 siblings, 1 reply; 16+ messages in thread
From: Roy Wright @ 2009-08-26  9:59 UTC (permalink / raw
  To: gentoo-user

emerge --unmerge =x11-libs/qt-4.5.1

The meta package is no longer used.

HTH,
Roy

On Aug 26, 2009, at 4:35 AM, Helmut Jarausch wrote:

> Hi,
>
> again, portage's dependencies caculation makes me wonder.
>
> This time,
> emerge  --update --newuse --deep @system @world
>
> tells me quite a few dependencies like
> *   ~x11-libs/qt-core-4.5.1 pulled in by:
> *     x11-libs/qt-4.5.1
>
> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>
> Many thanks for a hint.
> (I have portage-2.2_rc40 installed here)
> Helmut.
>
> -- 
> Helmut Jarausch
>
> Lehrstuhl fuer Numerische Mathematik
> RWTH - Aachen University
> D 52056 Aachen, Germany
>




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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:49 ` Fabrice Delliaux
@ 2009-08-26 10:02   ` Helmut Jarausch
  0 siblings, 0 replies; 16+ messages in thread
From: Helmut Jarausch @ 2009-08-26 10:02 UTC (permalink / raw
  To: gentoo-user

On 26 Aug, Fabrice Delliaux wrote:
> Le Wed, 26 Aug 2009 11:35:37 +0200 (CEST),
> Helmut Jarausch a écrit :
> 
>> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
> 
> # emerge gentoolkit
> # equery d qt

Thanks, this shows all packages which depend on qt:4.5 (e.g.)
Since I have qt-4.5.2 installed, how can I find out which packages
pulls in version 4.5.1 ?

Helmut.




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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:35 [gentoo-user] dependency miracle - please help Helmut Jarausch
                   ` (2 preceding siblings ...)
  2009-08-26  9:59 ` Roy Wright
@ 2009-08-26 10:06 ` Alan McKinnon
  2009-08-26 10:10   ` Helmut Jarausch
  3 siblings, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2009-08-26 10:06 UTC (permalink / raw
  To: gentoo-user

On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
> Hi,
>
> again, portage's dependencies caculation makes me wonder.
>
> This time,
> emerge  --update --newuse --deep @system @world
>
> tells me quite a few dependencies like
>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>  *     x11-libs/qt-4.5.1
>
> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>
> Many thanks for a hint.
> (I have portage-2.2_rc40 installed here)
> Helmut.

run your emerge with -t

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26  9:59 ` Roy Wright
@ 2009-08-26 10:06   ` Helmut Jarausch
  2009-08-26 10:08     ` Alan McKinnon
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Jarausch @ 2009-08-26 10:06 UTC (permalink / raw
  To: gentoo-user

On 26 Aug, Roy Wright wrote:
> emerge --unmerge =x11-libs/qt-4.5.1
> 
> The meta package is no longer used.
> 

But how it comes that
emerge --depclean -p

tells me

 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   ~x11-libs/qt-core-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-dbus-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1

and many more such lines?

Thanks,
Helmut.





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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:06   ` Helmut Jarausch
@ 2009-08-26 10:08     ` Alan McKinnon
  0 siblings, 0 replies; 16+ messages in thread
From: Alan McKinnon @ 2009-08-26 10:08 UTC (permalink / raw
  To: gentoo-user

On Wednesday 26 August 2009 12:06:44 Helmut Jarausch wrote:
> On 26 Aug, Roy Wright wrote:
> > emerge --unmerge =x11-libs/qt-4.5.1
> >
> > The meta package is no longer used.
>
> But how it comes that
> emerge --depclean -p
>
> tells me
>
>  * Dependencies could not be completely resolved due to
>  * the following required packages not being installed:
>  *
>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>  *     x11-libs/qt-4.5.1
>  *
>  *   ~x11-libs/qt-dbus-4.5.1 pulled in by:
>  *     x11-libs/qt-4.5.1
>
> and many more such lines?

You probably have qt-4.5.1 in world. Run 

emerge -t <whatever>

to see why qt-4.5.1 is being pulled in.

Portage supplies a multitude of tools to help you drive portage. Why have you 
not read the man page and learned how to use them?


-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:06 ` Alan McKinnon
@ 2009-08-26 10:10   ` Helmut Jarausch
  2009-08-26 10:14     ` Dale
  2009-08-26 10:15     ` Alan McKinnon
  0 siblings, 2 replies; 16+ messages in thread
From: Helmut Jarausch @ 2009-08-26 10:10 UTC (permalink / raw
  To: gentoo-user

On 26 Aug, Alan McKinnon wrote:
> On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
>> Hi,
>>
>> again, portage's dependencies caculation makes me wonder.
>>
>> This time,
>> emerge  --update --newuse --deep @system @world
>>
>> tells me quite a few dependencies like
>>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>>  *     x11-libs/qt-4.5.1
>>
>> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
>> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>>
>> Many thanks for a hint.
>> (I have portage-2.2_rc40 installed here)
>> Helmut.
> 
> run your emerge with -t
> 

Unfortunately, that doesn't help
Helmut.

 emerge --depclean -t -p

 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace <atom>`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 * 
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence, it is often necessary to run `emerge --update
 * --newuse --deep @system @world` prior to depclean.

Calculating dependencies... done!
 * Dependencies could not be completely resolved due to
 * the following required packages not being installed:
 * 
 *   ~x11-libs/qt-core-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-dbus-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-webkit-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-test-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-qt3support-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-assistant-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-gui-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-xmlpatterns-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-svg-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-sql-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-script-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1
 * 
 *   ~x11-libs/qt-opengl-4.5.1 pulled in by:
 *     x11-libs/qt-4.5.1






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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:10   ` Helmut Jarausch
@ 2009-08-26 10:14     ` Dale
  2009-08-26 10:15     ` Alan McKinnon
  1 sibling, 0 replies; 16+ messages in thread
From: Dale @ 2009-08-26 10:14 UTC (permalink / raw
  To: gentoo-user

Helmut Jarausch wrote:
> On 26 Aug, Alan McKinnon wrote:
>   
>> On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
>>     
>>> Hi,
>>>
>>> again, portage's dependencies caculation makes me wonder.
>>>
>>> This time,
>>> emerge  --update --newuse --deep @system @world
>>>
>>> tells me quite a few dependencies like
>>>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>>>  *     x11-libs/qt-4.5.1
>>>
>>> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
>>> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>>>
>>> Many thanks for a hint.
>>> (I have portage-2.2_rc40 installed here)
>>> Helmut.
>>>       
>> run your emerge with -t
>>
>>     
>
> Unfortunately, that doesn't help
> Helmut.
>
>   

LOL  Try this:

emerge -uvDNpt @system @world

That should work better.

Dale

:-)  :-) 



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:10   ` Helmut Jarausch
  2009-08-26 10:14     ` Dale
@ 2009-08-26 10:15     ` Alan McKinnon
  2009-08-26 10:30       ` Helmut Jarausch
  1 sibling, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2009-08-26 10:15 UTC (permalink / raw
  To: gentoo-user

On Wednesday 26 August 2009 12:10:15 Helmut Jarausch wrote:
> On 26 Aug, Alan McKinnon wrote:
> > On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
> >> Hi,
> >>
> >> again, portage's dependencies caculation makes me wonder.
> >>
> >> This time,
> >> emerge  --update --newuse --deep @system @world
> >>
> >> tells me quite a few dependencies like
> >>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
> >>  *     x11-libs/qt-4.5.1
> >>
> >> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
> >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
> >>
> >> Many thanks for a hint.
> >> (I have portage-2.2_rc40 installed here)
> >> Helmut.
> >
> > run your emerge with -t
>
> Unfortunately, that doesn't help
> Helmut.
>
>  emerge --depclean -t -p

I said to run emerge -t

I didn't say to run emerge --depclean -t

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:15     ` Alan McKinnon
@ 2009-08-26 10:30       ` Helmut Jarausch
  2009-08-26 10:50         ` Alan McKinnon
  0 siblings, 1 reply; 16+ messages in thread
From: Helmut Jarausch @ 2009-08-26 10:30 UTC (permalink / raw
  To: gentoo-user

On 26 Aug, Alan McKinnon wrote:
> On Wednesday 26 August 2009 12:10:15 Helmut Jarausch wrote:
>> On 26 Aug, Alan McKinnon wrote:
>> > On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
>> >> Hi,
>> >>
>> >> again, portage's dependencies caculation makes me wonder.
>> >>
>> >> This time,
>> >> emerge  --update --newuse --deep @system @world
>> >>
>> >> tells me quite a few dependencies like
>> >>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
>> >>  *     x11-libs/qt-4.5.1
>> >>
>> >> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
>> >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
>> >>
>> >> Many thanks for a hint.
>> >> (I have portage-2.2_rc40 installed here)
>> >> Helmut.
>> >
>> > run your emerge with -t
>>
>> Unfortunately, that doesn't help
>> Helmut.
>>
>>  emerge --depclean -t -p
> 
> I said to run emerge -t
> 
> I didn't say to run emerge --depclean -t

OK, here is the output

emerge -t
emerge: the other white meat (command-line interface to the Portage system)
Usage:
   emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [ ... ]
   emerge [ options ] [ action ] < system | world >
   emerge < --sync | --metadata | --info >
   emerge --resume [ --pretend | --ask | --skipfirst ]
   emerge --help [ --verbose ] 
Options: -[abBcCdDefgGhjkKlnNoOpqPsStuvV]
          [ --color < y | n >            ] [ --columns    ]
          [ --complete-graph             ] [ --deep       ]
          [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD            ]
          [ --newuse    ] [ --noconfmem  ] [ --nospinner  ]
          [ --oneshot   ] [ --onlydeps   ]
          [ --reinstall changed-use      ] [ --with-bdeps < y | n >         ]
Actions:  [ --depclean | --list-sets | --search | --sync | --version        ]

   For more help try 'emerge --help --verbose' or consult the man page.


Helmut




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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:30       ` Helmut Jarausch
@ 2009-08-26 10:50         ` Alan McKinnon
  2009-08-26 11:38           ` Richard Marzan
  0 siblings, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2009-08-26 10:50 UTC (permalink / raw
  To: gentoo-user

On Wednesday 26 August 2009 12:30:40 Helmut Jarausch wrote:
> On 26 Aug, Alan McKinnon wrote:
> > On Wednesday 26 August 2009 12:10:15 Helmut Jarausch wrote:
> >> On 26 Aug, Alan McKinnon wrote:
> >> > On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:
> >> >> Hi,
> >> >>
> >> >> again, portage's dependencies caculation makes me wonder.
> >> >>
> >> >> This time,
> >> >> emerge  --update --newuse --deep @system @world
> >> >>
> >> >> tells me quite a few dependencies like
> >> >>  *   ~x11-libs/qt-core-4.5.1 pulled in by:
> >> >>  *     x11-libs/qt-4.5.1
> >> >>
> >> >> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.
> >> >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?
> >> >>
> >> >> Many thanks for a hint.
> >> >> (I have portage-2.2_rc40 installed here)
> >> >> Helmut.
> >> >
> >> > run your emerge with -t
> >>
> >> Unfortunately, that doesn't help
> >> Helmut.
> >>
> >>  emerge --depclean -t -p
> >
> > I said to run emerge -t
> >
> > I didn't say to run emerge --depclean -t
>
> OK, here is the output
>
> emerge -t
> emerge: the other white meat (command-line interface to the Portage system)
> Usage:
>    emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [
> ... ] emerge [ options ] [ action ] < system | world >
>    emerge < --sync | --metadata | --info >
>    emerge --resume [ --pretend | --ask | --skipfirst ]
>    emerge --help [ --verbose ]
> Options: -[abBcCdDefgGhjkKlnNoOpqPsStuvV]
>           [ --color < y | n >            ] [ --columns    ]
>           [ --complete-graph             ] [ --deep       ]
>           [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD           
> ] [ --newuse    ] [ --noconfmem  ] [ --nospinner  ]
>           [ --oneshot   ] [ --onlydeps   ]
>           [ --reinstall changed-use      ] [ --with-bdeps < y | n >        
> ] Actions:  [ --depclean | --list-sets | --search | --sync | --version     
>   ]
>
>    For more help try 'emerge --help --verbose' or consult the man page.
>
>
> Helmut

Dude,

you need to read the emerge man page. Seriously.

I intend you to think with my posts, not follow them blindly.

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 10:50         ` Alan McKinnon
@ 2009-08-26 11:38           ` Richard Marzan
  2009-08-26 11:53             ` Alan McKinnon
  0 siblings, 1 reply; 16+ messages in thread
From: Richard Marzan @ 2009-08-26 11:38 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

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

I'm sorry but I have never used @system and @world. What is the difference and why the new syntax. I will surely rtfm.

-- Sent from my Palm Prē
Alan McKinnon wrote:

On Wednesday 26 August 2009 12:30:40 Helmut Jarausch wrote:

> On 26 Aug, Alan McKinnon wrote:

> > On Wednesday 26 August 2009 12:10:15 Helmut Jarausch wrote:

> >> On 26 Aug, Alan McKinnon wrote:

> >> > On Wednesday 26 August 2009 11:35:37 Helmut Jarausch wrote:

> >> >> Hi,

> >> >>

> >> >> again, portage's dependencies caculation makes me wonder.

> >> >>

> >> >> This time,

> >> >> emerge  --update --newuse --deep @system @world

> >> >>

> >> >> tells me quite a few dependencies like

> >> >>  *   ~x11-libs/qt-core-4.5.1 pulled in by:

> >> >>  *     x11-libs/qt-4.5.1

> >> >>

> >> >> I do have x11-libs/qt-core-4.5.2 and x11-libs/qt-4.5.2 installed.

> >> >> How can I find out which package is pulling x11-libs/qt-4.5.1 in ?

> >> >>

> >> >> Many thanks for a hint.

> >> >> (I have portage-2.2_rc40 installed here)

> >> >> Helmut.

> >> >

> >> > run your emerge with -t

> >>

> >> Unfortunately, that doesn't help

> >> Helmut.

> >>

> >>  emerge --depclean -t -p

> >

> > I said to run emerge -t

> >

> > I didn't say to run emerge --depclean -t

>

> OK, here is the output

>

> emerge -t

> emerge: the other white meat (command-line interface to the Portage system)

> Usage:

>    emerge [ options ] [ action ] [ ebuild | tbz2 | file | @set | atom ] [

> ... ] emerge [ options ] [ action ] &lt; system | world >

>    emerge &lt; --sync | --metadata | --info >

>    emerge --resume [ --pretend | --ask | --skipfirst ]

>    emerge --help [ --verbose ]

> Options: -[abBcCdDefgGhjkKlnNoOpqPsStuvV]

>           [ --color &lt; y | n >            ] [ --columns    ]

>           [ --complete-graph             ] [ --deep       ]

>           [ --jobs JOBS ] [ --keep-going ] [ --load-average LOAD           

> ] [ --newuse    ] [ --noconfmem  ] [ --nospinner  ]

>           [ --oneshot   ] [ --onlydeps   ]

>           [ --reinstall changed-use      ] [ --with-bdeps &lt; y | n >        

> ] Actions:  [ --depclean | --list-sets | --search | --sync | --version     

>   ]

>

>    For more help try 'emerge --help --verbose' or consult the man page.

>

>

> Helmut



Dude,



you need to read the emerge man page. Seriously.



I intend you to think with my posts, not follow them blindly.



-- 

alan dot mckinnon at gmail dot com





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

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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 11:38           ` Richard Marzan
@ 2009-08-26 11:53             ` Alan McKinnon
  2009-08-26 12:35               ` Richard Marzan
  0 siblings, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2009-08-26 11:53 UTC (permalink / raw
  To: gentoo-user

On Wednesday 26 August 2009 13:38:59 Richard Marzan wrote:
> I'm sorry but I have never used @system and @world. What is the difference
> and why the new syntax. I will surely rtfm.


It's the new set syntax, available in recent 2.2 portages. I believe there is 
some support in recent 2.1 as well

@system consists of the same packages as the old "system"
@world is the world set - the contents of your world file. It's not the same 
as "world" as it excludes "system" whereas "world" implies that system is 
included.

-- 
alan dot mckinnon at gmail dot com



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

* Re: [gentoo-user] dependency miracle - please help
  2009-08-26 11:53             ` Alan McKinnon
@ 2009-08-26 12:35               ` Richard Marzan
  0 siblings, 0 replies; 16+ messages in thread
From: Richard Marzan @ 2009-08-26 12:35 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

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

Thanks. That clears things up for me.

-- Sent from my Palm Prē
Alan McKinnon wrote:

On Wednesday 26 August 2009 13:38:59 Richard Marzan wrote:

> I'm sorry but I have never used @system and @world. What is the difference

> and why the new syntax. I will surely rtfm.





It's the new set syntax, available in recent 2.2 portages. I believe there is 

some support in recent 2.1 as well



@system consists of the same packages as the old "system"

@world is the world set - the contents of your world file. It's not the same 

as "world" as it excludes "system" whereas "world" implies that system is 

included.



-- 

alan dot mckinnon at gmail dot com





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

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

end of thread, other threads:[~2009-08-26 20:32 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-26  9:35 [gentoo-user] dependency miracle - please help Helmut Jarausch
2009-08-26  9:49 ` Fabrice Delliaux
2009-08-26 10:02   ` Helmut Jarausch
2009-08-26  9:52 ` Dale
2009-08-26  9:59 ` Roy Wright
2009-08-26 10:06   ` Helmut Jarausch
2009-08-26 10:08     ` Alan McKinnon
2009-08-26 10:06 ` Alan McKinnon
2009-08-26 10:10   ` Helmut Jarausch
2009-08-26 10:14     ` Dale
2009-08-26 10:15     ` Alan McKinnon
2009-08-26 10:30       ` Helmut Jarausch
2009-08-26 10:50         ` Alan McKinnon
2009-08-26 11:38           ` Richard Marzan
2009-08-26 11:53             ` Alan McKinnon
2009-08-26 12:35               ` Richard Marzan

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