Skip Menu |

This queue is for tickets about the Perl6-Pugs CPAN distribution.

Report information
The Basics
Id: 11814
Status: new
Priority: 0/
Queue: Perl6-Pugs

People
Owner: Nobody in particular
Requestors: mkirank [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Pugs nmake fails
Starting from pugs 6.0.10 (even the latest code from subversion has this problem) nmake on windows 2000 fails (there is no problem with 6.0.9) .Below is the Error I Get NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xa'
Date: Wed, 9 Mar 2005 17:39:48 +0800
From: Autrijus Tang <autrijus [...] autrijus.org>
To: Guest via RT <bug-Perl6-Pugs [...] rt.cpan.org>
CC: undisclosed-recipients: ;
Subject: Re: [cpan #11814] Pugs nmake fails
RT-Send-Cc:
On Wed, Mar 09, 2005 at 02:16:41AM -0500, Guest via RT wrote: Show quoted text
> This message about Perl6-Pugs was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=11814 > > > Starting from pugs 6.0.10 (even the latest code from subversion has this problem) nmake on windows 2000 fails (there is no problem with 6.0.9) .Below is the Error I Get > > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '0xa'
I have attempted at fix as r553; can you test again? /Autrijus/
Download (untitled)
application/pgp-signature 187b

Message body not shown because it is not plain text.

From: mkirank [...] gmail.com
I am still getting the same error even after downloading the Perl6-Pugs-6.0.11 . When i do a nmake the below line get executed and then error is thrown cp lib/Perl6/Pugs.pm blib\lib\Perl6\Pugs.pm [autrijus@autrijus.org - Wed Mar 9 06:44:09 2005]: Show quoted text
> On Wed, Mar 09, 2005 at 02:16:41AM -0500, Guest via RT wrote:
> > This message about Perl6-Pugs was sent to you by guest <> via
> rt.cpan.org
> > > > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=11814 > > > > > Starting from pugs 6.0.10 (even the latest code from subversion has
> this problem) nmake on windows 2000 fails (there is no problem with > 6.0.9) .Below is the Error I Get
> > > > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code
> '0xa' > > I have attempted at fix as r553; can you test again? > > /Autrijus/
I was using MakeMAker version 6.17, I upgraded to the latest version 6.25_10 . Now i get the following Error F:\Kiran\perl6\Perl6-Pugs-6.0.11>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Perl6/Pugs.pm blib\lib\Perl6\Pugs.pm NMAKE -f Makefile all -nologo cp lib/Kwid.pm F:\Kiran\perl6\Perl6-Pugs-6.0.11\blib6\lib\Kwid.pm cp lib/perlkwid.kwid F:\Kiran\perl6\Perl6-Pugs-6.0.11\blib6\lib\perlkwid.kw C:\Perl\bin\perl.exe -Iinc -MExtUtils::Command -e cp kwid F:\Kiran\ \Perl6-Pugs-6.0.11\blib6\script\kwid pl2bat.bat F:\Kiran\perl6\Perl6-Pugs-6.0.11\blib6\script\kwid cd .. NMAKE : fatal error U1077: 'cd' : return code '0x1' [autrijus@autrijus.org - Wed Mar 9 06:44:09 2005]: Show quoted text
> On Wed, Mar 09, 2005 at 02:16:41AM -0500, Guest via RT wrote:
> > This message about Perl6-Pugs was sent to you by guest <> via
> rt.cpan.org
> > > > Full context and any attached attachments can be found at: > > <URL: https://rt.cpan.org/Ticket/Display.html?id=11814 > > > > > Starting from pugs 6.0.10 (even the latest code from subversion has
> this problem) nmake on windows 2000 fails (there is no problem with > 6.0.9) .Below is the Error I Get
> > > > NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code
> '0xa' > > I have attempted at fix as r553; can you test again? > > /Autrijus/
From: Autrijus Tang
[guest - Mon Mar 14 07:18:23 2005]: Show quoted text
> I was using MakeMAker version 6.17, I upgraded to the latest version > 6.25_10 . Now i get the following Error
Weird. First, please send the Makefile and ext/Kwid/Makefile to me. Second, try commenting out line 27 (subdirs) from Makefile.PL and try again. Thanks, /Autrijus/