Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39733 - Missing dependency in app-admin/ulogd-1.02 ebuild
Summary: Missing dependency in app-admin/ulogd-1.02 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-29 00:45 UTC by Andrew Ross (RETIRED)
Modified: 2004-01-29 02:36 UTC (History)
0 users

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


Attachments
Adds conditional mysql dependency to ebuild (mysql-depend-fix.patch,316 bytes, patch)
2004-01-29 00:53 UTC, Andrew Ross (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Ross (RETIRED) gentoo-dev 2004-01-29 00:45:14 UTC
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 Andrew Ross (RETIRED) gentoo-dev 2004-01-29 00:53:39 UTC
Created attachment 24583 [details, diff]
Adds conditional mysql dependency to ebuild
Comment 2 Daniel Ahlberg (RETIRED) gentoo-dev 2004-01-29 02:36:42 UTC
In CVS, thanks!