Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21928 - USE="aalib" emerge libsdl => aalib doesnt get pulled in.
Summary: USE="aalib" emerge libsdl => aalib doesnt get pulled in.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-29 20:46 UTC by christoph wegener
Modified: 2003-07-29 14:18 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 christoph wegener 2003-05-29 20:46:02 UTC
With "aalib" in the USE flags, the aalib ebuild doesnt get pulled in when
emerging media-libs/libsdl-1.2.5-r2

Reproducible: Always
Steps to Reproduce:
1. emerge -C aalib
2. USE="aalib" emerge =media-libs/libsdl-1.2.5-r2

Actual Results:  
I dont get media-libs/aalib emerged.

Expected Results:  
The current version of media-libs/aalib should get emerged as it is in the USE
flags and media-libs/libsdl-1.2.5-r2 honours the "aalib" USE flag.

Portage 2.0.48 (default-x86-1.4, gcc-3.2.3, glibc-2.2.5-r8)
=================================================================
System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) Processor
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/opt/glftpd/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt encode gif jpeg gnome libg++ mikmod mmx mpeg
ncurses nls png quicktime truetype xml2 gdbm berkdb readline tetex bonobo svga
tcltk guile mysql sdl pam ssl python imlib oggvorbis opengl cdr aalib alsa
apache2 -arts -cups dga directfb dvd esd fbcon ggi -gpm -gtk imap ipv6 -java
-kde -libwww matrox -motif -pdflib perl -qt -slang snmp -spell -tcpd tiff -X
-xmms -xv zlib"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O3 -pipe"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache buildpkg"
Comment 1 christoph wegener 2003-05-29 20:50:45 UTC
The solution is to put aalib in the DEPEND of the libsdl-1.2.5-r2 ebuild.

--- libsdl-1.2.5-r2.ebuild.orig 2003-05-30 03:48:31.000000000 +0200
+++ libsdl-1.2.5-r2.ebuild      2003-05-30 03:49:53.000000000 +0200
@@ -21,7 +21,8 @@
        alsa? ( media-libs/alsa-lib )
        arts? ( kde-base/arts )
        svga? ( >=media-libs/svgalib-1.4.2 )
-       opengl? ( virtual/opengl )"
+       opengl? ( virtual/opengl )
+       aalib? ( >=media-libs/aalib-1.4_rc4-r2 )"
 # This creates circular deps for the moment ...
 #      directfb? ( dev-libs/DirectFB )"
Comment 2 Philip Walls (RETIRED) gentoo-dev 2003-07-18 01:19:01 UTC
On vacation in Greece until September, reassigning to bug-wranglers so bugs don't go stale.
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2003-07-29 14:18:37 UTC
in cvs