This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Post install script zp_texlive_finish.dash of TeX Live-update fails


Thanks to the hint of Ken Brown I found some more info in setup.log.full
(I will send setup.log.full only on direct request since it is 24 MB large.)

It seems to me that the following section is of most interest:

2016/04/29 08:56:50 running: c:\cygwin64\bin\dash.exe
"/etc/postinstall/zp_texlive_finish.dash"
updmap will read the following updmap.cfg files (in precedence order):
 /etc/texmf/web2c/updmap.cfg
 /usr/share/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
 /etc/texmf/web2c/updmap.cfg
updmap will read the following updmap.cfg files (in precedence order):
 /etc/texmf/web2c/updmap.cfg
 /usr/share/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
 /etc/texmf/web2c/updmap.cfg
updmap [WARNING]: generated map ptex-noEmbed.map (from
ptex-@kanjiEmbed@@kanjiVariant@.map) does not exists, not activating it!
updmap [WARNING]: generated map uptex-noEmbed.map (from
uptex-@kanjiEmbed@@kanjiVariant@.map) does not exists, not activating it!
updmap [WARNING]: generated map otf-noEmbed.map (from otf-@kanjiEmbed@.map) does
not exists, not activating it!
updmap [WARNING]: generated map otf-up-noEmbed.map (from
otf-up-@kanjiEmbed@.map) does not exists, not activating it!
***
MOST INTERESTING LINE:
***
updmap: Directory "/var/lib/texmf/fonts/map/dvips/updmap" isn't writable:Â at
/usr/bin/updmap line 1426.
updmap will read the following updmap.cfg files (in precedence order):
 /etc/texmf/web2c/updmap.cfg
 /usr/share/texmf-dist/web2c/updmap.cfg
updmap may write changes to the following updmap.cfg file:
 /etc/texmf/web2c/updmap.cfg
2016/04/29 08:57:23 abnormal exit: exit code=255

Thereafter I get:

2016/04/29 09:16:17 can't run /etc/postinstall/texlive-collection-basic.sh: No
such file
2016/04/29 09:16:17 running: c:\cygwin64\bin\bash.exe --norc --noprofile
"/etc/postinstall/texlive-collection-latex.sh"

I do not know wether this is helpful, but:

icacls 'c:/cygwin64/var/lib/texmf/fonts/map/dvips/updmap' '/save'
'c:/temp/acls.txt'

gives the following output:

 /cygwin64/var/lib/texmf/fonts/map/dvips/updmap
D:P(A;;FA;;;S-X-X-XX-XXXXXXXX-XXXXXXXXX-XXXXXXXX-XXXX)(A;;0x1200a9;;;S-X-X-XX-XXXXXXXX-XXXXXXXXX-XXXXXXXX-XXXX)(A;;0x1200a9;;;WD)(A;OICIIO;FA;;;CO)(A;OICIIO;0x1200a9;;;CG)(A;OICIIO;0x1200a9;;;WD)

Thereby, I've X-ed out the numbers. The two keys are different.

Furthermore:
$ ls -lh /var/lib/texmf/fonts/map/dvips/updmap
total 3.6M
-rw-r--r-- 1 Tobias.Zawada DomÃnen-Benutzer  16K Jul  2  2014 builtin35.map
-rw-r--r-- 1 Tobias.Zawada DomÃnen-Benutzer  21K Jul  2  2014 download35.map
-rw-r--r-- 1 Tobias.Zawada DomÃnen-Benutzer 1.3M Jul  2  2014 ps2pk.map
lrwxrwxrwx 1 Tobias.Zawada DomÃnen-Benutzer   14 Jul  2  2014 psfonts.map ->
psfonts_t1.map
-rw-r--r-- 1 Tobias.Zawada DomÃnen-Benutzer 1.1M Jul  2  2014 psfonts_pk.map
-rw-r--r-- 1 Tobias.Zawada DomÃnen-Benutzer 1.3M Jul  2  2014 psfonts_t1.map

$ ls -lh /var/lib/texmf/fonts/map/dvips/
total 4.0K
drwxr-xr-x+ 1 Tobias.Zawada DomÃnen-Benutzer 0 Jul  2  2014 updmap



> Ken Brown <kbrown@cornell.edu> hat am 29. April 2016 um 14:20 geschrieben:
> 
> On 4/29/2016 3:32 AM, Tobias Zawada wrote:
> 
> > Hello,
> > 
> > the post install script zp_texlive_finish.dash of the TeX live update from
> > 2016-04-29 fails.
> 
> Please look at /var/log/setup.log.full to see if there's more 
> information about what's failing.
> 
> > "/etc/postinstall/texlive-collection-basic.sh"
> > 2016/04/29 09:16:17 can't run /etc/postinstall/texlive-collection-basic.sh:
> > No
> > such file
> > 2016/04/29 09:16:17 running: c:\cygwin64\bin\bash.exe --norc --noprofile
> > "/etc/postinstall/texlive-collection-latex.sh"
> > 2016/04/29 09:17:22 can't run /etc/postinstall/texlive-collection-latex.sh:
> > No
> > such file
> > 2016/04/29 09:17:22 running: c:\cygwin64\bin\bash.exe --norc --noprofile
> > "/etc/postinstall/gtk3.sh"
> > 2016/04/29 09:17:23 can't run /etc/postinstall/gtk3.sh: No such file
> 
> This is strange. It seems that setup only tried to run 3 ordinary 
> (i.e., not starting with 0p_ or zp_) postinstall scripts, and it 
> reported that they don't exist. Any idea what happened?
> 
> Ken
> 
> --
> 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

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]