emerge webapp-config failed during test phase Reproducible: Always Steps to Reproduce: emerge =app-admin/webapp-config-1.50.16 Actual Results: running build_scripts creating build/scripts-2.4 copying and adjusting sbin/webapp-config -> build/scripts-2.4 copying sbin/webapp-cleaner -> build/scripts-2.4 changing mode of build/scripts-2.4/webapp-config from 644 to 755 >>> Source compiled. * Running webapp-config doctests... ........F........... ====================================================================== FAIL: Doctest: WebappConfig.db.WebappSource.packageavail Expected Results: successfully emerged Portage 2.1.3_rc8 (default-linux/amd64/2007.0, gcc-3.4.6, glibc-2.5-r4, 2.6.12-g entoo-r6 x86_64) ================================================================= System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3200+ Gentoo Base System release 1.12.10 Timestamp of tree: Thu, 12 Jul 2007 06:30:01 +0000 ccache version 2.4 [enabled] dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.3.6-r2, 2.4.4-r4 dev-python/pycrypto: 2.0.1-r5 dev-util/ccache: 2.4-r7 sys-apps/sandbox: 1.2.18.1 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.17 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22 ACCEPT_KEYWORDS="amd64 ~amd64" AUTOCLEAN="yes" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O3 -march=athlon64 -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shu tdown /usr/share/X11/xkb /usr/share/config" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/php/apache2-php 5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/r evdep-rebuild /etc/terminfo" CXXFLAGS="-O3 -march=athlon64 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms stri ct test unmerge-orphans userpriv usersandbox" GENTOO_MIRRORS="rsync://ftp.fi.muni.cz/pub/linux/gentoo/ http://ftp.belnet.be/mi rror/rsync.gentoo.org/gentoo/ http://ftp.easynet.nl/mirror/gentoo/ http://mirror .gentoo.no/ http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/di stfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow acl acpi afs amd64 apache2 apm audiofile avi bash-completion bcmath b erkdb bitmap-fonts bzip2 caps cdb cli cracklib crypt cups curl curlwrappers dba dbm dbx dedicated dio doc dri exif expat fam fastcgi ftp gd gdbm gif gnutls gpm hal hardened iconv imlib innodb ipv6 isdnlog jabber kdeenablefinal ldap libg++ l ibwww m17n-lib mad maildir mhash midi mmap mmx msession mudflap mysql ncurses ni s nls nptl nptlonly ogg openmp oss pam pcntl pcre pdflib php png posix postgres pppd python readline reflection sasl session snmp sockets socks5 spl sse sse2 ss l svg sysvipc tcpd test threads tiff truetype-fonts type1-fonts unicode usb vhos ts xml xml2 xorg zlib zliob" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt8 7x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLU GINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 io plug ladspa lfloat linear meter mulaw multi null plug rate route share shm softv ol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICE S="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLA ND="GNU" VIDEO_CARDS="nv nvidia vesa vga" Unset: CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGU AS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 124645 [details] build log from the failure
Thanks for the report. You are running portage as non-root user right? But at the same time the package db in /var/db/pkg is apparently owned by root. At least portage does not have access to it. This is the reason why the doc test fails in that situation. But that seems to be portage related and not really webapp-config related. I'll close this but please feel free to reopen if you are convinced that this is really a webapp-config problem.