Subject: | Directory Permission Problem Disallowed chdir() (No Executive Bit Set) |
Dear Jonathan Worthington,
Hi. This is imacat from Taiwan. I found that your
Math-Calculus-TaylorSeries-0.1.tar.gz have permission problem. The
directory permissions of your Math-Calculus-TaylorSeries-0.1.tar.gz are
644, that I cannot chdir() into it.
I wonder what tool were you using to create the distribution. I
would suggest you do "make dist" (or "nmake dist"), which shall create
the distribution nicely.
If you are using tar.exe under Windows, I would suggest you upgrade
your tar.exe. Mime is version 1.12, which does not have this problem.
The terminal log is attached below. Hope that this helps. Please
tell me if you need any more information, or if I could be of any help.
Thank you.
imacat@rinse /tmp/build % ls -l
total 4
-rw-r--r-- 1 imacat src 4083 2008-04-06 02:15
Math-Calculus-TaylorSeries-0.1.tar.gz
imacat@rinse /tmp/build % tar xzf Math-Calculus-TaylorSeries-0.1.tar.gz
imacat@rinse /tmp/build % cd Math-Calculus-TaylorSeries-0.1
cd: permission denied: Math-Calculus-TaylorSeries-0.1
imacat@rinse /tmp/build % ls -ld Math-Calculus-TaylorSeries-0.1
drw-r--r-- 2 imacat users 4096 2005-07-21 06:58
Math-Calculus-TaylorSeries-0.1
imacat@rinse /tmp/build %
root@rinse:/tmp/build# ls -ld `find Math-Calculus-TaylorSeries-0.1`
drw-r--r-- 2 imacat users 4096 Jul 21 2005 Math-Calculus-TaylorSeries-0.1
-rw-r--r-- 1 imacat users 103 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/Changes
-rw-r--r-- 1 imacat users 66 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/MANIFEST
-rw-r--r-- 1 imacat users 593 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/Makefile.PL
-rw-r--r-- 1 imacat users 970 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/README
-rw-r--r-- 1 imacat users 8642 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/TaylorSeries.pm
-rw-r--r-- 1 imacat users 656 Jul 21 2005
Math-Calculus-TaylorSeries-0.1/test.pl
root@rinse:/tmp/build#