Mailing List Archive

emerge -puD world block strangeness
Not sure if this is a bug or me being stupid so I will ask here first.

I am trying to do an 'emerge -puD world' however it fails with:

--------------
!!! All ebuilds that could satisfy "=x11-libs/qt-4*" have been masked.
<snip>
(dependency required by "app-text/poppler-bindings-0.5.4" [ebuild])
--------------

QT4 is not keyworded for PPC64, so that makes sense. What doesn't make sense
is that poppler-bindings is trying to draw in QT4, as I have '-qt4' in my USE
flags, and what's more, poppler-bindings confirms this when I 'emerge -p' it:

------------
These are the packages that would be merged, in order:

Calculating dependencies ..... ........ done!
[ebuild R ] app-text/poppler-bindings-0.5.4 USE="gtk qt3 -cairo (-qt4*)"
1,753 kB
-------------

Does someone know what's going on here, and how I might resolve it? The system
is a G5 with 64 bit userland.

Thanks for consideration,
-d
--
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
--
gentoo-ppc-user@gentoo.org mailing list
Re: emerge -puD world block strangeness [ In reply to ]
I've experienced the same thing on x86. Try rebuilding poppler-bindings
this way:

#emerge -1 poppler-bindings

I've had success with that.

--Draeven.


On Wed, 2007-05-23 at 15:15 -0600, darren kirby wrote:
> Not sure if this is a bug or me being stupid so I will ask here first.
>
> I am trying to do an 'emerge -puD world' however it fails with:
>
> --------------
> !!! All ebuilds that could satisfy "=x11-libs/qt-4*" have been masked.
> <snip>
> (dependency required by "app-text/poppler-bindings-0.5.4" [ebuild])
> --------------
>
> QT4 is not keyworded for PPC64, so that makes sense. What doesn't make sense
> is that poppler-bindings is trying to draw in QT4, as I have '-qt4' in my USE
> flags, and what's more, poppler-bindings confirms this when I 'emerge -p' it:
>
> ------------
> These are the packages that would be merged, in order:
>
> Calculating dependencies ..... ........ done!
> [ebuild R ] app-text/poppler-bindings-0.5.4 USE="gtk qt3 -cairo (-qt4*)"
> 1,753 kB
> -------------
>
> Does someone know what's going on here, and how I might resolve it? The system
> is a G5 with 64 bit userland.
>
> Thanks for consideration,
> -d
> --
> darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
> "...the number of UNIX installations has grown to 10, with more expected..."
> - Dennis Ritchie and Ken Thompson, June 1972

--
gentoo-ppc-user@gentoo.org mailing list
Re: emerge -puD world block strangeness [ In reply to ]
quoth the Draeven Eriu:
> I've experienced the same thing on x86. Try rebuilding poppler-bindings
> this way:
>
> #emerge -1 poppler-bindings

Well, what the fig? It worked. Thanks for the hint...

> I've had success with that.
>
> --Draeven.

-d
--
darren kirby :: Part of the problem since 1976 :: http://badcomputer.org
"...the number of UNIX installations has grown to 10, with more expected..."
- Dennis Ritchie and Ken Thompson, June 1972
--
gentoo-ppc-user@gentoo.org mailing list