unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Herbert J. Skuhra" <hskuhra@eumx.net>
To: Paul Eggert <eggert@cs.ucla.edu>, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully.
Date: Sat, 13 Jul 2013 09:26:16 +0200	[thread overview]
Message-ID: <8661we9azr.wl%hskuhra@eumx.net> (raw)
In-Reply-To: <E1UwRys-00021C-N9@vcs.savannah.gnu.org>

On Tue, 09 Jul 2013 07:04:58 +0000
Paul Eggert wrote:

> === modified file 'ChangeLog'
> --- a/ChangeLog	2013-07-08 13:26:13 +0000
> +++ b/ChangeLog	2013-07-09 07:04:48 +0000
> @@ -1,3 +1,9 @@
> +2013-07-09  Paul Eggert  <eggert@cs.ucla.edu>
> +
> +	Handle errno and exit status a bit more carefully.
> +	* lib/ignore-value.h: Remove this gnulib-imported file.
> +	* lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
> +

On FreeBSD (9.1-STABLE i386) I am now getting:

gmake[2]: *** No rule to make target `../lib/ignore-value.h', needed by `sysdep.o'.  Stop.
gmake[2]: Leaving directory `/home/herbert/source/emacs/trunk/src'
gmake[1]: *** [src] Error 2
gmake[1]: Leaving directory `/home/herbert/source/emacs/trunk'
gmake: *** [bootstrap] Error 2

With the below change the build is OK:

--- src/deps.mk 2013-02-25 05:55:37 +0000
+++ src/deps.mk 2013-07-13 05:55:29 +0000
@@ -190,7 +190,7 @@
    frame.h atimer.h window.h msdos.h dosfns.h keyboard.h cm.h lisp.h \
    globals.h $(config_h) composite.h sysselect.h gnutls.h \
    ../lib/allocator.h ../lib/careadlinkat.h \
-   ../lib/unistd.h ../lib/ignore-value.h
+   ../lib/unistd.h
 term.o: term.c termchar.h termhooks.h termopts.h lisp.h globals.h $(config_h) \
    cm.h frame.h disptab.h keyboard.h character.h charset.h coding.h ccl.h \
    xterm.h msdos.h window.h keymap.h blockinput.h atimer.h systime.h \

-- 
Herbert




       reply	other threads:[~2013-07-13  7:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1UwRys-00021C-N9@vcs.savannah.gnu.org>
2013-07-13  7:26 ` Herbert J. Skuhra [this message]
2013-07-13  9:33   ` [Emacs-diffs] trunk r113339: Handle errno and exit status a bit more carefully Paul Eggert

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=8661we9azr.wl%hskuhra@eumx.net \
    --to=hskuhra@eumx.net \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).