Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-31 Thread Per Einar Ellefsen
At 05:32 01.06.2002, Doug MacEachern wrote: >i registered with sourceforge to try a different darwin version, but can't >figure out how to access the compile farm without registering a project. You'll have to register a project... But why don't you just go ahead and register mod_perl? That doesn

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-31 Thread R Blake
>> config_args='-Dfirstmakefile=GNUmakefile -Dusedevel' > > what is this -Dfirstmakefile=... ? OSX uses (usually) an HFS partition (read problems with case sensitivity!) so specifying "-Dfirstmakefile=GNUmakefile" simply sidesteps the problems known to occur with "Makefile" vs. "makefile" ...

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36 mod_perl/1.99_02-devPerl/v5.6.1)

2002-05-31 Thread Doug MacEachern
On Fri, 31 May 2002, R Blake wrote: > config_args='-Dfirstmakefile=GNUmakefile -Dusedevel' what is this -Dfirstmakefile=... ? my config_args are: perl -V:config_args config_args='-des -Dprefix=/Users/dougm/perl -Dusethreads -Doptimize=-g'; > Linker and Libraries: > ld='cc', ldflags =

make still fails: MODPERL-2 build on MacOSX

2002-05-31 Thread R Blake
and unfortunately, make still chokes on "-undefined suppress" at: cc -I/Volumes/ServerSystem/ports/modperl-2.0/src/modules/perl -I/Volumes/ServerSystem/ports/modperl-2.0/xs -I/usr/local/apache2/include -pipe -fno-common -DINT32_MIN_BROKEN -DINT64_MIN_BROKEN -no-cpp-precomp -fno-strict-aliasing -I/

tracked down BUS ERROR: MODPERL-2 build on MacOSX (Apache/2.0.36mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-31 Thread R Blake
doug, commenting out the following lines in Makefile.PL allow me to get past the configure "bus error": #ModPerl::MM will use Apache::BuildConfig in subdir/Makefile.PL's $build->save; #for my $util (qw(Report Smoke)) { #my $class = "Apache::Test${util}Perl"; #$class->generate

Re: failed MODPERL-2 build on MacOSX (Apache/2.0.36mod_perl/1.99_02-dev Perl/v5.6.1)

2002-05-31 Thread R Blake
per suggestion, i updated my builds .. modperl-2.0_20020531163044.tar.gz perl5 revision 5.0 version 8 subversion 0 patch 16908 Apache/2.0.36 and tried again with modperl2 .. surpised me with a simple "bus error"! i'll try backing up to 5.6.0 to replicated your results, but . an

Re: cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-05-31 Thread Stas Bekman
Doug MacEachern wrote: > On Fri, 31 May 2002, Stas Bekman wrote: > > >>But isn't this ifdef test one sided? i.e. you test only if perl was >>compiled with USE_LARGE_FILES, but not APR. Shouldn't it be: >> >>#ifdef USE_LARGE_FILES && !APR_HAS_LARGE_FILES > > > didn't know there was an APR_HAS_

Re: cvs commit: modperl-2.0/xs/APR/PerlIO apr_perlio.c

2002-05-31 Thread Doug MacEachern
On Fri, 31 May 2002, Stas Bekman wrote: > But isn't this ifdef test one sided? i.e. you test only if perl was > compiled with USE_LARGE_FILES, but not APR. Shouldn't it be: > > #ifdef USE_LARGE_FILES && !APR_HAS_LARGE_FILES didn't know there was an APR_HAS_LARGE_FILES adjusted to not croak i