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
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
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
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
> > >
>
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
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
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
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 <
8 matches
Mail list logo