On Thu, 2014-05-15 at 22:14 +0200, Etienne Millon wrote: > reopen 720941 > thanks > > Hi Svante (and hurd porters), > > I applied the fix that you provided in bug #720941 but it does not > seem to be enough. Please see the following build log: > > https://buildd.debian.org/status/fetch.php?pkg=zsnes&arch=hurd-i386&ver=1.510%2Bbz2-7&stamp=1400076464 > > The relevant line is: > > > make[1]: *** No rule to make target 'sys/ioctls.h', needed by 'initc.o'. > > Stop. > > How do you think this can be fixed?
Sorry, there is a typo in the patch: change +#ifdef __GNU__ +#include <sys/ioctls.h> +#else to +#ifdef __GNU__ +#include <sys/ioctl.h> +#else then it builds. HTH! -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

