GNU bug report logs -
#194
23.0.60; Building from cvs on Hurd
Previous Next
Reported by: Evans Winner <thorne <at> timbral.net>
Date: Wed, 7 May 2008 08:00:04 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 194 in the body.
You can then email your comments to 194 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#194
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Evans Winner <thorne <at> timbral.net>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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
Reply sent to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
Evans Winner <thorne <at> timbral.net>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #10 received at 194-done <at> emacsbugs.donarmstrong.com (full text, mbox):
This has been fixed.
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Fri, 27 Jun 2008 14:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.