emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66691: closed (GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd)


From: GNU bug Tracking System
Subject: bug#66691: closed (GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd)
Date: Mon, 23 Oct 2023 22:07:02 +0000

Your message dated Tue, 24 Oct 2023 00:05:23 +0200
with message-id <87lebtc7vg.fsf@gnu.org>
and subject line Re: bug#66691: GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd
has caused the debbugs.gnu.org bug report #66691,
regarding GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66691: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66691
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd Date: Mon, 23 Oct 2023 00:50:43 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
The recently-committed GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd:

--8<---------------cut here---------------start------------->8---
  CC       common.lo
  CC       key_encode.lo
  CC       key_decode.lo
  CC       time.lo
In file included from ./../system.h:47,
                 from ./../gnutls_int.h:85,
                 from common.c:24:
./../pathbuf.h:28:25: error: 'PATH_MAX' undeclared here (not in a function)
   28 | #define GNUTLS_PATH_MAX PATH_MAX
      |                         ^~~~~~~~
./../pathbuf.h:31:19: note: in expansion of macro 'GNUTLS_PATH_MAX'
   31 |         char base[GNUTLS_PATH_MAX + 1];
      |                   ^~~~~~~~~~~~~~~
In file included from ./../system.h:47,
                 from ./../gnutls_int.h:85,
                 from time.c:24:
./../pathbuf.h:28:25: error: 'PATH_MAX' undeclared here (not in a function)
   28 | #define GNUTLS_PATH_MAX PATH_MAX
      |                         ^~~~~~~~
./../pathbuf.h:31:19: note: in expansion of macro 'GNUTLS_PATH_MAX'
   31 |         char base[GNUTLS_PATH_MAX + 1];
      |                   ^~~~~~~~~~~~~~~
In file included from ./../system.h:47,
                 from ./../gnutls_int.h:85,
                 from key_decode.c:24:
./../pathbuf.h:28:25: error: 'PATH_MAX' undeclared here (not in a function)
   28 | #define GNUTLS_PATH_MAX PATH_MAX
      |                         ^~~~~~~~
./../pathbuf.h:31:19: note: in expansion of macro 'GNUTLS_PATH_MAX'
   31 |         char base[GNUTLS_PATH_MAX + 1];
      |                   ^~~~~~~~~~~~~~~
In file included from ./../system.h:47,
                 from ./../gnutls_int.h:85,
                 from key_encode.c:24:
./../pathbuf.h:28:25: error: 'PATH_MAX' undeclared here (not in a function)
   28 | #define GNUTLS_PATH_MAX PATH_MAX
      |                         ^~~~~~~~
./../pathbuf.h:31:19: note: in expansion of macro 'GNUTLS_PATH_MAX'
   31 |         char base[GNUTLS_PATH_MAX + 1];
      |                   ^~~~~~~~~~~~~~~
make[5]: *** [Makefile:2330: time.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [Makefile:2330: common.lo] Error 1
make[5]: *** [Makefile:2330: key_decode.lo] Error 1
make[5]: *** [Makefile:2330: key_encode.lo] Error 1
make[5]: Leaving directory 
'/tmp/guix-build-gnutls-3.8.1.drv-0/gnutls-3.8.1/lib/x509'
--8<---------------cut here---------------end--------------->8---

This is because ‘PATH_MAX’ is undefined on GNU/Hurd.

Ludo’.



--- End Message ---
--- Begin Message --- Subject: Re: bug#66691: GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd Date: Tue, 24 Oct 2023 00:05:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
Ludovic Courtès <ludo@gnu.org> skribis:

> The recently-committed GnuTLS 3.8.1 fails to (cross-)build for GNU/Hurd:

Fixed in a1ac534f8a509bc7ddf11bcd5987fa65adf8c9ca.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]