Bug 39733 - Missing dependency in app-admin/ulogd-1.02 ebuild
Bug#: 39733 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: aliz@gentoo.org Reported By: aross@gentoo.org
Component: Ebuilds
URL: 
Summary: Missing dependency in app-admin/ulogd-1.02 ebuild
Keywords:  
Status Whiteboard: 
Opened: 2004-01-29 00:45 0000
Description:   Opened: 2004-01-29 00:45 0000
The ebuild for app-admin/ulogd-1.02 makes use of the mysql USE flag but fails
to register mysql as a dependency when the mysql USE flag is set.

Reproducible: Always
Steps to Reproduce:
1. emerge unmerge mysql
2. USE="-* mysql" emerge ulogd

Actual Results:  
ulogd builds without MySQL support.

Expected Results:  
MySQL should have been merged as a dependency, and ulogd should have built 
with MySQL support.

Portage 2.0.49-r21 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r9, 2.4.21-grsec)
=================================================================
System uname: 2.4.21-grsec i686 AMD Duron(tm) processor
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon -O3 -pipe -mmmx -m3dnow -msse"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share
/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=athlon -O3 -pipe -mmmx -m3dnow -msse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.vic.keypoint.com.au/gentoo 
http://ftp.vic.keypoint.com.au/gentoo http://gentoo.rfk.id.au 
ftp://mirror.aarnet.edu.au/pub/gentoo http://gentoo.oregonstate.edu 
http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://ftp.vic.keypoint.com.au/gentoo-portage"
USE="apm crypt fam gdbm libwww memlimit mysql ncurses pam perl pic python 
readline slang ssl x86 zlib"

------- Comment #1 From Andrew Ross (RETIRED) 2004-01-29 00:53:39 0000 -------
Created an attachment (id=24583) [details]
Adds conditional mysql dependency to ebuild

------- Comment #2 From Daniel Ahlberg (RETIRED) 2004-01-29 02:36:42 0000 -------
In CVS, thanks!