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

Re: Installation failed



Jan Ulrich Hasecke <juh@pironet.de> writes:

Well, many more chances to get an answer if you stick to English I suppose.

> Was mach ich falsch?

If you read the error messages it is pretty obvious what the problem is. 

> [root@hasecke wml-1.6.7]# make test
> make[1]: Entering directory `/home/juh/wml-1.6.7/wml_test'
> Running WML Test Suite (still incomplete):
> t/01-wml............Getopt::Long version 2.13 required--this is only version 2.1
> 0 at /home/juh/wml-1.6.7/wml_test/TEST.root/lib/wml/exec/wml_p9_slice line 46.


The essential piece is

	Getopt::Long version 2.13 required--this is only version 2.10

Looks to me as if the Perl package you have is not very
current. Getopt::Long is a Perl module and the one you have is version
2.10 where WML wants at least versin 2.13

I guess you should upgrade your perl.

Or you could grep through the WML source for Getopt::Long and replace all occurances of

use Getopt::Long 2.13;

with

use Getopt::Long 2.10;

If you are VERY lucky, it might just work with the older version. But
there might be a reason why 2.13 is requested.

In any case, upgrading your Perl would be the best solution anyway.

Cheers,
Fritz

The next error seems to be for the same reason, btw.


> 0 
> BEGIN failed--compilation aborted at /home/juh/wml-1.6.7/wml_test/TEST.root/lib/
> wml/exec/wml_p9_slice line 46.
> ** WML:Break: Error in Pass 9 (rc=2).
> cmp: EOF on tmp.01
> FAILED tests 1-2
>         Failed 2/2 tests, 0.00% okay
> t/02-p1_ipp.........Getopt::Long version 2.13 required--this is only version 2.1
> 0 at /home/juh/wml-1.6.7/wml_test/TEST.root/lib/wml/exec/wml_p9_slice line 46.
> BEGIN failed--compilation aborted at /home/juh/wml-1.6.7/wml_test/TEST.root/lib/
> wml/exec/wml_p9_slice line 46.
> ** WML:Break: Error in Pass 9 (rc=2).
> cmp: EOF on tmp.01
> FAILED tests 1-2
>         Failed 2/2 tests, 0.00% okay
> Failed Test  Status Wstat Total Fail  Failed  List of failed
> ------------------------------------------------------------------------------
> t/01-wml.t                    2    2 100.00%  1-2
> t/02-p1_ipp.t                 2    2 100.00%  1-2
> Failed 2/2 test scripts, 0.00% okay. 4/4 subtests failed, 0.00% okay.
> make[1]: *** [test] Error 29
> make[1]: Leaving directory `/home/juh/wml-1.6.7/wml_test'
> make: *** [test] Error 2                  
> 
> Ciao!
> juh
> 
> -- 
> juh's Sudelbuch
> Täglich tagesfrische Sudeleien
> http://literatur.lake.de/in/sudelbuch
> 
> ______________________________________________________________________
> Website META Language (WML)                www.engelschall.com/sw/wml/
> Official Support Mailing List                   sw-wml@engelschall.com
> Automated List Manager                       majordomo@engelschall.com
> 

-- 
Dr. Fritz Zaucker, Head IT Support Group
Department of Electrical Engineering,  Federal Institute of Technology
ETZ J97, Gloriastrasse 35, 8092 Zurich, Switzerland
Tel.: +41-1-632-5241 Fax: +41-1-632-1194 http://www.ee-staff.ethz.ch/~zaucker/
E-mail: zaucker@ee.ethz.ch (see home page for PGP key)
______________________________________________________________________
Website META Language (WML)                www.engelschall.com/sw/wml/
Official Support Mailing List                   sw-wml@engelschall.com
Automated List Manager                       majordomo@engelschall.com