emacs-devel
[Top][All Lists]
Advanced

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

address@hidden: config.guess and config.sub update request]


From: Richard M. Stallman
Subject: address@hidden: config.guess and config.sub update request]
Date: Fri, 23 Dec 2005 13:09:04 -0500

Would someone please update these files and ack?

------- Start of forwarded message -------
Date: Fri, 23 Dec 2005 23:17:55 +0900
From: NAKAJI Hiroyuki <address@hidden>
To: address@hidden
Subject: config.guess and config.sub update request
Sender: address@hidden
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

Request:
========

The config.guess and config.sub are updated at
http://cvs.savannah.gnu.org/viewcvs/config/config/

Please update these two files in Emacs tree.

Background:
===========

On FreeBSD 7.0-CURRENT, the behavior of uname(1) and uname(3) are
changed, for example,

        uname -m  uname -p
i386:     i386      i386
pc98:     pc98      i386

Before this change, "uname -m" on pc98 also prints "i386".

This influences on system detection in configure script.

Here is an output of configure,

checking build system type... pc98-unknown-freebsd7.0
checking host system type... pc98-unknown-freebsd7.0
...

But, because Emacs tree only knows "i386-*-freebsd*", this
"pc98-unknown-freebsd7.0" causes configure error like this,

creating lib-src/Makefile
In file included from junk.c:6:
../src/config.h:961:25: m/.h: No such file or directory
creating src/Makefile
In file included from junk.c:11:
config.h:961:25: m/.h: No such file or directory

The latest config.guess and config.sub avoids this misconfiguration,
so please update them.

Thanks.
- -- 
NAKAJI Hiroyuki


_______________________________________________
emacs-pretest-bug mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------




reply via email to

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