Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110030 - test dependency failure with lighttpd USE flag
Summary: test dependency failure with lighttpd USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Renat Lumpau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 06:45 UTC by Mike Gant
Modified: 2005-10-24 07:01 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 Mike Gant 2005-10-21 06:45:12 UTC
Trying to install RT with the lighttpd use flag and NOT installing apache (1.x
or 2.x). So emerge -pv rt looks like this:

[ebuild  N    ] www-apps/rt-3.4.3  -apache2 -fastcgi +lighttpd +mysql -postgres
-vhosts 0 kB

When I run the emerge it fails the dependency check with this:

Apache::Test ...MISSING

So if attempt to install just this module:

emerge -pv Apache-Test

[ebuild  N    ] net-www/gentoo-webroot-default-0.2  -no-htdocs 64 kB 
[ebuild  N    ] dev-libs/apr-0.9.6-r3  +ipv6 1,001 kB 
[ebuild  N    ] dev-libs/apr-util-0.9.6-r2  +berkdb +gdbm +ldap 707 kB 
[ebuild  N    ] net-www/apache-2.0.54-r31  -apache2 -debug -doc +ldap
-mpm-leader -mpm-peruser -mpm-prefork -mpm-threadpool -mpm-worker -no-suexec
(-selinux) +ssl -static-modules -threads 5,488 kB 
[ebuild  N    ] dev-perl/Apache-Test-1.23  141 kB 

As you can see it wants to pull in apache.

Reproducible: Always
Steps to Reproduce:
1. Set lighttpd USE flag
2. emerge rt 

Actual Results:  
SOMETHING WAS MISSING!
 * 
 * Please file a bug in the Gentoo Bugzilla with the information above
 * and assign it to rl03@gentoo.org

!!! ERROR: www-apps/rt-3.4.3 failed.
!!! Function src_compile, Line 179, Exitcode 0
!!! Missing dependencies.
!!! If you need support, post the topmost build error, NOT this status message.


Expected Results:  
Well...I thought I should be able to install and use rt without apache.


My apologies if this seems very similar to #103481. I didn't think it should be
dupe because the missing dependency is different.

Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.3.6,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Pentium III (Coppermine)
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.4.19, 2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=i686 -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=i686 -O2 -pipe"
DISTDIR="/var/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://tux/gentoo-portage"
USE="x86 3dnow X acpi afs apm avi bash-completion berkdb bitmap-fonts crypt
cscope cups dga eds emacs emboss encode esd fam fbcon foomaticdb fortran freetds
gb gd gdbm gif glut gpm gstreamer gtk gtk2 guile imagemagick imap imlib informix
innodb ipv6 java javascript jikes jpeg ldap libg++ libwww mad maildir mbox
mikmod mmx motif mozsvg mp3 mpeg mysql ncurses nls nptl nptlonly ogg oggvorbis
opengl oss pam pdflib perl plotutils png ppds python qt quicktime readline ruby
samba slang spell sse ssl svga tcltk tcpd tetex tiff truetype truetype-fonts
type1 type1-fonts usb vorbis xml2 xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2005-10-23 15:14:49 UTC
Thanks for reporting, I'll look into it.
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2005-10-24 07:01:50 UTC
By default, rt wants to install some dev tools that pull in Apache. I fixed the
dependency checking behaviour, please wait a few hours and resync. Please reopen
the bug if the problem persists.