delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,TW_RW,T_RP_MATCHES_RCVD |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <4D720EF6.80908@alice.it> |
Date: | Sat, 05 Mar 2011 11:22:46 +0100 |
From: | Angelo Graziosi <angelo DOT graziosi AT alice DOT it> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 |
MIME-Version: | 1.0 |
To: | Cygwin <cygwin AT cygwin DOT com> |
Subject: | Re: Problems with Cygwin-1.7.8 (or snapshot) and TeXLive 2010 |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Corinna Vinschen wrote: > Since fmtutil-sys is apparently the core of the problem, and given > my total lack of knowledge about the Tex/Latex system, is there any > simple call to fmtutil-sys with which I can reproduce the problem > without having to install texlive? It seems too difficult for me. fmtutil-sys is a bash script which calls another bash script, fmtutil, which in turn calls a bunch of binaries (as results from intall-tl.log) in the form like this: aleph -ini -jobname=aleph -progname=aleph *aleph.ini aleph -ini -jobname=lamed -progname=lamed *lambda.ini pdftex -ini -jobname=amstex -progname=amstex -translate-file=cp227.tcx *amstex.ini [...] It seems that the binaries aleph, pdftex... are passed via a fmtutil.cnf configuration file. Anyway, with a binary testing (only .dll.bz2 of snapshots), I have verified that the last snapshot with which the .fmt files get the right permissions (-rw-r--r--) is 20100904 snapshot, instead with 20100910 they acquires wrong permissions (rwx------). In short, after >= 20100910 snapshot, fmtutil script creates /tmp/fmtutil.NUMBER with drwx-----+ permissions: fmtutil.NUMBER is a working directory for fmtutil. This is the best I could do! For the moment I will adopt this manual fix :( find /usr/local/texlive/ \! -type d \! -type l -perm u=rwx | xargs chmod -x,go+r Ciao, Angelo. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |