UPDATING revision 1.61
11.61Sitojun$NetBSD: UPDATING,v 1.61 2002/05/14 23:33:07 itojun Exp $
21.1Sabs
31.1SabsThis file is intended to be a brief introduction to the build
41.1Sabsprocess and a reference on what to do if something doesn't work.
51.1Sabs
61.1SabsFor a more detailed description see Makefile.
71.1Sabs
81.1SabsRecent changes:
91.1Sabs^^^^^^^^^^^^^^^
101.61Sitojun
111.61Sitojun20020515:
121.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
131.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
141.61Sitojun
151.61Sitojun	Add the following into /etc/group:
161.61Sitojun
171.61Sitojun	sshd:*:16:
181.61Sitojun
191.61Sitojun	and the following to /etc/master.passwd (via vipw):
201.61Sitojun
211.61Sitojun	sshd:*:16:16::0:0:sshd privsep:/var/empty:/sbin/nologin
221.61Sitojun	
231.61Sitojun	also /var/empty directory needs to be present (digged as a part of
241.61Sitojun	build process).
251.60Ssommerfe
261.60Ssommerfe20020426:
271.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
281.59Slukem
291.59Slukem20020426:
301.59Slukem	etc/postinstall added, which performs various checks for 
311.59Slukem	configuration file updates and changes, and can fix most of
321.59Slukem	the problems identified.
331.59Slukem	This should make it much easier to upgrade a system's
341.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
351.56Slukem
361.56Slukem20020320:
371.56Slukem	<bsd.lib.mk> needs a new install(1) for it's "-a cmd" support.
381.57Sitojun	build and install at usr.bin/xinstall before the build.
391.56Slukem
401.55Sitojun20020319:
411.55Sitojun	raw IPv6 socket now makes strict checking for sa_family and sa_len
421.55Sitojun	on send(2) operation.  be sure to have sbin/rtsol and usr.sbin/rtsold
431.55Sitojun	newer than November 2001 when you upgrade the kernel.
441.55Sitojun
451.54Sitojun20020311:
461.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
471.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
481.54Sitojun	to be changed (due to the use of "/etc" inside).
491.54Sitojun
501.54Sitojun20020223:
511.53Smatt	Users of the VAX port will need to rebuild and install gas
521.53Smatt	so it deal with the now present register prefix used in all
531.53Smatt	the VAX assembly files.
541.53Smatt
551.50Sitojun20020118:
561.50Sitojun
571.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
581.50Sitojun	will break as mtree aborts early.
591.50Sitojun
601.50Sitojun	Add the following into /etc/group:
611.50Sitojun
621.50Sitojun	ntpd:*:15:
631.50Sitojun
641.50Sitojun	and the following to /etc/master.passwd (via vipw):
651.50Sitojun
661.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
671.50Sitojun
681.49Sjmc20011207:
691.49Sjmc
701.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
711.49Sjmc	reloc errors from the toolchain groff binary this means your native
721.49Sjmc	toolchain has some broken C++ bits.
731.49Sjmc
741.49Sjmc	To fix:
751.49Sjmc
761.49Sjmc	Build a new toolchain (i.e. build.sh -t)
771.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
781.49Sjmc
791.49Sjmc	gnu/lib/libgcc
801.51Spooka	gnu/lib/libstdc++
811.49Sjmc
821.49Sjmc	After this a snapshot will be able to be built.
831.49Sjmc
841.47Sjmc20011201:
851.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
861.47Sjmc	you've built and installed a system with the new toolchain up to this
871.52Swiz	point you do not have a working awk as its ability to do floating
881.47Sjmc	point is broken. 
891.47Sjmc
901.47Sjmc	To build:
911.47Sjmc
921.47Sjmc	remake and install gnu/lib/libgcc
931.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
941.48Sjmc	against the new libgcc.a)
951.47Sjmc
961.46Sthorpej20011128:
971.46Sthorpej	Kernel config information was changed to use defflag in
981.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
991.46Sthorpej	required in order for this to work properly.  Make sure
1001.46Sthorpej	to build and install in usr.sbin/config before attempting
1011.46Sthorpej	to build a new kernel.
1021.46Sthorpej
1031.45Syamt20011030:
1041.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
1051.45Syamt	before building libc.
1061.43Smason
1071.44Stv20011029:
1081.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
1091.44Stv	see pre-generated .txt and .html versions) describes the build
1101.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
1111.44Stv	build process, are intended in the long run to replace this
1121.44Stv	manual update log.
1131.44Stv
1141.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
1151.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
1161.44Stv	UPDATING for these systems, as tool updating is taken care of
1171.44Stv	by the new build system.
1181.42Sperry
1191.42Sperry20011028:
1201.42Sperry	src/etc/Makefile now needs install to be able to handle
1211.42Sperry	symlinks that point to nowhere. A bug in install that
1221.42Sperry	prevented this was corrected.
1231.42Sperry
1241.42Sperry	Solution: update and reinstall usr.bin/xinstall
1251.42Sperry	Better Solution: Use the new toolchain and it will just work
1261.42Sperry	for you.
1271.40Slukem
1281.40Slukem20011006:
1291.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
1301.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
1311.40Slukem	understand the format.
1321.40Slukem
1331.40Slukem	Solution: update and reinstall usr.sbin/mtree
1341.39Sjmc
1351.39Sjmc20011004:
1361.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
1371.39Sjmc	is suggested before running a snapshot build
1381.36Stv
1391.35Sthorpej20010915:
1401.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
1411.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
1421.35Sthorpej	files that still reference this file.
1431.35Sthorpej
1441.35Sthorpej	Solution: "make cleandir && make dependall" in affected
1451.35Sthorpej	directories.
1461.31Senami
1471.31Senami20010803:
1481.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
1491.31Senami	requires makeinfo v4.0, you need to install new texinfo before
1501.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
1511.31Senami	the instruction described in 20010726 entry.
1521.30Senami
1531.30Senami20010803:
1541.41Swiz	(i386 only): i386 kernel now uses new instructions like
1551.41Swiz        `fxsave' which old gas doesn't understand.  To build the
1561.52Swiz	kernel successfully, you need to build and install new gas
1571.41Swiz	(gnu/usr.bin/gas.new), or (temporarily) comment out
1581.41Swiz	"options I686_CPU" from your kernel configuration until you
1591.41Swiz	rebuilt your userland (and got a new gas).
1601.29Sbjh21
1611.29Sbjh2120010731:
1621.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
1631.29Sbjh21	this will be unable to read symbol tables provided by newer
1641.29Sbjh21	bootloaders.
1651.27Sassar
1661.27Sassar20010726:
1671.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
1681.28Sassar	build the included texinfo files, do:
1691.28Sassar
1701.28Sassar	cd src/gnu/usr.bin/texinfo
1711.28Sassar	make MKINFO=no dependall install
1721.25Sthorpej
1731.25Sthorpej20010718:
1741.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
1751.25Sthorpej	was done was to change a -I directive to cc(1), which means
1761.25Sthorpej	make(1) will have a stale dependency (it will be checking the
1771.25Sthorpej	timestamp on the wrong "dot_init.h").
1781.25Sthorpej
1791.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
1801.25Sthorpej	if you have a stale dependency.
1811.25Sthorpej
1821.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
1831.25Sthorpej	before starting your build.
1841.26Sthorpej
1851.26Sthorpej20010628:
1861.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
1871.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
1881.26Sthorpej	bitfield, update your lint(1) before proceeding.
1891.21Sjmc
1901.21Sjmc20010226:
1911.22Sjmc	Added named user/group to system. Need to hand add this in or builds
1921.21Sjmc	will break as mtree aborts early.
1931.21Sjmc
1941.21Sjmc	To work around add by hand:
1951.21Sjmc
1961.21Sjmc	named:*:14:
1971.21Sjmc
1981.22Sjmc	to /etc/group and add:
1991.22Sjmc
2001.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
2011.22Sjmc
2021.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
2031.22Sjmc
2041.22Sjmc	Now a make build should progress.
2051.18Sjmc
2061.18Sjmc20010219:
2071.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
2081.20Sjmc        to be bootstrapped manually until the host system is current.
2091.18Sjmc
2101.18Sjmc        Known problems: sys/arch/macppc/stand/fixcoff
2111.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
2121.19Scgd			  CFLAGS and rebuilding should work)
2131.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
2141.20Sjmc  		          building a snapshot before fully bootstrapped.
2151.15Schristos
2161.15Schristos20010204:
2171.15Schristos	prepare the code to compile with stricter gcc flags. in
2181.15Schristos	particular start eliminating redundant declarations. Yacc
2191.15Schristos	needs to be installed before make build.
2201.10Schristos
2211.10Schristos20010114:
2221.10Schristos	introduce .if commands(target) in make(1). You need to
2231.10Schristos	bring everything up-to-date first, then without installing
2241.23Stron	anything make and install in usr.bin/make, then proceed
2251.10Schristos	with make build.
2261.9Ssommerfe
2271.9Ssommerfe20010101:
2281.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
2291.9Ssommerfe	afterinstall targets to run too soon; update again.
2301.8Ssommerfe
2311.8Ssommerfe20001230:
2321.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
2331.8Ssommerfe	If you get make errors, 
2341.8Ssommerfe		(cd share/mk; make install)
2351.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
2361.6Sad
2371.6Sad20001019:
2381.7Sad	The `ca' device driver has been replaced by `ld'; although the
2391.6Sad	major and minor numbers haven't changed, you should update your /dev
2401.6Sad	directory.
2411.1Sabs
2421.4Sitojun20000929:
2431.4Sitojun	The following make directives are obsoleted.
2441.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
2451.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
2461.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
2471.4Sitojun	additional library libcrypto_{idea,rc5}.
2481.1Sabs
2491.1Sabs
2501.1SabsHints for a more successful build:
2511.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2521.2Smrg    Build a new kernel first:
2531.2Smrg	This makes sure that any new system calls or features
2541.2Smrg	   expected by the new userland will be present.  This
2551.2Smrg	   helps to avoid critical errors when upgrading.
2561.1Sabs    Use object directories:
2571.1Sabs	This helps to keep stale object
2581.1Sabs	   files from polluting the build if a Makefile "forgets"
2591.1Sabs	   about one.  It also makes it easier to clean up after
2601.1Sabs	   a build.  It's also necessary if you want to use the
2611.1Sabs	   same source tree for multiple machines.
2621.1Sabs	   To use object directories:
2631.1Sabs	    a) cd /usr/src ; make cleandir
2641.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
2651.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
2661.1Sabs	    d) cd /usr/src ; make build
2671.2Smrg	   Note that running "make obj" in a directory will create
2681.2Smrg	   in obj.$MACHINE directory.
2691.1Sabs    Build to a DESTDIR:
2701.1Sabs	This helps to keep old
2711.1Sabs	   installed files (especially libraries) from interfering
2721.1Sabs	   with the new build.
2731.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
2741.2Smrg	   variable before running make build.  It should be set to
2751.2Smrg	   the pathname of an initially empty directory.
2761.1Sabs	   Problems: you might need to update critical utilities
2771.1Sabs		without using DESTDIR since nothing is executed
2781.1Sabs		from what is installed in DESTDIR.
2791.1Sabs		(See critical utils, below)
2801.1Sabs    Build often:
2811.1Sabs	This keeps critical utilities current enough to not choke
2821.1Sabs	on any other part of the source tree that depends on up to
2831.1Sabs	date functionality.
2841.1Sabs 
2851.1SabsWhat to do if things don't work:
2861.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2871.1SabsWhen things don't work there is usually a few things that commonly
2881.1Sabsshould be done.
2891.1Sabs    1)	make includes
2901.1Sabs	This should be done automatically by make build.
2911.1Sabs    2)  cd share/mk && make install
2921.1Sabs	Again, automatically done by make build.
2931.1Sabs
2941.1SabsFailsafe rebuild of a small part of the tree:
2951.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2961.1SabsTo make sure you rebuild something correctly you want to do
2971.1Sabssomething like the following:
2981.1Sabs    1)  Make sure the includes and .mk files are up to date.
2991.1Sabs    2)  Make sure any program used to build the particular
3001.1Sabs	utility is up to date.  (yacc, lex, etc...)
3011.1Sabs    3)  cd ...path/to/util...
3021.1Sabs	make cleandir
3031.1Sabs	rm ...all obj directories...
3041.1Sabs	make cleandir			# yes, again
3051.1Sabs	make obj
3061.1Sabs	make depend && make
3071.1Sabs
3081.1SabsFailsafe rebuild of the entire tree:
3091.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3101.1SabsIf you really want to make sure the source tree is clean and
3111.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
3121.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
3131.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
3141.1Sabs
3151.1Sabs---cut here---
3161.1Sabs#!/bin/sh
3171.1Sabs. /etc/mk.conf
3181.1Sabs
3191.58Slukemif [ -z $NETBSDSRCDIR ] ; then
3201.58Slukem    NETBSDSRCDIR=/usr/src
3211.1Sabsfi
3221.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
3231.1Sabs    echo Unable to find sources
3241.1Sabs    exit 1
3251.1Sabsfi
3261.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
3271.1Sabs
3281.1Sabsif [ -z $BSDOBJDIR ] ; then
3291.1Sabs    BSDOBJDIR=/usr/obj
3301.1Sabsfi
3311.1Sabsif [ -d $BSDOBJDIR ] ; then
3321.1Sabs    rm -rf $BSDOBJDIR
3331.1Sabsfi
3341.1Sabs
3351.58Slukemcd $NETBSDSRCDIR && make cleandir
3361.1Sabs
3371.1Sabs---cut here---
3381.1Sabs
3391.1SabsCritical utilities:
3401.1Sabs^^^^^^^^^^^^^^^^^^^
3411.1Sabs	gnu/usr.bin/egcs
3421.3Sitojun	usr.bin/compile_et
3431.1Sabs	usr.bin/make
3441.1Sabs	usr.bin/yacc
3451.1Sabs	usr.bin/lex
3461.11Slukem	usr.bin/xlint
3471.2Smrg	usr.sbin/config
3481.1Sabs
3491.34SsimonbOther problems and possible solutions:
3501.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3511.1SabsSymptom:Unreasonable compiler errors.
3521.1SabsFix:	Rebuild gnu/usr.bin/egcs
3531.1Sabs
3541.1SabsSymptom:Complaints involving a Makefile.
3551.17SerhFix:	Rebuild usr.bin/make:
3561.17Serh	cd usr.bin/make && make && make install
3571.17Serh        Or, a failsafe method if that doesn't work:
3581.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
3591.17Serh
3601.1SabsFix:	Make sure .mk files are up to date.
3611.1Sabs	cd share/mk && make install
3621.2Smrg
3631.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
3641.2SmrgFix:	Rebuild usr.sbin/config
3651.1Sabs
3661.1SabsSymptom:
3671.1SabsFix:	Rebuild usr.bin/yacc
3681.1Sabs
3691.1SabsSymptom:
3701.1SabsFix:	Rebuild usr.bin/lex
3711.1Sabs
3721.1SabsSymptom:
3731.1SabsFix:	rm /usr/lib/libbfd.a
3741.4Sitojun
3751.4SitojunSymptom:Obsolete intermediate files are used during compilation
3761.4SitojunFix:	Try the following sequence of commands in the directory in question.
3771.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
3781.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
3791.4Sitojun	may remain.  The command tries to clean everything up)
3801.5Swiz
3811.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
3821.5SwizFix:	Rebuild and install usr.bin/menuc
3831.12Sitojun
3841.12SitojunSymptom:mklocale not found during build in share/locale/ctype
3851.12SitojunFix:	Build and install usr.bin/mklocale
3861.13Sdogcow
3871.13SdogcowSymptom:undefined reference to `__assert13'
3881.13SdogcowFix:    Rebuild and install lib/libc
3891.13Sdogcow
3901.19ScgdSymptom:usr.sbin/config fails to build.
3911.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
3921.13Sdogcow
3931.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
3941.19ScgdFix:    Rebuild and install lib/libc
3951.24Sabs
3961.24SabsSymptom:lint does not understand the '-X' option
3971.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
398