unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)
@ 2014-05-30 20:20 John Marino
  2014-06-01 23:20 ` bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly Paul Eggert
  0 siblings, 1 reply; 4+ messages in thread
From: John Marino @ 2014-05-30 20:20 UTC (permalink / raw)
  To: 17646

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)





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly
  2014-05-30 20:20 bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch) John Marino
@ 2014-06-01 23:20 ` Paul Eggert
  2014-06-09 14:24   ` Paul Eggert
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggert @ 2014-06-01 23:20 UTC (permalink / raw)
  To: John Marino; +Cc: 17646

Thanks for reporting that.  I installed what I hope is a fix as trunk 
bzr 117217; please give it a try.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly
  2014-06-01 23:20 ` bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly Paul Eggert
@ 2014-06-09 14:24   ` Paul Eggert
  2014-06-09 15:09     ` John Marino
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggert @ 2014-06-09 14:24 UTC (permalink / raw)
  To: John Marino; +Cc: 17646-done

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly
  2014-06-09 14:24   ` Paul Eggert
@ 2014-06-09 15:09     ` John Marino
  0 siblings, 0 replies; 4+ messages in thread
From: John Marino @ 2014-06-09 15:09 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 17646-done

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-09 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 20:20 bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch) John Marino
2014-06-01 23:20 ` bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly Paul Eggert
2014-06-09 14:24   ` Paul Eggert
2014-06-09 15:09     ` John Marino

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).