Subject: | DBIx::Class 0.08205 archive is broken |
When I'm trying to unpack DBIx-Class-0.08205.tar.gz in /tmp as normal
user I'm getting the following error:
$ tar -xf DBIx-Class-0.08205.tar.gz
tar: .: Cannot utime: Operation not permitted
tar: .: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
I guess the reason is that archive contains './' directory entry:
$ tar -tf DBIx-Class-0.08205.tar.gz | head -n 3
./
./DBIx-Class-0.08205/
./DBIx-Class-0.08205/xt/
Attempt to unpack archive as root would change current directory
permissions to rwxr-xr-x, which is something rather unpleasant and
unexpected.
--
Pavel Shaydo