Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/UPDATING,v rcsdiff: /ftp/cvs/cvsroot/src/UPDATING,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.93 retrieving revision 1.101 diff -u -p -r1.93 -r1.101 --- src/UPDATING 2003/07/26 17:10:25 1.93 +++ src/UPDATING 2003/12/31 16:20:54 1.101 @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.93 2003/07/26 17:10:25 salo Exp $ +$NetBSD: UPDATING,v 1.101 2003/12/31 16:20:54 junyoung 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. @@ -8,6 +8,30 @@ For a more detailed description see Make Recent changes: ^^^^^^^^^^^^^^^ +20031203: + New binutils builds may fail due to old dependencies. + It's necessary to "make cleandir" to ensure that + the dependencies will be rebuilt correctly. + +20031111: + A newer mkdep is needed. Error noting that is + cc: Ambiguous abbreviation -- + +20031008: + /usr/include/sys/disklabel_mbr.h was removed. + It's necessary to "make cleandir" to ensure that + the dependencies will be rebuilt correctly. + +20030906: + With the addition of siginfo support the old signal trampoline + code has been deprecated to COMPAT_16. Make sure that your running + kernel has COMPAT_16 enabled before building userland. + +20030801: + With the new openssl, there is some header and library shuffling. + rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \ + /usr/lib/libdes* before building. + 20030703: Texinfo was updated to 4.6. To avoid failures when trying to build the included texinfo files, do: @@ -16,7 +40,7 @@ Recent changes: make MKINFO=no dependall install 20030630: - Groff was update to 1.19; it's probably necessary to do + Groff was updated to 1.19; it's probably necessary to do cd share/mk && make install cd src/gnu/usr.bin/groff make MKMAN=no dependall install