Skip Menu |

This queue is for tickets about the Compress-Zlib CPAN distribution.

Report information
The Basics
Id: 4329
Status: resolved
Priority: 0/
Queue: Compress-Zlib

People
Owner: pmqs [...] cpan.org
Requestors: ron [...] savage.net.au
rons [...] deakin.edu.au
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.31
Fixed in: 1.32



Subject: Compress::Zlib V 1.31 won't nmake under WinXP
OS: WinXP Perl: 5.8.0 ExtUtils::MakeMaker: 6.20 Here's the end of the log: cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCR YPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"\" -DXS_VERSION=\"\" "-IC:\Perl\lib\CORE" infutil.c infutil.c cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCR YPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"\" -DXS_VERSION=\"\" "-IC:\Perl\lib\CORE" inffast.c inffast.c NMAKE : fatal error U1073: don't know how to make 'blibdirs' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop.
From: "Paul Marquess" <Paul.Marquess [...] btinternet.com>
To: <bug-Compress-Zlib [...] rt.cpan.org>, <"AdminCc ofcpanTicket#4329:" [...] fsck.com>
Subject: RE: [cpan #4329] Compress::Zlib V 1.31 won't nmake under WinXP
Date: Tue, 11 Nov 2003 09:54:18 -0000
RT-Send-Cc:
Thanks for the bug report. The problem is caused by the version of MakeMaker you are running. I'm working on a patch to fix this issue. It should be available in the next few days. cheers Paul Show quoted text
> -----Original Message----- > From: Guest via RT [mailto:bug-Compress-Zlib@rt.cpan.org] > Sent: 08 November 2003 06:02 > To: AdminCc of cpan Ticket #4329 : > Subject: [cpan #4329] Compress::Zlib V 1.31 won't nmake under WinXP > > > > This message about Compress-Zlib 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=4329 > > > OS: WinXP > Perl: 5.8.0 > ExtUtils::MakeMaker: 6.20 > Here's the end of the log: > cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 > -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCR > YPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO > -DPERL_MSVCRT_READFIX -MD -DNDEBUG > -O1 -DVERSION=\"\" -DXS_VERSION=\"\" "-IC:\Perl\lib\CORE" > infutil.c > infutil.c > cl -c -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 > -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCR > YPT -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO > -DPERL_MSVCRT_READFIX -MD -DNDEBUG > -O1 -DVERSION=\"\" -DXS_VERSION=\"\" "-IC:\Perl\lib\CORE" > inffast.c > inffast.c > NMAKE : fatal error U1073: don't know how to make 'blibdirs' > Stop. > NMAKE : fatal error U1077: 'cd' : return code '0x2' > Stop.
Fixed this issue by renaming the zlib directory. Paul