On Thu, 30 Aug 2001, Doug MacEachern wrote:

> On Fri, 31 Aug 2001, Stas Bekman wrote:
>
> > I've already started working on it a few days ago, but I'm very sick all
> > this week, so I haven't much done yet :(
>
> get better soon!

:)

> > One of the problems I'm think about is once I've all the packages in
> > place, how do I know the order of their build/install, to satisfy
> > prerequisites, even if all the required sources are near. I guess I need
> > to steal this code from CPAN.pm.
>
> no need really, the modules should still build/install.  there will just
> be some prereq warnings and 'make test' wont work.  which is fine for this
> bundle.

It's not always true. Some dependicies are more tied and the code won't
build without the pre-requisit installed. Hopefully it's not a case in the
modules required by Apache-Test.

> > But assuming that the user is on Unix-flavored system, there is always
> > 'sh', so 'ulimit' can be used. Not sure though how can we set it
> > automatically in the parent shell before running ./t/TEST. How about
> > Makefile?
>
> you should be able to set these in t/TEST (Apache::TestRun) which is the
> parent process to httpd and all tests that will be run.

Yes, if we are using BSD::Resource. I'm not sure how can you do it from
Perl if using 'ulimit' shell's built-in command.

We want to end up with the build system that makes it the easiest for
users to report problems, so what's your best bet on setting up the env
for getting core files? Make a dependency on BSD::Resourse (not working
everywhere) or trying to rely on shell features?

I'm still thinking that just adding:

ulimit -c unlimited

just before ./t/TEST is run in Makefile, is the simplest solution. Or
would this have cross-platform problems.


_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://localhost/      http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to