Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 132591
Status: open
Priority: 0/
Queue: Tk

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

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



Subject: trouble installing tk on perl
Date: Thu, 14 May 2020 17:09:00 -0500
To: bug-Tk [...] rt.cpan.org
From: Pravik Tarala <ptarala99 [...] gmail.com>
Hello, My name is Pravik Tarala and I am having some trouble installing tk for perl. can you please let me know what the problem might be? I have attached the build log below. and I am using Windows 10 education and perl version5.30.2. Let me know if you need more information to diagnose the problem.
Download build.log
application/octet-stream 158.7k

Message body not shown because it is not plain text.

On 2020-05-14 18:09:15, ptarala99@gmail.com wrote: Show quoted text
> Hello, > > My name is Pravik Tarala and I am having some trouble installing tk for > perl. can you please let me know what the problem might be? I have attached > the build log below. and I am using Windows 10 education and perl > version5.30.2. Let me know if you need more information to diagnose the > problem.
Hello Pravik, I just triggered a fresh build on appveyor and it builds & tests fine, see https://ci.appveyor.com/project/eserte/perl-tk/builds/32903712?fullLog=true The problematic command starting with "g++ X.def ..." looks quite similar to your log, only that the appveyor build server using short DOSish filenames, and yours is using long filenames, but I don't think this should make a difference. In both cases perl 5.30.2 is used. But maybe the strawberry version is slightly different, here it is 5.30.2.1, don't know about yours. Not sure how this could be fixed. Maybe the strawberryperl installation is problematic? Can you build other CPAN modules with XS components? Maybe reinstalling strawberryperl could help? Maybe a slightly different version of strawberryperl works better? Regards, Slaven
Hi Everyone, It tests successfully for me on Strawberry Portable 5.30.0. This machine does not force long file names. I'll try on a different machine that I do force long names. I'll respond when I have those results. Thanks, Chase
PS C:\Users\cwhitener> perl -v This is perl 5, version 30, subversion 2 (v5.30.2) built for MSWin32-x64-multi-thread Copyright 1987-2020, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. PS C:\Users\cwhitener> cpanm --test-only Tk --> Working on Tk Fetching http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-804.035.tar.gz ... OK Configuring Tk-804.035 ... OK Building and testing Tk-804.035 ... OK Successfully tested Tk-804.035 PS C:\Users\cwhitener>
On Fri May 15 15:47:28 2020, CAPOEIRAB wrote: Show quoted text
> PS C:\Users\cwhitener> perl -v > > This is perl 5, version 30, subversion 2 (v5.30.2) built for MSWin32- > x64-multi-thread > > Copyright 1987-2020, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using "man perl" or "perldoc perl". If you have access to > the > Internet, point your browser at http://www.perl.org/, the Perl Home > Page. > > PS C:\Users\cwhitener> cpanm --test-only Tk > --> Working on Tk > Fetching http://www.cpan.org/authors/id/S/SR/SREZIC/Tk-804.035.tar.gz > ... OK > Configuring Tk-804.035 ... OK > Building and testing Tk-804.035 ... OK > Successfully tested Tk-804.035 > PS C:\Users\cwhitener>
Subject: build.log
Download build.log
application/octet-stream 344.9k

Message body not shown because it is not plain text.