#8437: wrong unix rights/permissions of some files after make dist
----------------------------+-----------------------------------------------
Reporter: zimmerma | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.3.4
Component: distribution | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by zimmerma):
A followup from Emmanuel Thome: the following command should give no
output (from an extracted
tarball of Sage):
{{{
find . -name '*.spkg' | while read f ; do bzip2 -dc $f | tar tvf - | grep
-v '^.rw.r..r..' ; done
}}}
Currently (in sage-4.3.3) it gives many hundred lines:
{{{
...
-rw-r----- wstein/wstein 2382 2006-11-12 23:45
lapack-20071123.p1/src/manpages/man/manl/clatzm.l
-rw-r----- wstein/wstein 1969 2006-11-12 23:45
lapack-20071123.p1/src/manpages/man/manl/dlange.l
-rw-r----- wstein/wstein 8989 2006-11-13 23:26
lapack-20071123.p1/src/manpages/man/manl/sstemr.l
-rw-r----- wstein/wstein 1950 2006-11-12 23:45
lapack-20071123.p1/src/manpages/man/manl/zhpgst.l
-rw-r----- wstein/wstein 2985 2006-11-12 23:45
lapack-20071123.p1/src/manpages/man/manl/zunmqr.l
-rwx------ jaap/jaap 1626 2010-01-25 22:11 givaro-3.2.13rc2.p0/spkg-
install
-rw------- jaap/jaap 4041 2010-01-28 14:00
givaro-3.2.13rc2.p0/SPKG.txt
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8437#comment:2>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.