Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101290 - www-apps/rt-3.4.2-r1 gives errors on webapp-config -I
Summary: www-apps/rt-3.4.2-r1 gives errors on webapp-config -I
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Renat Lumpau (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-03 23:40 UTC by Tom Lanyon
Modified: 2005-08-08 15:01 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 Tom Lanyon 2005-08-03 23:40:49 UTC
Installing RT 3.4.2-r1 using webapp-config produces some non-fatal errors.
Installation says its succesful, so this is not a high priority bug.

Reproducible: Didn't try
Steps to Reproduce:
1. echo "www-apps/rt ~x86" >> /etc/portage/packages.keywords
2. do the above for all perl module dependancies
3. emerge www-apps/rt

Actual Results:  
# webapp-config -I -h rt.blah.com -d / rt 3.4.2-r1
 *   Creating required directories
 *   Linking in required files
 *     This can take several minutes for larger apps
 *   Files and directories installed
sed: can't read bin/*: No such file or directory
sed: can't read lib/RT.pm: No such file or directory
sed: can't read sbin/*: No such file or directory
sed: can't read etc/RT_Config.pm: No such file or directory
/usr/share/webapps/rt/3.4.2-r1/hooks/reconfig: line 13: cd:
/var/www/rt.blah.com//upgrade: No such file or directory
You may need to update your database.
For each item in the output below
whose name is greater than your previously installed RT version,
rt-setup-database --action schema --datadir /var/www/rt.blah.com//upgrade/<version>
rt-setup-database --action acl --datadir /var/www/rt.blah.com//upgrade/<version>
rt-setup-database --action insert --datadir /var/www/rt.blah.com//upgrade/<version>
Don't forget to read the online installation guide for more details
cgi-bin  error  htdocs  icons  rt-3.4.2

=================================================================
POST-INSTALL INSTRUCTIONS
=================================================================


***********************************************************
Now you need to configure your RT installation.
Please follow the Gentoo install guide found at
http://wiki.bestpractical.com/index.cgi?GentooInstallGuide

Your local config files are located here:
/var/www/rt.blah.com//etc/RT_Config.pm
/var/www/rt.blah.com//etc/RT_SiteConfig.pm

If you need more help, consider searching the mailing list (Google
site:lists.fsck.com )

***********************************************************

NOTE:

Some file locations have changed. Everything is now installed into
/var/www/rt.blah.com. RT executables are no longer in /usr/bin
You may need to modify your existing configuration files accordingly.

=================================================================

 * Install completed - success


Expected Results:  
No errors.

Portage 2.0.51.19 (default-linux/x86/2005.0,
gcc-3.3.5-20050130-hardenednopiessp, glibc-2.3.4.20041102-r1, 2.6.7-hardened-r17
i686)
=================================================================
System uname: 2.6.7-hardened-r17 i686 Intel(R) Pentium(R) 4 CPU 1.80GHz
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, Jul  1 2005, 00:35:59)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/alias /var/qmail/control
/var/vpopmail/domains /var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="acpi alsa apache2 avi berkdb bitmap-fonts crypt cups curl emboss encode
extensions foomaticdb fortran gd gdbm gif hardened hardenedphp imap imlib ipv6
jpeg ldap libg++ libwww mad maildir mikmod mmx motif mp3 mpeg mysql ncurses nls
nptl nptlonly oggvorbis opengl oss pam pdflib perl php pic pie png python qmail
readline sdl snmp spamassassin spell sse ssl tcpd tiff truetype truetype-fonts
type1-fonts vhosts virus-scan x86 xml2 xmms xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2005-08-04 05:35:24 UTC
Could you emerge sync and try again? I've recently modified the reconfig hook,
which should have taken care of the issue you are seeing. Note that there may be
issues with webapp-config-1.11-r1, which have already been reported, and Stuart
is working on them.
Comment 2 Renat Lumpau (RETIRED) gentoo-dev 2005-08-08 15:01:54 UTC
Please re-open if the problem persists.