Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
I built all mine at once and they all built fine in the same shell. [EMAIL PROTECTED] writes: >Oh, and another weird thing, several -pm packages I have built were >erroring like crazy, then I tried building in a clean shell, and they >suddenly worked, oh and I did try that for this one, too, bu

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
probably, though I might be wrong. On Wednesday, January 16, 2002, at 06:16 , Justin Hallett wrote: > you think it's an env problem? > > [EMAIL PROTECTED] writes: >> I think that this is one of the problems we are going to have more and >> more. The user's environments are not being cleaned for

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
Oh, and another weird thing, several -pm packages I have built were erroring like crazy, then I tried building in a clean shell, and they suddenly worked, oh and I did try that for this one, too, but I will try again. On Wednesday, January 16, 2002, at 06:13 , Justin Hallett wrote: > you seem

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
you think it's an env problem? [EMAIL PROTECTED] writes: >I think that this is one of the problems we are going to have more and >more. The user's environments are not being cleaned for the make, make >test, and make install. Without a clean environment, everything just >about flies out the

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
I think that this is one of the problems we are going to have more and more. The user's environments are not being cleaned for the make, make test, and make install. Without a clean environment, everything just about flies out the window. On Wednesday, January 16, 2002, at 06:13 , Justin Hal

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
you seem to have all the packages I thought would matter I could simply remove the make test for now...but I don't understand why it works 100% for me and not you...that is weird. ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Hallett

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
[localhost:~] kyle% fink list pm Reading package info... Information about 664 packages read in 5 seconds. appconfig-pm1.52-1 Perl5 modules for reading configuration fil... i compress-zlib-p 1.16-1 Part of the info-zip zlib compression library data-showtable- 3.3-1

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
send me the list you get from fink list pm [EMAIL PROTECTED] writes: >If I remove storable-pm, here's the error I get: > >t/4_MemShare2:DataCompare: expected 2 key(s) (one, two), got: 1 >(server) >4:DataCompare: expected 2 key(s) (one, two), got: 1 (server) >Use of uninitialized value i

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
If I remove storable-pm, here's the error I get: t/4_MemShare2:DataCompare: expected 2 key(s) (one, two), got: 1 (server) 4:DataCompare: expected 2 key(s) (one, two), got: 1 (server) Use of uninitialized value in string ne at t/4_MemShare.t line 33. 1..7 not ok 1 not ok 2 ok 3 not ok 4 o

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
here is what I get after installing storable-pm make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/1_XMLin...ok

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
I had a file in perl5/Memoize/ called Storable.pm so i removed memoize-pm but it still built xml-simple-pm make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
I got this error after I installed Storable.pm. The earlier error talked about Storable, so I installed it, but I don't think that fixed the underlying problem, because I then got the error I sent you. On Wednesday, January 16, 2002, at 05:52 , Justin Hallett wrote: > all this was after or be

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
try installing memoize-pm and then xml-simple-pm and let me know so I can add it as a depends. ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Hallett CAISnet Inc. 2nd Floor, 11635 - 160 Street Edmonton, AB, Canada T5M 3

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
all this was after or before storable.pm? ¸.·´^`·.,][JFH][`·.,¸¸.·´][JFH][¸.·´^`·., Justin F. Hallett CAISnet Inc. 2nd Floor, 11635 - 160 Street Edmonton, AB, Canada T5M 3Z3 Phone: (780)-408-3094 Fax: (

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
OK, got it, t/4_MemShareUse of uninitialized value in string ne at t/4_MemShare.t line 33. 1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 not ok 7 FAILED test 7 Failed 1/7 tests, 85.71% okay t/5_MemCopy.1..7 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok [snip] Failed Test Status Wstat Tota

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
Sure, but actually I just installed Storable.pm and got a different error, so I'll send that, because it's probably the root of the problem. make test PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/System/Library/Perl/darwin -I/System/Library/Perl -e 'use Test::Harness qw(&runtests

Re: [Fink-devel] xml-simple-pm

2002-01-16 Thread Justin Hallett
Strange I don't have storable.pm installed and it doesn't fail for mecan you send me the error?? [EMAIL PROTECTED] writes: >Justin, > >I tried to compile your xml-simple-pm module, and I got an error in >testing. I believe that it depends on the Storable.pm module, aka >storable-pm in fink

[Fink-devel] xml-simple-pm

2002-01-16 Thread Kyle Moffett
Justin, I tried to compile your xml-simple-pm module, and I got an error in testing. I believe that it depends on the Storable.pm module, aka storable-pm in fink. I verified this by running verbosely, several things aren't bothered, but the test t/4_MemShare.t fails without Storable.pm (As a