Bug#720941: zsnes: FTBFS on hurd-i386

Svante Signell svante.signell at gmail.com
Thu May 15 20:57:19 UTC 2014


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!



More information about the Pkg-games-devel mailing list