On Tue, 4 Aug 2009, Dave Mitchell wrote: > On Tue, Aug 04, 2009 at 11:36:40AM +0200, Bram wrote: > > Summary: I can not reproduce this failure. > > I also cannot reproduce this, and I've been trying all afternoon. I also also cannot reproduce this. I note that PPI has a bunch of pre-requisites, and I started from a fresh, clean install, so there may be some issue with previously installed stuff somewhere. > David, your Configure options seem over-complex, and they also add > /runtime/pmlib > /common/pmlib > /usr/local/pmlib > to @INC, which will contain stuff that at best we cannot reproduce here, > and at worst which may be actually causing the fault. Yes, that's a real possibility too. > Is it possible for you yo reproduce this with a 'sanitised' perl build, > i.e. one that removes the extra libs, and as many Configure args as > possible (esp the -Dd_dosuid) ? Also (unrelated to this bug report), I'm puzzled by what this pair of arguments is intended to do: -Dusethreads -Uuseithreads In older versions of perl, I think it would end up using the 5005threads, in a roundabout way. In current versions of perl, where 5005threads are no longer available, I think it ends up using ithreads, even though you have explicitly asked it not to. -- Andy Dougherty doughera@lafayette.eduThread Previous | Thread Next