/bin in path before /usr/bin breaks latex
Mark Frazer
mark@mjfrazer.org
Thu Apr 26 15:06:00 GMT 2012
Updating cygwin yesterday broke several of my scripts. Turns out this
was because they have /bin before /usr/bin in their PATH exported to
child processes which broke latex.
To reproduce:
env PATH=/bin:"$PATH" latex manual.tex
Seems that the latex related symlinks in /bin do not function.
Putting /usr/bin in the path first fixes this.
Having /bin in the path on my previous 1.7 install worked fine. It
has been several months since I updated my cygwin install though.
Both the current and previous texlive installs available via setup.exe
fail in the same way.
Seems that the links in /bin should be removed.
cygcheck -s -v -r output attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 63832 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20120426/9c55939a/attachment.obj>
-------------- next part --------------
--
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
More information about the Cygwin
mailing list