public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Re: emerge world
@ 2007-04-24  9:30 Boyd Stephen Smith Jr.
  2007-04-24 10:06 ` Neil Bothwick
  0 siblings, 1 reply; 9+ messages in thread
From: Boyd Stephen Smith Jr. @ 2007-04-24  9:30 UTC (permalink / raw
  To: gentoo-user

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

Richard Marz <Richard.marz@verizon.net> wrote:
> From time to time an emerge world fails to update every possible package
> because of a failure with one that causes the whole process to fail. I
> remember reading about a tool which would continue to upgrade/install
> packages whether some failed or not and then pipe the list of
> problematic packages to a file. Does anyone know what the the name of
> that tool is or any other tool that might have a similar behavior to the
> one I just described?

emerge <options> world || until emerge --resume --skipfirst; do :; done

-- 
Boyd Stephen Smith Jr.                     ,= ,-_-. =. 
bss03@volumehost.net                      ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy           `-'(. .)`-' 
http://iguanasuicide.org/                      \_/     

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Re: emerge world
  2007-04-24  9:30 [gentoo-user] Re: emerge world Boyd Stephen Smith Jr.
@ 2007-04-24 10:06 ` Neil Bothwick
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2007-04-24 10:06 UTC (permalink / raw
  To: gentoo-user

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

On Tue, 24 Apr 2007 04:30:43 -0500, Boyd Stephen Smith Jr. wrote:

> > From time to time an emerge world fails to update every possible
> > package because of a failure with one that causes the whole process
> > to fail. I remember reading about a tool which would continue to
> > upgrade/install packages whether some failed or not and then pipe the
> > list of problematic packages to a file. Does anyone know what the the
> > name of that tool is or any other tool that might have a similar
> > behavior to the one I just described?  
> 
> emerge <options> world || until emerge --resume --skipfirst; do :; done

Add "; emerge <options> -p world" to the end and you'll also get a list of
the packages that failed.


-- 
Neil Bothwick

Top Oxymorons Number 31: Small crowd

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

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

* [gentoo-user]  Re: emerge world
  2007-09-28 13:06 [gentoo-user] " Arnau Bria
@ 2007-09-28 13:25 ` Alexander Skwar
  2007-09-28 15:01   ` Steve Dommett
  2007-09-28 15:50   ` Arnau Bria
  0 siblings, 2 replies; 9+ messages in thread
From: Alexander Skwar @ 2007-09-28 13:25 UTC (permalink / raw
  To: gentoo-user

Arnau Bria <arnau@emergetux.net> wrote:

> [blocks B     ] <media-gfx/splashutils-1.5.2 (is blocking
> [sys-power/hibernate-script-1.96-r1)
> 
> So, I tryied to remove splasutils version:
>  emerge -C "=media-gfx/splashutils-1.5.2"
> 
> but:
> # emerge -C "=media-gfx/splashutils-1.5.2"

Yep.  It's saying, that any version before 1.5.2 is blocking.
So, do:

emerge -C '<media-gfx/splashutils-1.5.2'


Alexander Skwar

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 13:25 ` [gentoo-user] " Alexander Skwar
@ 2007-09-28 15:01   ` Steve Dommett
  2007-09-28 15:50   ` Arnau Bria
  1 sibling, 0 replies; 9+ messages in thread
From: Steve Dommett @ 2007-09-28 15:01 UTC (permalink / raw
  To: gentoo-user

On Friday 28 September 2007, Alexander Skwar wrote:
> Yep.  It's saying, that any version before 1.5.2 is blocking.
> So, do:
>
> emerge -C '<media-gfx/splashutils-1.5.2'

Or if you'd rather not remove splashutils, you'll need to tell portage you're 
happy to run version 1.5.2 which is currently marked unstable:
echo "~media-gfx/splashutils-1.5.2" >> /etc/portage/package.keywords

This updated version of splashutils will also require you to accept an 
unstable version of klibc:
echo "~dev-libs/klibc-1.5" >> /etc/portage/package.keywords
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 13:25 ` [gentoo-user] " Alexander Skwar
  2007-09-28 15:01   ` Steve Dommett
@ 2007-09-28 15:50   ` Arnau Bria
  2007-09-28 15:57     ` Steve Dommett
  1 sibling, 1 reply; 9+ messages in thread
From: Arnau Bria @ 2007-09-28 15:50 UTC (permalink / raw
  To: gentoo-user

On Fri, 28 Sep 2007 15:25:10 +0200
Alexander Skwar wrote:

> Yep.  It's saying, that any version before 1.5.2 is blocking.
> So, do:
> 
> emerge -C '<media-gfx/splashutils-1.5.2'

# emerge -C '<media-gfx/splashutils-1.5.2'

--- Couldn't find '<media-gfx/splashutils-1.5.2' to unmerge.

>>> No packages selected for removal by unmerge

is it normal?
> 
> Alexander Skwar
Arnau 
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 15:50   ` Arnau Bria
@ 2007-09-28 15:57     ` Steve Dommett
  2007-09-28 16:21       ` Arnau Bria
  0 siblings, 1 reply; 9+ messages in thread
From: Steve Dommett @ 2007-09-28 15:57 UTC (permalink / raw
  To: gentoo-user

On Friday 28 September 2007, Arnau Bria wrote:
> --- Couldn't find '<media-gfx/splashutils-1.5.2' to unmerge.
>
> >>> No packages selected for removal by unmerge
>
> is it normal?

According to your earlier post you don't have any versions of splashutils 
installed, so yes this is normal:
> *  media-gfx/splashutils
>       Latest version available: 1.4.2
>       Latest version installed: [ Not Installed ]
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 15:57     ` Steve Dommett
@ 2007-09-28 16:21       ` Arnau Bria
  2007-09-28 16:38         ` Steve Dommett
  0 siblings, 1 reply; 9+ messages in thread
From: Arnau Bria @ 2007-09-28 16:21 UTC (permalink / raw
  To: gentoo-user

On Fri, 28 Sep 2007 16:57:54 +0100
Steve Dommett wrote:

> On Friday 28 September 2007, Arnau Bria wrote:
> According to your earlier post you don't have any versions of
> splashutils installed, so yes this is normal:
Ok, so, why is portage blocking the update?

> > *  media-gfx/splashutils
> >       Latest version available: 1.4.2
> >       Latest version installed: [ Not Installed ]
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 16:21       ` Arnau Bria
@ 2007-09-28 16:38         ` Steve Dommett
  2007-10-01 18:53           ` Arnau Bria
  0 siblings, 1 reply; 9+ messages in thread
From: Steve Dommett @ 2007-09-28 16:38 UTC (permalink / raw
  To: gentoo-user

On Friday 28 September 2007, Arnau Bria wrote:
> Ok, so, why is portage blocking the update?
It's not an update, it's a new install.
Something else which is installed (and probably wanting to be updated) is 
trying to pull in splashutils-1.5.2 or later as a dependency.  As this 
version is not currently available to you, portage is bailing out as not all 
dependencies could be satisfied.

equery d splashutils
may give you some idea what is trying to pull in the newer version.  I'm 
guessing it's sys-power/suspend or sys-power/hibernate-script.

Adding the two lines I suggested previously to /etc/portage/package.keywords 
will almost certainly fix the problem for you.  I had the same problem on my 
laptop some days ago.
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user]  Re: emerge world
  2007-09-28 16:38         ` Steve Dommett
@ 2007-10-01 18:53           ` Arnau Bria
  0 siblings, 0 replies; 9+ messages in thread
From: Arnau Bria @ 2007-10-01 18:53 UTC (permalink / raw
  To: gentoo-user

Thanks Steve, 
Finally, I solved my problem with your advices.

Cheers,
Arnau
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2007-10-01 19:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-24  9:30 [gentoo-user] Re: emerge world Boyd Stephen Smith Jr.
2007-04-24 10:06 ` Neil Bothwick
  -- strict thread matches above, loose matches on Subject: below --
2007-09-28 13:06 [gentoo-user] " Arnau Bria
2007-09-28 13:25 ` [gentoo-user] " Alexander Skwar
2007-09-28 15:01   ` Steve Dommett
2007-09-28 15:50   ` Arnau Bria
2007-09-28 15:57     ` Steve Dommett
2007-09-28 16:21       ` Arnau Bria
2007-09-28 16:38         ` Steve Dommett
2007-10-01 18:53           ` Arnau Bria

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