[Pkg-e-devel] Bug#535775: e17 still FTBFS on hurd-i386
Manuel Menal
mmenal at hurdfr.org
Wed Jul 28 15:41:09 UTC 2010
reopen 535775
thanks
Hi,
Unfortunately, e17 still FTBFS on hurd-i386, as the SA_SIGINFO part of
the patch has not been applied at all. I understand that this change
could be seen as a bit invasive: alternatively, you might want to stop
using SA_SIGINFO (and use sa_handler instead of sa_sigaction), since
it's not needed anyway.
The PATH_MAX part has been solved, except for a small problem solved
by this tiny patch.
Thanks!
diff -Nurp e17-0.16.999.49898.orig//src/modules/temperature/tempget.c
e17-0.16.999.49898/src/modules/temperature/tempget.c
---
e17-0.16.999.49898.orig//src/modules/temperature/tempget.c 2010-06-25
05:00:07.000000000 +0200
+++ e17-0.16.999.49898/src/modules/temperature/tempget.c 2010-07-28
16:58:40.000000000 +0200
@@ -2,6 +2,8 @@
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
+#include "e.h"
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
--
Manuel Menal
More information about the Pkg-e-devel
mailing list