[rt-users] Upgrade fail
Joshua Lansford
joshua.lansford at laserlinc.com
Mon Feb 9 08:36:24 EST 2015
Trying that again with .txt attachments to prevent mail list scrubbing.
On Mon, Feb 9, 2015 at 8:17 AM, Joshua Lansford <
joshua.lansford at laserlinc.com> wrote:
> Here is the upgrade error in full.
> mysql -u root -p
> create database rt4;
> quit;
> git clone git://github.com/bestpractical/rt.git -b stable
> cd rt
> autoconf
> ./configure > configure.log
> sudo make fixdeps > fixdeps.log
> make testdeps > testdeps.log
> sudo make upgrade > upgrade.log 2>&1
> mysql -u root -p rt4 < ../../rtbackup.sql
> cat << EOF | sudo tee /opt/rt4/etc/RT_SiteConfig.pm
> Set( \$DatabaseRequireSSL, '' );
> Set( \$DatabaseType, 'mysql' );
> Set( \$CommentAddress, '**hidden**' );
> Set( \$CorrespondAddress, '**hidden**' );
> Set( \$DatabaseHost, 'localhost' );
> Set( \$DatabaseName, 'rt4' );
> Set( \$DatabasePassword, '**hidden**' );
> Set( \$DatabasePort, '' );
> Set( \$DatabaseUser, 'rt_user' );
> Set( \$Organization, 'public.laserlinc.com' );
> Set( \$OwnerEmail, '**hidden**' );
> Set( \$SendmailPath, '/usr/sbin/sendmail' );
> Set( \$WebDomain, 'public.laserlinc.com' );
> Set( \$WebPort, '80' );
> Set( \$rtname, 'public.laserlinc.com' );
> Set( \$WebPath, "/rt" );
> 1;
> EOF
> sudo make upgrade-database 2>&1 | tee upgrade-database.log
>
> The outputs are attached.
> ~Joshua
>
> On Fri, Feb 6, 2015 at 3:44 PM, Joshua Lansford <
> joshua.lansford at laserlinc.com> wrote:
>
>> Upgrading in stages did solve the problem. I downloaded version 3.9.7
>> which is the version Lifecycle was introduced. Upgrading using this
>> version and then upgrading using the latest version of the code completed
>> without errors. From the log I believe I am now on 4.2.10.
>>
>> I'll back up and restore the unupgraded database to reproduce the
>> complete error message.
>> ~Joshua
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20150209/9d752a4e/attachment.htm>
-------------- next part --------------
/usr/bin/perl -I/opt/rt4/local/lib -I/opt/rt4/lib sbin/rt-setup-database --action upgrade --prompt-for-dba-password
In order to create or update your RT database, this script needs to connect to your mysql instance on localhost (port '') as root
Please specify that user's database password below. If the user has no database
password, just press return.
Password:
Working with:
Type: mysql
Host: localhost
Port:
Name: rt4
User: rt_user
DBA: root
Enter RT version you're upgrading from:
***** There are upgrades for 4.2.10, which is later than 4.2.10rc1,
***** which you are nominally upgrading to. Upgrading to 4.2.10 instead.
Going to apply following upgrades:
* 3.9.1
* 3.9.2
* 3.9.3
* 3.9.5
* 3.9.6
* 3.9.7
* 3.9.8
* 4.0.0rc2
* 4.0.0rc4
* 4.0.0rc7
* 4.0.1
* 4.0.3
* 4.0.4
* 4.0.6
* 4.0.9
* 4.0.12
* 4.0.13
* 4.0.18
* 4.0.19
* 4.1.0
* 4.1.1
* 4.1.4
* 4.1.5
* 4.1.6
* 4.1.7
* 4.1.8
* 4.1.9
* 4.1.10
* 4.1.11
* 4.1.12
* 4.1.13
* 4.1.14
* 4.1.15
* 4.1.16
* 4.1.17
* 4.1.18
* 4.1.19
* 4.1.20
* 4.1.21
* 4.1.22
* 4.1.23
* 4.2.1
* 4.2.2
* 4.2.4
* 4.2.6
* 4.2.7
* 4.2.8
* 4.2.10
Enter RT version if you want to stop upgrade at some point,
or leave it blank if you want apply above upgrades:
IT'S VERY IMPORTANT TO BACK UP BEFORE THIS STEP
Proceed [y/N]:Processing 3.9.1
[31689] [Mon Feb 9 13:11:50 2015] [info]: Using internal Perl HTML -> text conversion (/home/user/temp/rt/sbin/../lib/RT/Interface/Email.pm:1817)
[31689] [Mon Feb 9 13:11:50 2015] [warning]: DBD::mysql::db selectcol_arrayref failed: Unknown column 'main.Lifecycle' in 'field list' at /usr/local/share/perl/5.18.2/DBIx/SearchBuilder.pm line 635. (/usr/local/share/perl/5.18.2/DBIx/SearchBuilder.pm:635)
[31689] [Mon Feb 9 13:11:50 2015] [critical]: DBD::mysql::db selectcol_arrayref failed: Unknown column 'main.Lifecycle' in 'field list' at /usr/local/share/perl/5.18.2/DBIx/SearchBuilder.pm line 635. (/home/user/temp/rt/sbin/../lib/RT.pm:388)
DBD::mysql::db selectcol_arrayref failed: Unknown column 'main.Lifecycle' in 'field list' at /usr/local/share/perl/5.18.2/DBIx/SearchBuilder.pm line 635.
make: *** [upgrade-database] Error 255
-------------- next part --------------
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql --with-fastcgi
perl:
>=5.10.1(5.18.2) ...found
users:
rt group (www-data) ...found
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www-data) ...found
web group (www-data) ...found
CLI dependencies:
Term::ReadKey ...found
LWP ...found
Text::ParseWords ...found
HTTP::Request::Common ...found
Getopt::Long >= 2.24 ...found
Term::ReadLine ...found
CORE dependencies:
Devel::StackTrace >= 1.19 ...found
LWP::Simple ...found
File::Spec >= 0.8 ...found
Email::Address >= 1.897 ...found
Text::Password::Pronounceable ...found
List::MoreUtils ...found
Sys::Syslog >= 0.16 ...found
Date::Extract >= 0.02 ...found
Module::Versions::Report >= 1.05 ...found
Apache::Session >= 1.53 ...found
DBIx::SearchBuilder >= 1.65 ...found
DateTime >= 0.44 ...found
DBI >= 1.37 ...found
DateTime::Format::Natural >= 0.67 ...found
HTML::Entities ...found
Email::Address::List >= 0.02 ...found
Errno ...found
HTML::Quoted ...found
Mail::Header >= 2.12 ...found
Scalar::Util ...found
Date::Manip ...found
UNIVERSAL::require ...found
CGI::PSGI >= 0.12 ...found
Regexp::IPv6 ...found
CGI::Emulate::PSGI ...found
XML::RSS >= 1.05 ...found
Devel::GlobalDestruction ...found
Class::Accessor >= 0.34 ...found
Locale::Maketext::Fuzzy >= 0.11 ...found
Crypt::Eksblowfish ...found
HTML::FormatText::WithLinks::AndTables ...found
Plack::Handler::Starlet ...found
Data::GUID ...found
DateTime::Locale >= 0.40 ...found
File::Glob ...found
HTML::Mason::PSGIHandler >= 0.52 ...found
Tree::Simple >= 1.04 ...found
HTML::Scrubber >= 0.08 ...found
Encode >= 2.39 ...found
Plack >= 1.0002 ...found
Symbol::Global::Name >= 0.04 ...found
Digest::MD5 >= 2.27 ...found
Log::Dispatch >= 2.30 ...found
Time::HiRes ...found
Time::ParseDate ...found
CGI::Cookie >= 1.20 ...found
Text::Wrapper ...found
Locale::Maketext >= 1.06 ...found
File::ShareDir ...found
JSON ...found
Role::Basic >= 0.12 ...found
Text::Template >= 1.44 ...found
IPC::Run3 ...found
HTTP::Message >= 6.0 ...found
MIME::Entity >= 5.504 ...found
HTML::FormatText::WithLinks >= 0.14 ...found
Locale::Maketext::Lexicon >= 0.32 ...found
File::Temp >= 0.19 ...found
Regexp::Common ...found
HTML::Mason >= 1.43 ...found
Module::Refresh >= 0.03 ...found
CGI >= 3.38 ...found
HTML::RewriteAttributes >= 0.05 ...found
Regexp::Common::net::CIDR ...found
Net::CIDR ...found
Text::Quoted >= 2.07 ...found
Digest::SHA ...found
Text::WikiFormat >= 0.76 ...found
Mail::Mailer >= 1.57 ...found
CSS::Squish >= 0.06 ...found
Storable >= 2.08 ...found
Digest::base ...found
DASHBOARDS dependencies:
URI::QueryParam ...found
MIME::Types ...found
URI >= 1.59 ...found
FASTCGI dependencies:
FCGI::ProcManager ...found
FCGI >= 0.74 ...found
GPG dependencies:
GnuPG::Interface ...found
PerlIO::eol ...found
File::Which ...found
ICAL dependencies:
Data::ICal ...found
MAILGATE dependencies:
Mozilla::CA ...found
Crypt::SSLeay ...found
LWP::UserAgent >= 6.0 ...found
Getopt::Long ...found
LWP::Protocol::https ...found
Pod::Usage ...found
Net::SSL ...found
MYSQL dependencies:
DBD::mysql >= 2.1018 ...found
SMIME dependencies:
Crypt::X509 ...found
File::Which ...found
String::ShellQuote ...found
USERLOGO dependencies:
Convert::Color ...found
All dependencies have been found.
/usr/bin/install -c -m 0755 -o root -g www-data -d /opt/rt4/etc
/usr/bin/install -c -m 0440 -o root -g www-data etc/RT_Config.pm /opt/rt4/etc/RT_Config.pm
[ -f /opt/rt4/etc/RT_SiteConfig.pm ] || /usr/bin/install -c -m 0640 -o root -g www-data etc/RT_SiteConfig.pm /opt/rt4/etc/RT_SiteConfig.pm
Installed configuration. About to install RT in /opt/rt4
/usr/bin/install -c -m 0755 -d /opt/rt4/var/log
/usr/bin/install -c -m 0755 -d /opt/rt4/share/fonts
/usr/bin/install -c -m 0755 -d /opt/rt4/share/po
/usr/bin/install -c -m 0755 -d /opt/rt4/share/static
/usr/bin/install -c -m 0770 -d /opt/rt4/var/mason_data
/usr/bin/install -c -m 0770 -d /opt/rt4/var/mason_data/cache
/usr/bin/install -c -m 0770 -d /opt/rt4/var/mason_data/etc
/usr/bin/install -c -m 0770 -d /opt/rt4/var/mason_data/obj
/usr/bin/install -c -m 0770 -d /opt/rt4/var/session_data
/usr/bin/install -c -m 0755 -d /opt/rt4/share/html
/usr/bin/install -c -m 0755 -d /opt/rt4/local/html
/usr/bin/install -c -m 0755 -d /opt/rt4/local/etc
/usr/bin/install -c -m 0755 -d /opt/rt4/local/lib
/usr/bin/install -c -m 0755 -d /opt/rt4/local/plugins
/usr/bin/install -c -m 0755 -d /opt/rt4/local/po
/usr/bin/install -c -m 0755 -d /opt/rt4/local/static
[ -d /opt/rt4/lib ] || /usr/bin/install -c -m 0755 -d /opt/rt4/lib
( cd lib && find . -type d -print ) | while read dir ; do \
/usr/bin/install -c -m 0755 -d "/opt/rt4/lib/$dir" ; \
done
( cd lib && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "lib/$file" "/opt/rt4/lib/$file" ; \
done
[ -d /opt/rt4/etc ] || /usr/bin/install -c -m 0755 -d /opt/rt4/etc
for file in acl.Pg acl.Oracle acl.mysql schema.Pg schema.Oracle schema.mysql schema.SQLite initialdata ; do \
/usr/bin/install -c -m 0644 "etc/$file" "/opt/rt4/etc/" ; \
done
[ -d /opt/rt4/etc/upgrade ] || /usr/bin/install -c -m 0755 -d /opt/rt4/etc/upgrade
( cd etc/upgrade && find . -type d -print ) | while read dir ; do \
/usr/bin/install -c -m 0755 -d "/opt/rt4/etc/upgrade/$dir" ; \
done
( cd etc/upgrade && find . -type f -not -name '*.in' -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "etc/upgrade/$file" "/opt/rt4/etc/upgrade/$file" ; \
done
/usr/bin/install -c -m 0755 -d /opt/rt4/bin
for file in rt-mailgate rt rt-crontool ; do \
/usr/bin/install -c -o root -g www-data -m 0755 "bin/$file" "/opt/rt4/bin/" ; \
done
/usr/bin/install -c -m 0755 -d /opt/rt4/sbin
for file in rt-attributes-viewer rt-clean-sessions rt-dump-metadata rt-email-dashboards rt-email-digest rt-email-group-admin rt-fulltext-indexer rt-importer rt-preferences-viewer rt-serializer rt-server rt-server.fcgi rt-session-viewer rt-setup-database rt-setup-fulltext-index rt-shredder rt-test-dependencies rt-validator rt-validate-aliases standalone_httpd ; do \
/usr/bin/install -c -o root -g www-data -m 0755 "sbin/$file" "/opt/rt4/sbin/" ; \
done
[ -d /opt/rt4/share/html ] || /usr/bin/install -c -m 0755 -d /opt/rt4/share/html
( cd share/html && find . -type d -print ) | while read dir ; do \
/usr/bin/install -c -m 0755 -d "/opt/rt4/share/html/$dir" ; \
done
( cd share/html && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "share/html/$file" "/opt/rt4/share/html/$file" ; \
done
make clean-mason-cache
make[1]: Entering directory `/home/user/temp/rt'
rm -rf /opt/rt4/var/mason_data/cache/*
rm -rf /opt/rt4/var/mason_data/etc/*
rm -rf /opt/rt4/var/mason_data/obj/*
make[1]: Leaving directory `/home/user/temp/rt'
# RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir
[ -f /opt/rt4/docs ] && rm /opt/rt4/docs
make: [doc-install] Error 1 (ignored)
[ -d /opt/rt4/docs ] || /usr/bin/install -c -m 0755 -d /opt/rt4/docs
( cd docs && find . -type d -print ) | while read dir ; do \
/usr/bin/install -c -m 0755 -d "/opt/rt4/docs/$dir" ; \
done
( cd docs && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "docs/$file" "/opt/rt4/docs/$file" ; \
done
/usr/bin/install -c -m 0644 ./README /opt/rt4/docs/
[ -d /opt/rt4/share/fonts ] || /usr/bin/install -c -m 0755 -d /opt/rt4/share/fonts
( cd share/fonts && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "share/fonts/$file" "/opt/rt4/share/fonts/$file" ; \
done
[ -d /opt/rt4/share/po ] || /usr/bin/install -c -m 0755 -d /opt/rt4/share/po
( cd share/po && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "share/po/$file" "/opt/rt4/share/po/$file" ; \
done
[ -d /opt/rt4/share/static ] || /usr/bin/install -c -m 0755 -d /opt/rt4/share/static
( cd share/static && find . -type d -print ) | while read dir ; do \
/usr/bin/install -c -m 0755 -d "/opt/rt4/share/static/$dir" ; \
done
( cd share/static && find . -type f -print ) | while read file ; do \
/usr/bin/install -c -m 0644 "share/static/$file" "/opt/rt4/share/static/$file" ; \
done
# Make the libraries readable
chmod 0755 /opt/rt4
chown -R root /opt/rt4/lib
chgrp -R bin /opt/rt4/lib
chmod -R u+rwX,go-w,go+rX /opt/rt4/lib
chmod 0755 /opt/rt4/bin
chmod 0755 /opt/rt4/etc
cd /opt/rt4/etc && chmod 0400 acl.Pg acl.Oracle acl.mysql schema.Pg schema.Oracle schema.mysql schema.SQLite initialdata
#TODO: the config file should probably be able to have its
# owner set separately from the binaries.
chown -R root /opt/rt4/etc
chgrp -R www-data /opt/rt4/etc
chmod 0440 /opt/rt4/etc/RT_Config.pm
chmod 0640 /opt/rt4/etc/RT_SiteConfig.pm
# Make the system binaries
cd /opt/rt4/bin && ( chmod 0755 rt-mailgate rt rt-crontool ; chown root rt-mailgate rt rt-crontool; chgrp www-data rt-mailgate rt rt-crontool)
# Make the system binaries executable also
cd /opt/rt4/sbin && ( chmod 0755 rt-attributes-viewer rt-clean-sessions rt-dump-metadata rt-email-dashboards rt-email-digest rt-email-group-admin rt-fulltext-indexer rt-importer rt-preferences-viewer rt-serializer rt-server rt-server.fcgi rt-session-viewer rt-setup-database rt-setup-fulltext-index rt-shredder rt-test-dependencies rt-validator rt-validate-aliases standalone_httpd ; chown root rt-attributes-viewer rt-clean-sessions rt-dump-metadata rt-email-dashboards rt-email-digest rt-email-group-admin rt-fulltext-indexer rt-importer rt-preferences-viewer rt-serializer rt-server rt-server.fcgi rt-session-viewer rt-setup-database rt-setup-fulltext-index rt-shredder rt-test-dependencies rt-validator rt-validate-aliases standalone_httpd; chgrp www-data rt-attributes-viewer rt-clean-sessions rt-dump-metadata rt-email-dashboards rt-email-digest rt-email-group-admin rt-fulltext-indexer rt-importer rt-preferences-viewer rt-serializer rt-server rt-server.fcgi rt-session-viewer rt-setup-database rt-setup-fulltext-index rt-shredder rt-test-dependencies rt-validator rt-validate-aliases standalone_httpd)
# Make upgrade scripts executable if they are in the source.
#
# Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax
# instead of -perm /0NNN since BSD find doesn't support the latter.
( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \
chmod a+x "/opt/rt4/etc/upgrade/$file" ; \
done
# Make the web ui readable by all.
chmod -R u+rwX,go-w,go+rX /opt/rt4/share/html \
/opt/rt4/local/html \
/opt/rt4/share/po \
/opt/rt4/local/po \
/opt/rt4/share/static \
/opt/rt4/local/static
chown -R root /opt/rt4/share/html \
/opt/rt4/local/html \
/opt/rt4/share/po \
/opt/rt4/local/po \
/opt/rt4/share/static \
/opt/rt4/local/static
chgrp -R bin /opt/rt4/share/html \
/opt/rt4/local/html \
/opt/rt4/share/po \
/opt/rt4/local/po \
/opt/rt4/share/static \
/opt/rt4/local/static
# Make the web ui's data dir writable
chmod 0770 /opt/rt4/var/mason_data \
/opt/rt4/var/session_data
chown -R www-data /opt/rt4/var/mason_data \
/opt/rt4/var/session_data
chgrp -R www-data /opt/rt4/var/mason_data \
/opt/rt4/var/session_data
Congratulations. RT has been upgraded. You should now check over
/opt/rt4/etc/RT_Config.pm for any necessary site customization. Additionally,
you should update RT's system database objects by running
make upgrade-database
-------------- next part --------------
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --with-mysql --with-fastcgi
perl:
>=5.10.1(5.18.2) ...found
users:
rt group (www-data) ...found
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www-data) ...found
web group (www-data) ...found
CLI dependencies:
Text::ParseWords ...found
Term::ReadKey ...found
HTTP::Request::Common ...found
Term::ReadLine ...found
LWP ...found
Getopt::Long >= 2.24 ...found
CORE dependencies:
Module::Versions::Report >= 1.05 ...found
UNIVERSAL::require ...found
IPC::Run3 ...found
Regexp::Common ...found
MIME::Entity >= 5.504 ...found
HTML::FormatText::WithLinks >= 0.14 ...found
Symbol::Global::Name >= 0.04 ...found
Crypt::Eksblowfish ...found
Text::Password::Pronounceable ...found
DateTime::Locale >= 0.40 ...found
HTML::Mason >= 1.43 ...found
File::Spec >= 0.8 ...found
Regexp::Common::net::CIDR ...found
Tree::Simple >= 1.04 ...found
Role::Basic >= 0.12 ...found
Mail::Mailer >= 1.57 ...found
Digest::MD5 >= 2.27 ...found
HTML::Scrubber >= 0.08 ...found
HTML::RewriteAttributes >= 0.05 ...found
Sys::Syslog >= 0.16 ...found
Text::Template >= 1.44 ...found
Digest::SHA ...found
JSON ...found
XML::RSS >= 1.05 ...found
HTML::Quoted ...found
Log::Dispatch >= 2.30 ...found
List::MoreUtils ...found
Mail::Header >= 2.12 ...found
Text::Wrapper ...found
DBI >= 1.37 ...found
DateTime >= 0.44 ...found
DateTime::Format::Natural >= 0.67 ...found
Locale::Maketext::Lexicon >= 0.32 ...found
Time::HiRes ...found
Email::Address >= 1.897 ...found
File::Glob ...found
LWP::Simple ...found
Regexp::IPv6 ...found
Devel::StackTrace >= 1.19 ...found
Devel::GlobalDestruction ...found
Apache::Session >= 1.53 ...found
Class::Accessor >= 0.34 ...found
Date::Extract >= 0.02 ...found
Storable >= 2.08 ...found
File::ShareDir ...found
Encode >= 2.39 ...found
Plack::Handler::Starlet ...found
Scalar::Util ...found
CGI::Cookie >= 1.20 ...found
File::Temp >= 0.19 ...found
Locale::Maketext >= 1.06 ...found
Text::Quoted >= 2.07 ...found
Date::Manip ...found
HTML::FormatText::WithLinks::AndTables ...found
Module::Refresh >= 0.03 ...found
DBIx::SearchBuilder >= 1.65 ...found
CGI::PSGI >= 0.12 ...found
Net::CIDR ...found
HTML::Entities ...found
Text::WikiFormat >= 0.76 ...found
Errno ...found
Plack >= 1.0002 ...found
CGI::Emulate::PSGI ...found
Digest::base ...found
Data::GUID ...found
CSS::Squish >= 0.06 ...found
HTTP::Message >= 6.0 ...found
HTML::Mason::PSGIHandler >= 0.52 ...found
CGI >= 3.38 ...found
Locale::Maketext::Fuzzy >= 0.11 ...found
Time::ParseDate ...found
Email::Address::List >= 0.02 ...found
DASHBOARDS dependencies:
URI::QueryParam ...found
URI >= 1.59 ...found
MIME::Types ...found
FASTCGI dependencies:
FCGI >= 0.74 ...found
FCGI::ProcManager ...found
GPG dependencies:
File::Which ...found
GnuPG::Interface ...found
PerlIO::eol ...found
ICAL dependencies:
Data::ICal ...found
MAILGATE dependencies:
LWP::UserAgent >= 6.0 ...found
Getopt::Long ...found
Net::SSL ...found
Pod::Usage ...found
LWP::Protocol::https ...found
Crypt::SSLeay ...found
Mozilla::CA ...found
MYSQL dependencies:
DBD::mysql >= 2.1018 ...found
SMIME dependencies:
Crypt::X509 ...found
File::Which ...found
String::ShellQuote ...found
USERLOGO dependencies:
Convert::Color ...found
All dependencies have been found.
-------------- next part --------------
/usr/bin/perl ./sbin/rt-test-dependencies --verbose --install --with-mysql --with-fastcgi
perl:
>=5.10.1(5.18.2) ...found
users:
rt group (www-data) ...found
bin owner (root) ...found
libs owner (root) ...found
libs group (bin) ...found
web owner (www-data) ...found
web group (www-data) ...found
CLI dependencies:
HTTP::Request::Common ...found
Getopt::Long >= 2.24 ...found
Term::ReadLine ...found
LWP ...found
Text::ParseWords ...found
Term::ReadKey ...found
CORE dependencies:
HTML::Entities ...found
Net::CIDR ...found
HTML::FormatText::WithLinks::AndTables ...found
Locale::Maketext::Lexicon >= 0.32 ...found
CGI::Cookie >= 1.20 ...found
MIME::Entity >= 5.504 ...found
Class::Accessor >= 0.34 ...found
Sys::Syslog >= 0.16 ...found
Digest::SHA ...found
File::ShareDir ...found
File::Glob ...found
Plack >= 1.0002 ...found
LWP::Simple ...found
DBI >= 1.37 ...found
Email::Address::List >= 0.02 ...found
JSON ...found
Plack::Handler::Starlet ...found
Data::GUID ...found
UNIVERSAL::require ...found
HTML::Quoted ...found
CGI::Emulate::PSGI ...found
Email::Address >= 1.897 ...found
Apache::Session >= 1.53 ...found
Log::Dispatch >= 2.30 ...found
HTTP::Message >= 6.0 ...found
Date::Extract >= 0.02 ...found
Regexp::Common::net::CIDR ...found
CGI >= 3.38 ...found
Role::Basic >= 0.12 ...found
Digest::MD5 >= 2.27 ...found
DateTime >= 0.44 ...found
Storable >= 2.08 ...found
Text::Wrapper ...found
Devel::GlobalDestruction ...found
Mail::Mailer >= 1.57 ...found
Text::WikiFormat >= 0.76 ...found
List::MoreUtils ...found
XML::RSS >= 1.05 ...found
Scalar::Util ...found
Module::Refresh >= 0.03 ...found
HTML::RewriteAttributes >= 0.05 ...found
Locale::Maketext::Fuzzy >= 0.11 ...found
HTML::Mason::PSGIHandler >= 0.52 ...found
Time::ParseDate ...found
File::Spec >= 0.8 ...found
File::Temp >= 0.19 ...found
Regexp::IPv6 ...found
Mail::Header >= 2.12 ...found
Time::HiRes ...found
HTML::FormatText::WithLinks >= 0.14 ...found
Text::Password::Pronounceable ...found
Text::Template >= 1.44 ...found
CSS::Squish >= 0.06 ...found
Module::Versions::Report >= 1.05 ...found
HTML::Mason >= 1.43 ...found
Symbol::Global::Name >= 0.04 ...found
DateTime::Locale >= 0.40 ...found
IPC::Run3 ...found
Regexp::Common ...found
Errno ...found
CGI::PSGI >= 0.12 ...found
DBIx::SearchBuilder >= 1.65 ...found
Locale::Maketext >= 1.06 ...found
Encode >= 2.39 ...found
DateTime::Format::Natural >= 0.67 ...found
Digest::base ...found
Date::Manip ...found
Tree::Simple >= 1.04 ...found
HTML::Scrubber >= 0.08 ...found
Crypt::Eksblowfish ...found
Text::Quoted >= 2.07 ...found
Devel::StackTrace >= 1.19 ...found
DASHBOARDS dependencies:
URI::QueryParam ...found
URI >= 1.59 ...found
MIME::Types ...found
FASTCGI dependencies:
FCGI >= 0.74 ...found
FCGI::ProcManager ...found
GPG dependencies:
File::Which ...found
GnuPG::Interface ...found
PerlIO::eol ...found
ICAL dependencies:
Data::ICal ...found
MAILGATE dependencies:
Mozilla::CA ...found
Pod::Usage ...found
Crypt::SSLeay ...found
Getopt::Long ...found
Net::SSL ...found
LWP::UserAgent >= 6.0 ...found
LWP::Protocol::https ...found
MYSQL dependencies:
DBD::mysql >= 2.1018 ...found
SMIME dependencies:
Crypt::X509 ...found
File::Which ...found
String::ShellQuote ...found
USERLOGO dependencies:
Convert::Color ...found
All dependencies have been found.
-------------- next part --------------
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for chosen layout... relative
checking if user www exists... not found
checking if user www-data exists... found
checking if group www exists... not found
checking if group www-data exists... found
checking if group rt3 exists... not found
checking if group rt exists... not found
checking if group www-data exists... found
checking if database name is set... yes
checking for dot... no
checking for gdlib-config... no
checking for gpg... yes
checking for openssl... yes
configure: creating ./config.status
config.status: creating etc/upgrade/3.8-ical-extension
config.status: creating etc/upgrade/4.0-customfield-checkbox-extension
config.status: creating etc/upgrade/generate-rtaddressregexp
config.status: creating etc/upgrade/sanity-check-stylesheets
config.status: creating etc/upgrade/shrink-cgm-table
config.status: creating etc/upgrade/shrink-transactions-table
config.status: creating etc/upgrade/split-out-cf-categories
config.status: creating etc/upgrade/switch-templates-to
config.status: creating etc/upgrade/time-worked-history
config.status: creating etc/upgrade/upgrade-articles
config.status: creating etc/upgrade/vulnerable-passwords
config.status: creating sbin/rt-attributes-viewer
config.status: creating sbin/rt-preferences-viewer
config.status: creating sbin/rt-session-viewer
config.status: creating sbin/rt-dump-metadata
config.status: creating sbin/rt-setup-database
config.status: creating sbin/rt-test-dependencies
config.status: creating sbin/rt-email-digest
config.status: creating sbin/rt-email-dashboards
config.status: creating sbin/rt-clean-sessions
config.status: creating sbin/rt-shredder
config.status: creating sbin/rt-validator
config.status: creating sbin/rt-validate-aliases
config.status: creating sbin/rt-email-group-admin
config.status: creating sbin/rt-server
config.status: creating sbin/rt-server.fcgi
config.status: creating sbin/standalone_httpd
config.status: creating sbin/rt-setup-fulltext-index
config.status: creating sbin/rt-fulltext-indexer
config.status: creating sbin/rt-serializer
config.status: creating sbin/rt-importer
config.status: creating bin/rt-crontool
config.status: creating bin/rt-mailgate
config.status: creating bin/rt
config.status: creating Makefile
config.status: creating etc/RT_Config.pm
config.status: creating lib/RT/Generated.pm
config.status: creating t/data/configs/apache2.2+mod_perl.conf
config.status: creating t/data/configs/apache2.2+fastcgi.conf
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by RT configure rt-4.2.10rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = bugzillatest
uname -m = x86_64
uname -r = 3.13.0-44-generic
uname -s = Linux
uname -v = #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1927: checking for a BSD-compatible install
configure:1995: result: /usr/bin/install -c
configure:2009: checking for perl
configure:2027: found /usr/bin/perl
configure:2040: result: /usr/bin/perl
configure:2444: checking for chosen layout
configure:2457: result: relative
configure:2612: checking if user www exists
configure:2618: result: not found
configure:2612: checking if user www-data exists
configure:2615: result: found
configure:2636: checking if group www exists
configure:2642: result: not found
configure:2636: checking if group www-data exists
configure:2639: result: found
configure:2659: checking if group rt3 exists
configure:2665: result: not found
configure:2659: checking if group rt exists
configure:2665: result: not found
configure:2659: checking if group www-data exists
configure:2662: result: found
configure:2689: checking if database name is set
configure:2692: result: yes
configure:2723: checking for dot
configure:2751: result: no
configure:2779: checking for gdlib-config
configure:2807: result: no
configure:2835: checking for gpg
configure:2851: found /usr/bin/gpg
configure:2863: result: yes
configure:2898: checking for openssl
configure:2914: found /usr/bin/openssl
configure:2926: result: yes
configure:3273: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by RT config.status rt-4.2.10rc1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on bugzillatest
config.status:875: creating etc/upgrade/3.8-ical-extension
config.status:875: creating etc/upgrade/4.0-customfield-checkbox-extension
config.status:875: creating etc/upgrade/generate-rtaddressregexp
config.status:875: creating etc/upgrade/sanity-check-stylesheets
config.status:875: creating etc/upgrade/shrink-cgm-table
config.status:875: creating etc/upgrade/shrink-transactions-table
config.status:875: creating etc/upgrade/split-out-cf-categories
config.status:875: creating etc/upgrade/switch-templates-to
config.status:875: creating etc/upgrade/time-worked-history
config.status:875: creating etc/upgrade/upgrade-articles
config.status:875: creating etc/upgrade/vulnerable-passwords
config.status:875: creating sbin/rt-attributes-viewer
config.status:875: creating sbin/rt-preferences-viewer
config.status:875: creating sbin/rt-session-viewer
config.status:875: creating sbin/rt-dump-metadata
config.status:875: creating sbin/rt-setup-database
config.status:875: creating sbin/rt-test-dependencies
config.status:875: creating sbin/rt-email-digest
config.status:875: creating sbin/rt-email-dashboards
config.status:875: creating sbin/rt-clean-sessions
config.status:875: creating sbin/rt-shredder
config.status:875: creating sbin/rt-validator
config.status:875: creating sbin/rt-validate-aliases
config.status:875: creating sbin/rt-email-group-admin
config.status:875: creating sbin/rt-server
config.status:875: creating sbin/rt-server.fcgi
config.status:875: creating sbin/standalone_httpd
config.status:875: creating sbin/rt-setup-fulltext-index
config.status:875: creating sbin/rt-fulltext-indexer
config.status:875: creating sbin/rt-serializer
config.status:875: creating sbin/rt-importer
config.status:875: creating bin/rt-crontool
config.status:875: creating bin/rt-mailgate
config.status:875: creating bin/rt
config.status:875: creating Makefile
config.status:875: creating etc/RT_Config.pm
config.status:875: creating lib/RT/Generated.pm
config.status:875: creating t/data/configs/apache2.2+mod_perl.conf
config.status:875: creating t/data/configs/apache2.2+fastcgi.conf
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_PERL_set=
ac_cv_env_PERL_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_RT_GD=no
ac_cv_prog_RT_GPG_DEPS=yes
ac_cv_prog_RT_GRAPHVIZ=no
ac_cv_prog_RT_SMIME_DEPS=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
BIN_OWNER='root'
COMMENT_INPLACE_LAYOUT=''
CONFIGURE_INCANT='./configure '
CONFIG_FILE_PATH='etc'
CONFIG_FILE_PATH_R='/opt/rt4/etc'
DATABASE_ENV_PREF=''
DB_DATABASE='rt4'
DB_DBA='root'
DB_HOST='localhost'
DB_PORT=''
DB_RT_HOST='localhost'
DB_RT_PASS='rt_pass'
DB_RT_USER='rt_user'
DB_TYPE='mysql'
DEFS='-DPACKAGE_NAME=\"RT\" -DPACKAGE_TARNAME=\"rt\" -DPACKAGE_VERSION=\"rt-4.2.10rc1\" -DPACKAGE_STRING=\"RT\ rt-4.2.10rc1\" -DPACKAGE_BUGREPORT=\"rt-bugs at bestpractical.com\" -DPACKAGE_URL=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LIBOBJS=''
LIBS=''
LIBS_GROUP='bin'
LIBS_OWNER='root'
LOCAL_ETC_PATH='local/etc'
LOCAL_ETC_PATH_R='/opt/rt4/local/etc'
LOCAL_LEXICON_PATH='local/po'
LOCAL_LEXICON_PATH_R='/opt/rt4/local/po'
LOCAL_LIB_PATH='local/lib'
LOCAL_LIB_PATH_R='/opt/rt4/local/lib'
LOCAL_PLUGIN_PATH='local/plugins'
LOCAL_PLUGIN_PATH_R='/opt/rt4/local/plugins'
LOCAL_STATIC_PATH='local/static'
LOCAL_STATIC_PATH_R='/opt/rt4/local/static'
LTLIBOBJS=''
MASON_DATA_PATH='var/mason_data'
MASON_DATA_PATH_R='/opt/rt4/var/mason_data'
MASON_HTML_PATH='share/html'
MASON_HTML_PATH_R='/opt/rt4/share/html'
MASON_LOCAL_HTML_PATH='local/html'
MASON_LOCAL_HTML_PATH_R='/opt/rt4/local/html'
MASON_SESSION_PATH='var/session_data'
MASON_SESSION_PATH_R='/opt/rt4/var/session_data'
PACKAGE_BUGREPORT='rt-bugs at bestpractical.com'
PACKAGE_NAME='RT'
PACKAGE_STRING='RT rt-4.2.10rc1'
PACKAGE_TARNAME='rt'
PACKAGE_URL=''
PACKAGE_VERSION='rt-4.2.10rc1'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RTGROUP='www-data'
RT_BIN_PATH='bin'
RT_BIN_PATH_R='/opt/rt4/bin'
RT_DEVELOPER='0'
RT_DOC_PATH='docs'
RT_DOC_PATH_R='/opt/rt4/docs'
RT_ETC_PATH='etc'
RT_ETC_PATH_R='/opt/rt4/etc'
RT_FONT_PATH='share/fonts'
RT_FONT_PATH_R='/opt/rt4/share/fonts'
RT_GD='0'
RT_GPG='0'
RT_GPG_DEPS='1'
RT_GRAPHVIZ='0'
RT_LEXICON_PATH='share/po'
RT_LEXICON_PATH_R='/opt/rt4/share/po'
RT_LIB_PATH='lib'
RT_LIB_PATH_R='/opt/rt4/lib'
RT_LOCAL_PATH='local'
RT_LOCAL_PATH_R='/opt/rt4/local'
RT_LOG_PATH='var/log'
RT_LOG_PATH_R='/opt/rt4/var/log'
RT_MAN_PATH='man'
RT_MAN_PATH_R='/opt/rt4/man'
RT_PATH='/opt/rt4'
RT_PATH_R='/opt/rt4'
RT_PLUGIN_PATH='plugins'
RT_PLUGIN_PATH_R='/opt/rt4/plugins'
RT_SBIN_PATH='sbin'
RT_SBIN_PATH_R='/opt/rt4/sbin'
RT_SMIME='0'
RT_SMIME_DEPS='1'
RT_STATIC_PATH='share/static'
RT_STATIC_PATH_R='/opt/rt4/share/static'
RT_VAR_PATH='var'
RT_VAR_PATH_R='/opt/rt4/var'
RT_VERSION_MAJOR='4'
RT_VERSION_MINOR='2'
RT_VERSION_PATCH='10rc1'
SHELL='/bin/bash'
WEB_GROUP='www-data'
WEB_HANDLER='fastcgi'
WEB_USER='www-data'
bindir='bin'
build_alias=''
customdir='local'
custometcdir='local/etc'
customhtmldir='local/html'
customlexdir='local/po'
customlibdir='local/lib'
customplugindir='local/plugins'
customstaticdir='local/static'
datadir='share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/opt/rt4'
exp_bindir='bin'
exp_customdir='local'
exp_custometcdir='local/etc'
exp_customhtmldir='local/html'
exp_customlexdir='local/po'
exp_customlibdir='local/lib'
exp_customplugindir='local/plugins'
exp_customstaticdir='local/static'
exp_datadir='share'
exp_exec_prefix='/opt/rt4'
exp_fontdir='share/fonts'
exp_htmldir='share/html'
exp_lexdir='share/po'
exp_libdir='lib'
exp_localstatedir='var'
exp_logfiledir='var/log'
exp_mandir='man'
exp_manualdir='docs'
exp_masonstatedir='var/mason_data'
exp_plugindir='plugins'
exp_prefix='/opt/rt4'
exp_sbindir='sbin'
exp_sessionstatedir='var/session_data'
exp_staticdir='share/static'
exp_sysconfdir='etc'
fontdir='share/fonts'
host_alias=''
htmldir='share/html'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
lexdir='share/po'
libdir='lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='var'
logfiledir='var/log'
mandir='man'
manualdir='docs'
masonstatedir='var/mason_data'
oldincludedir='/usr/include'
pdfdir='${docdir}'
plugindir='plugins'
prefix='/opt/rt4'
program_transform_name='s,x,x,'
psdir='${docdir}'
rt_layout_name='relative'
rt_version_major='4'
rt_version_minor='2'
rt_version_patch='10rc1'
sbindir='sbin'
sessionstatedir='var/session_data'
sharedstatedir='${prefix}/com'
staticdir='share/static'
sysconfdir='etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "RT"
#define PACKAGE_TARNAME "rt"
#define PACKAGE_VERSION "rt-4.2.10rc1"
#define PACKAGE_STRING "RT rt-4.2.10rc1"
#define PACKAGE_BUGREPORT "rt-bugs at bestpractical.com"
#define PACKAGE_URL ""
configure: exit 0
More information about the rt-users
mailing list