bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#194: marked as done (23.0.60; Building from cvs on Hurd)


From: Emacs bug Tracking System
Subject: bug#194: marked as done (23.0.60; Building from cvs on Hurd)
Date: Thu, 29 May 2008 16:20:07 -0700

Your message dated Thu, 29 May 2008 19:11:17 -0400
with message-id <18495.14357.586619.208707@fencepost.gnu.org>
and subject line Re: 23.0.60; Building from cvs on Hurd 
has caused the Emacs bug report #194,
regarding 23.0.60; Building from cvs on Hurd
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
194: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=194
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; Building from cvs on Hurd Date: Tue, 6 May 2008 22:59:01 -0600 (MDT)
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





--- End Message ---
--- Begin Message --- Subject: Re: 23.0.60; Building from cvs on Hurd Date: Thu, 29 May 2008 19:11:17 -0400
This has been fixed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]