On Fri, 20 Apr 2001, Doug MacEachern wrote:
> On Sat, 21 Apr 2001, Stas Bekman wrote:
>
> > Why 'make clean' doesn't nuke those? Is 'make realclean' due?
>
> dunno, probably should.
>> todo ?
> > using Apache-AdvancedExtranetServer/1.3.19
>
> umm, that does not look like a 2.0 server
Argh,
On Sat, 21 Apr 2001, Stas Bekman wrote:
> Why 'make clean' doesn't nuke those? Is 'make realclean' due?
dunno, probably should.
> using Apache-AdvancedExtranetServer/1.3.19
umm, that does not look like a 2.0 server
> I've the latest httpd-2.0 cvs. (2 minutes old)
>
> -
On Fri, 20 Apr 2001, Doug MacEachern wrote:
> On Sat, 21 Apr 2001, Stas Bekman wrote:
>
> > I get the same trace without -Duseshrplib.
>
> i am getting a core dump with 5.6.1 too. its similar to the trace you
> posted before, but not the same. bandaid below prevents it,
> filters/input_msg test
> > note that I've seen this error with DSO as well, I think I get it every
> > time I change the build options.
>
> i wonder if your picking up a bogus Apache::BuildConfig. make sure you
> don't have one installed in site_perl and rm lib/Apache/BuildConfig.pm
> blib/lib/Apache/BuildConfig.pm
Se
On Sat, 21 Apr 2001, Stas Bekman wrote:
> I get the same trace without -Duseshrplib.
i am getting a core dump with 5.6.1 too. its similar to the trace you
posted before, but not the same. bandaid below prevents it,
filters/input_msg test will fail.
--- t/conf/modperl_extra.pl 2001/04/1
On Sat, 21 Apr 2001, Stas Bekman wrote:
> MP_GENERATE_XS=1 MP_STATIC_EXTS=1 MP_DEBUG=1
fwiw, after fixing the lib path in WrapXS.pm, i can build with these
options. i did not actually try linking/running libmodperl.a with httpd
tho.
--
On Sat, 21 Apr 2001, Stas Bekman wrote:
> I get the same trace without -Duseshrplib.
thats not possible. you stacktrace was trying to load:
/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE/libperl.so
which does not happen without -Duseshrplib
unless it has somehow become the defau
On Fri, 20 Apr 2001, Perrin Harkins wrote:
> I can take over SizeLimit. I'll need CVS access. I don't think there's a
> need to keep a separate version on CPAN, as this module is not frequently
> updated.
ok, great. just submit patches for now, we'll work out cvs access later.
> As for spl
On Sat, 21 Apr 2001, Stas Bekman wrote:
> it's the telepathy at works :) I guess it's because we are located pretty
> much on the same axe Singapore<->SF :)
:)
> Do you want the bugreport.pl to call config.pl? I'd rip the code from
> config.pl into Config.pm and call Config::dump from config.
On Fri, 20 Apr 2001, Doug MacEachern wrote:
> On Fri, 20 Apr 2001, Stas Bekman wrote:
>
> > ./Configure -des -Dusethreads -Doptimize='-g' -Duseshrplib
>
> try without -Duseshrplib, your core dump is clearly related to that. no
> idea what the real problem is tho.
I get the same trace without -D
> wow, that looks almost exactly like the i wrote right after responding to
> your message. of course the cvs commit has been hanging for a half hour,
> if you want to change bugreport.pl to run util/config.pl that would be
> cool.
it's the telepathy at works :) I guess it's because we are locat
On Fri, 20 Apr 2001, Doug MacEachern wrote:
> On Sat, 21 Apr 2001, Stas Bekman wrote:
>
> > Use of uninitialized value in -d at lib/Apache/Build.pm line 443.
> > Use of uninitialized value in -l at lib/Apache/Build.pm line 443.
> > Use of uninitialized value in -l at lib/Apache/Build.pm line 443.
> -Original Message-
> From: Doug MacEachern [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 20, 2001 1:11 PM
> To: Geoffrey Young
> Cc: '[EMAIL PROTECTED]'
> Subject: Re: Const.xs problems
>
>
> On Fri, 20 Apr 2001, Geoffrey Young wrote:
>
> > modperl_constants.c:218: `APR_FILEPATH_
On Fri, 20 Apr 2001, Geoffrey Young wrote:
> modperl_constants.c:218: `APR_FILEPATH_NATIVE' undeclared (first use in this
and your apache version is ? looks like you need to cvs up/install
httpd-2.0. until things start to stablize, modperl-2.0 will require
httpd-2.0 to be the current cvs versi
On Sat, 21 Apr 2001, Stas Bekman wrote:
> Use of uninitialized value in -d at lib/Apache/Build.pm line 443.
> Use of uninitialized value in -l at lib/Apache/Build.pm line 443.
> Use of uninitialized value in -l at lib/Apache/Build.pm line 443.
> Use of uninitialized value in -l at lib/Apache/Buil
wow, that looks almost exactly like the i wrote right after responding to
your message. of course the cvs commit has been hanging for a half hour,
if you want to change bugreport.pl to run util/config.pl that would be
cool.
-
T
Looks like I'm going to submit lots of bugs, so I've hacked up a small
script to do the report for me. You may want to consider to enrich it and
put into the mod_perl 2.0 distro if others find it useful.
_
Stas Bekman
if I rebuild Perl I get 4 warns (below) when running this build:
% make clean
% /home/stas/perl-5.6.1/bin/perl Makefile.PL \
MP_GENERATE_XS=1 MP_USE_DSO=1 MP_DEBUG=1 \
MP_APXS=/home/stas/httpd-2.0/bin/apxs && make
Makefile out-of-date with respect to
/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-t
The Apache__Filter.h patch worked just fine... now I have this...
cp Const.pm ../../../blib/lib/ModPerl/Const.pm
/src/bleedperl/bin/perl -I/src/bleedperl/lib/5.7.1/i686-linux-thread-multi
-I/src/bleedperl/lib/5.7.1 /src/bleedperl/lib/5.7.1/ExtUtils/xsubpp
-typemap /src/bleedperl/lib/5.7.1/ExtUtil
On Fri, 20 Apr 2001, Stas Bekman wrote:
> ./Configure -des -Dusethreads -Doptimize='-g' -Duseshrplib
try without -Duseshrplib, your core dump is clearly related to that. no
idea what the real problem is tho.
> Doug, I wonder whether reporting build options is as helpful as the output
> of -v/-
I get core dumps during make test (the server won't start)
(gdb) where
#0 0x40127781 in malloc () from /lib/libc.so.6
#1 0x401290e7 in calloc () from /lib/libc.so.6
#2 0x4000bccd in _dl_new_object (
realname=0x82f9758
"/home/stas/perl-5.6.1/lib/5.6.1/i686-linux-thread-multi/CORE/libperl.so
On Fri, 20 Apr 2001, Geoffrey Young wrote:
> Hi Doug...
>
> I just updated and tried to build this morning...
should be fixed now.
> are you interested in these reports? I don't want to bombard you with
> stuff...
very interested, fire away!
---
Hi Doug...
I just updated and tried to build this morning...
In file included from Filter.xs:18:
/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h:92: `stash' undeclared
(first use in this function)
/src/modperl-2.0/xs/Apache/Filter/Apache__Filter.h:92: (Each undeclared
identifier is reported o
23 matches
Mail list logo