Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 70461 - emerge sync deletes recent sdl-mixer ebuilds, breaks update world
Summary: emerge sync deletes recent sdl-mixer ebuilds, breaks update world
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Dependencies (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-08 07:15 UTC by huginson
Modified: 2004-11-09 21:34 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 huginson 2004-11-08 07:15:22 UTC
After an emerge sync today, media-libs/sdl-mixer now looks like

-rw-r--r--  1 root root 3509 Aug 12 01:35 ChangeLog
-rw-r--r--  1 root root  393 Nov  8 07:07 Manifest
drwxr-xr-x  2 root root  184 Nov  8 07:07 files
-rw-r--r--  1 root root  158 Mar 17  2004 metadata.xml
-rw-r--r--  1 root root 1355 Nov  8 07:07 sdl-mixer-1.2.5-r1.ebuild

instead of the previously existing

4 -rw-r--r--  1 root root 3509 Aug 12 01:35 ChangeLog
4 -rw-r--r--  1 root root  747 Aug 12 01:35 Manifest
1 drwxr-xr-x  2 root root  328 Jun  8 01:07 files
4 -rw-r--r--  1 root root  158 Mar 17  2004 metadata.xml
4 -rw-r--r--  1 root root 1357 Aug 12 01:35 sdl-mixer-1.2.5-r1.ebuild
4 -rw-r--r--  1 root root 1322 Jun 25 01:36 sdl-mixer-1.2.5-r2.ebuild
4 -rw-r--r--  1 root root 1419 Jun 25 01:36 sdl-mixer-1.2.5-r3.ebuild

Since this machine has previously installed 1.2.5-r2, whose ebuild no longer exists after the emerge sync, all future emerge updates fail with:

Calculating world dependencies -!!! aux_get(): ebuild path for 'media-libs/sdl-mixer-1.2.5-r2' not specified:
!!!            None
emerge: create(): aux_get() error on media-libs/sdl-mixer-1.2.5-r2; aborting...
Comment 1 SpanKY gentoo-dev 2004-11-08 17:59:49 UTC
you neglected to provide `emerge info` like the bug reporting page says to

the global package.mask contained '>=sdl-mixer-1.5.2-r2' for the longest time so i doubt there's anything wrong with this

looks to me like bad config files or something, dunno really

what does `emerge sdl-mixer -pv` show ?
Comment 2 huginson 2004-11-09 04:39:03 UTC
Sorry for the missing info, here it is:

# emerge info
Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.4.27 i686)
=================================================================
System uname: 2.4.27 i686 Intel(R) Pentium(R) III Mobile CPU      1133MHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.19-r1,sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
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.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref/usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.easynet.nl/mirror/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.inode.at/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.prz.rzeszow.pl http://gentoo.tiscali.nl/gentoo/ http://ftp.heanet.ie/pub/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="X aalib alsa apm arts avi berkdb bitmap-fonts cdr crypt cups dga doc dvd encode esd ethereal f77 fam flac foomaticdb fortran gdbm ggi gif gnome gpm gtk guile imagemagick imap imlib java jikes jpeg junit kde ldap libg++ libwww live madmikmod mmx motif mozilla mpeg ncurses network nls oggvorbis opengl oss pam pcmcia pda pdflib perl png python qt quicktime readline samba scanner sdl speex spell sse ssl svga tcltk tcpd tetex tiff timidity truetype trusted usb wmf x86 xml xml2 xmms xv zlib"


And here's the other missing data:

# emerge sdl-mixer -pv

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

Calculating dependencies ...done!
[ebuild     UD] media-libs/sdl-mixer-1.2.5-r1 [1.2.5-r2] +mikmod +mpeg +oggvorbis 0 kB
Comment 3 SpanKY gentoo-dev 2004-11-09 21:34:27 UTC
ok, what you showed me there isnt a bug

you should have already downgraded sdl-mixer since newer versions were pretty broken with mikmod