Source-Changes-HG archive

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

[src/trunk]: src sysctl update: describe failure case.



details:   https://anonhg.NetBSD.org/src/rev/e2deaed849bd
branches:  trunk
changeset: 567063:e2deaed849bd
user:      itojun <itojun%NetBSD.org@localhost>
date:      Mon May 31 00:18:58 2004 +0000

description:
sysctl update: describe failure case.

diffstat:

 UPDATING |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cb405f859044 -r e2deaed849bd UPDATING
--- a/UPDATING  Sun May 30 20:49:04 2004 +0000
+++ b/UPDATING  Mon May 31 00:18:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.121 2004/05/16 11:33:44 lukem Exp $
+$NetBSD: UPDATING,v 1.122 2004/05/31 00:18:58 itojun Exp $
 
 This file is intended to be a brief introduction to the build
 process and a reference on what to do if something doesn't work.
@@ -35,6 +35,11 @@
        cd ../../sbin/sysctl
        make USETOOLS=no dependall install
 
+       If you are using older sysctl binary, GNU autoconf would fail to
+       identify your machine architecture, and tries to build binary for
+       "unknown-unknown-netbsd20F" or something like that.  if that happens,
+       make sure to follow the above steps.
+
 20040425:
        The ffs superblock issues listed below under 20040109 and 20030402
        are now automatically addressed by the /etc/rc.d/fixsb script or by



Home | Main Index | Thread Index | Old Index