Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53323 - awstats ebuild wants to install webapp-config even when the vhosts USE flag is not set
Summary: awstats ebuild wants to install webapp-config even when the vhosts USE flag i...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-08 09:04 UTC by Jean-Claude Repetto
Modified: 2004-06-11 00:50 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 Jean-Claude Repetto 2004-06-08 09:04:54 UTC
I am not using virtual hosting on my server. So why webapp-config should be installed ?


Reproducible: Always
Steps to Reproduce:
1.ACCEPT_KEYWORDS="~x86" emerge -pvl awstats
2.
3.

Actual Results:  
These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] app-portage/gentoolkit-0.2.0_pre8   0 kB
[ebuild  N    ] net-www/webapp-config-1.9-r3   0 kB
[ebuild  N    ] net-www/awstats-6.1   0 kB


Expected Results:  
awstats should have been installed directly into the /var/www/localhost/...
directory.
webapp-config should not be installed

Portage 2.0.50-r8 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.6.5-gentoo-r1)
=================================================================
System uname: 2.6.5-gentoo-r1 i686 Pentium II (Deschutes)
Gentoo Base System version 1.4.10
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium2 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium2 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="apache2 apm gpm libwww mysql ncurses nls pam perl python readline spell ssl
tcpd x86 xml2 zlib"
Comment 1 Jean-Claude Repetto 2004-06-09 05:36:08 UTC
Sorry, awstats should have been installed into /usr/local/awstats, not into the /var/www/localhost/... as written in my previous post.
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2004-06-09 15:36:00 UTC
Hi,

webapp-config is our installation tool for installing web-based packages, whether you have the vhosts USE flag set or not.  Portage cannot correctly install web-based packages on its own.

Gentoo never installs anything into /usr/local, and neither does webapp-config.

Best regards,
Stu
Comment 3 Jean-Claude Repetto 2004-06-11 00:50:44 UTC
Thanks for the explanations.

Best regards,
Jean-Claude