Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl

[mp2] make test errors

 

 

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded


wreckmybike at yahoo

Apr 3, 2003, 9:10 AM

Post #1 of 7 (1198 views)
Permalink
[mp2] make test errors

Is this something to be worried about? Or can I
continue with make install? Please help.

System: FreeBSD 4.8-RELEASE
Server version: Apache/2.0.45

I received the following summary from make test:

Failed Test Stat Wstat Total Fail Failed List
of Failed
-------------------------------------------------------------------------------
apr/perlio.t 11 11 100.00% 1-11
apr/threadmutex.t 3 3 100.00% 1-3
4 tests skipped.
*** server localhost:8529 shutdown
!!! error running tests (please examine
t/logs/error_log)
*** Error code 1

The error_log follows:
END in modperl_extra.pl, pid=57443
[Thu Apr 03 19:37:27 2003] [notice] Apache/2.0.45
(Unix) mod_perl/1.99_08 Perl/v5.8.0 configured --
resuming normal operations
[Thu Apr 03 19:37:27 2003] [info] Server built: Apr 3
2003 09:02:09
[Thu Apr 03 19:37:27 2003] [debug] prefork.c(1039):
AcceptMutex: flock (default: flock)
[Thu Apr 03 19:37:28 2003] [error] server reached
MaxClients setting, consider raising the MaxClients
setting
[Thu Apr 03 19:38:37 2003] [info] [client 127.0.0.1]
TestAPI::aplog test in progress
[Thu Apr 03 19:38:37 2003] [debug]
/usr/src/mod_perl-1.99_08/t/response/TestAPI/aplog.pm(43):
log_serror test ok
[Thu Apr 03 19:38:37 2003] [debug]
/usr/src/mod_perl-1.99_08/t/response/TestAPI/aplog.pm(46):
(20007)No time was provided and one was required.:
log_serror test 2 ok
[Thu Apr 03 19:38:37 2003] [debug]
/usr/src/mod_perl-1.99_08/t/response/TestAPI/aplog.pm(49):
[client 127.0.0.1] (20007)No time was provided and one
was required.: log_rerror test ok
[Thu Apr 03 19:38:37 2003] [error] $r->log_error test
ok
[Thu Apr 03 19:38:37 2003] [error] $s->log_error test
ok
[Thu Apr 03 19:38:37 2003] [debug]
/usr/src/mod_perl-1.99_08/t/response/TestAPI/aplog.pm(63):
TestAPI::aplog test done
[Thu Apr 03 19:38:37 2003] [warn] ApacheApache->warn
test ok
[Thu Apr 03 19:38:37 2003] [warn] $s->warn test ok
[Thu Apr 03 19:40:25 2003] [error] [client 127.0.0.1]
mkdir /usr/src/mod_perl-1.99_08/t/htdocs/perlio:
Permission denied at
/usr/src/mod_perl-1.99_08/Apache-Test/lib/Apache/TestUtil.pm
line 128

[Thu Apr 03 19:40:50 2003] [error] [client 127.0.0.1]
Can't locate APR/ThreadMutex.pm in @INC (@INC
contains: /usr/src/mod_perl-1.99_08/t
/usr/src/mod_perl-1.99_08/blib/lib/Apache2
/usr/src/mod_perl-1.99_08/blib/arch/Apache2
/usr/src/mod_perl-1.99_08/Apache-Test/lib
/usr/src/mod_perl-1.99_08/lib
/usr/src/mod_perl-1.99_08/blib/lib
/usr/src/mod_perl-1.99_08/blib/arch
/usr/src/mod_perl-1.99_08/t/response
/usr/src/mod_perl-1.99_08/t/protocol
/usr/src/mod_perl-1.99_08/t/hooks
/usr/src/mod_perl-1.99_08/t/filter
/usr/src/mod_perl-1.99_08/t/htdocs/testdirective/perlmodule-vh
/usr/src/mod_perl-1.99_08/t/htdocs/testdirective/main
/usr/local/lib/perl5/5.8.0/i386-freebsd
/usr/local/lib/perl5/5.8.0
/usr/local/lib/perl5/site_perl/5.8.0/i386-freebsd
/usr/local/lib/perl5/site_perl/5.8.0
/usr/local/lib/perl5/site_perl) at
/usr/src/mod_perl-1.99_08/t/response/TestAPR/threadmutex.pm
line 17.

[Thu Apr 03 19:41:08 2003] [error] Apache::log_error
test ok
[Thu Apr 03 19:44:29 2003] [error] [client 127.0.0.1]
File does not exist:
/usr/src/mod_perl-1.99_08/t/htdocs/nope
[Thu Apr 03 19:45:57 2003] [error] [client 127.0.0.1]
need AuthName: /TestModperl::setauth
[Thu Apr 03 19:46:40 2003] [info] removed PID file
/usr/src/mod_perl-1.99_08/t/logs/httpd.pid (pid=57444)
[Thu Apr 03 19:46:40 2003] [notice] caught SIGTERM,
shutting down
END in modperl_extra.pl, pid=57444

Thanks
Paul


=====
'Ideals are like stars. We may never reach them, but we use them to chart our course.' -- Unknown


stas at stason

Apr 3, 2003, 4:41 PM

Post #2 of 7 (1127 views)
Permalink
Re: [mp2] make test errors [In reply to]

Paul Simon wrote:
> Is this something to be worried about? Or can I
> continue with make install? Please help.

Probably not unless you use APR::PerlIO and APR::ThreadMutex, so you can go
with 'make install'.

However let's solve the problems nevertheless.

Could you first install the latest cvs, so we can work with the same version.

I've mapped the failures to the error_log entries:

> apr/perlio.t 11 11 100.00% 1-11

> mkdir /usr/src/mod_perl-1.99_08/t/htdocs/perlio:
> Permission denied at
> /usr/src/mod_perl-1.99_08/Apache-Test/lib/Apache/TestUtil.pm

why do you have a perm problem? Do you run the test as root? What are the
perms of /usr/src/mod_perl-1.99_08/t/htdocs
/usr/src/mod_perl-1.99_08/t/htdocs/perlio

> apr/threadmutex.t 3 3 100.00% 1-3

> [Thu Apr 03 19:40:50 2003] [error] [client 127.0.0.1]
> Can't locate APR/ThreadMutex.pm in @INC (@INC
> contains: /usr/src/mod_perl-1.99_08/t

If you look at t/response/TestAPR/threadmutex.pm. It runs this check:

plan $r, tests => 3, have_threads;

The have_threads function (which lives in Apache-Test/lib/Apache/Test.pm)
checks these predicaments:

$apr_config->{HAS_THREADS}
$Config{useithreads} eq 'define';

mod_perl build code (which lives in lib/ModPerl/BuildMM.pm) skips building
APR::ThreadMutex if apr doesn't have HAS_THREADS defined.

if ($path =~ m/(Thread|Global)Mutex/) {
return unless $apr_config->{HAS_THREADS};
}

It's strange that the build saw that apr has no HAS_THREADS, while the test
saw the opposite.

Can you do (adjust the path to the include dir of the httpd server):

grep HAS_THREADS ~/httpd/prefork/include/apr.h

and also run (with the same perl):

perl -V:useithreads

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


wreckmybike at yahoo

Apr 7, 2003, 5:34 PM

Post #3 of 7 (1124 views)
Permalink
Re: [mp2] make test errors [In reply to]

--- Stas Bekman <stas [at] stason> wrote:
> Paul Simon wrote:
> > Is this something to be worried about? Or can I
> > continue with make install? Please help.
>
> Probably not unless you use APR::PerlIO and
> APR::ThreadMutex, so you can go
> with 'make install'.
>
> However let's solve the problems nevertheless.
>
> Could you first install the latest cvs, so we can
> work with the same version.

I installed the following:
modperl-2.0_20030407224456.tar.gz

> I've mapped the failures to the error_log entries:
>
> > apr/perlio.t 11 11 100.00%
> 1-11
>
> > mkdir /usr/src/mod_perl-1.99_08/t/htdocs/perlio:
> > Permission denied at
> >
>
/usr/src/mod_perl-1.99_08/Apache-Test/lib/Apache/TestUtil.pm
>
> why do you have a perm problem? Do you run the test
> as root? What are the
> perms of /usr/src/mod_perl-1.99_08/t/htdocs
> /usr/src/mod_perl-1.99_08/t/htdocs/perlio

I ran the test as root. Only the user, 500, had write
permissions.

> > apr/threadmutex.t 3 3 100.00%
> 1-3
>
> > [Thu Apr 03 19:40:50 2003] [error] [client
> 127.0.0.1]
> > Can't locate APR/ThreadMutex.pm in @INC (@INC
> > contains: /usr/src/mod_perl-1.99_08/t
>
> If you look at t/response/TestAPR/threadmutex.pm. It
> runs this check:
>
> plan $r, tests => 3, have_threads;
>
> The have_threads function (which lives in
> Apache-Test/lib/Apache/Test.pm)
> checks these predicaments:
>
> $apr_config->{HAS_THREADS}
> $Config{useithreads} eq 'define';
>
> mod_perl build code (which lives in
> lib/ModPerl/BuildMM.pm) skips building
> APR::ThreadMutex if apr doesn't have HAS_THREADS
> defined.
>
> if ($path =~ m/(Thread|Global)Mutex/) {
> return unless $apr_config->{HAS_THREADS};
> }
>
> It's strange that the build saw that apr has no
> HAS_THREADS, while the test
> saw the opposite.
>
> Can you do (adjust the path to the include dir of
> the httpd server):
>
> grep HAS_THREADS ~/httpd/prefork/include/apr.h

#define APR_HAS_THREADS 0

> and also run (with the same perl):
>
> perl -V:useithreads

useithreads='undef';

Here are the test results using
modperl-2.0_20030407224456:

END in modperl_extra.pl, pid=57036
[Tue Apr 08 05:51:06 2003] [notice] Apache/2.0.45
(Unix) mod_perl/1.99_09-dev Pe
rl/v5.8.0 configured -- resuming normal operations
[Tue Apr 08 05:51:06 2003] [info] Server built: Apr 8
2003 03:45:03
[Tue Apr 08 05:51:06 2003] [debug] prefork.c(1039):
AcceptMutex: flock (default:
flock)
[Tue Apr 08 05:51:07 2003] [error] server reached
MaxClients setting, consider r
aising the MaxClients setting
[Tue Apr 08 05:52:30 2003] [info] [client 127.0.0.1]
TestAPI::aplog test in prog
ress
[Tue Apr 08 05:52:30 2003] [debug]
/usr/local/src/modperl-2.0/t/response/TestAPI
/aplog.pm(43): log_serror test ok
[Tue Apr 08 05:52:30 2003] [debug]
/usr/local/src/modperl-2.0/t/response/TestAPI
/aplog.pm(46): (20007)No time was provided and one was
required.: log_serror tes
t 2 ok
[Tue Apr 08 05:52:30 2003] [debug]
/usr/local/src/modperl-2.0/t/response/TestAPI
/aplog.pm(49): [client 127.0.0.1] (20007)No time was
provided and one was requir
ed.: log_rerror test ok
[Tue Apr 08 05:52:30 2003] [error] $r->log_error test
ok
[Tue Apr 08 05:52:30 2003] [error] $s->log_error test
ok
[Tue Apr 08 05:52:30 2003] [debug]
/usr/local/src/modperl-2.0/t/response/TestAPI
/aplog.pm(63): TestAPI::aplog test done
[Tue Apr 08 05:52:30 2003] [warn] ApacheApache->warn
test ok
[Tue Apr 08 05:52:30 2003] [warn] $s->warn test ok
[Tue Apr 08 05:55:02 2003] [error] Apache::log_error
test ok

*** The following error entry is expected and it is
harmless ***
[Tue Apr 08 05:57:34 2003] [error] [client 127.0.0.1]
Undefined subroutine &Test
Error::runtime::no_such_func called at
/usr/local/src/modperl-2.0/t/response/Tes
tError/runtime.pm line 19.


*** The following error entry is expected and it is
harmless ***
[Tue Apr 08 05:57:40 2003] [error] failed to resolve
handler `TestError::syntax'
[Tue Apr 08 05:57:40 2003] [error] [client 127.0.0.1]
syntax error at /usr/local
/src/modperl-2.0/t/response/TestError/syntax.pm line
22, near "\;"
Compilation failed in require at (eval 110) line 3.

[echo_filter] get_brigade: Unknown error: 0

*** The following error entry is expected and it is
harmless ***
[Tue Apr 08 06:00:40 2003] [error] [client 127.0.0.1]
File does not exist: /usr/
local/src/modperl-2.0/t/htdocs/nope

*** The following error entry is expected and it is
harmless ***
[Tue Apr 08 06:02:27 2003] [error] [client 127.0.0.1]
need AuthName: /TestModper
l::setauth
[Tue Apr 08 06:03:32 2003] [info] Child process
pid=57038 is exiting
[Tue Apr 08 06:03:32 2003] [info] removed PID file
/usr/local/src/modperl-2.0/t/
logs/httpd.pid (pid=57037)
[Tue Apr 08 06:03:32 2003] [notice] caught SIGTERM,
shutting down
END in modperl_extra.pl, pid=57037


stas at stason

Apr 8, 2003, 4:46 PM

Post #4 of 7 (1125 views)
Permalink
Re: [mp2] make test errors [In reply to]

Let's split the issues. Here we handle the TestAPR/threadmutex.pm problem

>>>apr/threadmutex.t 3 3 100.00%

You get no failure for this test with the latest cvs, instead the test is
skipped, am I right?

>>>Can't locate APR/ThreadMutex.pm in @INC (@INC
>>>contains: /usr/src/mod_perl-1.99_08/t
>>
>>If you look at t/response/TestAPR/threadmutex.pm. It
>>runs this check:
>>
>> plan $r, tests => 3, have_threads;

[...]

>>Can you do (adjust the path to the include dir of
>>the httpd server):
>>
>>grep HAS_THREADS ~/httpd/prefork/include/apr.h
>
>
> #define APR_HAS_THREADS 0
>
>
>>and also run (with the same perl):
>>
>>perl -V:useithreads
>
>
> useithreads='undef';

looks good. have_threads should return 0 in this case and the test should be
skipped.

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


stas at stason

Apr 8, 2003, 6:42 PM

Post #5 of 7 (1123 views)
Permalink
Re: [mp2] make test errors [In reply to]

> I installed the following:
> modperl-2.0_20030407224456.tar.gz

Can you apply this patch and try again?

Index: Apache-Test/lib/Apache/TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.149
diff -u -r1.149 TestConfig.pm
--- Apache-Test/lib/Apache/TestConfig.pm 4 Apr 2003 00:28:37 -0000 1.149
+++ Apache-Test/lib/Apache/TestConfig.pm 9 Apr 2003 01:36:59 -0000
@@ -448,7 +448,19 @@
#use only first value if $) contains more than one
$gid =~ s/^(\d+).*$/$1/;

- $ENV{APACHE_GROUP} || (getgrgid($gid) || "#$gid");
+ my $group = $ENV{APACHE_GROUP} || (getgrgid($gid) || "#$gid");
+
+ if ($group eq 'root') {
+ # similar to default_user, we want to avoid perms problems,
+ # when the server is started with group 'root'. When running
+ # under group root it may fail to create dirs and files,
+ # writable only by user
+ my $user = default_user();
+ my $gid = $user ? (getpwnam($user))[3] : '';
+ $group = (getgrgid($gid) || "#$gid") if $gid;
+ }
+
+ $group;
}

sub default_user {

if after applying the patch and running 'make test', the problem with mkdir
perms persists, please read on:

>>I've mapped the failures to the error_log entries:
>>
>>
>>>apr/perlio.t 11 11 100.00%
>>
>>1-11
>>
>> > mkdir /usr/src/mod_perl-1.99_08/t/htdocs/perlio:
>> > Permission denied at
>> >
>>
> /usr/src/mod_perl-1.99_08/Apache-Test/lib/Apache/TestUtil.pm
>
>>why do you have a perm problem? Do you run the test
>>as root? What are the
>>perms of /usr/src/mod_perl-1.99_08/t/htdocs
>>/usr/src/mod_perl-1.99_08/t/htdocs/perlio
>
>
> I ran the test as root. Only the user, 500, had write
> permissions.

Can I see the real (not interpreted) output of the following commands:

% ls -l /usr/src/mod_perl-1.99_08/t
% ls -l /usr/src/mod_perl-1.99_08/t/htdocs/
% grep User /usr/src/mod_perl-1.99_08/t/conf/httpd.conf
% grep Group /usr/src/mod_perl-1.99_08/t/conf/httpd.conf

__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


stas at stason

Feb 18, 2005, 3:08 PM

Post #6 of 7 (1088 views)
Permalink
Re: [mp2] make test errors [In reply to]

Jie Gao wrote:
> Hi Stas,
>
> The documentation at http://perl.apache.org/docs/2.0/api/APR/OS.html
> has an inconsistency.
>
> In the example, it seems the method "thread_current" should actually be
> "current_thread_id".

Thanks Jie, committed.


--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas [at] stason http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com


fred at redhotpenguin

Nov 15, 2008, 1:08 PM

Post #7 of 7 (586 views)
Permalink
Re: [mp2] make test errors [In reply to]

On Fri, Nov 14, 2008 at 9:48 PM, <craig [at] animalhead> wrote:
> -------------8<---------- Start Bug Report ------------8<----------
> 1. Problem Description:
>
> Per suggestion made in this forum, I gave up on static build and am building
> dynamic.
> Now I get 2 errors in make test, plus undef errors during 'sudo make
> install'

Peter Chen saw these errors on Solaris, and I saw them yesterday on
Fedora Core 8. It is specific to Apache 2.2.10. I looked at it a bit
but don't know what a fix entails. I haven't tested with 2.2.9, but
suggest grabbing an earlier version of Apache that doesn't fail that
test if your application exhibits authentication problems.

>
> t/hooks/authen_basic....1..4
> # Running under perl version 5.008008 for freebsd
> # Current time local: Fri Nov 14 21:00:32 2008
> # Current time GMT: Sat Nov 15 05:00:32 2008
> # Using Test.pm version 1.25
> # Using Apache/Test.pm version 1.31
> ok 1
> ok 2
> ok 3
> # Failed test 4 in t/hooks/authen_basic.t at line 26
> not ok 4
> FAILED test 4
> Failed 1/4 tests, 75.00% okay
> t/hooks/authz...........1..4
> # Running under perl version 5.008008 for freebsd
> # Current time local: Fri Nov 14 21:00:33 2008
> # Current time GMT: Sat Nov 15 05:00:33 2008
> # Using Test.pm version 1.25
> # Using Apache/Test.pm version 1.31
> ok 1
> ok 2
> ok 3
> # Failed test 4 in t/hooks/authz.t at line 19
> not ok 4
> FAILED test 4
>
> ------- also, in the subsequent 'sudo make install', every module was tagged
> with:
> Use of uninitialized value in length at
> /usr/local/lib/perl5/5.8.8/ExtUtils/Command/MM.pm line 134.
>
> So I changed said line 134 from
> if (length $options{perm_rw}) {
> to
> if ($options{perm_rw}) {
>
> Which made a subsequent retry of 'sudo make install' go without error
> messages
> -------
>
> 2. Used Components and their Configuration:
>
> *** mod_perl version 2.000004
>
> *** using /build/mod_perl-2.0.4/lib/Apache2/BuildConfig.pm
>
> *** Makefile.PL options:
> MP_APR_LIB => aprext
> MP_APXS => /usr/local/apache2.2.10/bin/apxs
> MP_COMPAT_1X => 1
> MP_DEBUG => 1
> MP_GENERATE_XS => 1
> MP_LIBNAME => mod_perl
> MP_TRACE => 1
> MP_USE_DSO => 1
>
>
> *** /usr/local/apache2.2.10/bin/httpd -V
> Server version: Apache/2.2.10 (Unix)
> Server built: Nov 14 2008 19:37:16
> Server's Module Magic Number: 20051115:18
> Server loaded: APR 1.3.3, APR-Util 1.3.4
> Compiled using: APR 1.3.3, APR-Util 1.3.4
> Architecture: 32-bit
> Server MPM: Prefork
> threaded: no
> forked: yes (variable process count)
> Server compiled with....
> -D APACHE_MPM_DIR="server/mpm/prefork"
> -D APR_HAS_SENDFILE
> -D APR_HAS_MMAP
> -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
> -D APR_USE_FLOCK_SERIALIZE
> -D APR_USE_PTHREAD_SERIALIZE
> -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
> -D APR_HAS_OTHER_CHILD
> -D AP_HAVE_RELIABLE_PIPED_LOGS
> -D DYNAMIC_MODULE_LIMIT=128
> -D HTTPD_ROOT="/usr/local/apache2.2.10"
> -D SUEXEC_BIN="/usr/local/apache2.2.10/bin/suexec"
> -D DEFAULT_PIDLOG="logs/httpd.pid"
> -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
> -D DEFAULT_LOCKFILE="logs/accept.lock"
> -D DEFAULT_ERRORLOG="logs/error_log"
> -D AP_TYPES_CONFIG_FILE="conf/mime.types"
> -D SERVER_CONFIG_FILE="conf/httpd.conf"
>
> *** /usr/bin/ldd /usr/local/apache2.2.10/bin/httpd
> /usr/local/apache2.2.10/bin/httpd:
> libz.so.3 => /lib/libz.so.3 (0x28208000)
> libm.so.4 => /lib/libm.so.4 (0x28219000)
> libpcre.so.0 => /usr/local/lib/libpcre.so.0 (0x2822f000)
> libaprutil-1.so.3 => /usr/local/apache2.2.10/lib/libaprutil-1.so.3
> (0x2825b000)
> libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x2827a000)
> libapr-1.so.3 => /usr/local/apache2.2.10/lib/libapr-1.so.3
> (0x2829b000)
> libcrypt.so.3 => /lib/libcrypt.so.3 (0x282c3000)
> libpthread.so.2 => /lib/libpthread.so.2 (0x282db000)
> libc.so.6 => /lib/libc.so.6 (0x282ff000)
>
>
> *** (apr|apu)-config linking info
>
> -L/usr/local/apache2.2.10/lib -laprutil-1 -lexpat -L/usr/local/lib
> -L/usr/local/apache2.2.10/lib -lapr-1 -lcrypt -lpthread
>
>
>
> *** /usr/local/bin/perl5.8.8 -V
> Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
> Platform:
> osname=freebsd, osvers=6.3-release, archname=i386-freebsd
> uname='freebsd sakomina.securesites.net 6.3-release freebsd 6.3-release
> #2: wed jun 25 14:30:46 mdt 2008 root [at] f:usrsrcsysi386compilevkern i386 '
> config_args='-Doptimize=-g -Dusedevel'
> hint=recommended, useposix=true, d_sigaction=define
> usethreads=undef use5005threads=undef useithreads=undef
> usemultiplicity=undef
> useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
> use64bitint=undef use64bitall=undef uselongdouble=undef
> usemymalloc=n, bincompat5005=undef
> Compiler:
> cc='cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING
> -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> -I/usr/local/include',
> optimize='-g',
> cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING
> -fno-strict-aliasing -pipe -Wdeclaration-after-statement
> -I/usr/local/include'
> ccversion='', gccversion='3.4.6 [FreeBSD] 20060305', gccosandvers=''
> intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
> d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
> ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8
> alignbytes=4, prototype=define
> Linker and Libraries:
> ld='cc', ldflags ='-Wl,-E -L/usr/local/lib'
> libpth=/usr/lib /usr/local/lib
> libs=-lgdbm -lm -lcrypt -lutil -lc
> perllibs=-lm -lcrypt -lutil -lc
> libc=, so=so, useshrplib=false, libperl=libperl.a
> gnulibc_version=''
> Dynamic Linking:
> dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
> cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
>
>
> Characteristics of this binary (from libperl):
> Compile-time options: DEBUGGING PERL_MALLOC_WRAP USE_LARGE_FILES
> USE_PERLIO
> Built under freebsd
> Compiled at Nov 9 2008 02:19:52
> %ENV:
> PERL_LWP_USE_HTTP_10="1"
> @INC:
> /usr/local/lib/perl5/5.8.8/i386-freebsd
> /usr/local/lib/perl5/5.8.8
> /usr/local/lib/perl5/site_perl/5.8.8/i386-freebsd
> /usr/local/lib/perl5/site_perl/5.8.8
> /usr/local/lib/perl5/site_perl
> /usr/local/lib/perl5/vendor_perl/5.8.7/i386-freebsd
> /usr/local/lib/perl5/vendor_perl/5.8.7
> /usr/local/lib/perl5/vendor_perl/5.8.7/i386-freebsd
> .
>
> *** Packages of interest status:
>
> Apache2 : -
> Apache2::Request : 2.07
> CGI : 3.42
> ExtUtils::MakeMaker: 6.48
> LWP : 5.820
> mod_perl : -
> mod_perl2 : -
>
>
> 3. This is the core dump trace: (if you get a core dump):
>
> [CORE TRACE COMES HERE]
>
> This report was generated by t/REPORT on Sat Nov 15 04:55:56 2008 GMT.
>
> -------------8<---------- End Bug Report --------------8<----------
>
> Note: Complete the rest of the details and post this bug report to
> modperl <at> perl.apache.org. To subscribe to the list send an empty
> email to modperl-subscribe [at] perl
>
>
>

ModPerl modperl RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.