Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65996 - Incorrect dependencies in gnome-media 2.8.0
Summary: Incorrect dependencies in gnome-media 2.8.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 64135
  Show dependency tree
 
Reported: 2004-10-01 00:54 UTC by Hugo Trippaers
Modified: 2004-10-08 15:15 UTC (History)
0 users

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


Attachments
gnome-media-2.8.0-r1 with corrected gst* (gnome-media-2.8.0-r1.ebuild,1.13 KB, text/plain)
2004-10-01 07:11 UTC, Schricker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hugo Trippaers 2004-10-01 00:54:03 UTC
the ebuild gnome-media-2.8.0 lists the following dependencies:
        >=media-libs/gstreamer-0.8
        >=media-libs/gst-plugins-0.8
        oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8
                >=media-plugins/gst-plugins-ogg-0.8 )
        mad? ( >=media-plugins/gst-plugins-mad-0.8 )"

according to the configure.in it looks for a more specific version. At least version 0.8.2 or higher. It has a fallback to version 0.7. But the build would fail on a machine with version 0.8.0 or 0.8.1 without a previously installed version 0.7.

I suggest to update the dependencies to
        >=media-libs/gstreamer-0.8.2
        >=media-libs/gst-plugins-0.8.2
        oggvorbis? ( >=media-plugins/gst-plugins-vorbis-0.8.2
                >=media-plugins/gst-plugins-ogg-0.8.2 )
        mad? ( >=media-plugins/gst-plugins-mad-0.8.2 )"




Reproducible: Always
Steps to Reproduce:
1. ACCEPT_KEYWORDS="~x86" emerge gnome-media 
2.
3.

Actual Results:  
failed during compilation of gnome-media

Expected Results:  
correct compile and depency tracking

Portage 2.0.50-r11 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0,
2.6.6-rc1)
=================================================================
System uname: 2.6.6-rc1 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -mcpu=i686 -fomit-frame-pointer"
CHOST="i386-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/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 -mcpu=i686 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
ftp://mirror.nutsmaas.nl/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://ftp.tiscali.nl/pub/mirror/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb bitmap-fonts crypt cups emacs encode esd
foomaticdb gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jpeg ldap libg++
libwww mad matrox mikmod motif mozilla mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline sdl slang spell ssl svga tcpd
truetype x86 xml2 xmms xprint xv zlib"
Comment 1 Joe McCann (RETIRED) gentoo-dev 2004-10-01 01:02:18 UTC
aye so it is
GST_REQ=0.8.2
Comment 2 Schricker 2004-10-01 07:11:16 UTC
Created attachment 40859 [details]
gnome-media-2.8.0-r1 with corrected gst*
Comment 3 foser (RETIRED) gentoo-dev 2004-10-08 15:15:15 UTC
silly mistakes

fixed, thanks
Comment 4 foser (RETIRED) gentoo-dev 2004-10-08 15:15:28 UTC
fixed duh