GNU bug report logs - #17646
emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)

Previous Next

Package: emacs;

Reported by: John Marino <gnugcc <at> marino.st>

Date: Fri, 30 May 2014 20:22:01 UTC

Severity: important

Tags: moreinfo

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17646 in the body.
You can then email your comments to 17646 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17646; Package emacs. (Fri, 30 May 2014 20:22:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to John Marino <gnugcc <at> marino.st>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 30 May 2014 20:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: John Marino <gnugcc <at> marino.st>
To: bug-gnu-emacs <at> gnu.org
Subject: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)
Date: Fri, 30 May 2014 22:20:15 +0200
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)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17646; Package emacs. (Sun, 01 Jun 2014 23:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 17646 <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: John Marino <gnugcc <at> marino.st>
Cc: 17646 <at> debbugs.gnu.org
Subject: Re: emacs-devel-24.4.50.117036 no longer builds on DragonFly
Date: Sun, 01 Jun 2014 16:20:14 -0700
Thanks for reporting that.  I installed what I hope is a fix as trunk 
bzr 117217; please give it a try.




Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Mon, 09 Jun 2014 14:25:02 GMT) Full text and rfc822 format available.

Notification sent to John Marino <gnugcc <at> marino.st>:
bug acknowledged by developer. (Mon, 09 Jun 2014 14:25:03 GMT) Full text and rfc822 format available.

Message #13 received at 17646-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: John Marino <gnugcc <at> marino.st>
Cc: 17646-done <at> debbugs.gnu.org
Subject: Re: emacs-devel-24.4.50.117036 no longer builds on DragonFly
Date: Mon, 09 Jun 2014 07:24:20 -0700
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.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17646; Package emacs. (Mon, 09 Jun 2014 15:11:01 GMT) Full text and rfc822 format available.

Message #16 received at 17646-done <at> debbugs.gnu.org (full text, mbox):

From: John Marino <gnugcc <at> marino.st>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 17646-done <at> debbugs.gnu.org
Subject: Re: emacs-devel-24.4.50.117036 no longer builds on DragonFly
Date: Mon, 09 Jun 2014 17:09:39 +0200
On 6/9/2014 16:24, Paul Eggert wrote:
> 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.

Thanks Paul,
It is difficult for me to test (we get the devel branch through a
privately rolled version that the FreeBSD ports committer makes).  Let's
assume it works and if the next update fails here I'll re-open the
report.  I was also busy with other things and it just wasn't at the top
of my list.

John




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Jul 2014 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 301 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.