Skip Menu |

This queue is for tickets about the Win32-GUI-SplashScreen CPAN distribution.

Report information
The Basics
Id: 19718
Status: resolved
Priority: 0/
Queue: Win32-GUI-SplashScreen

People
Owner: Nobody in particular
Requestors: perl-diddler [...] tlinx.org
Cc:
AdminCc:

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



Subject: makefile broken, missing seperator
CPAN.pm: Going to build R/RO/ROBERTMAY/Win32-GUI-SplashScreen/Win32-GUI-Splash Screen-0.02.tar.gz Checking if your kit is complete... Looks good Writing Makefile for Win32::GUI::SplashScreen Makefile:806: *** missing separator. Stop. /usr/bin/make -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Failed during this command: ROBERTMAY/Win32-GUI-SplashScreen/Win32-GUI-SplashScreen-0.02.tar.gz: make NO
On Mon Jun 05 17:50:28 2006, guest wrote: Show quoted text
> CPAN.pm: Going to build > R/RO/ROBERTMAY/Win32-GUI-SplashScreen/Win32-GUI-Splash > Screen-0.02.tar.gz > > Checking if your kit is complete... > Looks good > Writing Makefile for Win32::GUI::SplashScreen > Makefile:806: *** missing separator. Stop. > /usr/bin/make -- NOT OK > Running make test > Can't test without successful make > Running make install > make had returned bad status, install seems impossible > Failed during this command: > ROBERTMAY/Win32-GUI-SplashScreen/Win32-GUI-SplashScreen-0.02.tar.gz: > make NO
Is this attempting to build using the CPAN shell under cygwin? If so, then which make is your /usr/bin/make.
Subject: Re: [rt.cpan.org #19718] makefile broken, missing seperator
Date: Mon, 05 Jun 2006 15:58:00 -0700
To: bug-Win32-GUI-SplashScreen [...] rt.cpan.org
From: Linda W <perl-diddler [...] tlinx.org>
Yes...building under cygwin, Gnu Make 3.80. Show quoted text
> Is this attempting to build using the CPAN shell under cygwin? If so, > then which make is your /usr/bin/make.
On Mon Jun 05 18:59:03 2006, perl-diddler@tlinx.org wrote: Show quoted text
> Yes...building under cygwin, Gnu Make 3.80.
> > Is this attempting to build using the CPAN shell under cygwin? If so, > > then which make is your /usr/bin/make.
There are 3 lines in the 'postamble' section at the end of Makefile.PL that start with 2 spaces, rather than a tab (I always forget how fussy GNU make is). If you can fix that youself, then great, otherwise let me know and I'll send you a new Makefile.PL Also, I notice that some of the tests will fail if you don't have Win32::GUI::DIBitmap available - they're supposed to be skipped, but are not. A fix will make it into the next release, but I don't have a timescale for that. Thanks for the report. Rob.
Subject: Re: [rt.cpan.org #19718] makefile broken, missing seperator
Date: Mon, 05 Jun 2006 19:27:15 -0700
To: bug-Win32-GUI-SplashScreen [...] rt.cpan.org
From: Linda W <perl-diddler [...] tlinx.org>
I can patch my local copy, I just hope I don't forget about it and sometime in the future download over my local copy... (not that this ever happens to me, I'm so organized!)... Of course if I was so organized, I'd be able to switch back and forth between AS Perl and cyckwin Perl...or at least things would work the same on both...(momentary hallucination)... -linda Guest via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=19718 > > > On Mon Jun 05 18:59:03 2006, perl-diddler@tlinx.org wrote:
>> Yes...building under cygwin, Gnu Make 3.80.
>>> Is this attempting to build using the CPAN shell under cygwin? If so, >>> then which make is your /usr/bin/make.
> > There are 3 lines in the 'postamble' section at the end of Makefile.PL > that start with 2 spaces, rather than a tab (I always forget how fussy > GNU make is). If you can fix that youself, then great, otherwise let me > know and I'll send you a new Makefile.PL > > Also, I notice that some of the tests will fail if you don't have > Win32::GUI::DIBitmap available - they're supposed to be skipped, but are > not. > > A fix will make it into the next release, but I don't have a timescale > for that. > > Thanks for the report. > > Rob.
On Mon Jun 05 22:27:31 2006, perl-diddler@tlinx.org wrote: Show quoted text
> I can patch my local copy, I just hope I don't forget about it and > sometime in the future download over my local copy... (not that this ever > happens to me, I'm so organized!)...
Should (finally) be fixed in release 0.03, just pushed to CPAN. Rob.