[gentoo-user] portage and library troubles with GL

2009-08-01 Thread Kevin O'Gorman
I've been trying to get a few recalcitrant packages to build
(evolution-data-server, openoffice) but they seem to require things
that my system does not have, and portage doesn't know this.

So I'm trying revdep-rebuild, which also fails.  In particular,
x11-libs/gtkglext-1.2.0 won't build because during configuration, it
lacks GL library.  I've been trying to use equery to figure out what
package owns some of the things in the /usr/include/GL directory, to
no avail.  So here's the tail end of the revdep output, in hopes a
more experienced hand can help...



checking for GL/glu.h... yes
checking for glVertex3d in -lGLcore... no
checking for glVertex3d in -lGL... no
checking for glVertex3f in -lGL... no
checking for glVertex3i in -lGL... no
checking for glVertex3s in -lGL... no
checking for glVertex3d in -lMesaGL... no
configure: error: Cannot find GL library

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/x11-libs/gtkglext-1.2.0/work/gtkglext-1.2.0/config.log
 *
 * ERROR: x11-libs/gtkglext-1.2.0 failed.
 * Call stack:
 *   ebuild.sh, line   49:  Called src_configure
 * environment, line 1334:  Called gnome2_src_configure
 * environment, line 1113:  Called econf
 *   ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *  die econf failed
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call
stack if relevant.
 * A complete build log is located at
'/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/environment'.
 *

 Failed to emerge x11-libs/gtkglext-1.2.0, Log file:

  '/var/tmp/portage/x11-libs/gtkglext-1.2.0/temp/build.log'

 * GNU info directory index is up-to-date.
 *
 * revdep-rebuild failed to emerge all packages.
 * you have the following choices:
 * - If emerge failed during the build, fix the problems and re-run
revdep-rebuild.
 * - Use /etc/portage/package.keywords to unmask a newer version of the package.
 *   (and remove 5_order.rr to be evaluated again)
 * - Modify the above emerge command and run it manually.
 * - Compile or unmerge unsatisfied packages manually,
 *   remove temporary files, and try again.
 *   (you can edit package/ebuild list first)
 *
 * To remove temporary files, please run:
 * rm /var/cache/revdep-rebuild/*.rr
treat ~ #

-- 
Kevin O'Gorman, PhD



Re: [gentoo-user] portage and library troubles with GL

2009-08-01 Thread Alan McKinnon
On Saturday 01 August 2009 23:19:52 Kevin O'Gorman wrote:
 I've been trying to get a few recalcitrant packages to build
 (evolution-data-server, openoffice) but they seem to require things
 that my system does not have, and portage doesn't know this.

 So I'm trying revdep-rebuild, which also fails.  In particular,
 x11-libs/gtkglext-1.2.0 won't build because during configuration, it
 lacks GL library.  I've been trying to use equery to figure out what
 package owns some of the things in the /usr/include/GL directory, to
 no avail.  So here's the tail end of the revdep output, in hopes a
 more experienced hand can help...



 checking for GL/glu.h... yes
 checking for glVertex3d in -lGLcore... no
 checking for glVertex3d in -lGL... no
 checking for glVertex3f in -lGL... no
 checking for glVertex3i in -lGL... no
 checking for glVertex3s in -lGL... no
 checking for glVertex3d in -lMesaGL... no
 configure: error: Cannot find GL library

install mesa. 

openoffice depends on virtual/glu which depends on mesa

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] portage and library troubles with GL

2009-08-01 Thread Kevin O'Gorman
On Sat, Aug 1, 2009 at 2:28 PM, Alan McKinnonalan.mckin...@gmail.com wrote:
 On Saturday 01 August 2009 23:19:52 Kevin O'Gorman wrote:
 I've been trying to get a few recalcitrant packages to build
 (evolution-data-server, openoffice) but they seem to require things
 that my system does not have, and portage doesn't know this.

 So I'm trying revdep-rebuild, which also fails.  In particular,
 x11-libs/gtkglext-1.2.0 won't build because during configuration, it
 lacks GL library.  I've been trying to use equery to figure out what
 package owns some of the things in the /usr/include/GL directory, to
 no avail.  So here's the tail end of the revdep output, in hopes a
 more experienced hand can help...



 checking for GL/glu.h... yes
 checking for glVertex3d in -lGLcore... no
 checking for glVertex3d in -lGL... no
 checking for glVertex3f in -lGL... no
 checking for glVertex3i in -lGL... no
 checking for glVertex3s in -lGL... no
 checking for glVertex3d in -lMesaGL... no
 configure: error: Cannot find GL library

 install mesa.

 openoffice depends on virtual/glu which depends on mesa

According to eix, I've got the latest stable: media-libs/mesa-7.3-r1;
why would you think portage would not pull it in if I was emerging
openoffice?

++ kevin


-- 
Kevin O'Gorman, PhD



Re: [gentoo-user] portage and library troubles with GL

2009-08-02 Thread Alan McKinnon
On Sunday 02 August 2009 01:31:14 Kevin O'Gorman wrote:
 On Sat, Aug 1, 2009 at 2:28 PM, Alan McKinnonalan.mckin...@gmail.com 
wrote:
  On Saturday 01 August 2009 23:19:52 Kevin O'Gorman wrote:
  I've been trying to get a few recalcitrant packages to build
  (evolution-data-server, openoffice) but they seem to require things
  that my system does not have, and portage doesn't know this.
 
  So I'm trying revdep-rebuild, which also fails.  In particular,
  x11-libs/gtkglext-1.2.0 won't build because during configuration, it
  lacks GL library.  I've been trying to use equery to figure out what
  package owns some of the things in the /usr/include/GL directory, to
  no avail.  So here's the tail end of the revdep output, in hopes a
  more experienced hand can help...
 
 
 
  checking for GL/glu.h... yes
  checking for glVertex3d in -lGLcore... no
  checking for glVertex3d in -lGL... no
  checking for glVertex3f in -lGL... no
  checking for glVertex3i in -lGL... no
  checking for glVertex3s in -lGL... no
  checking for glVertex3d in -lMesaGL... no
  configure: error: Cannot find GL library
 
  install mesa.
 
  openoffice depends on virtual/glu which depends on mesa

 According to eix, I've got the latest stable: media-libs/mesa-7.3-r1;
 why would you think portage would not pull it in if I was emerging
 openoffice?

mesa being recorded as being installed, but that doesn't mean it's files are 
still present. mesa builds quickly, it's worth remerging it and trying the 
original merge again. 

-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] portage and library troubles with GL

2009-08-02 Thread Kevin O'Gorman
On Sun, Aug 2, 2009 at 1:31 AM, Alan McKinnonalan.mckin...@gmail.com wrote:
 On Sunday 02 August 2009 01:31:14 Kevin O'Gorman wrote:
 On Sat, Aug 1, 2009 at 2:28 PM, Alan McKinnonalan.mckin...@gmail.com
 wrote:
  On Saturday 01 August 2009 23:19:52 Kevin O'Gorman wrote:
  I've been trying to get a few recalcitrant packages to build
  (evolution-data-server, openoffice) but they seem to require things
  that my system does not have, and portage doesn't know this.
 
  So I'm trying revdep-rebuild, which also fails.  In particular,
  x11-libs/gtkglext-1.2.0 won't build because during configuration, it
  lacks GL library.  I've been trying to use equery to figure out what
  package owns some of the things in the /usr/include/GL directory, to
  no avail.  So here's the tail end of the revdep output, in hopes a
  more experienced hand can help...
 
 
 
  checking for GL/glu.h... yes
  checking for glVertex3d in -lGLcore... no
  checking for glVertex3d in -lGL... no
  checking for glVertex3f in -lGL... no
  checking for glVertex3i in -lGL... no
  checking for glVertex3s in -lGL... no
  checking for glVertex3d in -lMesaGL... no
  configure: error: Cannot find GL library
 
  install mesa.
 
  openoffice depends on virtual/glu which depends on mesa

 According to eix, I've got the latest stable: media-libs/mesa-7.3-r1;
 why would you think portage would not pull it in if I was emerging
 openoffice?

 mesa being recorded as being installed, but that doesn't mean it's files are
 still present. mesa builds quickly, it's worth remerging it and trying the
 original merge again.


I did that.  No joy.

++ kevin


-- 
Kevin O'Gorman, PhD



Re: [gentoo-user] OT: Flash+nspluginwrapper versus Gnash comparisons?

2013-11-02 Thread Walter Dnes
On Sat, Nov 02, 2013 at 05:43:21AM -0500, Daniel Campbell wrote

 Have you checked to see if the sites you use have an interface for
 mplayer or another media player? (Assuming they are streaming services
 similar to Youtube) If not, it may be simpler to use nspluginwrapper.
 Gnash compatibility can be spotty, but is improving. If you suspect
 that the services that you use don't use advanced/recent Flash
 features, give gnash a whirl.

  They're streaming services like Youtube, and they're both completely
Flash-dependant.

 The last time I used gnash, it was completely fine for basic streaming
 stuff, but marketing sites and tech demos and (some) Newgrounds material
 was borked. But that was over 3 years ago; times have certainly changed,
 and I'd wager for the better. :)

  The decision has been made for me, or let's say I made it back in May
when I installed pure-64-bit.  I attempted emerge -pv nspluginwrapper,
and found that nspluginwrapper requires multi-lib support on amd64
installs... oops.  So gnash it is.  After my abortive nsplugin emerge, I
did some research.  It seems that gnash doesn't do sound by itself.  It
requires the gstreamer flag for audio functionality.  That flag pulls
in gstreamer and friends.  I run with custom flags in make.conf.  Any
comments on my choice of flags?  Do I need additional ebuilds loaded as
well?  Is it supposed to pull in 2 versions of media-libs/gstreamer?

Calculating dependencies... done!
dev-util/boost-build-1.52.0-r1  USE=-examples -python {-test} 53,147 kB
app-text/iso-codes-3.40  3,549 kB
dev-libs/boost-1.52.0-r6:0/1.52  USE=threads tools -debug -doc -icu -mpi -nls 
-python -static-libs PYTHON_TARGETS=python2_7 -python2_6 -python3_2 
(-python3_3) 0 kB
media-libs/libmad-0.15.1b-r7  USE=-debug -static-libs 491 kB
media-libs/libmpeg2-0.5.1  USE=X -sdl 513 kB
media-libs/x264-0.0.20111220  USE=threads -10bit -custom-cflags -debug 
-interlaced -pic -static-libs 520 kB
media-libs/faad2-2.7-r2  USE=-digitalradio -static-libs 1,111 kB
media-libs/gstreamer-1.0.10:1.0  USE=-introspection -nls -orc {-test} 3,067 kB
media-libs/gstreamer-0.10.36:0.10  USE=-introspection -nls -orc {-test} 2,955 
kB
net-misc/npapi-sdk-0.27.2  0 kB
media-libs/speex-1.2_rc1  USE=ogg sse -static-libs 1,037 kB
x11-libs/gtkglext-1.2.0-r1  USE=-debug 688 kB
media-libs/gst-plugins-base-1.0.10:1.0  USE=X ogg theora vorbis -alsa 
-introspection -ivorbis -nls -orc -pango 2,317 kB
media-libs/gst-plugins-base-0.10.36:0.10  USE=-introspection -nls -orc 2,309 
kB
media-libs/gst-plugins-ugly-1.0.10:1.0  USE=-nls -orc 811 kB
media-libs/gst-plugins-good-1.0.10:1.0  USE=-nls -orc 2,669 kB
media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r1:0.10  USE=-orc 4,199 kB
media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0  USE=-orc 467 kB
media-libs/gst-plugins-bad-1.0.10:1.0  USE=-nls -orc 3,112 kB
media-plugins/gst-plugins-mad-1.0.10:1.0  0 kB
media-plugins/gst-plugins-faad-1.0.10:1.0  0 kB
media-plugins/gst-plugins-x264-1.0.10:1.0  0 kB
media-plugins/gst-plugins-mpeg2dec-1.0.10:1.0  0 kB
media-plugins/gst-plugins-a52dec-1.0.10:1.0  USE=-orc 0 kB
media-plugins/gst-plugins-flac-1.0.10:1.0  0 kB
media-plugins/gst-plugins-meta-1.0-r1:1.0  USE=X a52 aac ffmpeg flac mp3 mpeg 
ogg theora vorbis x264 -alsa -cdda -dts -dv -dvb -dvd -http -jack -lame -libass 
-libvisual -mms -opus -oss -pulseaudio -taglib -v4l -vcd (-vpx) -wavpack 0 kB
www-plugins/gnash-0.8.10_p20120903  USE=X ffmpeg gstreamer gtk nsplugin opengl 
ssl -agg (-aqua) -cairo -cygnal -dbus (-directfb) -doc -dump -egl -fbcon -gconf 
-gnome -harden -kde -lirc -mysql -nls -openvg -python -sdl -sdl-sound -ssh 
{-test} -vaapi 3,808 kB

Total: 27 packages (27 new), Size of downloads: 86,763 kB

-- 
Walter Dnes waltd...@waltdnes.org
I don't run desktop environments; I run useful applications



Re: [gentoo-user] help

2005-10-06 Thread Wes Gray
On Thu, Oct 06, 2005 at 12:57:09PM +0200, Benno Schulenberg wrote:

Here is the rest of the requested info:

 What does 'emerge -Dup world' say (after a  sync)?

# emerge -Dup world

These are the packages that I would merge, in order:

Calculating world dependencies ...done!
[blocks B ] media-libs/giflib (is blocking media-libs/libungif-4.1.3)
[blocks B ] media-libs/libquicktime (is blocking media-libs/openquicktime-1.
0-r1)
[ebuild U ] sys-apps/texinfo-4.8-r1 [4.8]
[ebuild U ] sys-devel/binutils-config-1.8-r5 [1.8-r3]
[ebuild U ] sys-libs/glibc-2.3.5-r2 [2.3.5-r1]
[ebuild U ] sys-apps/shadow-4.0.7-r4 [4.0.7-r3]
[ebuild U ] sys-apps/util-linux-2.12r [2.12q-r3]
[ebuild U ] sys-apps/utempter-0.5.5.6 [0.5.5.5-r1]
[ebuild U ] x11-terms/xterm-204 [196]
[ebuild U ] dev-libs/libIDL-0.8.6 [0.8.5]
[ebuild U ] gnome-base/orbit-2.12.3 [2.12.2]
[ebuild U ] gnome-base/libbonobo-2.10.1 [2.10.0]
[ebuild U ] media-sound/esound-0.2.36-r1 [0.2.34]
[ebuild U ] gnome-base/gnome-vfs-2.10.1-r2 [2.10.1-r1]
[ebuild U ] gnome-base/libbonoboui-2.10.1 [2.10.0]
[ebuild U ] x11-themes/gtk-engines-2.6.5 [2.6.4-r2]
[ebuild U ] app-text/gtkspell-2.0.11 [2.0.4-r1]
[ebuild  N] media-libs/giflib-4.1.3
[ebuild U ] app-text/docbook-sgml-dtd-4.1-r3 [4.1-r1]
[ebuild U ] app-text/docbook-sgml-dtd-4.0-r3 [4.0-r1]
[ebuild U ] app-text/docbook-sgml-dtd-3.0-r3 [3.0-r1]
[ebuild U ] app-text/docbook-sgml-dtd-3.1-r3 [3.1-r1]
[ebuild U ] app-text/docbook-xml-simple-dtd-4.1.2.4-r2 [4.1.2.4]
[ebuild  NS   ] app-text/docbook-xml-simple-dtd-1.0-r1
[ebuild U ] media-libs/a52dec-0.7.4-r5 [0.7.4-r4]
[ebuild U ] www-client/links-2.1_pre18 [2.1_pre17-r1]
[ebuild  NS   ] app-text/docbook-xml-dtd-4.4
[ebuild U ] app-text/docbook-sgml-utils-0.6.14 [0.6.11-r2]
[ebuild U ] app-text/docbook-xml-dtd-4.1.2-r5 [4.1.2-r4]
[ebuild U ] dev-perl/Compress-Zlib-1.35 [1.33]
[ebuild U ] perl-core/digest-base-1.10 [1.05]
[ebuild U ] dev-perl/Digest-SHA1-2.10 [2.07]
[ebuild U ] dev-perl/Net-DNS-0.49 [0.48]
[ebuild U ] perl-core/DB_File-1.811-r1 [1.811]
[ebuild U ] app-text/enscript-1.6.3-r3 [1.6.3-r1]
[ebuild  NS   ] sys-apps/i2c-2.9.1
[ebuild  NS   ] sys-apps/lm_sensors-2.9.1-r1
[ebuild U ] gnome-extra/gcalctool-5.5.42-r2 [5.5.42-r1]
[ebuild U ] sys-libs/db-1.85-r2 [1.85-r1]
[ebuild U ] gnome-base/gnome-print-0.37 [0.35-r3]
[ebuild U ] kde-base/kdebase-pam-6 [4]
[ebuild U ] gnome-base/gconf-1.0.9 [1.0.8-r3]
[ebuild  N] gnome-base/gnome-common-2.8.0
[ebuild U ] gnome-base/gnome-vfs-1.0.5-r4 [1.0.5-r2]
[ebuild U ] gnome-extra/guppi-0.40.3-r2 [0.40.3-r1]
[ebuild U ] dev-lang/swig-1.3.21 [1.3.10-r2]
[ebuild U ] dev-libs/g-wrap-1.3.4-r1 [1.3.4]
[ebuild U ] app-arch/sharutils-4.2.1-r11 [4.2.1-r10]
[ebuild U ] sci-libs/fftw-3.0.1-r2 [3.0.1]
[ebuild U ] x11-libs/gtkglext-1.0.6-r2 [1.0.5]
[ebuild U ] dev-perl/libintl-perl-1.11 [1.10]
[ebuild U ] media-libs/freetype-1.3.1-r4 [1.3.1-r3]
[ebuild  N] games-util/loki_setupdb-20050109
[ebuild  N] dev-util/xdelta-1.1.3
[ebuild  N] games-util/loki_patch-20050324
[ebuild  NS   ] x11-libs/wxGTK-2.6.1
[ebuild U ] games-emulation/xmame-0.100 [0.97]
[ebuild U ] gnome-base/gdm-2.8.0.3 [2.8.0.1-r1]
[ebuild U ] media-gfx/xv-3.10a-r11 [3.10a-r3]
[ebuild U ] net-im/centericq-4.21.0 [4.20.0-r3]
[ebuild U ] sys-libs/db-3.2.9-r10 [3.2.9-r7]
[ebuild U ] x11-themes/gnome-backgrounds-2.10.2 [2.10.1]
[ebuild U ] gnome-base/gnome-2.10.2 [2.10-r1]
[ebuild U ] dev-perl/Filter-1.30 [1.29]
[ebuild U ] app-emulation/wine-20050725-r1 [20050524]
#

Oddly I tried unmerging giflib and it unmerged ok, but I still get the blocker.

 What says 'eix -e python'?

# eix -e python 
* dev-lang/python 
 Available versions:  2.1.3-r1 2.2.3-r6 2.3.4-r1 2.3.5 ~2.3.5-r1 2.3.5-r2 ~
2.4-r3 ~2.4.1 ~2.4.1-r1 ~2.4.2
 Installed:   2.2.3-r6 2.3.5-r2
 Homepage:http://www.python.org/
 Description: Python is an interpreted, interactive, object-orienta
ted programming language.


Found 1 matches
# 

 Does revdep-rebuild now run without problems?

yes, just reran it.

 What says 'emerge -p --depclean'?

# emerge -p --depclean

*** WARNING *** : DEPCLEAN CAN  SERIOUSLY  IMPAIR YOUR SYSTEM. USE CAUTION.
*** WARNING *** : (Cancel: CONTROL-C) -- ALWAYS VERIFY ALL PACKAGES IN THE
*** WARNING *** : CANDIDATE LIST FOR  SANITY  BEFORE  ALLOWING DEPCLEAN TO
*** WARNING *** : UNMERGE ANY PACKAGES.
*** WARNING *** :
*** WARNING *** : USE FLAGS MAY HAVE AN EXTREME EFFECT ON THE OUTPUT.
*** WARNING *** : SOME LIBRARIES MAY BE USED BY PACKAGES BUT ARE NOT
*** WARNING *** : CONSIDERED TO BE A DEPEND DUE TO USE FLAG SETTINGS.
*** WARNING *** : emerge --update --deep --newuse world TO VERIFY
*** WARNING *** : SANITY IN THIS REGARD.
*** WARNING *** :
*** WARNING *** : Packages  in the list  that are  desired  may be added
*** WARNING

[gentoo-user] Is there any way out of this...?

2013-12-06 Thread meino . cramer
Hi,

Doing an 

eix-sync  emerge --color=n --newuse --update --tree --deep world 
--keep-going -va

I got this response from the system:


---


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

Calculating dependencies... done!
[nomerge   ] media-video/openshot-1.4.3  USE=ffmpeg python 
PYTHON_TARGETS=python2_7 -python2_6 
[ebuild   R]  virtual/python-imaging-2  USE=tk PYTHON_TARGETS=python2_7 
python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] x11-libs/gtkglext-1.2.0-r1  USE=-debug 
[ebuild  N ]  x11-libs/pangox-compat-0.0.2  262 kB
[nomerge   ] media-video/openshot-1.4.3  USE=ffmpeg python 
PYTHON_TARGETS=python2_7 -python2_6 
[ebuild   R   ~]  dev-python/httplib2-0.8  PYTHON_TARGETS=python2_7 python3_3* 
-python2_6 -python3_2* 0 kB
[nomerge   ] dev-python/wxpython-2.8.12.1-r1:2.8  USE=cairo doc examples 
opengl PYTHON_TARGETS=python2_7 -python2_6 
[ebuild   R]  dev-python/pyopengl-3.0.2-r1  USE=tk 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] dev-vcs/bzr-2.5.1  USE=sftp -curl -doc {-test} 
[nomerge   ]  dev-python/paramiko-1.10.1  USE=-doc -examples 
PYTHON_TARGETS=python2_7 -python2_6 
[ebuild   R]   dev-python/pycrypto-2.6.1  USE=gmp -doc 
PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB
[nomerge   ] media-sound/grip-3.3.1-r3  USE=nls vorbis 
[ebuild U  ]  x11-libs/vte-0.28.2-r206 [0.28.2-r204] USE=introspection 
-debug -glade -python (-doc%) PYTHON_TARGETS=python2_7%* -python2_6% 0 kB
[nomerge   ] media-sound/ardour-3.5.74:3  USE=nls sse (-altivec) -debug 
-doc -lv2 
[ebuild U  ]  dev-cpp/gtkmm-2.24.4:2.4 [2.24.2:2.4] USE=-doc -examples 
{-test} 10,022 kB
[nomerge   ] net-wireless/gnuradio-3.6.1-r1  USE=alsa doc examples fcd grc 
jack qt4 sdl utils wavelet wxwidgets -oss -portaudio 
[nomerge   ]  dev-python/cheetah-2.4.4 
[ebuild   R]   dev-python/markdown-2.3.1  USE=-doc -pygments {-test} 
PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild U  ] sys-apps/gnome-disk-utility-3.8.2 [3.0.2-r201] USE=gnome%* 
-fat -systemd% (-gnome-keyring%) (-nautilus%) (-remote-access%) 1,348 kB
[ebuild   R] app-portage/portpeek-2.1.9  PYTHON_TARGETS=python2_7 
python3_3%* -python3_2* 0 kB
[ebuild   R] app-office/libreoffice-4.1.2.3  USE=branding cups dbus gtk 
opengl vba webdav (-aqua) -bluetooth -debug -eds -gnome -gstreamer -gtk3 -java 
-jemalloc -kde -mysql -odk -postgres -telepathy {-test} 
LIBREOFFICE_EXTENSIONS=presenter-minimizer -nlpsolver -scripting-beanshell 
-scripting-javascript -wiki-publisher PYTHON_SINGLE_TARGET=python2_7 
-python3_3 PYTHON_TARGETS=python2_7 python3_3* 0 kB
[ebuild   R   ~] app-portage/diffmask-0.3.3-r2  PYTHON_TARGETS=python2_7 
python3_3* -pypy2_0 -python2_6 -python3_2* 0 kB
[ebuild   R] dev-python/PyQt4-4.10.2  USE=X dbus opengl -debug 
-declarative -doc -examples -help -kde -multimedia -phonon -script -scripttools 
-sql -svg -webkit -xmlpatterns PYTHON_TARGETS=python2_7 python3_3* -python2_6 
-python3_2* 0 kB
[ebuild U  ] media-libs/cogl-1.14.1_pre20130901-r1:1.0/12 [1.10.4:1.0/9] 
USE=introspection opengl pango -debug -examples -gles2 {-test} (-doc%) 1,449 
kB
[ebuild   R] sys-process/iotop-0.6  PYTHON_TARGETS=python2_7 python3_3* 
(-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild U  ] dev-vcs/subversion-1.7.14 [1.7.13] USE=berkdb dso nls 
webdav-neon -apache2 -ctypes-python -debug -doc -extras -gnome-keyring -java 
-kde -perl -python -ruby -sasl {-test} -vim-syntax -webdav-serf 
PYTHON_TARGETS=python2_7 -python2_6 5,905 kB
[ebuild U  ] app-text/evince-3.8.3:0/evd3.4-evv3.3 [2.32.0-r4:0/0] 
USE=introspection postscript tiff -debug -djvu -dvi -gnome-keyring -nautilus 
-t1lib -xps% (-dbus%*) (-gnome%) 6,328 kB
[ebuild U  ] x11-libs/gtksourceview-3.8.2:3.0/1 [3.6.3:3.0/3.0] 
USE=introspection -glade {-test} 1,239 kB
[ebuild U  ] app-text/gtkspell-3.0.3:3/0 [3.0.0:3/0] USE=introspection 
-vala% 411 kB
[ebuild U  ] app-office/gnumeric-1.12.8 [1.12.0-r1] USE=introspection 
-libgda% -perl -python PYTHON_SINGLE_TARGET=python2_7 -python2_6 
PYTHON_TARGETS=python2_7 -python2_6 15,182 kB
[ebuild   R] app-portage/flaggie-0.2.1  PYTHON_TARGETS=python2_7 
python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB
[ebuild U  ] x11-libs/libwnck-3.4.7:3 [3.4.5:3] USE=introspection 
-startup-notification -tools 649 kB
[ebuild U  ] net-libs/webkit-gtk-2.0.4:3/25 [1.8.3-r300:3/3] USE=geoloc 
gstreamer introspection jit webgl (-aqua) -coverage -debug -libsecret% -spell 
{-test} (-doc%) (-webkit2%) 9,619 kB
[ebuild U  ] x11-misc/slim-1.3.6-r3 [1.3.5-r4] USE=consolekit pam 
-branding 228 kB
[ebuild U  ] gnome-base/gvfs-1.16.4 [1.12.3-r1] USE=gdu gtk%* http udev 
-afp -archive -avahi -bluetooth -bluray -cdda -fuse -gnome-keyring 
-gnome-online-accounts% -gphoto2 -ios -mtp% -samba -systemd% {-test%} -udisks 
(-doc%) 1,463 kB
[ebuild   R] dev-python

[gentoo-user] Re: Is there any way out of this...?

2013-12-06 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 12/07/2013 01:32 AM, meino.cra...@gmx.de wrote:
 Hi,
 
 Doing an
 
 eix-sync  emerge --color=n --newuse --update --tree --deep world 
 --keep-going -va
 
 I got this response from the system:
 
 
 ---
 
 
 These are the packages that would be merged, in reverse order:
 
 Calculating dependencies... done! [nomerge   ] media-video/openshot-1.4.3 
  USE=ffmpeg
 python PYTHON_TARGETS=python2_7 -python2_6 [ebuild   R]  
 virtual/python-imaging-2
 USE=tk PYTHON_TARGETS=python2_7 python3_3* -python2_6 -python3_2* 0 kB 
 [nomerge   ]
 x11-libs/gtkglext-1.2.0-r1  USE=-debug [ebuild  N ]  
 x11-libs/pangox-compat-0.0.2  262
 kB [nomerge   ] media-video/openshot-1.4.3  USE=ffmpeg python 
 PYTHON_TARGETS=python2_7
 -python2_6 [ebuild   R   ~]  dev-python/httplib2-0.8  
 PYTHON_TARGETS=python2_7 python3_3*
 -python2_6 -python3_2* 0 kB [nomerge   ] 
 dev-python/wxpython-2.8.12.1-r1:2.8  USE=cairo
 doc examples opengl PYTHON_TARGETS=python2_7 -python2_6 [ebuild   R]
 dev-python/pyopengl-3.0.2-r1  USE=tk PYTHON_TARGETS=python2_7 python3_3* 
 -python2_6
 -python3_2* 0 kB [nomerge   ] dev-vcs/bzr-2.5.1  USE=sftp -curl -doc 
 {-test} [nomerge
 ]  dev-python/paramiko-1.10.1  USE=-doc -examples PYTHON_TARGETS=python2_7 
 -python2_6 
 [ebuild   R]   dev-python/pycrypto-2.6.1  USE=gmp -doc 
 PYTHON_TARGETS=python2_7
 python3_3* -python2_6 -python3_2* 0 kB [nomerge   ] 
 media-sound/grip-3.3.1-r3  USE=nls
 vorbis [ebuild U  ]  x11-libs/vte-0.28.2-r206 [0.28.2-r204] 
 USE=introspection -debug
 -glade -python (-doc%) PYTHON_TARGETS=python2_7%* -python2_6% 0 kB 
 [nomerge   ]
 media-sound/ardour-3.5.74:3  USE=nls sse (-altivec) -debug -doc -lv2 
 [ebuild U  ]
 dev-cpp/gtkmm-2.24.4:2.4 [2.24.2:2.4] USE=-doc -examples {-test} 10,022 kB 
 [nomerge   ]
 net-wireless/gnuradio-3.6.1-r1  USE=alsa doc examples fcd grc jack qt4 sdl 
 utils wavelet
 wxwidgets -oss -portaudio [nomerge   ]  dev-python/cheetah-2.4.4 [ebuild 
   R]
 dev-python/markdown-2.3.1  USE=-doc -pygments {-test} 
 PYTHON_TARGETS=python2_7 python3_3*
 (-pypy2_0) -python2_6 -python3_2* 0 kB [ebuild U  ] 
 sys-apps/gnome-disk-utility-3.8.2
 [3.0.2-r201] USE=gnome%* -fat -systemd% (-gnome-keyring%) (-nautilus%) 
 (-remote-access%)
 1,348 kB [ebuild   R] app-portage/portpeek-2.1.9  
 PYTHON_TARGETS=python2_7 python3_3%*
 -python3_2* 0 kB [ebuild   R] app-office/libreoffice-4.1.2.3  
 USE=branding cups dbus gtk
 opengl vba webdav (-aqua) -bluetooth -debug -eds -gnome -gstreamer -gtk3 
 -java -jemalloc -kde
 -mysql -odk -postgres -telepathy {-test} 
 LIBREOFFICE_EXTENSIONS=presenter-minimizer
 -nlpsolver -scripting-beanshell -scripting-javascript -wiki-publisher
 PYTHON_SINGLE_TARGET=python2_7 -python3_3 PYTHON_TARGETS=python2_7 
 python3_3* 0 kB [ebuild
 R   ~] app-portage/diffmask-0.3.3-r2  PYTHON_TARGETS=python2_7 python3_3* 
 -pypy2_0 -python2_6
 -python3_2* 0 kB [ebuild   R] dev-python/PyQt4-4.10.2  USE=X dbus 
 opengl -debug
 -declarative -doc -examples -help -kde -multimedia -phonon -script 
 -scripttools -sql -svg
 -webkit -xmlpatterns PYTHON_TARGETS=python2_7 python3_3* -python2_6 
 -python3_2* 0 kB [ebuild
 U  ] media-libs/cogl-1.14.1_pre20130901-r1:1.0/12 [1.10.4:1.0/9] 
 USE=introspection opengl
 pango -debug -examples -gles2 {-test} (-doc%) 1,449 kB [ebuild   R] 
 sys-process/iotop-0.6
 PYTHON_TARGETS=python2_7 python3_3* (-pypy2_0) -python2_6 -python3_2* 0 kB 
 [ebuild U  ]
 dev-vcs/subversion-1.7.14 [1.7.13] USE=berkdb dso nls webdav-neon -apache2 
 -ctypes-python
 -debug -doc -extras -gnome-keyring -java -kde -perl -python -ruby -sasl 
 {-test} -vim-syntax
 -webdav-serf PYTHON_TARGETS=python2_7 -python2_6 5,905 kB [ebuild U  ]
 app-text/evince-3.8.3:0/evd3.4-evv3.3 [2.32.0-r4:0/0] USE=introspection 
 postscript tiff -debug
 -djvu -dvi -gnome-keyring -nautilus -t1lib -xps% (-dbus%*) (-gnome%) 6,328 
 kB [ebuild U  ]
 x11-libs/gtksourceview-3.8.2:3.0/1 [3.6.3:3.0/3.0] USE=introspection -glade 
 {-test} 1,239 kB 
 [ebuild U  ] app-text/gtkspell-3.0.3:3/0 [3.0.0:3/0] USE=introspection 
 -vala% 411 kB 
 [ebuild U  ] app-office/gnumeric-1.12.8 [1.12.0-r1] USE=introspection 
 -libgda% -perl
 -python PYTHON_SINGLE_TARGET=python2_7 -python2_6 
 PYTHON_TARGETS=python2_7 -python2_6
 15,182 kB [ebuild   R] app-portage/flaggie-0.2.1  
 PYTHON_TARGETS=python2_7 python3_3*
 (-pypy2_0) -python2_6 -python3_2* 0 kB [ebuild U  ] 
 x11-libs/libwnck-3.4.7:3 [3.4.5:3]
 USE=introspection -startup-notification -tools 649 kB [ebuild U  ]
 net-libs/webkit-gtk-2.0.4:3/25 [1.8.3-r300:3/3] USE=geoloc gstreamer 
 introspection jit webgl
 (-aqua) -coverage -debug -libsecret% -spell {-test} (-doc%) (-webkit2%) 
 9,619 kB [ebuild U
 ] x11-misc/slim-1.3.6-r3 [1.3.5-r4] USE=consolekit pam -branding 228 kB 
 [ebuild U  ]
 gnome-base/gvfs-1.16.4 [1.12.3-r1] USE=gdu gtk%* http udev -afp -archive

[gentoo-user] Something went wrong with DNS, plz help!

2014-07-26 Thread Grand Duet
 U  ] media-plugins/gst-plugins-resindvd-0.10.23-r1 [0.10.23] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-flac-0.10.31-r1 [0.10.31] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-a52dec-0.10.19-r1 [0.10.19] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-mad-0.10.19-r1 [0.10.19] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-faad-0.10.23-r1 [0.10.23] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild   R] virtual/udev-208-r2  USE=-gudev* 
[ebuild   R] x11-libs/cairo-1.12.16 
[ebuild U  ] dev-lang/tk-8.5.15 [8.5.13-r1]
[ebuild U  ] dev-libs/json-glib-1.0.2 [0.16.2]
[ebuild U  ] net-nds/openldap-2.4.38-r2 [2.4.35-r1] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] app-accessibility/at-spi2-core-2.12.0 [2.10.2]
[ebuild U  ] app-accessibility/at-spi2-atk-2.12.1 [2.10.2]
[ebuild U  ] net-print/cups-1.7.3 [1.7.1-r1] ABI_X86=(64%*) (-32) (-x32) 
LINGUAS=pt_BR%* 
[ebuild U  ] x11-misc/colord-1.2.1 [1.0.3] USE=policykit%* 
[ebuild  N ] net-misc/modemmanager-1.2.0-r1  USE=introspection policykit 
qmi -mbim -qmi-newest -vala 
[ebuild  NS] app-misc/geoclue-2.1.9 [0.12.99] USE=modemmanager 
[ebuild U  ] net-im/telepathy-mission-control-5.16.2 [5.14.1] 
USE=-systemd% 
[ebuild   R] media-libs/libsdl-1.2.15-r4 
[ebuild U  ] media-plugins/gst-plugins-pulse-0.10.31-r1 [0.10.31] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-video/ffmpeg-1.2.6-r1 [1.2.6] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] virtual/ffmpeg-9-r1 [0.10.3] USE=-opus% ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-mpeg2dec-0.10.19-r1 [0.10.19] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r2 
[0.10.13_p201211-r1] ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-meta-0.10-r9 [0.10-r8] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] app-crypt/libsecret-0.18 [0.16]
[ebuild U  ] media-gfx/graphite2-1.2.4-r1 [1.2.1] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] media-libs/harfbuzz-0.9.28 [0.9.23] USE={-test%} 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] x11-libs/pango-1.36.5 [1.36.3] ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] x11-libs/gtk+-2.24.24 [2.24.23] ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-libs/gst-plugins-base-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] gnome-base/librsvg-2.40.2-r1 [2.40.2] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] media-libs/cogl-1.18.2 [1.16.2]
[ebuild U  ] media-plugins/gst-plugins-pango-0.10.36-r1 [0.10.36] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] x11-libs/pangox-compat-0.0.2-r1 [0.0.2] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] x11-libs/gtk+-3.12.2 [3.10.8] USE=-cloudprint% 
[ebuild  rR] dev-qt/qtgui-4.8.5-r3 
[ebuild U  ] media-libs/gst-plugins-ugly-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] media-libs/gst-plugins-good-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] x11-themes/gnome-icon-theme-symbolic-3.12.0 [3.10.1]
[ebuild U  ] media-libs/gst-plugins-bad-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-libav-1.2.4 [1.1.0_pre20130128-r1] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] x11-libs/gtkglext-1.2.0-r2 [1.2.0-r1] ABI_X86=(64%*) (-32) 
(-x32) 
[ebuild U  ] media-plugins/gst-plugins-cdparanoia-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] gnome-base/libglade-2.6.4-r2 [2.6.4-r1] USE=-tools% 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] net-libs/webkit-gtk-2.4.4-r200 [2.2.6-r200] USE=X%* 
[ebuild U  ] app-crypt/gcr-3.12.2 [3.10.1]
[ebuild U  ] media-libs/clutter-1.18.2 [1.16.4-r1]
[ebuild  r  U  ] gnome-base/gnome-desktop-3.12.2 [3.10.2]
[ebuild U  ] net-libs/webkit-gtk-2.4.4 [2.2.6] USE=X%* -wayland% 
[ebuild U  ] media-plugins/gst-plugins-mad-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] dev-cpp/gtkmm-3.12.0 [3.10.1]
[ebuild U  ] gnome-base/dconf-0.20.0 [0.18.0]
[ebuild U  ] x11-libs/gtksourceview-3.12.2 [3.10.2]
[ebuild U  ] dev-libs/gjs-1.40.1 [1.38.1] USE=gtk%* 
[ebuild U  ] media-plugins/gst-plugins-dts-1.2.4-r1 [1.2.3] ABI_X86=(64%*) 
(-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-mpeg2dec-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-x264-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-resindvd-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-flac-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-a52dec-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-dvdread-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst-plugins-pulse-1.2.4-r1 [1.2.3] 
ABI_X86=(64%*) (-32) (-x32) 
[ebuild U  ] media-plugins/gst

Re: [gentoo-user] libav and ffmpeg on the same computer issue once again

2015-05-16 Thread gevisz
 (dev-qt/qtgui-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qt3support-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qt3support-4.8.6:4
(dev-qt/qt3support-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtsvg-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qtsvg-4.8.6:4 (dev-qt/qtsvg-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/designer-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/designer-4.8.6:4 (dev-qt/designer-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qthelp-4.8.6-r3 [4.8.5-r2] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qthelp-4.8.6:4 (dev-qt/qthelp-4.8.6:4 is
blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtopengl-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qtopengl-4.8.6:4 (dev-qt/qtopengl-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild   R] media-libs/libtxc_dxtn-1.0.1-r1  ABI_X86=32*
[ebuild U  ] dev-qt/pixeltool-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/pixeltool-4.8.6:4
(dev-qt/pixeltool-4.8.6:4 is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qdbusviewer-4.8.6-r1 [4.8.5] ABI_X86=32%*
(64%*) (-x32)
[blocks b  ] dev-qt/qdbusviewer-4.8.6:4
(dev-qt/qdbusviewer-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtwebkit-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qtwebkit-4.8.6:4 (dev-qt/qtwebkit-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/qtmultimedia-4.8.6-r1 [4.8.5] ABI_X86=32%*
(64%*) (-x32)
[blocks b  ] dev-qt/qtmultimedia-4.8.6:4
(dev-qt/qtmultimedia-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild   R] media-plugins/gst-plugins-pango-0.10.36-r1  ABI_X86=32*
[ebuild   R] dev-cpp/gtkmm-2.24.4-r1  ABI_X86=32*
[ebuild   R] x11-libs/gtkglext-1.2.0-r2  ABI_X86=32*
[ebuild   R] gnome-base/libglade-2.6.4-r2  ABI_X86=32*
[ebuild   R] x11-themes/gtk-engines-xfce-3.0.1-r201  ABI_X86=32*
[ebuild U  ] dev-qt/qtdeclarative-4.8.6-r1 [4.8.5] ABI_X86=32%*
(64%*) (-x32)
[blocks b  ] dev-qt/qtdeclarative-4.8.6:4
(dev-qt/qtdeclarative-4.8.6:4 is blocking
dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/assistant-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/assistant-4.8.6:4
(dev-qt/assistant-4.8.6:4 is blocking dev-qt/qtchooser-0_p20150102)
[ebuild U  ] dev-qt/linguist-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/linguist-4.8.6:4 (dev-qt/linguist-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)
[ebuild   R] x11-misc/colord-1.2.9  ABI_X86=32*
[ebuild   R] gnome-base/gconf-3.2.6-r3  ABI_X86=32*
[ebuild   R] x11-libs/gtk+-3.14.9  ABI_X86=32*
[ebuild U  ] net-analyzer/wireshark-1.12.5 [1.12.4]
[ebuild   R] media-plugins/gst-plugins-pulse-1.4.5  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-pulse-0.10.31-r1  ABI_X86=32*
[ebuild   R] media-libs/libmpeg2-0.5.1-r2  ABI_X86=32*
[ebuild   R] media-libs/sdl-mixer-1.2.12-r4  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-libav-1.2.4-r1  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-mpeg2dec-1.4.5  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-mpeg2dec-0.10.19-r1  ABI_X86=32*
[ebuild   R] media-libs/libpostproc-10.20140517-r1  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-ffmpeg-0.10.13_p201211-r3
ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-meta-1.0-r2  ABI_X86=32*
[ebuild   R] media-plugins/gst-plugins-meta-0.10-r10  ABI_X86=32*
[ebuild U  ] dev-qt/qtphonon-4.8.6-r1 [4.8.5] ABI_X86=32%* (64%*) (-x32)
[blocks b  ] dev-qt/qtphonon-4.8.6:4 (dev-qt/qtphonon-4.8.6:4
is blocking dev-qt/qtchooser-0_p20150102)

Would you like to merge these packages? [Yes/No] y