Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 27814
Status: resolved
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: shay [...] cpan.org
Cc: slaven [...] rezic.de
AdminCc:

Bug Information
Severity: Important
Broken in: 804.027_500
Fixed in: (no value)



CC: Slaven Rezic <slaven [...] rezic.de>
Subject: Can't build Tk with bleadperl (5.9.5-tobe)
As mentioned on perl5-porters, Tk doesn't currently seem to build with bleadperl (as of patchlevel 31376), at least on Win32, but probably on other OSes too. There is a minor problem with HAVE_UNISTD_H on Win32, and more serious problems with pmop.op_pmdynflags, regexp.startp and regexp.endp. See the perl5-porters archive for more details: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-06/msg00431.html
On Fri Jun 29 12:30:24 2007, SHAY wrote: Show quoted text
> As mentioned on perl5-porters, Tk doesn't currently seem to build with > bleadperl (as of patchlevel 31376), at least on Win32, but probably on > other OSes too. > > There is a minor problem with HAVE_UNISTD_H on Win32, and more serious > problems with pmop.op_pmdynflags, regexp.startp and regexp.endp. > > See the perl5-porters archive for more details: > >
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-06/msg00431.html This is already solved in the SVN repository of Tk. A new development release will follow. Regards, Slaven
From: SHAY [...] cpan.org
On Thu Jul 05 17:46:59 2007, SREZIC wrote: Show quoted text
> This is already solved in the SVN repository of Tk. A new development > release will follow.
Excellent! Sorry, I didn't realize that there was an SVN repo. What is the URL of that (so that I can check if bugs are already fixed in the future before wasting everybody's time reporting them)? If you haven't already done so, it might be worth updating the README in the Tk distribution to mention the SVN repo URL so that other people also know.
From: SHAY [...] cpan.org
On Thu Jul 05 17:46:59 2007, SREZIC wrote: Show quoted text
> This is already solved in the SVN repository of Tk. A new development > release will follow.
Excellent! Sorry, I didn't realize that there was an SVN repo. What is the URL of that (so that I can check if bugs are already fixed in the future before wasting everybody's time reporting them)? If you haven't already done so, it might be worth updating the README in the Tk distribution to mention the SVN repo URL so that other people also know.
[Sorry for the duplicate reply. CPAN/RT gave me an Internal Server Error the first time, so I submitted the form again, not realizing that it had actually worked!]
Subject: Re: [rt.cpan.org #27814] Can't build Tk with bleadperl (5.9.5-tobe)
Date: 07 Jul 2007 16:25:47 +0200
To: bug-Tk [...] rt.cpan.org
From: Slaven Rezic <slaven [...] rezic.de>
" via RT" <bug-Tk@rt.cpan.org> writes: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=27814 > > > On Thu Jul 05 17:46:59 2007, SREZIC wrote:
> > This is already solved in the SVN repository of Tk. A new development > > release will follow.
> > Excellent! Sorry, I didn't realize that there was an SVN repo. What is > the URL of that (so that I can check if bugs are already fixed in the > future before wasting everybody's time reporting them)?
https://svn.perl.org/modules/Tk/trunk Show quoted text
> > If you haven't already done so, it might be worth updating the README in > the Tk distribution to mention the SVN repo URL so that other people > also know.
Just done. Regards, Slaven -- Slaven Rezic - slaven <at> rezic <dot> de tkruler - Perl/Tk program for measuring screen distances http://ptktools.sourceforge.net/#tkruler
On Sat Jul 07 10:33:40 2007, slaven@rezic.de wrote: Show quoted text
I checked it out and it now builds and passes all tests (even a few TODO tests) on Win32 using VC++ 6.0 and perl-5.9.5. Many thanks.