Perl en Español

  1. Home
  2. Tutoriales
  3. Foro
  4. Artículos
  5. Donativos
  6. Publicidad
 

Error de nmake test

 
Publicar nuevo tema   Responder al tema    Foros de discusión -> Básico
Mensaje Vie May 30, 2008 1:48 pm
saliaz
Perlero Nuevo
Perlero Nuevo
Registrado: 27 Abr 2008
Mensajes: 10
Error de nmake test Responder citando

Estoy intentando instalar el paquete GDTextUtil-0.86 y
me aparece el siguiente error al ejecutar nmake test desde la línea de comandos de Ms-dos:

Código:
C:\GDTextUtil-0.86\GDTextUtil-0.86>nmake test

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.

        C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'bl
ib\lib', 'blib\arch')" t/*.t
t/align....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/align.t line 8.
BEGIN failed--compilation aborted at t/align.t line 8.
t/align....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-21
        Failed 21/21 tests, 0.00% okay
t/text.....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/text.t line 8.
BEGIN failed--compilation aborted at t/text.t line 8.
t/text.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-20
        Failed 20/20 tests, 0.00% okay
t/wrap.....Can't locate GD.pm in @INC (@INC contains: . .. C:\GDTextUtil-0.86\GD
TextUtil-0.86\blib\lib C:\GDTextUtil-0.86\GDTextUtil-0.86\blib\arch C:/Perl/site
/lib C:/Perl/lib) at t/wrap.t line 7.
BEGIN failed--compilation aborted at t/wrap.t line 7.
t/wrap.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-14
        Failed 14/14 tests, 0.00% okay
Failed Test Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/align.t      2   512    21   42  1-21
t/text.t       2   512    20   40  1-20
t/wrap.t       2   512    14   28  1-14
Failed 3/3 test scripts. 55/55 subtests failed.
Files=3, Tests=55,  0 wallclock secs ( 0.00 cusr +  0.00 csys =  0.00 CPU)
Failed 3/3 test programs. 55/55 subtests failed.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.


¿Hay alguna forma de poder instalar este paquete (GDTextUtil-0.86) en el ppm gráfico? me refiero a importarlo para así poder instalarlo, ya que no sale en la lista de paquetes del propio ppm.
Mensaje Vie May 30, 2008 2:18 pm
explorer
Moderador
Moderador
Registrado: 24 Jul 2005
Mensajes: 4034
Ubicación: Valladolid, España
Responder citando

El error dice que no tienes instalado el paquete GD.

En la página de ActiveState, < http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/Repository >, al final de la página, te pone cómo añadir el repositorio donde el PPM puede localizar el paquete GD. Una vez instalado el GD, prueba a instalar el otro paquete.

En cuanto a la disponibilidad de GDTextUtil, veo que está disponible en el repositorio de < trouchelle.com >. Añade ese repositorio al PPM gráfico.

Ultima edición por explorer el Dom Jun 01, 2008 6:29 am, editado 1 vez
Mensaje Dom Jun 01, 2008 6:06 am
saliaz
Perlero Nuevo
Perlero Nuevo
Registrado: 27 Abr 2008
Mensajes: 10
Responder citando

Ok, creo que ya le he pillado un poco el truquillo. Very Happy . Saludos
Publicar nuevo tema   Responder al tema    Foros de discusión -> Básico Todas las horas son GMT - 6 Horas
Página 1 de 1



Powered by phpBB © 2001, 2005 phpBB Group