[gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Helmut Jarausch
Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it didn't update anything. Still, eix confirmed there were quite a lot of kde packages which have newer versions, and indeed, emerge

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Bert Swart
On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it didn't update anything. Still, eix confirmed there

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Helmut Jarausch
On 4 May, Bert Swart wrote: On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it didn't update anything.

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Bert Swart
On Tue, May 04, 2010 at 12:09:25PM +0200, Helmut Jarausch wrote: On 4 May, Bert Swart wrote: On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread KH
Am 04.05.2010 12:17, schrieb Bert Swart: On Tue, May 04, 2010 at 12:09:25PM +0200, Helmut Jarausch wrote: On 4 May, Bert Swart wrote: On Tue, May 04, 2010 at 10:57:10AM +0200, Helmut Jarausch wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Alex Schuster
Helmut Jarausch writes: My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it didn't update anything. Still, eix confirmed there were quite a lot of kde packages which have newer versions, and indeed, emerge -auv1 -j4

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread David W Noon
On Tue, 04 May 2010 11:00:01 +0200, Helmut Jarausch wrote about [gentoo-user] emerge --update - why doesn't it update my kde packages: [snip] Still, eix confirmed there were quite a lot of kde packages which have newer versions, and indeed, emerge -auv1 -j4 --keep-going $(qlist -IC kde-base

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread KH
Am 04.05.2010 16:59, schrieb David W Noon: On Tue, 04 May 2010 11:00:01 +0200, Helmut Jarausch wrote about [gentoo-user] emerge --update - why doesn't it update my kde packages: [snip] Still, eix confirmed there were quite a lot of kde packages which have newer versions, and indeed, emerge

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Paul Hartman
On Tue, May 4, 2010 at 3:57 AM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it didn't update anything. Still, eix

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread KH
Am 04.05.2010 18:19, schrieb Paul Hartman: On Tue, May 4, 2010 at 3:57 AM, Helmut Jarausch jarau...@igpm.rwth-aachen.de wrote: Hi, the following situation puzzles me a lot. My 'standard' way of updating is emerge --keep-going -j4 -1 --ask --update --newuse --deep --tree @system @world but it

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Dale
KH wrote: Am 04.05.2010 16:59, schrieb David W Noon: On Tue, 04 May 2010 11:00:01 +0200, Helmut Jarausch wrote about [gentoo-user] emerge --update - why doesn't it update my kde packages: [snip] Still, eix confirmed there were quite a lot of kde packages which have newer versions, and indeed

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread KH
Am 04.05.2010 21:41, schrieb Dale: ---cut--- update_orphans.sh--cut- #!/bin/sh eix -u | gawk '/^\[U\] / { print $2; }' | xargs -r emerge -v1uD exit $? ---cut---cutcut- I run it immediately after the main emerge,

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Alex Schuster
KH writes: Am 04.05.2010 21:41, schrieb Dale: I have with-bdeps set in my make.conf so that it is enabled each time. I just ran the command given above and it found over 40 packages that need to be upgraded. I'm not even going to claim that I understand all the chicken scratch in that

Re: [gentoo-user] emerge --update - why doesn't it update my kde packages

2010-05-04 Thread Dale
Alex Schuster wrote: KH writes: Am 04.05.2010 21:41, schrieb Dale: I have with-bdeps set in my make.conf so that it is enabled each time. I just ran the command given above and it found over 40 packages that need to be upgraded. I'm not even going to claim that I understand all