From monnier@iro.umontreal.ca Wed May 7 00:52:19 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 7 May 2008 07:52:19 +0000 Received: from mercure.iro.umontreal.ca (mercure.iro.umontreal.ca [132.204.24.67]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m477qD69030380 for ; Wed, 7 May 2008 00:52:15 -0700 Received: by mercure.iro.umontreal.ca (Postfix, from userid 20848) id 021682CFC8C; Wed, 7 May 2008 03:52:12 -0400 (EDT) X-Original-To: monnier@iro.umontreal.ca Received: from perlin.iro.umontreal.ca (perlin.iro.umontreal.ca [132.204.24.51]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id ECD522CFB03 for ; Wed, 7 May 2008 03:52:12 -0400 (EDT) Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by perlin.iro.umontreal.ca (Postfix) with ESMTP id 0CDE114821B for ; Wed, 7 May 2008 03:52:08 -0400 (EDT) Received: from localhost ([127.0.0.1]:45084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JteRb-0003bw-PP for monnier@iro.umontreal.ca; Wed, 07 May 2008 03:52:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jtbr8-0002CG-P2 for emacs-devel@gnu.org; Wed, 07 May 2008 01:06:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jtbr6-0002AK-Sk for emacs-devel@gnu.org; Wed, 07 May 2008 01:06:17 -0400 Received: from [199.232.76.173] (port=35556 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jtbr6-00029k-2c for emacs-devel@gnu.org; Wed, 07 May 2008 01:06:16 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jtbr5-0007Dn-AK for emacs-devel@gnu.org; Wed, 07 May 2008 01:06:15 -0400 Received: from mail.gnu.org ([199.232.76.166]:56292 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JtbqP-0004ym-Gt for emacs-pretest-bug@gnu.org; Wed, 07 May 2008 01:05:33 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jtbqw-00079x-Q8 for emacs-pretest-bug@gnu.org; Wed, 07 May 2008 01:06:09 -0400 Received: from [67.42.142.120] (helo=mail.timbral.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jtbqv-00078q-VT for emacs-pretest-bug@gnu.org; Wed, 07 May 2008 01:06:06 -0400 Received: by mail.timbral.net (Postfix, from userid 1001) id 039E41B505; Tue, 6 May 2008 22:59:01 -0600 (MDT) From: Evans Winner To: emacs-pretest-bug@gnu.org Message-Id: <20080507045901.039E41B505@mail.timbral.net> Date: Tue, 6 May 2008 22:59:01 -0600 (MDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Wed, 07 May 2008 03:51:50 -0400 Cc: Subject: 23.0.60; Building from cvs on Hurd X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-devel-bounces+monnier=iro.umontreal.ca@gnu.org Errors-To: emacs-devel-bounces+monnier=iro.umontreal.ca@gnu.org X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-1.94, requis 5, BAYES_00 -2.60, RECEIVED_FROM_NOUNK 0.66, SPF_HELO_PASS -0.00) X-DIRO-MailScanner-From: emacs-devel-bounces+monnier=iro.umontreal.ca@gnu.org I am trying to compile Emacs from today/yesterday cvs on a freshly installed Debian/GNU/Hurd/Mach (K16) system. (That platform is supported, isn't it?). I have tried a couple of different times with different ./configure options, but always get the compile error in sysdep.c. I have included what looks like the relevant bit inline below. I'm sorry that I have absolutely no idea how to debug non-trivial C code. I hope this might be useful. Please ask for any other desired information. ===================== The bit the error message seems to refer to (with a few lines of context) is: #ifndef DOS_NT struct emacs_tty s; EMACS_GET_TTY (out, &s); #if defined (HAVE_TERMIO) || defined (HAVE_TERMIOS) s.main.c_oflag |= OPOST; /* Enable output postprocessing */ s.main.c_oflag &= ~ONLCR; /* Disable map of NL to CR-NL on output */ #ifdef NLDLY s.main.c_oflag &= ~(NLDLY|CRDLY|TABDLY|BSDLY|VTDLY|FFDLY); /* No output delays */ ====================== [uname -a: GNU hurd 0.3 GNU-Mach 1.3.99/Hurd-0.3 i386-AT386 GNU] ====================== Output of make bootstrap: gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/home/thorne/src/emacs/src -g -O2 -Wno-pointer-sign sysdep.c sysdep.c: In function 'wait_for_termination': sysdep.c:491: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) sysdep.c:494: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) sysdep.c: In function 'child_setup_tty': sysdep.c:605: error: 'FFDLY' undeclared (first use in this function) sysdep.c:605: error: (Each undeclared identifier is reported only once sysdep.c:605: error: for each function it appears in.) sysdep.c: In function 'request_sigio': sysdep.c:997: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:181) sysdep.c:997: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) sysdep.c:999: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:181) sysdep.c:999: warning: 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184) sysdep.c: In function 'unrequest_sigio': sysdep.c:1016: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:181) sysdep.c:1018: warning: 'sigblock' is deprecated (declared at /usr/include/signal.h:181) make[2]: *** [sysdep.o] Error 1 make[2]: Leaving directory `/home/thorne/src/emacs/src' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/thorne/src/emacs' make: *** [bootstrap] Error 2 From rgm@gnu.org Thu May 29 16:13:06 2008 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-8.7 required=4.0 tests=AWL,BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 194-done) by emacsbugs.donarmstrong.com; 29 May 2008 23:13:06 +0000 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m4TND379012963 for <194-done@emacsbugs.donarmstrong.com>; Thu, 29 May 2008 16:13:05 -0700 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K1rHB-0001RH-KZ; Thu, 29 May 2008 19:11:17 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18495.14357.586619.208707@fencepost.gnu.org> Date: Thu, 29 May 2008 19:11:17 -0400 From: Glenn Morris To: 194-done@debbugs.gnu.org Subject: Re: 23.0.60; Building from cvs on Hurd X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: blue X-Ran: MP1~W'm54gKoEcz{,ANjj2}z<+-KJvInApQuMvO]VTb5/R~-Q1YA/R+JwD}fcdZ$o1:Pi( X-CrossAssassin-Score: 4 This has been fixed. From unknown Fri Jun 20 07:18:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Fri, 27 Jun 2008 14:24:04 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator