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.
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).