bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with GMP-4.1.2 and PERL-5.8.2


From: I. Thomas Cundiff
Subject: Problem with GMP-4.1.2 and PERL-5.8.2
Date: Mon, 24 Nov 2003 10:36:57 -0500

Last Monday I upgraded from Perl 5.6.0 to 5.8.2.  As far as I could
tell, everything went okay.  So I tried the GMP program sample.pl, and
now it didn't work although it had before the upgrade.  So I sent
e-mails both to GMP and PERL, and the replies, which I appreciated,
advised me to re-build GMP.  I did that today, essentially following
what I had done last January -- I keep very careful notes whenever I
either install or upgrade --  to install GMP-4.1.2 using Perl-5.6.0  
And now, after giving in the build directory ./configure, make, make
check (all tests passed), re-compiling example[1,2].c and testing (got
answer2 given in INSTALL), and make install, appeared to have
successfully re-installed GMP.  So first in ./demos/calc, rebuilt calc
and tested, and then in ./demos/expr did the same for run-expr.  So
went to ./demos/perl and gave perl Makefile.PL and then make.  Now
perl -Iblib/arch sample.pl runs successfully, so gave make test and
this is where I encountered a problem.  Where it had run successfully
when I build GMP-4.1.2 with Perl-5.6.0 now it gives an error only part
way through all the tests.  So I re-ran make test > perltest.txt 2>
perltest-errors.txt and have appended these files.  I did give make
install which appeared to run successfully.

So it appears to me there is a problem someplace between GMP-4.1.2 and
PERL-5.8.2 and I am left with not knowing whether the suggested new
build of GMP-4.1.2 has really succeeded.  I suspect the basic package
is okay and only the Perl part may be in question.

If you want, I would be glad to send you the files
./demos/perl/[Makefile,test.pl] and anything else you may want to
see.  Thanks in advance for any help you can give me is figuring out
why this suggested re-installation of GMP-4.1.2 has come up with this
problem.

Tom Cundiff
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..123
# Running under perl version 5.008002 for linux
# Current time local: Mon Nov 24 10:06:42 2003
# Current time GMT:   Mon Nov 24 15:06:42 2003
# Using Test.pm version 1.24
$GMP::VERSION 1 GMP::version() 4.1.2
mpz
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11
ok 12
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
ok 20
ok 21
ok 22
ok 23
ok 24
ok 25
ok 26
ok 27
ok 28
ok 29
ok 30
ok 31
ok 32
ok 33
ok 34
ok 35
ok 36
ok 37
ok 38
ok 39
ok 40
ok 41
ok 42
ok 43
ok 44
ok 45
ok 46
ok 47
ok 48
ok 49
ok 50
ok 51
ok 52
ok 53
ok 54
ok 55
ok 56
ok 57
ok 58
ok 59
ok 60
ok 61
ok 62
ok 63
ok 64
ok 65
ok 66
ok 67
ok 68
ok 69
ok 70
ok 71
ok 72
ok 73
ok 74
ok 75
ok 76
ok 77
ok 78
ok 79
ok 80
ok 81
ok 82
ok 83
ok 84
ok 85
ok 86
ok 87
ok 88
ok 89
ok 90
ok 91
ok 92
ok 93
GMP::Mpz new: invalid arguments at test.pl line 121.
make: *** [test_dynamic] Error 255

reply via email to

[Prev in Thread] Current Thread [Next in Thread]