unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28669: 27.0.50; full-read.h not found
@ 2017-10-02 13:43 Sam Steingold
  2017-10-02 16:23 ` Paul Eggert
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Steingold @ 2017-10-02 13:43 UTC (permalink / raw)
  To: 28669

git tip on macosx make bootstrap fails with

../../lib/fsusage.c:52:11: fatal error: 'full-read.h' file not found
# include "full-read.h"
          ^~~~~~~~~~~~~


In GNU Emacs 27.0.50 (build 2, x86_64-apple-darwin16.7.0, NS appkit-1504.83 Version 10.12.6 (Build 16G29))
 of 2017-09-25 built on Clr-Sam.local
Repository revision: c7474fab180b57174edb3c949422e466100d605c
Windowing system distributor 'Apple', version 10.3.1504
Configured using:
 'configure --with-mailutils --with-ns
 PKG_CONFIG_PATH=/usr/local/opt/libxml2/lib/pkgconfig:/usr/local/opt/imagemagick/lib/pkgconfig/
 --without-makeinfo'

-- 
Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504
http://steingoldpsychology.com http://www.childpsy.net https://jihadwatch.org
http://iris.org.il http://no2bds.org http://www.memritv.org
A number problem "solved" with floats turns into 1.9999999999999998 problems.





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#28669: 27.0.50; full-read.h not found
  2017-10-02 13:43 bug#28669: 27.0.50; full-read.h not found Sam Steingold
@ 2017-10-02 16:23 ` Paul Eggert
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggert @ 2017-10-02 16:23 UTC (permalink / raw)
  To: Sam Steingold; +Cc: 28669-done

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Thanks for reporting that. I introduced that portability bug when I 
recently simplified fsusage.c to make it easier to integrate with Emacs, in:

http://lists.gnu.org/archive/html/bug-gnulib/2017-10/msg00003.html

I installed the obvious patch into Gnulib and merged it into Emacs with 
the attached patch, and am marking this as done.


[-- Attachment #2: 0001-Merge-from-Gnulib.patch --]
[-- Type: text/x-patch, Size: 683 bytes --]

From 995b0818e52d99f74100a5bb7d7ac124b125934b Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Mon, 2 Oct 2017 09:19:07 -0700
Subject: [PATCH] Merge from Gnulib

This incorporates:
2017-10-02 fsusage: fix typo in previous change
* lib/fsusage.c: Copy from Gnulib.
---
 lib/fsusage.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/fsusage.c b/lib/fsusage.c
index a0f763be05..b670c0c43a 100644
--- a/lib/fsusage.c
+++ b/lib/fsusage.c
@@ -49,7 +49,6 @@
 # if HAVE_DUSTAT_H              /* AIX PS/2 */
 #  include <sys/dustat.h>
 # endif
-# include "full-read.h"
 #endif
 
 /* Many space usage primitives use all 1 bits to denote a value that is
-- 
2.13.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-02 16:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-02 13:43 bug#28669: 27.0.50; full-read.h not found Sam Steingold
2017-10-02 16:23 ` Paul Eggert

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).