David Cantrell wrote:
On Tue, Jan 01, 2008 at 08:23:52PM -0500, James E Keenan wrote:
David Cantrell wrote:
If anyone can give me an idiots' guide to how to grab the most recent
source tree, build it, and test it, then I can test it on the same boxes
as I do CPAN testing, plus maybe a couple of others.
svn co https://svn.perl.org/parrot/trunk/ parrot_test
cd parrot_test
perl Configure.pl
make
...
/usr/local/bin/perl /home/david/parrot_test/tools/build/pmc2c.pl --c
subproxy.pmc
Cannot restore overloading on HASH(0x823a074) (package
Parrot::Pmc2c::Emitter) at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/_retrieve.al) line 328, at
/home/david/parrot_test/tools/build/dynpmc.pl line 199
make[1]: *** [all] Error 255
make[1]: Leaving directory `/home/david/parrot_test/src/dynpmc'
make: *** [dynpmc.dummy] Error 2
That's on Linux. There' probably not much point me testing it on more
obscure platforms right now -)
Right now I unfortunately don't have the tuits to follow perl.qa closely
and experiment with buildbots. As for the failure above, is this
occurring while being run by a buildbot ... or just run by a human.
If the latter, then it's a bug of some sort in Parrot and you should
file it at [EMAIL PROTECTED], attaching your 'make' output up to
the point of failure.
Thank you very much for trying this out.
Jim Keenan