Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75363 - emerge depclean wants to remove dependencies of mplayer
Summary: emerge depclean wants to remove dependencies of mplayer
Status: RESOLVED DUPLICATE of bug 75277
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 13:33 UTC by Will McQueen
Modified: 2005-07-17 13:06 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 Will McQueen 2004-12-22 13:33:14 UTC
I ran emerge depclean -pv today and noticed that divx4linux and win32codecs were in the list to be cleaned.  I found that funny because divx4linux was in my USE flags for the mplayer package.

After a little investigation, I came up with the test in the Steps to Reproduce section.  It's possible something changed in portage and I missed the documentation, but as far as I know everything is ok on my end.

Thanks, Will

Reproducible: Always
Steps to Reproduce:
1. diff -uw \
    <(ACCEPT_KEYWORDS="x86" USE="-* divx4linux" emerge -epv mplayer) \
    <(ACCEPT_KEYWORDS="x86" USE="-* divx4linux x86" emerge -epv mplayer)


Actual Results:  
If you diff the outputs of the two queries above, the differ in that the top
query doesn't include win32codecs and divx4linux.

Expected Results:  
Zero diff.

$ emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-ck3 i686)
=================================================================
System uname: 2.6.9-ck3 i686 Unknown CPU Typ
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -pipe -march=athlon-xp -ffast-math -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/DIR_COLORS /etc/X11/gdm /etc/X11/sysconfig /etc/gconf
/etc/hotplug /etc/sound /etc/terminfo /etc/udev /etc/env.d"
CXXFLAGS="-O3 -pipe -march=athlon-xp -ffast-math -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks maketest noinfo sandbox sfperms
userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.mirrors.pair.com
http://gentoo.chem.wisc.edu/gentoo http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X aac acl acpi alsa apache2 avi bash-completion berkdb bitmap-fonts
bonobo cdr crypt cups curl dvd dvdr eds encode evo flac gdbm gif gnome gnutls
gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl innodb ipv6 ithreads java
joystick jpeg junit libwww lirc mad makecheck matroska mikmod mmap mmx mozilla
mpeg mpeg4 mysql ncurses net nls nptl offensive oggvorbis opengl pam pdflib perl
pic png python quicktime readline real sdl speex spell sse ssl svga tcpd theora
threads tiff truetype unicode usb xemacs xml xml2 xprint xv xvid zlib"

$ grep mplayer /etc/portage/package.use
media-video/mplayer                     divx4linux nvidia rtc v4l2 xvmc
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-12-22 15:33:36 UTC

*** This bug has been marked as a duplicate of 75277 ***