Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90786 - emerge libmatroska bounces between versions
Summary: emerge libmatroska bounces between versions
Status: RESOLVED DUPLICATE of bug 13632
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-28 16:37 UTC by Jurek Bartuszek (RETIRED)
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 Jurek Bartuszek (RETIRED) gentoo-dev 2005-04-28 16:37:37 UTC
emerge still bounces between libmatroska versions 0.7.4 and 0.7.6, changing its mind after each emerge sync.

Please, help

Reproducible: Always
Steps to Reproduce:
1. emerge -v libmatroska
2. emerge --sync
3. emerge -v libmatroska
goto 2




hell root # emerge info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r6 i686)
=================================================================
System uname: 2.6.11-gentoo-r6 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Apr 27 2005, 16:57:56)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.7.9-r1, 1.5, 1.6.3, 1.4_p6, 1.9.4, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r7
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/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/X11/xkb /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="-Os -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="pl_PL"
LC_ALL="pl_PL"
LINGUAS="pl"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acpi acpi4linux alsa arts audiofile autofs avi berkdb bidi
bitmap-fonts cdparanoia cdr crypt cups curl devfs dga divx4linux doc dvb dvd
dvdr dvdread emboss encode escreen esd fam fbcon flac flash foomaticdb fortran
gcj gdbm gif gimpprint gphoto2 gpm gtk gtk2 imagemagick imlib ipv6 jack java
jpeg junit kadu-modules kadu-voice kde libg++ libwww lirc mad md5sum midi mikmod
mmx motif mozilla mp3 mpeg ncurses nls nptl nptlonly nvidia objc ogg oggvorbis
opengl oss pam pda pdflib perl png pnp ppds python qt quicktime readline real
ruby samba scanner sdl slang spell sqlite sse sse2 ssl svga tcltk tcpd tetex
tiff timidity truetype truetype-fonts type1 type1-fonts usb videos vim-with-x
vorbis win32codecs wxwindows xine xml xml2 xmms xv xvid zlib linguas_pl"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-28 18:04:23 UTC
You probably have something which depends on the older version.

*** This bug has been marked as a duplicate of 13632 ***
Comment 2 Jurek Bartuszek (RETIRED) gentoo-dev 2005-04-29 15:52:23 UTC
Yep, it's media-video/mkvtoolnix-1.0.1:

DEPEND=">=dev-libs/libebml-0.7.2
    =media-libs/libmatroska-0.7.4 <---
    media-libs/libogg
    media-libs/libvorbis
    dev-libs/expat
    app-arch/bzip2
    sys-libs/zlib
    dev-libs/lzo
    X? ( >=x11-libs/wxGTK-2.4.2-r2 )
    flac? ( >=media-libs/flac-1.1.0 )"

I switched mkvtoolnix to ~x86... works fine now. Thanks