[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 directory



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 to: