From unknown Tue Jun 24 15:41:45 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22585: 25.1.50; error: #error "alignas not defined" Resent-From: Han Boetes Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Feb 2016 16:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 22585 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22585@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.14548627801394 (code B ref -1); Sun, 07 Feb 2016 16:33:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2016 16:33:00 +0000 Received: from localhost ([127.0.0.1]:37366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSGh-0000MP-Jy for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34240) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSGg-0000ME-CL for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSSGa-0000F5-1O for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGZ-0000Ez-UH for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:51 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGY-0000Gr-L7 for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSSGU-0000DZ-Kl for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:49 -0500 Received: from boetes.org ([149.210.139.48]:29163 helo=difool.boetes.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGU-0000DJ-4g for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:46 -0500 X-boetes-org-MailScanner-From: han@boetes.org X-boetes-org-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.109, required 5, DKIM_SIGNED 0.10, NO_RELAYS -0.00, T_DKIM_INVALID 0.01) X-boetes-org-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-boetes-org-MailScanner-ID: E5A422CC86.A23C3 X-boetes-org-MailScanner-Information: Please contact the ISP for more information Received: by difool.boetes.org (Postfix, from userid 1001) id E5A422CC86; Sun, 7 Feb 2016 17:25:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=boetes.org; s=20111208; t=1454862332; bh=jdiSRkZNrnsnpDQUZMXbw8YJqhPG1AoP3tb/+w2wZic=; h=From:To:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:Date:Message-ID; b=caRclgHIc2xyTUBw7CDfTU91rdJuebkBs6qZE2Vbq8YSvbEMqRdqExqu3Dh0doqoj AAlcncfuiWlMqfgeGG9cuouIVC+sFIKy5ePQ2jvQAWJprsy768Dkmil02fi3SrTTfX d/uMKDfKH6cvMhStdM8LcJ15Jk/Av0igAHz0OVKY= From: Han Boetes MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[2]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/src' CC dispnew.o /mega/home/han/src/Emacs/emacs/src/lisp.h: 281:3: error: #error "alignas not defined" # error "alignas not defined" ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ ./globals.h: 928:29: note: in expansion of macro 'GCALIGNMENT' struct Lisp_Symbol alignas (GCALIGNMENT) lispsym[947]; ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'XSYMBOL': /mega/home/han/src/Emacs/emacs/src/lisp.h: 361:20: error: 'lispsym' undeclared (first use in this function) + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 361:20: note: each undeclared identifier is reported only once for each function it appears in + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'make_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h: 1122:63: error: 'lispsym' undeclared (first use in this function) Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1122:24: note: in expansion of macro 'TAG_SYMOFFSET' Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'builtin_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h: 1130:28: error: 'lispsym' undeclared (first use in this function) return make_lisp_symbol (lispsym + index); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h: 741:69: error: 'lispsym' undeclared here (not in a function) #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 741:36: note: in expansion of macro 'TAG_SYMOFFSET' #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1590:22: note: in expansion of macro 'XLI_BUILTIN_LISPSYM' enum { NIL_IS_ZERO = XLI_BUILTIN_LISPSYM (iQnil) == 0 }; ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'memclear': /mega/home/han/src/Emacs/emacs/lib/verify.h: 207:21: error: static assertion failed: "verify (NIL_IS_ZERO)" # define _GL_VERIFY _Static_assert ^ /mega/home/han/src/Emacs/emacs/lib/verify.h: 251:19: note: in expansion of macro '_GL_VERIFY' #define verify(R) _GL_VERIFY (R, "verify (" #R ")") ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1598:3: note: in expansion of macro 'verify' verify (NIL_IS_ZERO); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 3011:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 3020:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "", ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5549:1: note: in expansion of macro 'DEFUN' DEFUN ("open-termscript", Fopen_termscript, Sopen_termscript, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5582:1: note: in expansion of macro 'DEFUN' DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5625:1: note: in expansion of macro 'DEFUN' DEFUN ("ding", Fding, Sding, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5665:1: note: in expansion of macro 'DEFUN' DEFUN ("sleep-for", Fsleep_for, Ssleep_for, 1, 2, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5765:1: note: in expansion of macro 'DEFUN' DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5805:1: note: in expansion of macro 'DEFUN' DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6137:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor", Finternal_show_cursor, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6153:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p, ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: In function 'syms_of_display': /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6169:13: error: 'Sredraw_frame' undeclared (first use in this function) defsubr (&Sredraw_frame); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6170:13: error: 'Sredraw_display' undeclared (first use in this function) defsubr (&Sredraw_display); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6171:13: error: 'Sframe_or_buffer_changed_p' undeclared (first use in this function) defsubr (&Sframe_or_buffer_changed_p); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6172:13: error: 'Sopen_termscript' undeclared (first use in this function) defsubr (&Sopen_termscript); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6173:13: error: 'Sding' undeclared (first use in this function) defsubr (&Sding); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6174:13: error: 'Sredisplay' undeclared (first use in this function) defsubr (&Sredisplay); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6175:13: error: 'Ssleep_for' undeclared (first use in this function) defsubr (&Ssleep_for); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6176:13: error: 'Ssend_string_to_terminal' undeclared (first use in this function) defsubr (&Ssend_string_to_terminal); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6177:13: error: 'Sinternal_show_cursor' undeclared (first use in this function) defsubr (&Sinternal_show_cursor); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6178:13: error: 'Sinternal_show_cursor_p' undeclared (first use in this function) defsubr (&Sinternal_show_cursor_p); ^ Makefile: 379: recipe for target 'dispnew.o' failed gmake[1]: *** [dispnew.o] Error 1 gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/src' Makefile: 394: recipe for target 'src' failed gmake: *** [src] Error 2 While running the latest checkout of emacs-git on OpenBSD I run into this output after a consecutive run of gmake after running gmake bootstrap. gmake -C lib all gmake all-am gmake -C lib-src all gmake -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/lisp.h:33:0, from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: Date: Sun, 07 Feb 2016 17:25:15 +0100 Message-ID: <86d1s81o9g.fsf@boetes.org> X-detected-operating-system: by eggs.gnu.org: OpenBSD 4.x-5.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) In GNU Emacs 25.1.50.1 (x86_64-unknown-openbsd5.8) of 2016-01-09 built on difool Repository revision: 384cf23c6ed05e1f151032958a2cc2bb8100344b Configured using: 'configure --prefix=3D/usr/local --mandir=3D/usr/local/man --infodir=3D/usr/local/info --without-sound --without-jpeg --with-xpm --without-gif --without-x CC=3D/usr/local/bin/egcc 'CFLAGS=3D-pipe -O2'' Configured features: NOTIFY GNUTLS LIBXML2 ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: C/l Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t global-edit-server-edit-mode: t icomplete-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent messages: Note: file is write protected When done with a buffer, type C-x # [2 times] When done with this frame, type C-x 5 0 delete-backward-char: Beginning of buffer delete-backward-char: Text is read-only Making completion list... Quit Type C-x 1 to remove help window. Type "q" in help window to restore its previous buffer. Making completion list... [2 times] Load-path shadows: /usr/local/share/emacs/25.1.50/lisp/tempo hides ~/.emacs.d/lisp/tempo /usr/local/share/emacs/25.1.50/lisp/progmodes/python hides ~/.emacs.d/lisp/= python /usr/local/share/emacs/25.1.50/lisp/obsolete/longlines hides ~/.emacs.d/lis= p/longlines /usr/local/share/emacs/25.1.50/lisp/textmodes/css-mode hides ~/.emacs.d/lis= p/css-mode /mega/home/han/.emacs.d/elpa/crontab-mode-20090510.1355/crontab-mode hides = ~/.emacs.d/lisp/crontab-mode Features: (shadow sort mail-extr emacsbug eieio-opt speedbar sb-image ezimage dframe find-func apropos autorevert filenotify log4j-mode advice git-commit-mode log-edit pcvs-util add-log make-mode crontab-mode lisp-mnt mm-archive message idna sendmail dired dired-loaddefs format-spec rfc822 mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils network-stream nsm starttls url-http tls gnutls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw puny url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap epg rect muttrc-mode man shell pcomplete grep compile comint ansi-color ring tar-mode jka-compr parse-time vc-cvs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs conf-mode character-fold misearch multi-isearch vc vc-dispatcher vc-git diff-mode generic image sh-script smie executable nuke-whitespace seq post term/xterm xterm server pager auto-recomp cl session generic-x yaml-mode derived regexp-opt edit-server easy-mmode edmacro kmacro icomplete finder-inf info tool-bar tex-site package epg-config url-handlers url-parse auth-source cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core cl-macs gv eieio-loaddefs gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr password-cache url-vars time-date paren mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote kqueue multi-tty make-network-process emacs) Memory information: ((conses 16 813781 142555) (symbols 48 32187 2) (miscs 40 170 817) (strings 32 109440 12421) (string-bytes 1 3169676) (vectors 16 42741) (vector-slots 8 1580660 65309) (floats 8 305 1174) (intervals 56 94773 16176) (buffers 976 24)) -- # Han -- OpenBSD: Only two remote ,`o. Men freely believe that what they holes in the default install >( ,c@ wish to desire. =E2=80=94 Julius Caesar in a heck of a long time! ',,,' From unknown Tue Jun 24 15:41:45 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22585: error: #error "alignas not defined" References: <86d1s81o9g.fsf@boetes.org> In-Reply-To: <86d1s81o9g.fsf@boetes.org> Resent-From: Han Boetes Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Feb 2016 17:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22585 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22585@debbugs.gnu.org Received: via spool by 22585-submit@debbugs.gnu.org id=B22585.14548645564038 (code B ref 22585); Sun, 07 Feb 2016 17:03:02 +0000 Received: (at 22585) by debbugs.gnu.org; 7 Feb 2016 17:02:36 +0000 Received: from localhost ([127.0.0.1]:37378 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSjL-000134-FS for submit@debbugs.gnu.org; Sun, 07 Feb 2016 12:02:35 -0500 Received: from boetes.org ([149.210.139.48]:21148 helo=difool.boetes.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSjJ-00012t-8x for 22585@debbugs.gnu.org; Sun, 07 Feb 2016 12:02:34 -0500 X-Spam-Status: No X-boetes-org-MailScanner-From: han@boetes.org X-boetes-org-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.109, required 5, DKIM_SIGNED 0.10, NO_RELAYS -0.00, T_DKIM_INVALID 0.01) X-boetes-org-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-boetes-org-MailScanner-ID: 31FC32CC87.A0EB9 X-boetes-org-MailScanner-Information: Please contact the ISP for more information Received: by difool.boetes.org (Postfix, from userid 1001) id 31FC32CC87; Sun, 7 Feb 2016 18:02:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=boetes.org; s=20111208; t=1454864549; bh=QNHW3j0671vICqeZlTvw/iJpvTZkMabl6qIBJFfy2bw=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=Ojlb3gZQAvQCl7BjjeFGCXHON4t/kVo5H2h6iF4u2xBh7zK3qcTjwhCHMLBQf93Lx SFz2c7kcqlxTTskA2VhG51YBjC+dJh9RB007FfiYFMYRUEtMZpnngS1IHPktpQOEcd 2TXUeoIMWPzW2B2/YWwxalb4F73PJpWUOzRoZCuw= Date: Sun, 7 Feb 2016 18:02:29 +0100 From: Han Boetes Message-ID: <20160207170229.GS11032@boetes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.2 (/) I think I pressed the wrong button... Anyway... I just checked out emacs from git and ran bootstrap which failed. After running a consecutive run of gmake, this is the output: gmake -C lib all gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake all-am gmake[2]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake -C lib-src all gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/src' CC dispnew.o In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: /mega/home/han/src/Emacs/emacs/src/lisp.h:281:3: error: #error "alignas not defined" # error "alignas not defined" ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ ./globals.h:928:29: note: in expansion of macro 'GCALIGNMENT' struct Lisp_Symbol alignas (GCALIGNMENT) lispsym[947]; ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'XSYMBOL': /mega/home/han/src/Emacs/emacs/src/lisp.h:361:20: error: 'lispsym' undeclared (first use in this function) + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:361:20: note: each undeclared identifier is reported only once for each function it appears in + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'make_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h:1122:63: error: 'lispsym' undeclared (first use in this function) Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:1122:24: note: in expansion of macro 'TAG_SYMOFFSET' Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'builtin_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h:1130:28: error: 'lispsym' undeclared (first use in this function) return make_lisp_symbol (lispsym + index); ^ In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: /mega/home/han/src/Emacs/emacs/src/lisp.h: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h:741:69: error: 'lispsym' undeclared here (not in a function) #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:741:36: note: in expansion of macro 'TAG_SYMOFFSET' #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:1590:22: note: in expansion of macro 'XLI_BUILTIN_LISPSYM' enum { NIL_IS_ZERO = XLI_BUILTIN_LISPSYM (iQnil) == 0 }; ^ In file included from /mega/home/han/src/Emacs/emacs/src/lisp.h:33:0, from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26: /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'memclear': /mega/home/han/src/Emacs/emacs/lib/verify.h:207:21: error: static assertion failed: "verify (NIL_IS_ZERO)" # define _GL_VERIFY _Static_assert ^ /mega/home/han/src/Emacs/emacs/lib/verify.h:251:19: note: in expansion of macro '_GL_VERIFY' #define verify(R) _GL_VERIFY (R, "verify (" #R ")") ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:1598:3: note: in expansion of macro 'verify' verify (NIL_IS_ZERO); ^ In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: /mega/home/han/src/Emacs/emacs/src/dispnew.c: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:3011:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:3020:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "", ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5549:1: note: in expansion of macro 'DEFUN' DEFUN ("open-termscript", Fopen_termscript, Sopen_termscript, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5582:1: note: in expansion of macro 'DEFUN' DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5625:1: note: in expansion of macro 'DEFUN' DEFUN ("ding", Fding, Sding, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5665:1: note: in expansion of macro 'DEFUN' DEFUN ("sleep-for", Fsleep_for, Ssleep_for, 1, 2, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5765:1: note: in expansion of macro 'DEFUN' DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:5805:1: note: in expansion of macro 'DEFUN' DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6137:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor", Finternal_show_cursor, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h:2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6153:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p, ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: In function 'syms_of_display': /mega/home/han/src/Emacs/emacs/src/dispnew.c:6169:13: error: 'Sredraw_frame' undeclared (first use in this function) defsubr (&Sredraw_frame); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6170:13: error: 'Sredraw_display' undeclared (first use in this function) defsubr (&Sredraw_display); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6171:13: error: 'Sframe_or_buffer_changed_p' undeclared (first use in this function) defsubr (&Sframe_or_buffer_changed_p); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6172:13: error: 'Sopen_termscript' undeclared (first use in this function) defsubr (&Sopen_termscript); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6173:13: error: 'Sding' undeclared (first use in this function) defsubr (&Sding); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6174:13: error: 'Sredisplay' undeclared (first use in this function) defsubr (&Sredisplay); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6175:13: error: 'Ssleep_for' undeclared (first use in this function) defsubr (&Ssleep_for); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6176:13: error: 'Ssend_string_to_terminal' undeclared (first use in this function) defsubr (&Ssend_string_to_terminal); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6177:13: error: 'Sinternal_show_cursor' undeclared (first use in this function) defsubr (&Sinternal_show_cursor); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c:6178:13: error: 'Sinternal_show_cursor_p' undeclared (first use in this function) defsubr (&Sinternal_show_cursor_p); ^ Makefile:379: recipe for target 'dispnew.o' failed gmake[1]: *** [dispnew.o] Error 1 gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/src' Makefile:394: recipe for target 'src' failed gmake: *** [src] Error 2 From unknown Tue Jun 24 15:41:45 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22585: error: #error "alignas not defined" Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 07 Feb 2016 18:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22585 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Han Boetes Cc: 22585@debbugs.gnu.org Received: via spool by 22585-submit@debbugs.gnu.org id=B22585.145486937617612 (code B ref 22585); Sun, 07 Feb 2016 18:23:01 +0000 Received: (at 22585) by debbugs.gnu.org; 7 Feb 2016 18:22:56 +0000 Received: from localhost ([127.0.0.1]:37441 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSTz5-0004a0-Se for submit@debbugs.gnu.org; Sun, 07 Feb 2016 13:22:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:58791) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSTz5-0004Zp-21 for 22585@debbugs.gnu.org; Sun, 07 Feb 2016 13:22:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSTyz-0001i4-5b for 22585@debbugs.gnu.org; Sun, 07 Feb 2016 13:22:50 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSTyu-0001hp-Ga; Sun, 07 Feb 2016 13:22:44 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1aSTys-0002Ne-Kh; Sun, 07 Feb 2016 13:22:42 -0500 From: Glenn Morris References: <86d1s81o9g.fsf@boetes.org> <20160207170229.GS11032@boetes.org> X-Spook: fundamentalist Extreme weather lock picking Sinaloa CISU X-Ran: F4+@Z%,85-hxjAWmaZ@9!`SXrU%pt$`w8l{/AIJ1/?"7:|yYd<9VKVzF{FSK!=Mu1XbTaB X-Hue: cyan X-Attribution: GM Date: Sun, 07 Feb 2016 13:22:42 -0500 In-Reply-To: <20160207170229.GS11032@boetes.org> (Han Boetes's message of "Sun, 7 Feb 2016 18:02:29 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.3 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.3 (-----) Same issue at http://hydra.nixos.org/build/31660580 From unknown Tue Jun 24 15:41:45 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Han Boetes Subject: bug#22585: closed (Re: 25.1.50; error: #error "alignas not defined") Message-ID: References: <56BA9FB5.8020108@cs.ucla.edu> <86d1s81o9g.fsf@boetes.org> X-Gnu-PR-Message: they-closed 22585 X-Gnu-PR-Package: emacs Reply-To: 22585@debbugs.gnu.org Date: Wed, 10 Feb 2016 02:27:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1455071222-30823-1" This is a multi-part message in MIME format... ------------=_1455071222-30823-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #22585: 25.1.50; error: #error "alignas not defined" which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 22585@debbugs.gnu.org. --=20 22585: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D22585 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1455071222-30823-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 22585-done) by debbugs.gnu.org; 10 Feb 2016 02:26:05 +0000 Received: from localhost ([127.0.0.1]:34110 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTKTl-0007xp-79 for submit@debbugs.gnu.org; Tue, 09 Feb 2016 21:26:05 -0500 Received: from zimbra.cs.ucla.edu ([131.179.128.68]:35824) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTKTj-0007x4-Ly for 22585-done@debbugs.gnu.org; Tue, 09 Feb 2016 21:26:03 -0500 Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 398CD1601A6; Tue, 9 Feb 2016 18:25:58 -0800 (PST) Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id tE68Kzk5a9rY; Tue, 9 Feb 2016 18:25:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 8BFB3160D25; Tue, 9 Feb 2016 18:25:57 -0800 (PST) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id V96lwsaYv_28; Tue, 9 Feb 2016 18:25:57 -0800 (PST) Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 67CE21601A6; Tue, 9 Feb 2016 18:25:57 -0800 (PST) To: 22585-done@debbugs.gnu.org From: Paul Eggert Subject: Re: 25.1.50; error: #error "alignas not defined" Organization: UCLA Computer Science Department Message-ID: <56BA9FB5.8020108@cs.ucla.edu> Date: Tue, 9 Feb 2016 18:25:57 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 22585-done Cc: Han Boetes X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Should be fixed now, in commit f2e9d1b3847d43206e8b0d05e5b64335d2c0b36f. Boldly marking this bug report as done; we can reopen it if I'm wrong. ------------=_1455071222-30823-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2016 16:33:00 +0000 Received: from localhost ([127.0.0.1]:37366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSGh-0000MP-Jy for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:59 -0500 Received: from eggs.gnu.org ([208.118.235.92]:34240) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aSSGg-0000ME-CL for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSSGa-0000F5-1O for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35224) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGZ-0000Ez-UH for submit@debbugs.gnu.org; Sun, 07 Feb 2016 11:32:51 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGY-0000Gr-L7 for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSSGU-0000DZ-Kl for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:49 -0500 Received: from boetes.org ([149.210.139.48]:29163 helo=difool.boetes.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSSGU-0000DJ-4g for bug-gnu-emacs@gnu.org; Sun, 07 Feb 2016 11:32:46 -0500 X-boetes-org-MailScanner-From: han@boetes.org X-boetes-org-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.109, required 5, DKIM_SIGNED 0.10, NO_RELAYS -0.00, T_DKIM_INVALID 0.01) X-boetes-org-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-boetes-org-MailScanner-ID: E5A422CC86.A23C3 X-boetes-org-MailScanner-Information: Please contact the ISP for more information Received: by difool.boetes.org (Postfix, from userid 1001) id E5A422CC86; Sun, 7 Feb 2016 17:25:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=boetes.org; s=20111208; t=1454862332; bh=jdiSRkZNrnsnpDQUZMXbw8YJqhPG1AoP3tb/+w2wZic=; h=From:To:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding:Date:Message-ID; b=caRclgHIc2xyTUBw7CDfTU91rdJuebkBs6qZE2Vbq8YSvbEMqRdqExqu3Dh0doqoj AAlcncfuiWlMqfgeGG9cuouIVC+sFIKy5ePQ2jvQAWJprsy768Dkmil02fi3SrTTfX d/uMKDfKH6cvMhStdM8LcJ15Jk/Av0igAHz0OVKY= From: Han Boetes To: bug-gnu-emacs@gnu.org Subject: 25.1.50; error: #error "alignas not defined" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[2]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[2]: Nothing to be done for 'all-am'. gmake[2]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib' gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake[1]: Nothing to be done for 'all'. gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/lib-src' gmake[1]: Entering directory '/mega/home/han/src/Emacs/openbsd/src' CC dispnew.o /mega/home/han/src/Emacs/emacs/src/lisp.h: 281:3: error: #error "alignas not defined" # error "alignas not defined" ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ ./globals.h: 928:29: note: in expansion of macro 'GCALIGNMENT' struct Lisp_Symbol alignas (GCALIGNMENT) lispsym[947]; ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'XSYMBOL': /mega/home/han/src/Emacs/emacs/src/lisp.h: 361:20: error: 'lispsym' undeclared (first use in this function) + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 361:20: note: each undeclared identifier is reported only once for each function it appears in + (char *) lispsym)) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 875:10: note: in expansion of macro 'lisp_h_XSYMBOL' return lisp_h_XSYMBOL (a); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'make_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h: 1122:63: error: 'lispsym' undeclared (first use in this function) Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1122:24: note: in expansion of macro 'TAG_SYMOFFSET' Lisp_Object a = XIL (TAG_SYMOFFSET ((char *) sym - (char *) lispsym)); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'builtin_lisp_symbol': /mega/home/han/src/Emacs/emacs/src/lisp.h: 1130:28: error: 'lispsym' undeclared (first use in this function) return make_lisp_symbol (lispsym + index); ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h: 741:69: error: 'lispsym' undeclared here (not in a function) #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 731:18: note: in definition of macro 'TAG_PTR' ? (intptr_t) (ptr) + (tag) \ ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 741:36: note: in expansion of macro 'TAG_SYMOFFSET' #define XLI_BUILTIN_LISPSYM(iname) TAG_SYMOFFSET ((iname) * sizeof *lispsym) ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1590:22: note: in expansion of macro 'XLI_BUILTIN_LISPSYM' enum { NIL_IS_ZERO = XLI_BUILTIN_LISPSYM (iQnil) == 0 }; ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: In function 'memclear': /mega/home/han/src/Emacs/emacs/lib/verify.h: 207:21: error: static assertion failed: "verify (NIL_IS_ZERO)" # define _GL_VERIFY _Static_assert ^ /mega/home/han/src/Emacs/emacs/lib/verify.h: 251:19: note: in expansion of macro '_GL_VERIFY' #define verify(R) _GL_VERIFY (R, "verify (" #R ")") ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 1598:3: note: in expansion of macro 'verify' verify (NIL_IS_ZERO); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: At top level: /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 3011:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-frame", Fredraw_frame, Sredraw_frame, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 3020:1: note: in expansion of macro 'DEFUN' DEFUN ("redraw-display", Fredraw_display, Sredraw_display, 0, 0, "", ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5549:1: note: in expansion of macro 'DEFUN' DEFUN ("open-termscript", Fopen_termscript, Sopen_termscript, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5582:1: note: in expansion of macro 'DEFUN' DEFUN ("send-string-to-terminal", Fsend_string_to_terminal, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5625:1: note: in expansion of macro 'DEFUN' DEFUN ("ding", Fding, Sding, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5665:1: note: in expansion of macro 'DEFUN' DEFUN ("sleep-for", Fsleep_for, Ssleep_for, 1, 2, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5765:1: note: in expansion of macro 'DEFUN' DEFUN ("redisplay", Fredisplay, Sredisplay, 0, 1, 0, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 5805:1: note: in expansion of macro 'DEFUN' DEFUN ("frame-or-buffer-changed-p", Fframe_or_buffer_changed_p, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6137:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor", Finternal_show_cursor, ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 243:21: error: expected declaration specifiers or '...' before numeric constant #define GCALIGNMENT 8 ^ /mega/home/han/src/Emacs/emacs/src/lisp.h: 2978:37: note: in expansion of macro 'GCALIGNMENT' static struct Lisp_Subr alignas (GCALIGNMENT) sname = \ ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6153:1: note: in expansion of macro 'DEFUN' DEFUN ("internal-show-cursor-p", Finternal_show_cursor_p, ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: In function 'syms_of_display': /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6169:13: error: 'Sredraw_frame' undeclared (first use in this function) defsubr (&Sredraw_frame); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6170:13: error: 'Sredraw_display' undeclared (first use in this function) defsubr (&Sredraw_display); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6171:13: error: 'Sframe_or_buffer_changed_p' undeclared (first use in this function) defsubr (&Sframe_or_buffer_changed_p); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6172:13: error: 'Sopen_termscript' undeclared (first use in this function) defsubr (&Sopen_termscript); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6173:13: error: 'Sding' undeclared (first use in this function) defsubr (&Sding); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6174:13: error: 'Sredisplay' undeclared (first use in this function) defsubr (&Sredisplay); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6175:13: error: 'Ssleep_for' undeclared (first use in this function) defsubr (&Ssleep_for); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6176:13: error: 'Ssend_string_to_terminal' undeclared (first use in this function) defsubr (&Ssend_string_to_terminal); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6177:13: error: 'Sinternal_show_cursor' undeclared (first use in this function) defsubr (&Sinternal_show_cursor); ^ /mega/home/han/src/Emacs/emacs/src/dispnew.c: 6178:13: error: 'Sinternal_show_cursor_p' undeclared (first use in this function) defsubr (&Sinternal_show_cursor_p); ^ Makefile: 379: recipe for target 'dispnew.o' failed gmake[1]: *** [dispnew.o] Error 1 gmake[1]: Leaving directory '/mega/home/han/src/Emacs/openbsd/src' Makefile: 394: recipe for target 'src' failed gmake: *** [src] Error 2 While running the latest checkout of emacs-git on OpenBSD I run into this output after a consecutive run of gmake after running gmake bootstrap. gmake -C lib all gmake all-am gmake -C lib-src all gmake -C src VCSWITNESS='$(srcdir)/../.git/logs/HEAD' all In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: In file included from /mega/home/han/src/Emacs/emacs/src/lisp.h:33:0, from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26: In file included from /mega/home/han/src/Emacs/emacs/src/dispnew.c:26:0: Date: Sun, 07 Feb 2016 17:25:15 +0100 Message-ID: <86d1s81o9g.fsf@boetes.org> X-detected-operating-system: by eggs.gnu.org: OpenBSD 4.x-5.x [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) In GNU Emacs 25.1.50.1 (x86_64-unknown-openbsd5.8) of 2016-01-09 built on difool Repository revision: 384cf23c6ed05e1f151032958a2cc2bb8100344b Configured using: 'configure --prefix=3D/usr/local --mandir=3D/usr/local/man --infodir=3D/usr/local/info --without-sound --without-jpeg --with-xpm --without-gif --without-x CC=3D/usr/local/bin/egcc 'CFLAGS=3D-pipe -O2'' Configured features: NOTIFY GNUTLS LIBXML2 ZLIB Important settings: value of $LC_ALL: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: C/l Minor modes in effect: shell-dirtrack-mode: t diff-auto-refine-mode: t global-edit-server-edit-mode: t icomplete-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t size-indication-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent messages: Note: file is write protected When done with a buffer, type C-x # [2 times] When done with this frame, type C-x 5 0 delete-backward-char: Beginning of buffer delete-backward-char: Text is read-only Making completion list... Quit Type C-x 1 to remove help window. Type "q" in help window to restore its previous buffer. Making completion list... [2 times] Load-path shadows: /usr/local/share/emacs/25.1.50/lisp/tempo hides ~/.emacs.d/lisp/tempo /usr/local/share/emacs/25.1.50/lisp/progmodes/python hides ~/.emacs.d/lisp/= python /usr/local/share/emacs/25.1.50/lisp/obsolete/longlines hides ~/.emacs.d/lis= p/longlines /usr/local/share/emacs/25.1.50/lisp/textmodes/css-mode hides ~/.emacs.d/lis= p/css-mode /mega/home/han/.emacs.d/elpa/crontab-mode-20090510.1355/crontab-mode hides = ~/.emacs.d/lisp/crontab-mode Features: (shadow sort mail-extr emacsbug eieio-opt speedbar sb-image ezimage dframe find-func apropos autorevert filenotify log4j-mode advice git-commit-mode log-edit pcvs-util add-log make-mode crontab-mode lisp-mnt mm-archive message idna sendmail dired dired-loaddefs format-spec rfc822 mml mml-sec mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils network-stream nsm starttls url-http tls gnutls mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-gw puny url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap epg rect muttrc-mode man shell pcomplete grep compile comint ansi-color ring tar-mode jka-compr parse-time vc-cvs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs conf-mode character-fold misearch multi-isearch vc vc-dispatcher vc-git diff-mode generic image sh-script smie executable nuke-whitespace seq post term/xterm xterm server pager auto-recomp cl session generic-x yaml-mode derived regexp-opt edit-server easy-mmode edmacro kmacro icomplete finder-inf info tool-bar tex-site package epg-config url-handlers url-parse auth-source cl-seq eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core cl-macs gv eieio-loaddefs gnus-util mm-util help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr password-cache url-vars time-date paren mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select mouse jit-lock font-lock syntax facemenu font-core frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese charscript case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote kqueue multi-tty make-network-process emacs) Memory information: ((conses 16 813781 142555) (symbols 48 32187 2) (miscs 40 170 817) (strings 32 109440 12421) (string-bytes 1 3169676) (vectors 16 42741) (vector-slots 8 1580660 65309) (floats 8 305 1174) (intervals 56 94773 16176) (buffers 976 24)) -- # Han -- OpenBSD: Only two remote ,`o. Men freely believe that what they holes in the default install >( ,c@ wish to desire. =E2=80=94 Julius Caesar in a heck of a long time! ',,,' ------------=_1455071222-30823-1-- From unknown Tue Jun 24 15:41:45 2025 X-Loop: help-debbugs@gnu.org Subject: bug#22585: closed (Re: 25.1.50; error: #error "alignas not defined") Resent-From: Han Boetes Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Feb 2016 08:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 22585 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 22585@debbugs.gnu.org Received: via spool by 22585-submit@debbugs.gnu.org id=B22585.145509464518396 (code B ref 22585); Wed, 10 Feb 2016 08:58:01 +0000 Received: (at 22585) by debbugs.gnu.org; 10 Feb 2016 08:57:25 +0000 Received: from localhost ([127.0.0.1]:34212 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTQaT-0004me-5C for submit@debbugs.gnu.org; Wed, 10 Feb 2016 03:57:25 -0500 Received: from boetes.org ([149.210.139.48]:9286 helo=difool.boetes.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aTQaR-0004mW-M7 for 22585@debbugs.gnu.org; Wed, 10 Feb 2016 03:57:24 -0500 X-Spam-Status: No X-boetes-org-MailScanner-From: han@boetes.org X-boetes-org-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0.109, required 5, DKIM_SIGNED 0.10, NO_RELAYS -0.00, T_DKIM_INVALID 0.01) X-boetes-org-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-boetes-org-MailScanner-ID: AC4CD2CC86.ABCC9 X-boetes-org-MailScanner-Information: Please contact the ISP for more information Received: by difool.boetes.org (Postfix, from userid 1001) id AC4CD2CC86; Wed, 10 Feb 2016 09:57:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=boetes.org; s=20111208; t=1455094635; bh=/pjBgn1Zu3vuhX+ZTkfXiZ0aTEvlDI24D6TWLMyQCOA=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=dG9LZf6n7K08ZQ2jPoN8RpUmLYmWS23NHKVJmjIPcwiKbdC7M7sETSISex66Yr50k 2UJj/i1Jrlrg5DL0rUWF7Y1al+U7ww6NuJ0os7RvgEu9i0Tj55UCClh9i+304NII88 Pqa1OaSjBsjePJ/2Kabde6haT1eCNcLiTu2fn0vM= Date: Wed, 10 Feb 2016 09:57:15 +0100 From: Han Boetes Message-ID: <20160210085715.GT11032@boetes.org> References: <56BA9FB5.8020108@cs.ucla.edu> <86d1s81o9g.fsf@boetes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -0.3 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) thanks for fixing this issue. I just succesfully build emacs from git again.