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

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

[debbugs-tracker] bug#17646: closed (emacs-devel-24.4.50.117036 no longe


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#17646: closed (emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch))
Date: Mon, 09 Jun 2014 14:25:02 +0000

Your message dated Mon, 09 Jun 2014 07:24:20 -0700
with message-id <address@hidden>
and subject line Re: emacs-devel-24.4.50.117036 no longer builds on DragonFly
has caused the debbugs.gnu.org bug report #17646,
regarding emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
17646: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17646
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 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)



--- End Message ---
--- Begin Message --- Subject: Re: emacs-devel-24.4.50.117036 no longer builds on DragonFly Date: Mon, 09 Jun 2014 07:24:20 -0700 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0
On 06/01/2014 04:20 PM, Paul Eggert wrote:
Thanks for reporting that. I installed what I hope is a fix as trunk bzr 117217; please give it a try.

No further comment so I'm taking the liberty of closing this bug as fixed.


--- End Message ---

reply via email to

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