summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-02-19 22:49:43 +0000
committernjl <njl@FreeBSD.org>2007-02-19 22:49:43 +0000
commitac3a9d22a9b4175e5e359d25781e64b9aeb740cb (patch)
tree8a1213d65115cc10ba12894b5268993372d12c8d /UPDATING
parentf191f06add69ee54350ddff9fdf4cafc3f889b49 (diff)
downloadFreeBSD-src-ac3a9d22a9b4175e5e359d25781e64b9aeb740cb.zip
FreeBSD-src-ac3a9d22a9b4175e5e359d25781e64b9aeb740cb.tar.gz
Note problems I had with bsnmpd while updating from an older -current.
There may be better ways to fix/work around these issues but this worked for me.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 63b173c..bd87e21 100644
--- a/UPDATING
+++ b/UPDATING
@@ -21,6 +21,19 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 7.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20070218:
+ The following build error may appear when upgrading from an old
+ -current (usr.sbin/bsnmpd/modules/snmp_bridge, depend stage):
+ line 31: '(' expected at begin of node
+ context: " TruthValue ENUM (
+ *** Error code 1
+ If so, run "make install" in usr.sbin/bsnmpd/gensnmptree. (It
+ should probably be a build tool). In the same module, you may
+ also get the error:
+ ...snmp_bridge/bridge_sys.c:39:27:
+ net/bridgestp.h: No such file or directory
+ If so, run "cp src/sys/net/bridgestp.h /usr/include/net".
+
20070214:
The output of netstat -r has changed. Without -n, we now only
print a "network name" without the prefix length if the network
OpenPOWER on IntegriCloud