View previous topic :: View next topic |
Author |
Message |
andreabergia n00b
Joined: 23 Jul 2003 Posts: 9
|
Posted: Sat Jul 26, 2003 9:08 am Post subject: emerge kde and emerge gnome doesn't work |
|
|
Hi everyone. I did an emerge kde and almost all went fine. Now I gave an emerge gnome, and it doesn't work.
Code: | root / # emerge gnome
Calculating dependencies ...done!
!!! Error: the media-libs/libquicktime package conflicts with this package and both can't be installed on the same system together.
|
These are my use:
Code: | USE="aalib acl acpi acpi4linux artswrappersuid bonobo bots cdr curl dga \
directfb dnd doc dvd emacs evo fbcon fbdev flash gb gnomedb gstreamer \
gtk2 gtkhtml guile imap innodb jikes joystick ldap libgda md5sum mng \
mozaccess mozcalendar mozctl mozilla mozinterfaceinfo moznocompose \
moznoirc mozp3p mozsvg mozxmlterm mule music mysql nptl pic plotutils \
postgres radeon scanner snmp sqlite sse tetex tiff type1 usb v4l \
wxwindows -apm" |
Why do this happens? How can I build KDE and Gnome on the same Gentoo Box?[/code] _________________ Andrea Bergia - student Linux Registered User #281550 |
|
Back to top |
|
|
bmichaelsen Veteran
Joined: 17 Nov 2002 Posts: 1277 Location: Hamburg, Germany
|
Posted: Sat Jul 26, 2003 9:59 am Post subject: |
|
|
it is not kde blocking gnome it is libquicktime (did you install mplayer?)
a emerge -p gnome should show you the blockers. You might try to downgrade libquicktime. (emerge libquicktime-[some-older-version] to see if the problem goes away) you can also emerge -C libquicktime; emerge gnome. Playing quicktime movies (and everything else that needs libquicktime) will be broken then. |
|
Back to top |
|
|
andreabergia n00b
Joined: 23 Jul 2003 Posts: 9
|
Posted: Sat Jul 26, 2003 10:45 am Post subject: |
|
|
Quote: | it is not kde blocking gnome it is libquicktime (did you install mplayer?) |
Not yet, but I want to do it.
Quote: | a emerge -p gnome should show you the blockers. |
This is the output:
[blocks B ] media-libs/libquicktime (from pkg media-libs/quicktime4linux-1.5.5-r1)
Quote: | You might try to downgrade libquicktime. (emerge libquicktime-[some-older-version] to see if the problem goes away) you can also emerge -C libquicktime; emerge gnome. Playing quicktime movies (and everything else that needs libquicktime) will be broken then. |
I'll try to downgrade libquicktime, otherwise I'll give emerge unmerge libquicktime. I hopefully won't need to see quicktime movies.
Thanks a lot! _________________ Andrea Bergia - student Linux Registered User #281550 |
|
Back to top |
|
|
|