Hello,

On Sat, 30 Mar 2024 09:55:07 +0100 Mattias Ellert <mattias.ell...@physics.uu.se> wrote:

The package fails to build on hurd due to the use of MAXPATHEN:

session_fixture.c:231:36: error: ‘MAXPATHLEN’ undeclared (first use in
this function)
  231 |     static char filepath[NUMPATHS][MAXPATHLEN];
      |                                    ^~~~~~~~~~

PATH_MAX and MAXPATHLEN are on purpose not defined on hurd.


I think the best way is to forward to upstream.

Are there any alternatives to MAXPATHLEN on Hurd or any workaround you know of?

/Nicolas

Reply via email to