luatex not loading opentype fonts

2022-12-21 Thread Luis Rivera via Cygwin
While developing a package for LuaTeX with the texlive-collection, I noticed that LuaTeX could not access the directories for OpenType fonts; ``` $ luatex sloth This is LuaTeX, Version 1.15.0 (TeX Live 2022/Cygwin) restricted system commands enabled. (./sloth.tex (/home/root/.local/share/texmf/te

Re: Resizing window while showing git log locks up Command Line

2022-12-21 Thread Adam Dinwoodie via Cygwin
On Wed, 21 Dec 2022 at 16:08, Gregory Mason via Cygwin wrote: > > Hello Cygwin volunteers, > > I was asked to forward this bug report from the git-for-windows bug report: > https://github.com/git-for-windows/git/issues/4060 > Original bug report from garretwilson > > > Find a Git repository with a

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread Corinna Vinschen via Cygwin
On Dec 21 14:32, gs-cygwin.com--- via Cygwin wrote: > On Wed, Dec 21, 2022 at 03:29:42PM +0100, Corinna Vinschen via Cygwin wrote: > > Hi Glenn, > > > > On Dec 21 12:31, Corinna Vinschen via Cygwin wrote: > > > On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > > > > open /dev/null O_NOFOLLOW f

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
On Wed, Dec 21, 2022 at 03:29:42PM +0100, Corinna Vinschen via Cygwin wrote: > Hi Glenn, > > On Dec 21 12:31, Corinna Vinschen via Cygwin wrote: > > On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > > > open /dev/null O_NOFOLLOW fails with ELOOP > > > > > > Windows 10, 64-bit cygwin > > > >

Resizing window while showing git log locks up Command Line

2022-12-21 Thread Gregory Mason via Cygwin
Hello Cygwin volunteers, I was asked to forward this bug report from the git-for-windows bug report: https://github.com/git-for-windows/git/issues/4060 Original bug report from garretwilson > Find a Git repository with a long commit history. > Enter `git log` > Git will show the log history and

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread Corinna Vinschen via Cygwin
Hi Glenn, On Dec 21 12:31, Corinna Vinschen via Cygwin wrote: > On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > > open /dev/null O_NOFOLLOW fails with ELOOP > > > > Windows 10, 64-bit cygwin > > > > Failed with my existing install, then I ran setup.exe, updated to > > latest, and my tests

Re: open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread Corinna Vinschen via Cygwin
Hi Glenn, On Dec 21 06:15, gs-cygwin.com--- via Cygwin wrote: > open /dev/null O_NOFOLLOW fails with ELOOP > > Windows 10, 64-bit cygwin > > Failed with my existing install, then I ran setup.exe, updated to > latest, and my tests still failed. > > a.c > --- > > #include > #include > #include

open /dev/null O_NOFOLLOW fails with ELOOP

2022-12-21 Thread gs-cygwin.com--- via Cygwin
open /dev/null O_NOFOLLOW fails with ELOOP Windows 10, 64-bit cygwin Failed with my existing install, then I ran setup.exe, updated to latest, and my tests still failed. a.c --- #include #include #include int main (void) { int fd = open("/dev/null", O_RDWR | O_NOFOLLOW, 0); if (fd <