Send modauthtkt-users mailing list submissions to modauthtkt-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/modauthtkt-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of modauthtkt-users digest..." Today's Topics: 1. Building 2.0.0rc1 on Debian Etch (Danny Adair) ---------------------------------------------------------------------- Message: 1 Date: Tue, 29 Aug 2006 18:44:16 +1200 From: "Danny Adair" <[EMAIL PROTECTED]> Subject: [modauthtkt-users] Building 2.0.0rc1 on Debian Etch To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Hello, On my Debian Etch system with Apache 2.0.55, - "./configure" doesn't complain - "make" has a couple of minor (?) warnings - "make test" fails the majority of tests! (see full output below) What are the dependencies? I installed the following packages: - apache2 - apache2-threaded-dev Then, after a complaint about a missing Apache:TestRun (not mentioned in docs!!!), I installed - libapache2-mod-perl2 Then, after a complaint about a missing DateTime.pm (dito), I installed - libdatetime-perl (btw, perl is version 5.008008) Now I'm still getting the failed tests as shown below. Installing (the wild guesses) - libapache2-mod-perl2-dev - libapache2-request-perl didn't do Jack. Any ideas? Thank you, Danny -------------------------------------------- development:~/install/mod_auth_tkt-2.0.0rc1# ./configure --apxs=/usr/bin/apxs2 development:~/install/mod_auth_tkt-2.0.0rc1# make cd src && make all make[1]: Entering directory `/root/install/mod_auth_tkt-2.0.0rc1/src' /usr/bin/apxs2 -c -Wc,"" mod_auth_tkt.c /usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -g -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -g -O2 -pthread -I/usr/include/apache2 -I/usr/include/apr-0 -I/usr/include/apr-0 -I/usr/include -c -o mod_auth_tkt.lo mod_auth_tkt.c && touch mod_auth_tkt.slo mod_auth_tkt.c: In function 'auth_tkt_check': mod_auth_tkt.c:1212: warning: assignment from incompatible pointer type mod_auth_tkt.c:1213: warning: passing argument 1 of 'ap_regexec' from incompatible pointer type mod_auth_tkt.c:1213: warning: passing argument 4 of 'ap_regexec' from incompatible pointer type mod_auth_tkt.c:1217: warning: passing argument 5 of 'ap_pregsub' from incompatible pointer type mod_auth_tkt.c: In function 'auth_tkt_register_hooks': mod_auth_tkt.c:1345: warning: implicit declaration of function 'ap_hook_check_user_id' /usr/bin/libtool --silent --mode=link gcc -o mod_auth_tkt.la -rpath /usr/lib/apache2/modules -module -avoid-version mod_auth_tkt.lo make[1]: Leaving directory `/root/install/mod_auth_tkt-2.0.0rc1/src' cd doc && make all make[1]: Entering directory `/root/install/mod_auth_tkt-2.0.0rc1/doc' pod2man --section=3 --release=2.0.0rc1 mod_auth_tkt.pod mod_auth_tkt.3 make[1]: Leaving directory `/root/install/mod_auth_tkt-2.0.0rc1/doc' development:~/install/mod_auth_tkt-2.0.0rc1# make test cd t && make test make[1]: Entering directory `/root/install/mod_auth_tkt-2.0.0rc1/t' cd ../src && make make[2]: Entering directory `/root/install/mod_auth_tkt-2.0.0rc1/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/install/mod_auth_tkt-2.0.0rc1/src' /usr/bin/apxs2 -S LIBEXECDIR=/root/install/mod_auth_tkt-2.0.0rc1/t/modules -i ../src/mod_auth_tkt.la /usr/share/apache2/build/instdso.sh SH_LIBTOOL='/usr/bin/libtool' ../src/mod_auth_tkt.la /root/install/mod_auth_tkt-2.0.0rc1/t/modules /usr/bin/libtool --mode=install cp ../src/mod_auth_tkt.la /root/install/mod_auth_tkt-2.0.0rc1/t/modules/ cp ../src/.libs/mod_auth_tkt.so /root/install/mod_auth_tkt-2.0.0rc1 /t/modules/mod_auth_tkt.so cp ../src/.libs/mod_auth_tkt.lai /root/install/mod_auth_tkt-2.0.0rc1 /t/modules/mod_auth_tkt.la cp ../src/.libs/mod_auth_tkt.a /root/install/mod_auth_tkt-2.0.0rc1 /t/modules/mod_auth_tkt.a chmod 644 /root/install/mod_auth_tkt-2.0.0rc1/t/modules/mod_auth_tkt.a ranlib /root/install/mod_auth_tkt-2.0.0rc1/t/modules/mod_auth_tkt.a libtool: install: warning: remember to run `libtool --finish /usr/lib/apache2/modules' chmod 644 /root/install/mod_auth_tkt-2.0.0rc1/t/modules/mod_auth_tkt.so ./TEST -clean [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /root/install/mod_auth_tkt-2.0.0rc1/t/TEST -clean cp extra.conf.2.in conf/extra.conf.in ./TEST -apxs /usr/bin/apxs2 -conf [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /root/install/mod_auth_tkt-2.0.0rc1/t/TEST -apxs '/usr/bin/apxs2' -conf [warning] cleaning out current configuration [warning] reconfiguration done ./TEST [warning] setting ulimit to allow core files ulimit -c unlimited; /usr/bin/perl /root/install/mod_auth_tkt-2.0.0rc1 /t/TEST [warning] forcing re-configuration: [warning] - /root/install/mod_auth_tkt-2.0.0rc1/t/conf/extra.conf.in is newer than /root/install/mod_auth_tkt-2.0.0rc1/t/conf/extra.conf. [warning] root mode: changing the files ownership to 'nobody' (65534:65534) [warning] testing whether 'nobody' is able to -rwx /root/install/mod_auth_tkt-2.0.0rc1/t "/usr/bin/perl" -Mlib=/usr/lib/perl5 -MApache::TestRun -e 'eval { Apache::TestRun::run_root_fs_test(65534, 65534, q[/root/install/mod_auth_tkt-2.0.0rc1/t]) }'; [warning] result: OK [warning] the client side drops 'root' permissions and becomes 'nobody' /usr/sbin/apache2 -d /root/install/mod_auth_tkt-2.0.0rc1/t -f /root/install/mod_auth_tkt-2.0.0rc1/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.0.55 (worker MPM) waiting 60 seconds for server to start: . waiting 60 seconds for server to start: ok (waited 0 secs) server localhost:8529 started server localhost:8530 listening (VHostLocalSecret) server localhost:8531 listening (VHostGlobalSecret) t/00_public..................ok t/01_basic...................NOK 4# Failed test 4 in t/01_basic.t at line 41 t/01_basic...................NOK 5# Failed test 5 in t/01_basic.t at line 47 t/01_basic...................FAILED tests 4-5 Failed 2/7 tests, 71.43% okay t/02_bad.....................# Failed test 4 in t/02_bad.t at line 49 t/02_bad.....................FAILED test 4 Failed 1/8 tests, 87.50% okay t/03_ignore_ip...............# Failed test 6 in t/03_ignore_ip.t at line 56 t/03_ignore_ip...............FAILED test 6 Failed 1/6 tests, 83.33% okay t/05_tokens..................ok 1/13# Failed test 6 in t/05_tokens.t at line 58 # Failed test 7 in t/05_tokens.t at line 59 # Failed test 8 in t/05_tokens.t at line 66 # Failed test 9 in t/05_tokens.t at line 73 t/05_tokens..................FAILED tests 6-9 Failed 4/13 tests, 69.23% okay t/07_guest_login.............# Failed test 3 in t/07_guest_login.t at line 46 # Failed test 5 in t/07_guest_login.t at line 52 # Failed test 6 in t/07_guest_login.t at line 53 t/07_guest_login.............FAILED tests 3, 5-6 Failed 3/6 tests, 50.00% okay t/07_guest_login_nocookie....# Failed test 3 in t/07_guest_login_nocookie.t at line 46 # Failed test 5 in t/07_guest_login_nocookie.t at line 52 # Failed test 8 in t/07_guest_login_nocookie.t at line 64 # Failed test 10 in t/07_guest_login_nocookie.t at line 70 t/07_guest_login_nocookie....FAILED tests 3, 5, 8, 10 Failed 4/11 tests, 63.64% okay t/08_guest_user..............# Failed test 3 in t/08_guest_user.t at line 47 # Failed test 5 in t/08_guest_user.t at line 53 # Failed test 6 in t/08_guest_user.t at line 62 # Failed test 8 in t/08_guest_user.t at line 73 # Failed test 10 in t/08_guest_user.t at line 83 # Failed test 12 in t/08_guest_user.t at line 92 # Failed test 14 in t/08_guest_user.t at line 103 # Failed test 16 in t/08_guest_user.t at line 113 # Failed test 18 in t/08_guest_user.t at line 124 # Failed test 20 in t/08_guest_user.t at line 134 # Failed test 22 in t/08_guest_user.t at line 144 t/08_guest_user..............FAILED tests 3, 5-6, 8, 10, 12, 14, 16, 18, 20, 22 Failed 11/22 tests, 50.00% okay t/09_guest_not_allowed.......ok 1/5# Failed test 4 in t/09_guest_not_allowed.t at line 49 # Failed test 5 in t/09_guest_not_allowed.t at line 50 t/09_guest_not_allowed.......FAILED tests 4-5 Failed 2/5 tests, 60.00% okay t/10_cookie_expiry...........# Failed test 3 in t/10_cookie_expiry.t at line 37 # Failed test 4 in t/10_cookie_expiry.t at line 44 # Failed test 6 in t/10_cookie_expiry.t at line 52 # Failed test 7 in t/10_cookie_expiry.t at line 59 # Failed test 9 in t/10_cookie_expiry.t at line 66 # Failed test 10 in t/10_cookie_expiry.t at line 73 # Failed test 12 in t/10_cookie_expiry.t at line 80 # Failed test 13 in t/10_cookie_expiry.t at line 87 # Failed test 15 in t/10_cookie_expiry.t at line 94 # Failed test 16 in t/10_cookie_expiry.t at line 101 # Failed test 18 in t/10_cookie_expiry.t at line 108 # Failed test 19 in t/10_cookie_expiry.t at line 115 # Failed test 21 in t/10_cookie_expiry.t at line 122 # Failed test 22 in t/10_cookie_expiry.t at line 129 # Failed test 24 in t/10_cookie_expiry.t at line 136 # Failed test 25 in t/10_cookie_expiry.t at line 143 # Failed test 27 in t/10_cookie_expiry.t at line 150 Use of uninitialized value in substitution (s///) at t/10_cookie_expiry.t line 154. t/10_cookie_expiry...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 3-4, 6-7, 9-10, 12-13, 15-16, 18-19, 21-22, 24-25, 27-28 Failed 18/28 tests, 35.71% okay t/12_cookie_secure...........# Failed test 3 in t/12_cookie_secure.t at line 37 # Failed test 4 in t/12_cookie_secure.t at line 41 # Failed test 6 in t/12_cookie_secure.t at line 49 # Failed test 7 in t/12_cookie_secure.t at line 53 t/12_cookie_secure...........FAILED tests 3-4, 6-7 Failed 4/8 tests, 50.00% okay t/20_timeout.................skipped all skipped: env variable MAT_TEST_TIMEOUTS not set t/21_timeout_refresh.........skipped all skipped: env variable MAT_TEST_TIMEOUTS not set t/30_vhost_local_secret......# Failed test 4 in t/30_vhost_local_secret.t at line 48 # Failed test 5 in t/30_vhost_local_secret.t at line 54 t/30_vhost_local_secret......FAILED tests 4-5 Failed 2/7 tests, 71.43% okay t/31_vhost_global_secret.....# Failed test 4 in t/31_vhost_global_secret.t at line 47 # Failed test 5 in t/31_vhost_global_secret.t at line 53 t/31_vhost_global_secret.....FAILED tests 4-5 Failed 2/7 tests, 71.43% okay t/40_htaccess................# Failed test 4 in t/40_htaccess.t at line 41 # Failed test 5 in t/40_htaccess.t at line 42 # Failed test 6 in t/40_htaccess.t at line 48 # Failed test 7 in t/40_htaccess.t at line 49 t/40_htaccess................FAILED tests 4-7 Failed 4/9 tests, 55.56% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01_basic.t 7 2 28.57% 4-5 t/02_bad.t 8 1 12.50% 4 t/03_ignore_ip.t 6 1 16.67% 6 t/05_tokens.t 13 4 30.77% 6-9 t/07_guest_login.t 6 3 50.00% 3 5-6 t/07_guest_login_nocookie.t 11 4 36.36% 3 5 8 10 t/08_guest_user.t 22 11 50.00% 3 5-6 8 10 12 14 16 18 20 22 t/09_guest_not_allowed.t 5 2 40.00% 4-5 t/10_cookie_expiry.t 255 65280 28 19 67.86% 3-4 6-7 9-10 12-13 15-16 18-19 21-22 24-25 27-28 t/12_cookie_secure.t 8 4 50.00% 3-4 6-7 t/30_vhost_local_secret.t 7 2 28.57% 4-5 t/31_vhost_global_secret.t 7 2 28.57% 4-5 t/40_htaccess.t 9 4 44.44% 4-7 2 tests skipped. Failed 13/16 test scripts, 18.75% okay. 58/139 subtests failed, 58.27% okay. [warning] server localhost:8529 shutdown [ error] error running tests (please examine t/logs/error_log) make[1]: *** [test] Error 1 make[1]: Leaving directory `/root/install/mod_auth_tkt-2.0.0rc1/t' make: *** [test] Error 2 development:~/install/mod_auth_tkt-2.0.0rc1# --- Here the list of perl-related packages currently installed: development:~/install/mod_auth_tkt-2.0.0rc1# dpkg -l | grep perl ii libapache2-mod-perl2 2.0.2-2 Integration of perl with the Apache2 web ser ii libapache2-mod-perl2-dev 2.0.2-2 Integration of perl with the Apache2 web ser ii libapache2-request-perl 2.07-1 generic Apache request library - Perl module ii libclass-factory-util-perl 1.6-2 Utility method for factory classes ii libclass-singleton-perl 1.03-7 perl Class::Singleton - Implementation of a ii libdatetime-locale-perl 0.22-1 perl DateTime::Locale - Localization support ii libdatetime-perl 0.2901-1.1 perl DateTime - Reference implementation for ii libdatetime-timezone-perl 0.42-1 perl DateTime::TimeZone - Time zone object b ii libdevel-symdump-perl 2.03-3 Perl module for inspecting perl's symbol tab ii libhtml-parser-perl 3.55-1 A collection of modules that parse HTML text ii libhtml-tagset-perl 3.10-2 Data tables pertaining to HTML ii libhtml-tree-perl 3.19.01-2 represent and create HTML syntax trees ii liblocale-gettext-perl 1.05-1 Using libc functions for internationalizatio ii libparams-validate-perl 0.77-1 validate parameters to Perl method/function ii libperl5.8 5.8.8-6.1 Shared Perl library ii libtext-charwidth-perl 0.04-4 get display widths of characters on the term ii libtext-iconv-perl 1.4-3 converts between character sets in Perl ii libtext-wrapi18n-perl 0.06-5 internationalized substitute of Text::Wrap ii liburi-perl 1.35-2 Manipulates and accesses URI strings ii libwww-perl 5.805-1 WWW client/server library for Perl (aka LWP) ii perl 5.8.8-6.1 Larry Wall's Practical Extraction and Report ii perl-base 5.8.8-6.1 The Pathologically Eclectic Rubbish Lister ii perl-modules 5.8.8-6.1 Core Perl modules -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=modauthtkt-users/attachments/20060829/88e12b22/attachment.html ------------------------------ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ------------------------------ _______________________________________________ modauthtkt-users mailing list modauthtkt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/modauthtkt-users End of modauthtkt-users Digest, Vol 3, Issue 2 **********************************************