[Rt-devel] RT 3.3.11 - Second beta
Reed Loden
reed at reedloden.com
Sat Nov 13 21:30:19 EST 2004
I just loaded up 3.3.11, and I believe I have found some bugs or something.
Here is a step-by-step process of what I did. Questions are prefixed with '$$$'.
cloud9 src # svn co svn://svn.bestpractical.com/rt/tags/3.3.11
cloud9 src # cd 3.3.11
cloud9 3.3.11 # autoconf
cloud9 3.3.11 # ./configure <all my options; removed for security purposes; nothing fancy>
checking for a BSD-compatible install... /bin/install -c
checking for perl... /usr/bin/perl
checking for chosen layout... RT3
configure: creating ./config.status
config.status: creating sbin/rt-dump-database
chmod: cannot access `sbin/rt-test-dependencies': No such file or directory
chmod: cannot access `sbin/rt-setup-database': No such file or directory
config.status: creating sbin/rt-setup-database
chmod: cannot access `sbin/rt-test-dependencies': No such file or directory
config.status: creating sbin/rt-test-dependencies
$$$ Why am I getting these errors? 3.2.x did not show them afaik
cloud9 3.3.11 # ls -la sbin/rt-*
-rw-r--r-- 1 root root 4591 Nov 13 21:35 rt-dump-database
-rwxr-xr-x 1 root root 4585 Nov 13 21:34 rt-dump-database.in
-rwxr-xr-- 1 root root 20588 Nov 13 21:35 rt-setup-database
-rwxr-xr-x 1 root root 20582 Nov 13 21:34 rt-setup-database.in
-rwxr-xr-- 1 root root 8802 Nov 13 21:35 rt-test-dependencies
-rwxr-xr-x 1 root root 8875 Nov 13 21:34 rt-test-dependencies.in
$$$ Why are the permissions different on rt-dump-database?
cloud9 3.3.11 # make testdeps
... <normal stuff... couple of things (like Module::Refresh) not found> ...
MYSQL dependencies:
make: *** [testdeps] Segmentation fault
$$$ Why is it segfaulting? :P
Again, thanks for such a wonderful product. :)
~reed
Reed Loden - <reed at reedloden.com>
More information about the Rt-devel
mailing list