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: /bin in path before /usr/bin breaks latex


On 4/26/2012 11:05 AM, Mark Frazer wrote:
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.

This has nothing to do with symlinks. You have the same problem if you try to run /bin/pdftex directly. Furthermore, the files in /bin are the same as those in /usr/bin (see /etc/fstab), so you can't remove files or symlinks in /bin without also removing them from /usr/bin.


The problem here is that the tex-related binaries don't find the configuration file /usr/share/texmf/web2c/texmf.cnf when invoked as /bin/* rather than /usr/bin/*. I'll fix this and release an updated texlive package shortly.

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


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