[BACK]Return to UPDATING CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/UPDATING between version 1.202 and 1.212

version 1.202, 2009/10/02 03:13:23 version 1.212, 2010/05/22 11:10:59
Line 16  See also: BUILDING, build.sh, Makefile.
Line 16  See also: BUILDING, build.sh, Makefile.
 Recent changes:  Recent changes:
 ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
   
   20100522:
           Recent Xorg updates in xsrc/external/mit/ will cause various build
           problems.  Delete your entire DESTDIR and OBJDIR if you have any
           build problems with xsrc.
   
   20100522:
           private section of <ctype.h> was splitted, and now mklocale(1)
           include ctype_local.h, so you have to make cleandir tools/mklocale.
   
   20100520:
           The location of the xkb compiled descriptions has changed. Please
           remove usr/X11R7/lib/X11/xkb/compiled from your $DESTDIR.
   
   20100222:
           The shared objects file extension has been changed from .so to
           .pico, in order to avoid conflicts with shared libraries names
           libXX.so.  All now stale regular .so files can be removed from
           your object directories.
   
   20100204:
           The termcap database has been removed from the sources,
           but has not been marked obsolete so it is not removed
           from the system when upgrading.
           As such, you will need to remove them from your object
           and destination directories.
   
   20091101:
           After updating, it may be necessary to make the 'cleandir'
           target in src/tools/yacc/ and in src/usr.bin/yacc/ before a
           'build.sh -u tools' or 'build.sh -u distribution'.  Ditto
           src/tools/lex/ and src/usr.bin/lex/.
   
   20091001:
           On amd64 you must rebuild tools (to get the new binutils)
           before building a kernel, or the build fails on cpufunc.S.
   
 20091001:  20091001:
         An error will create a ./usr/X11R7/lib/X11/xkb/compiled/xkb          An error will create a ./usr/X11R7/lib/X11/xkb/compiled/xkb
         symlink, failing the build.  Delete the link, and the subdir          symlink, failing the build.  Delete the link, and the subdir
Line 51  Recent changes:
Line 87  Recent changes:
         cleaning your src/tools directory and $TOOLDIR and rebuilding them.          cleaning your src/tools directory and $TOOLDIR and rebuilding them.
   
 20090126:  20090126:
         The __posix_fadvise50 system call changed assembly stub type. You need to          The __posix_fadvise50 system call changed assembly stub type. You
         'rm -f __posix_fadvise50.*' in the libc build directory to avoid using          need to 'rm -f __posix_fadvise50.*' in the libc build directory
         the old assembly stub.          to avoid using the old assembly stub.
   
 20090202:  20090202:
         pkg_install now depends on the pkgdb cache for automatic conflict          pkg_install now depends on the pkgdb cache for automatic conflict
Line 446  Fix: Try the following sequence of comma
Line 482  Fix: Try the following sequence of comma
         (If you built the tree without "make obj" in the past, obsolete files          (If you built the tree without "make obj" in the past, obsolete files
         may remain.  The command tries to clean everything up)          may remain.  The command tries to clean everything up)
   
 Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type  Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible
           pointer type
 Fix:    Rebuild and install usr.bin/menuc  Fix:    Rebuild and install usr.bin/menuc
   
 Symptom:mklocale not found during build in share/locale/ctype  Symptom:mklocale not found during build in share/locale/ctype

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.212

CVSweb <webmaster@jp.NetBSD.org>