On Nov 14, 11:40 pm, Nasser Abbasi <[EMAIL PROTECTED]> wrote:
> Thanks for the replies. I did not know spkg was tar file also.
>
> This is a small bash script which extracts the source code. It looks
> like everything is in the /standard folder
>
> $ cat extract_source.sh
>
> #!/bin/bash
> cd sage-3.1.4/spkg/standard
> for i in $( ls *.spkg ); do
>     echo extracting file $i
>     tar -xjf $i
> done
>
> This below is listing of the above. I only show it because I saw
> couple of errors from some of the packages in case someone wants to
> looks into it.
>
> ----- extract sage source on windows under cygwin ----
>
> $ ./extract_source.sh

<SNIP>

> extracting file fortran-20071120.p5.spkg
> bzip2: (stdin) is not a bzip2 file.
> tar: Child returned status 2
> tar: Error exit delayed from previous errors

The Fortran.spkg is a tar, i.e. no compression. That is why I wrote
"most spkgs are ..."

<SNIP>

> extracting file polybori-0.5rc.p5.spkg
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux: Cannot mkdir:
> Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/
> stepbystep.install: Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/
> get_sat_table.sh: Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/
> beautify_units.sh: Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/check_mem.sh:
> Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/timeout.sh:
> Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/Skeleton.h:
> Cannot open: Not a directory
> tar: polybori-0.5rc.p5/src/polybori-0.5rc/polybori/aux/release.sh:
> Cannot open: Not a directory
> tar: Error exit delayed from previous errors

This is an issue with certain names on a Windows filesystem being
reserved, i.e. "aux".

<SNIP>

> Nasser

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to