Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99853 - webapp-config of RT-3.4.2-r1 reports successful completion, but apparently with errors
Summary: webapp-config of RT-3.4.2-r1 reports successful completion, but apparently wi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: Sparc Linux
: High normal
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-21 16:47 UTC by Matt M
Modified: 2005-07-29 11:23 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 Matt M 2005-07-21 16:47:54 UTC
I emerged RT with the vhosts use flag; running it Apache 1.x, mod_perl. I then ran 

webapp-config -I --verbose -d rt -h localhost rt 3.4.2-r1

which reported successful completion, but at the end, there was a string of
weird error-like things: 

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/localhost//upgrade: No such file or directory

Now, I took a guess, and it turns out that I could make this disappear by
setting the variable P=rt-3.4.2 in /usr/share/webapps/rt/3.4.2-r1/hooks/reconfig. 

Reproducible: Always
Steps to Reproduce:
1.emerge RT
2.run webapp-config as suggested in the BestPractical Wiki
3.

Actual Results:  
String of errors as described above; non-working installation (but who knows why
it didn't work; could be 10,000,110 things. 

Expected Results:  
Made the changes specificed in /usr/share/webapps/rt/3.4.2-r1/hooks/reconfig
correctly. 

As a matter of fact, RT is not even ~sparc, and though I'm running on said
platform, given that it was a script error, I don't think it's arch-related.
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2005-07-29 11:23:06 UTC
Thanks for reporting. This was due to a long-standing bug/feature in
webapp-config that finally got resolved yesterday. I've updated the rt ebuild
accordingly. Please test and reopen the bug if the problem persists. Note that
you will need to upgrade to webapp-config-1.11-r1 (should be done automatically).