bug-hurd
[Top][All Lists]
Advanced

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

Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or di


From: Samuel Thibault
Subject: Re: gftp: FTBFS on hurd-i386: fatal error: stropts.h: No such file or directory
Date: Sun, 9 May 2021 19:27:12 +0200
User-agent: NeoMutt/20170609 (1.8.3)

Hello,

hahawang, le dim. 09 mai 2021 21:56:58 +0800, a ecrit:
> @@ -60,7 +60,7 @@
> 
>  #elif HAVE_GRANTPT
> 
> -#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) ||
> defined(__linux__))
> +#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__) ||
> defined(__linux__) || defined(__gnu_hurd__))
>  #include <stropts.h>
>  #endif

We rather use __GNU__ than __gnu_hurd__. But otherwise the patch makes
perfect sense. I'd say try to submit to upstream gftp. Debian will then
catch it up later (we're in the release freeze atm anyway)

Samuel



reply via email to

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