Skip Menu |

This queue is for tickets about the Tcl CPAN distribution.

Report information
The Basics
Id: 84635
Status: resolved
Priority: 0/
Queue: Tcl

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: Permission problems in tarball
The distribution cannot be extracted on (some) Unix systems. In the CPAN shell I see the following: Running make for V/VK/VKON/Tcl-1.02_50.tar.gz CPAN: Digest::SHA loaded ok (v5.84) CPAN: Compress::Zlib loaded ok (v2.06) Checksum for /usr/local/src/CPAN/sources/authors/id/V/VK/VKON/Tcl-1.02_50.tar.gz ok CPAN: Archive::Tar loaded ok (v1.90) CPAN: File::Temp loaded ok (v0.23) Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied, won't make Running make test Make had some problems, won't test The mode should be something like 755. Regards, Slaven
On Sun Apr 14 23:17:03 2013, SREZIC wrote: Show quoted text
> The distribution cannot be extracted on (some) Unix systems. In the > CPAN shell I see the following: > > Running make for V/VK/VKON/Tcl-1.02_50.tar.gz > CPAN: Digest::SHA loaded ok (v5.84) > CPAN: Compress::Zlib loaded ok (v2.06) > Checksum for /usr/local/src/CPAN/sources/authors/id/V/VK/VKON/Tcl- > 1.02_50.tar.gz ok > CPAN: Archive::Tar loaded ok (v1.90) > CPAN: File::Temp loaded ok (v0.23) > Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied > Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied, > won't make > Running make test > Make had some problems, won't test > > > The mode should be something like 755. > > Regards, > Slaven
I was able to reproduce this issue by downloading the tarball from cpan.org. However Tcl-1.02_50 is actually a development release of the Tcl distribution (1.02 is the current latest release), hence you should try installing 1.02 instead. By the way, what was the command you used to install the distribution? Also, what Unix system was it you were trying to install the distribution? Regards, Paul
On 2016-01-13 11:46:01, PTC wrote: Show quoted text
> On Sun Apr 14 23:17:03 2013, SREZIC wrote:
> > The distribution cannot be extracted on (some) Unix systems. In the > > CPAN shell I see the following: > > > > Running make for V/VK/VKON/Tcl-1.02_50.tar.gz > > CPAN: Digest::SHA loaded ok (v5.84) > > CPAN: Compress::Zlib loaded ok (v2.06) > > Checksum for /usr/local/src/CPAN/sources/authors/id/V/VK/VKON/Tcl- > > 1.02_50.tar.gz ok > > CPAN: Archive::Tar loaded ok (v1.90) > > CPAN: File::Temp loaded ok (v0.23) > > Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied > > Couldn't opendir 'Tcl-1.02_50', mode '40000': Permission denied, > > won't make > > Running make test > > Make had some problems, won't test > > > > > > The mode should be something like 755. > > > > Regards, > > Slaven
> > I was able to reproduce this issue by downloading the tarball from > cpan.org. However Tcl-1.02_50 is actually a development release of the > Tcl distribution (1.02 is the current latest release), hence you > should try installing 1.02 instead. > > By the way, what was the command you used to install the distribution? > Also, what Unix system was it you were trying to install the > distribution?
I think my smokers stumbled over this problem. So this would be freebsd systems (probably 9.2) and linux/debian systems (probably wheezy at this time). The smoker is basically doing a perl -MCPAN -e "test $distribution". Anyway, even the metacpan page for the distribution is basically empty, probably because of the same problem: https://metacpan.org/release/VKON/Tcl-1.02_50
no more actual on recent versions