On Fri, Dec 28, 2007 at 07:21:49PM -0800, Russ Allbery wrote: >gregor herrmann <[EMAIL PROTECTED]> writes: > >> ... as you said this affects a few hundred [0] of our packages. >> >> Uh. >> >> (How does Makefile.PL have to be invoked differently?) > > $(PERL) Makefile.PL INSTALLDIRS=vendor \ > INSTALLVENDORARCH=/usr/lib/perl5/ \ > VENDORARCHEXP=/usr/lib/perl5/ > >for arch-specific packages, apparently, and: > > $(PERL) Makefile.PL INSTALLDIRS=vendor \ > INSTALLVENDORARCH=/usr/share/perl5/ \ > VENDORARCHEXP=/usr/share/perl5/ > >for arch-independent packages.
Please DON'T do this. If there is a problem building with 5.10.0, then it should be fixed in perl/MakeMaker... I will take a look now. --bod -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]