unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: John Marino <gnugcc@marino.st>
To: 17646@debbugs.gnu.org
Subject: bug#17646: emacs-devel-24.4.50.117036 no longer builds on DragonFly (patch)
Date: Fri, 30 May 2014 22:20:15 +0200	[thread overview]
Message-ID: <5388E7FF.1060703@marino.st> (raw)

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	other threads:[~2014-05-30 20:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 20:20 John Marino [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5388E7FF.1060703@marino.st \
    --to=gnugcc@marino.st \
    --cc=17646@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).