all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Evans Winner <thorne@timbral.net>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; Building from cvs on Hurd
Date: Tue,  6 May 2008 22:59:01 -0600 (MDT)	[thread overview]
Message-ID: <20080507045901.039E41B505@mail.timbral.net> (raw)

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	other threads:[~2008-05-07  4:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <18495.14357.586619.208707@fencepost.gnu.org>
2008-05-07  4:59 ` Evans Winner [this message]
2008-05-10  0:05   ` 23.0.60; Building from cvs on Hurd Glenn Morris
2008-05-10 17:27     ` Evans Winner
2008-05-10 20:00       ` Glenn Morris
2008-05-29 23:20   ` bug#194: marked as done (23.0.60; Building from cvs on Hurd) Emacs bug Tracking System

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

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

  git send-email \
    --in-reply-to=20080507045901.039E41B505@mail.timbral.net \
    --to=thorne@timbral.net \
    --cc=emacs-pretest-bug@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.