Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139965 - webapp-config ignores package.provided
Summary: webapp-config ignores package.provided
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 02:05 UTC by Paul Harrington
Modified: 2006-12-31 02:48 UTC (History)
1 user (show)

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 Paul Harrington 2006-07-11 02:05:30 UTC
Portage 2.1-r1 (default-linux/x86/2006.0, gcc-3.3.6, glibc-2.3.6-r4, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(TM) XP 2400+
Gentoo Base System version 1.6.15
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.3.5-r2, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -m3dnow -msse -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -m3dnow -msse -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.blueyonder.co.uk/mirrors/gentoo http://gentoo.blueyonder.co.uk http://ftp.easynet.nl/mirror/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow apm arts berkdb bitmap-fonts cli crypt curl dlloader dri eds emboss esd examples foomaticdb fortran gif gpm gstreamer imap innodb isdnlog javascript jpeg libg++ libwww maildir mikmod mmx mp3 mysql ncurses nls nptl ogg oss pam pcre pdflib perl png pppd python qt3 qt4 quicktime readline reflection session spell spl sse ssl truetype-fonts type1-fonts udev vorbis xml xml2 xorg zaptel zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_evdev kernel_linux userland_GNU"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY

Something has recently changed in portage/webapp-config that is causing
my webapps to fail to install.  I am using the litespeed websever but have
Apache injected using /etc/portage/profile/package.provided:-

net-www/apache-2.0.58

However when emerging I get the following error:-

* Running //usr/sbin/webapp-config -I -h localhost -u root -d /base base 1.2.4
* Fatal error: Your configuration file sets the server type "Apache"
* Fatal error: but the corresponding package does not seem to be installed!
* Fatal error: Please "emerge >=net-www/apache-1.3" or correct your settings.
* Fatal error(s) - aborting

So I seem to end up with the package correctly added to my world but not
configured correctly by webapp-config.  I imagine that webapp-config should check the package.provided file and assume apache is installed and therefore
install correctly using the default Apache settings.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-11 02:34:27 UTC
Well, not really webapp-config bug, portage completely ignores the file, i.e. - apache is not installed for any portage purposes (incl. tools that check for whether it's installed or not).
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-11 03:13:14 UTC
(In reply to comment #1)
> Well, not really webapp-config bug, portage completely ignores the file

Or I just need to learn to stop sticking = in front of package.provided entries. Sorry for the noise, portage folks.
Comment 3 Gunnar Wrobel (RETIRED) gentoo-dev 2006-12-31 02:48:10 UTC
Fixed in webapp-config-1.50.16. This version is available from my overlay (http://overlays.gentoo.org/dev/wrobel) and will be moved to portage next week.

Thanks for the report!