-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 2/3/12 8:35 AM, Tomoaki Okayama wrote:
> Checkout finkinfos as follows:
> 
> $ cvs -d :pserver:anonym...@fink.cvs.sourceforge.net:/cvsroot/fink
> checkout -P -d text experimental/todai/ecc-10.7/main/finkinfo/text
> 
> (See also
> http://www.mail-archive.com/fink-devel@lists.sourceforge.net/msg21656.html
> )
> 
> Then please try "fink build texlive". I can reproduce the error.
> 
> And, if uncomment the following line in texlive.info:
> 
> #Tar3FilesRename: tl11supp-111101:tl11
> 
> Fink can unpack it correctly as follows.
> 
> sudo -u fink-bld [ENV] sh -c/tmp/fink.CkDv7 xz -dc
> /sw/src/tl11supp-111101.tar.xz | /bin/pax -rv  -s
> ,tl11supp-111101,tl11, tl11/README.txt tl11/all.sh tl11/common.sh 
> tl11/dvipdfmx-20110120-dtou.diff 
> tl11/dvipsk-20110726-noomega-tl11.diff 
> tl11/pmpost-20110723-tl11.diff ...(snip)
> 
> This is maybe because Fink uses pax with correct options, instead
> of tar with a wrong option this time.
> 

It's not a wrong option to tar.  It's a wrong invocation of the whole
unpack command.  It's supposed to be to be

tar --no-same-owner --no-same-permissions -xvf
/sw/src/tl11supp-111101.tar.xz

I've found the problem, which was that the flag to use pax instead of
tar (due to TarNFilesRename) wasn't being reset for the next SourceN.

fink-0.32.2 will be released shortly to fix this (and support 10.7.3).

> NB: Tar3FilesRename should not be needed in reality, because the
> name of the directry is already tl11 in the original tarball. The
> line above is dummy.
> 
> 
> Hope this helps.
> 
> Tomoaki Okayama
> 

I left the Tar3FilesRename because I didn't want to change your
package around too much. :-)

- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk8r/5wACgkQB8UpO3rKjQ8xHgCfcTLxISUBEZUSzsFQaAwJOddB
GIQAni5WSU6CUDrI+yf3LRyL9ZPOTpEz
=JV4C
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to