Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59516 - Loop between 2 versions when updating media-plugins/live
Summary: Loop between 2 versions when updating media-plugins/live
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Chris White (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-05 06:03 UTC by Olivier Castan
Modified: 2004-08-10 11:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Castan 2004-08-05 06:03:02 UTC
Here is the history of media-plugins/live installation :
# genlop media-plugins/live
 * media-plugins/live

     Wed Mar 31 18:58:20 2004 >>> media-plugins/live-2004.03.27
     Wed Jun  9 15:19:40 2004 >>> media-plugins/live-2004.03.27
     Mon Jul 26 13:43:26 2004 >>> media-plugins/live-2004.07.20
     Thu Jul 29 03:36:30 2004 >>> media-plugins/live-2004.03.27
     Fri Jul 30 04:54:28 2004 >>> media-plugins/live-2004.07.20
     Fri Jul 30 11:09:47 2004 >>> media-plugins/live-2004.03.27
     Mon Aug  2 12:20:56 2004 >>> media-plugins/live-2004.07.20
     Mon Aug  2 15:36:40 2004 >>> media-plugins/live-2004.03.27
     Tue Aug  3 03:13:55 2004 >>> media-plugins/live-2004.07.20
     Tue Aug  3 10:24:57 2004 >>> media-plugins/live-2004.03.27
     Wed Aug  4 03:10:12 2004 >>> media-plugins/live-2004.07.20
     Thu Aug  5 03:19:15 2004 >>> media-plugins/live-2004.03.27

The two ebuilds requiring media-plugins/live on my systems (x86 and ppc) are :
        media-video/mplayer-1.0_pre5-r2
        media-video/vlc-0.7.2-r1

The dependency strings are :
- media-video/mplayer-1.0_pre5-r2 :
        !ia64? (
                theora? ( media-libs/libtheora )
                live? ( >=media-plugins/live-2004.03.27 )
                )
- media-video/vlc-0.7.2-r1 :
        =media-plugins/live-2004.03*

The problem looks like a conflict between these 2 dependencies.

Reproducible: Always
Steps to Reproduce:




# emerge info
Portage 2.0.50-r9 (default-ppc-2004.1, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.4.24-ppc-r4)
=================================================================
System uname: 2.4.24-ppc-r4 ppc 7455, altivec supported
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="ppc ~ppc"
AUTOCLEAN="yes"
CFLAGS="-O2 -pipe -mcpu=7400 -maltivec -mabi=altivec"
CHOST="powerpc-unknown-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -mcpu=7400 -maltivec -mabi=altivec"
DISTDIR="/home/portage/distfiles"
FEATURES="ccache"
GENTOO_MIRRORS="http://gentoo.mirror.sdv.fr http://128.213.5.34/gentoo/
http://gentoo.inode.at/ http://ds.thn.htu.se/linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/home/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage"
USE="X X509 aalib alsa altivec arts berkdb bonobo cdr crypt cups dga dillo
directfb dv dvd dvdr encode esd faad fbcon ffmpeg flash foomaticdb gd gdbm ggi
gif gnome gnome-libs gphoto2 gpm gstreamer gtk gtk2 gtkhtml imagemagick imlib
java javascript jpeg libcaca libwww mad matroska mitshm motif mozilla
moznocompose moznoirc moznomail mpeg mpeg4 ncurses nls odbc offensive oggvorbis
opengl oss pam pdflib perl pg-hier png ppc ppds python quicktime radeon readline
sdl slang spell ssl tcltk tcpd theora tiff truetype video_cards_radeon wmf xface
xine xmms xv xvid zlib"
Comment 1 Chris White (RETIRED) gentoo-dev 2004-08-10 11:41:07 UTC
vlc was the culprit.  I fixed it with a patch that I used for mplayer.

Thanks for posting!