Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47401 - ati-drivers-extra needs a version bump
Summary: ati-drivers-extra needs a version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-09 18:46 UTC by gent_bz
Modified: 2004-04-10 09:26 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 gent_bz 2004-04-09 18:46:42 UTC
After updating to ati-drivers-3.7.6-r1, the installed ati-drivers-extra-3.7.6 still wants ati-drivers-3.7.6

Reproducible: Always
Steps to Reproduce:
1.emerge =media-video/ati-drivers-3.7.6 =media-video/ati-drivers-extra-3.7.6
2.emerge =media-video/ati-drivers-3.7.6-r1
3.emerge -Dup --tree world

Actual Results:  
Relevant output from the last step above is :

[nomerge      ] media-video/ati-drivers-extra-3.7.6
[ebuild  N    ]  media-video/ati-drivers-3.7.6


Expected Results:  
ati-drivers-extra should not require an older version of ati-drivers (or in this
case, ati-drivers-extra should get a version bump whenever ati-drivers does)

Portage 2.0.50-r3 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.5-gentoo)
=================================================================
System uname: 2.6.5-gentoo i686 AMD Athlon(tm)
Gentoo Base System version 1.4.6
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-fomit-frame-pointer -ftracer -march=athlon-xp -frerun-loop-opt -O3
-pipe -mfpmath=sse -maccumulate-outgoing-args -fprefetch-loop-arrays -fforce-addr"
CHOST="i686-pc-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="-fomit-frame-pointer -ftracer -march=athlon-xp -frerun-loop-opt -O3
-pipe -mfpmath=sse -maccumulate-outgoing-args -fprefetch-loop-arrays -fforce-addr"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distcc fixpackages sandbox"
GENTOO_MIRRORS="ftp://linux.ntcu.net/dists/gentoo/
http://gentoo.seren.com/gentoo http://gentoo.ccccom.com"
MAKEOPTS="-j5"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.0.238/gentoo-portage"
USE="3dnow X aalib alsa apm avi berkdb bonobo cdr crypt cups curl dedicated dv
dvd encode esd faad foomaticdb gdbm gif gnome gpm gtk gtk2 gtkhtml guile imlib
java jpeg lcms libg++ libwww mad mbox mikmod mmx motif mozilla mpeg ncurses nls
nptl oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime readline
samba sdl slang spell sse ssl tcltk tcpd tiff truetype usb videos wmf x86 xml
xml2 xmms xv zlib"
Comment 1 Valerio 2004-04-10 04:02:08 UTC
yes and this release (ati-drivers-extra-3.7.6) makes big troubles with xorg-x11 :P

----------------------------------------------------

DEPEND=">=virtual/linux-sources-2.4
        app-arch/rpm2targz
        =media-video/ati-drivers-${PV}
        qt? ( >=x11-libs/qt-3.0 )"

RDEPEND="=media-video/ati-drivers-${PV}
        qt? ( >=x11-libs/qt-3.0 )"


---------------- CHANGE TO --------------------

DEPEND=">=virtual/linux-sources-2.4
        app-arch/rpm2targz
        =media-video/ati-drivers-${PV}*
        qt? ( >=x11-libs/qt-3.0 )"

RDEPEND="=media-video/ati-drivers-${PV}*
        qt? ( >=x11-libs/qt-3.0 )"

----------------------------------------------

thanks :)
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2004-04-10 09:26:48 UTC
Fixed in CVS ; changed =media-video/ati-drivers-${PV} to ~media-video/ati-drivers-${PV} as it is in nvidia-glx's dep on nvidia-kernel.