* [gentoo-user] emerge world
@ 2007-09-28 13:06 Arnau Bria
2007-09-28 13:25 ` [gentoo-user] " Alexander Skwar
0 siblings, 1 reply; 9+ messages in thread
From: Arnau Bria @ 2007-09-28 13:06 UTC (permalink / raw
To: gentoo-user
Hi,
When doing a emerge -uD world I found splashutils was blocking
hibernate-script, os I removed it with:
emerge -C splashutils
After that, I'm finding this problem when trying to update my system:
[...]
[ebuild U ] media-libs/libvorbis-1.2.0 [1.1.2-r1] USE="-doc% (-aotuv%)" 1,186 kB
[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"
--- Couldn't find '=media-gfx/splashutils-1.5.2' to unmerge.
>>> No packages selected for removal by unmerge
pataki src # emerge -S splashutils
Searching...
[ Results for search key : splashutils ]
[ Applications found : 2 ]
* media-gfx/splashutils
Latest version available: 1.4.2
Latest version installed: [ Not Installed ]
Size of files: 2,529 kB
Homepage: http://dev.gentoo.org/~spock/projects/gensplash/
Description: Framebuffer splash utilities.
License: GPL-2
What am I doing wrong?
Cheers,
Arnau
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Re: emerge world
2007-09-28 13:06 [gentoo-user] emerge world 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
* [gentoo-user] emerge world
@ 2005-09-22 2:03 John Jolet
0 siblings, 0 replies; 9+ messages in thread
From: John Jolet @ 2005-09-22 2:03 UTC (permalink / raw
To: gentoo list
okay, I figured out why this is failing, can someone help me fix it? it
fails with this message: mv: cannot stat
`/var/tmp/portage/glibc-2.3.5-r1/work/build-deault-i686-pc-linux
-gnu-linuxthreads/debbug/xtrace.new': No such file or directory
anyone catch the problem? there IS NO debbug directory. It's
debug....one "b"...only. So....if I were building this standalone, I'd
track down the offending line in the offending makefile and fix it.
However, I'm betting that if I did that here, it would just blow over
it. What's the process here?
--
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-09-28 13:06 [gentoo-user] emerge world 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
-- strict thread matches above, loose matches on Subject: below --
2005-09-22 2:03 [gentoo-user] " John Jolet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox