bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (pat


From: John Marino
Subject: bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)
Date: Fri, 30 May 2014 22:20:15 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

For many months DragonFly BSD users have enjoyed building EMACS without
patches.  Recently the builds broke:

> In file included from gnutls.c:23:0:
> process.h:216:33: error: unknown type name 'sigset_t'
> process.h:217:44: error: expected ')' before 'const'
> gmake[2]: *** [gnutls.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
> gmake[2]: Leaving directory 
> `/wrkdirs/editors/emacs-devel/work/emacs-24.4.50.117036/src'
> gmake[1]: *** [src] Error 2
> gmake[1]: Leaving directory 
> `/wrkdirs/editors/emacs-devel/work/emacs-24.4.50.117036'
> ===> Compilation failed unexpectedly.

Full log:
http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/20140527_221239/logs/errors/emacs-devel-24.4.50.117036_1,2.log

The following patch will let the build finish, but obviously it's not
suitable for inclusion:

--- src/process.h.orig  2014-05-01 07:58:16.000000000 +0000
+++ src/process.h
@@ -21,6 +21,7 @@ along with GNU Emacs.  If not, see <http
 #endif

 #include <unistd.h>
+#include <sys/signal.h>

 #ifdef HAVE_GNUTLS
 #include "gnutls.h"

=============================

Can somebody convert my patch into the proper fix and commit it?

Thanks,
John

(Keep me in CC: please)





reply via email to

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