UPDATING revision 1.65
11.65Slukem$NetBSD: UPDATING,v 1.65 2002/08/24 13:25:01 lukem 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.65Slukem
111.65Slukem20020822:
121.65Slukem	Crunched rescue tools (contents of /bin and /sbin, plus others)
131.65Slukem	are now provided in /rescue.
141.65Slukem
151.65Slukem	To ensure that these are built statically linked (no matter
161.65Slukem	what the setting of LDSTATIC is), use a crunchgen(1) built
171.65Slukem	from sources newer than 20020820 (see the next entry).
181.65Slukem
191.65Slukem20020820:
201.65Slukem	crunchgen(1) changed to ensure that the generated program
211.65Slukem	is statically linked.
221.65Slukem
231.65Slukem	Solution: update and reinstall usr.bin/crunch
241.61Sitojun
251.61Sitojun20020515:
261.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
271.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
281.61Sitojun
291.61Sitojun	Add the following into /etc/group:
301.61Sitojun
311.61Sitojun	sshd:*:16:
321.61Sitojun
331.61Sitojun	and the following to /etc/master.passwd (via vipw):
341.61Sitojun
351.63Senami	sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
361.61Sitojun	
371.62Sjdolecek	also /var/chroot/sshd directory needs to be present (digged as a part of
381.61Sitojun	build process).
391.60Ssommerfe
401.60Ssommerfe20020426:
411.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
421.59Slukem
431.59Slukem20020426:
441.59Slukem	etc/postinstall added, which performs various checks for 
451.59Slukem	configuration file updates and changes, and can fix most of
461.59Slukem	the problems identified.
471.59Slukem	This should make it much easier to upgrade a system's
481.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
491.56Slukem
501.56Slukem20020320:
511.56Slukem	<bsd.lib.mk> needs a new install(1) for it's "-a cmd" support.
521.57Sitojun	build and install at usr.bin/xinstall before the build.
531.56Slukem
541.55Sitojun20020319:
551.55Sitojun	raw IPv6 socket now makes strict checking for sa_family and sa_len
561.55Sitojun	on send(2) operation.  be sure to have sbin/rtsol and usr.sbin/rtsold
571.55Sitojun	newer than November 2001 when you upgrade the kernel.
581.55Sitojun
591.54Sitojun20020311:
601.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
611.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
621.54Sitojun	to be changed (due to the use of "/etc" inside).
631.54Sitojun
641.54Sitojun20020223:
651.53Smatt	Users of the VAX port will need to rebuild and install gas
661.53Smatt	so it deal with the now present register prefix used in all
671.53Smatt	the VAX assembly files.
681.53Smatt
691.50Sitojun20020118:
701.50Sitojun
711.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
721.50Sitojun	will break as mtree aborts early.
731.50Sitojun
741.50Sitojun	Add the following into /etc/group:
751.50Sitojun
761.50Sitojun	ntpd:*:15:
771.50Sitojun
781.50Sitojun	and the following to /etc/master.passwd (via vipw):
791.50Sitojun
801.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
811.50Sitojun
821.49Sjmc20011207:
831.49Sjmc
841.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
851.49Sjmc	reloc errors from the toolchain groff binary this means your native
861.49Sjmc	toolchain has some broken C++ bits.
871.49Sjmc
881.49Sjmc	To fix:
891.49Sjmc
901.49Sjmc	Build a new toolchain (i.e. build.sh -t)
911.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
921.49Sjmc
931.49Sjmc	gnu/lib/libgcc
941.51Spooka	gnu/lib/libstdc++
951.49Sjmc
961.49Sjmc	After this a snapshot will be able to be built.
971.49Sjmc
981.47Sjmc20011201:
991.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
1001.47Sjmc	you've built and installed a system with the new toolchain up to this
1011.52Swiz	point you do not have a working awk as its ability to do floating
1021.47Sjmc	point is broken. 
1031.47Sjmc
1041.47Sjmc	To build:
1051.47Sjmc
1061.47Sjmc	remake and install gnu/lib/libgcc
1071.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
1081.48Sjmc	against the new libgcc.a)
1091.47Sjmc
1101.46Sthorpej20011128:
1111.46Sthorpej	Kernel config information was changed to use defflag in
1121.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
1131.46Sthorpej	required in order for this to work properly.  Make sure
1141.46Sthorpej	to build and install in usr.sbin/config before attempting
1151.46Sthorpej	to build a new kernel.
1161.46Sthorpej
1171.45Syamt20011030:
1181.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
1191.45Syamt	before building libc.
1201.43Smason
1211.44Stv20011029:
1221.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
1231.44Stv	see pre-generated .txt and .html versions) describes the build
1241.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
1251.44Stv	build process, are intended in the long run to replace this
1261.44Stv	manual update log.
1271.44Stv
1281.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
1291.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
1301.44Stv	UPDATING for these systems, as tool updating is taken care of
1311.44Stv	by the new build system.
1321.42Sperry
1331.42Sperry20011028:
1341.42Sperry	src/etc/Makefile now needs install to be able to handle
1351.42Sperry	symlinks that point to nowhere. A bug in install that
1361.42Sperry	prevented this was corrected.
1371.42Sperry
1381.42Sperry	Solution: update and reinstall usr.bin/xinstall
1391.42Sperry	Better Solution: Use the new toolchain and it will just work
1401.42Sperry	for you.
1411.40Slukem
1421.40Slukem20011006:
1431.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
1441.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
1451.40Slukem	understand the format.
1461.40Slukem
1471.40Slukem	Solution: update and reinstall usr.sbin/mtree
1481.39Sjmc
1491.39Sjmc20011004:
1501.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
1511.39Sjmc	is suggested before running a snapshot build
1521.36Stv
1531.35Sthorpej20010915:
1541.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
1551.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
1561.35Sthorpej	files that still reference this file.
1571.35Sthorpej
1581.35Sthorpej	Solution: "make cleandir && make dependall" in affected
1591.35Sthorpej	directories.
1601.31Senami
1611.31Senami20010803:
1621.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
1631.31Senami	requires makeinfo v4.0, you need to install new texinfo before
1641.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
1651.31Senami	the instruction described in 20010726 entry.
1661.30Senami
1671.64Ssommerfe20010803: 
1681.41Swiz	(i386 only): i386 kernel now uses new instructions like
1691.41Swiz        `fxsave' which old gas doesn't understand.  To build the
1701.64Ssommerfe	kernel successfully, you need to build and install a new toolchain, 
1711.64Ssommerfe	(i.e., build.sh -t) or 	(temporarily) comment out "options I686_CPU" 
1721.64Ssommerfe	from your kernel configuration until you rebuild your userland.
1731.64Ssommerfe	See 20011029 above and BUILDING file in this directory for more information.
1741.64Ssommerfe	[updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled]
1751.29Sbjh21
1761.29Sbjh2120010731:
1771.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
1781.29Sbjh21	this will be unable to read symbol tables provided by newer
1791.29Sbjh21	bootloaders.
1801.27Sassar
1811.27Sassar20010726:
1821.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
1831.28Sassar	build the included texinfo files, do:
1841.28Sassar
1851.28Sassar	cd src/gnu/usr.bin/texinfo
1861.28Sassar	make MKINFO=no dependall install
1871.25Sthorpej
1881.25Sthorpej20010718:
1891.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
1901.25Sthorpej	was done was to change a -I directive to cc(1), which means
1911.25Sthorpej	make(1) will have a stale dependency (it will be checking the
1921.25Sthorpej	timestamp on the wrong "dot_init.h").
1931.25Sthorpej
1941.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
1951.25Sthorpej	if you have a stale dependency.
1961.25Sthorpej
1971.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
1981.25Sthorpej	before starting your build.
1991.26Sthorpej
2001.26Sthorpej20010628:
2011.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
2021.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
2031.26Sthorpej	bitfield, update your lint(1) before proceeding.
2041.21Sjmc
2051.21Sjmc20010226:
2061.22Sjmc	Added named user/group to system. Need to hand add this in or builds
2071.21Sjmc	will break as mtree aborts early.
2081.21Sjmc
2091.21Sjmc	To work around add by hand:
2101.21Sjmc
2111.21Sjmc	named:*:14:
2121.21Sjmc
2131.22Sjmc	to /etc/group and add:
2141.22Sjmc
2151.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
2161.22Sjmc
2171.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
2181.22Sjmc
2191.22Sjmc	Now a make build should progress.
2201.18Sjmc
2211.18Sjmc20010219:
2221.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
2231.20Sjmc        to be bootstrapped manually until the host system is current.
2241.18Sjmc
2251.18Sjmc        Known problems: sys/arch/macppc/stand/fixcoff
2261.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
2271.19Scgd			  CFLAGS and rebuilding should work)
2281.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
2291.20Sjmc  		          building a snapshot before fully bootstrapped.
2301.15Schristos
2311.15Schristos20010204:
2321.15Schristos	prepare the code to compile with stricter gcc flags. in
2331.15Schristos	particular start eliminating redundant declarations. Yacc
2341.15Schristos	needs to be installed before make build.
2351.10Schristos
2361.10Schristos20010114:
2371.10Schristos	introduce .if commands(target) in make(1). You need to
2381.10Schristos	bring everything up-to-date first, then without installing
2391.23Stron	anything make and install in usr.bin/make, then proceed
2401.10Schristos	with make build.
2411.9Ssommerfe
2421.9Ssommerfe20010101:
2431.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
2441.9Ssommerfe	afterinstall targets to run too soon; update again.
2451.8Ssommerfe
2461.8Ssommerfe20001230:
2471.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
2481.8Ssommerfe	If you get make errors, 
2491.8Ssommerfe		(cd share/mk; make install)
2501.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
2511.6Sad
2521.6Sad20001019:
2531.7Sad	The `ca' device driver has been replaced by `ld'; although the
2541.6Sad	major and minor numbers haven't changed, you should update your /dev
2551.6Sad	directory.
2561.1Sabs
2571.4Sitojun20000929:
2581.4Sitojun	The following make directives are obsoleted.
2591.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
2601.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
2611.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
2621.4Sitojun	additional library libcrypto_{idea,rc5}.
2631.1Sabs
2641.1Sabs
2651.1SabsHints for a more successful build:
2661.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2671.2Smrg    Build a new kernel first:
2681.2Smrg	This makes sure that any new system calls or features
2691.2Smrg	   expected by the new userland will be present.  This
2701.2Smrg	   helps to avoid critical errors when upgrading.
2711.1Sabs    Use object directories:
2721.1Sabs	This helps to keep stale object
2731.1Sabs	   files from polluting the build if a Makefile "forgets"
2741.1Sabs	   about one.  It also makes it easier to clean up after
2751.1Sabs	   a build.  It's also necessary if you want to use the
2761.1Sabs	   same source tree for multiple machines.
2771.1Sabs	   To use object directories:
2781.1Sabs	    a) cd /usr/src ; make cleandir
2791.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
2801.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
2811.1Sabs	    d) cd /usr/src ; make build
2821.2Smrg	   Note that running "make obj" in a directory will create
2831.2Smrg	   in obj.$MACHINE directory.
2841.1Sabs    Build to a DESTDIR:
2851.1Sabs	This helps to keep old
2861.1Sabs	   installed files (especially libraries) from interfering
2871.1Sabs	   with the new build.
2881.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
2891.2Smrg	   variable before running make build.  It should be set to
2901.2Smrg	   the pathname of an initially empty directory.
2911.1Sabs	   Problems: you might need to update critical utilities
2921.1Sabs		without using DESTDIR since nothing is executed
2931.1Sabs		from what is installed in DESTDIR.
2941.1Sabs		(See critical utils, below)
2951.1Sabs    Build often:
2961.1Sabs	This keeps critical utilities current enough to not choke
2971.1Sabs	on any other part of the source tree that depends on up to
2981.1Sabs	date functionality.
2991.1Sabs 
3001.1SabsWhat to do if things don't work:
3011.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3021.1SabsWhen things don't work there is usually a few things that commonly
3031.1Sabsshould be done.
3041.1Sabs    1)	make includes
3051.1Sabs	This should be done automatically by make build.
3061.1Sabs    2)  cd share/mk && make install
3071.1Sabs	Again, automatically done by make build.
3081.1Sabs
3091.1SabsFailsafe rebuild of a small part of the tree:
3101.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3111.1SabsTo make sure you rebuild something correctly you want to do
3121.1Sabssomething like the following:
3131.1Sabs    1)  Make sure the includes and .mk files are up to date.
3141.1Sabs    2)  Make sure any program used to build the particular
3151.1Sabs	utility is up to date.  (yacc, lex, etc...)
3161.1Sabs    3)  cd ...path/to/util...
3171.1Sabs	make cleandir
3181.1Sabs	rm ...all obj directories...
3191.1Sabs	make cleandir			# yes, again
3201.1Sabs	make obj
3211.1Sabs	make depend && make
3221.1Sabs
3231.1SabsFailsafe rebuild of the entire tree:
3241.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3251.1SabsIf you really want to make sure the source tree is clean and
3261.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
3271.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
3281.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
3291.1Sabs
3301.1Sabs---cut here---
3311.1Sabs#!/bin/sh
3321.1Sabs. /etc/mk.conf
3331.1Sabs
3341.58Slukemif [ -z $NETBSDSRCDIR ] ; then
3351.58Slukem    NETBSDSRCDIR=/usr/src
3361.1Sabsfi
3371.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
3381.1Sabs    echo Unable to find sources
3391.1Sabs    exit 1
3401.1Sabsfi
3411.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
3421.1Sabs
3431.1Sabsif [ -z $BSDOBJDIR ] ; then
3441.1Sabs    BSDOBJDIR=/usr/obj
3451.1Sabsfi
3461.1Sabsif [ -d $BSDOBJDIR ] ; then
3471.1Sabs    rm -rf $BSDOBJDIR
3481.1Sabsfi
3491.1Sabs
3501.58Slukemcd $NETBSDSRCDIR && make cleandir
3511.1Sabs
3521.1Sabs---cut here---
3531.1Sabs
3541.1SabsCritical utilities:
3551.1Sabs^^^^^^^^^^^^^^^^^^^
3561.1Sabs	gnu/usr.bin/egcs
3571.3Sitojun	usr.bin/compile_et
3581.1Sabs	usr.bin/make
3591.1Sabs	usr.bin/yacc
3601.1Sabs	usr.bin/lex
3611.11Slukem	usr.bin/xlint
3621.2Smrg	usr.sbin/config
3631.1Sabs
3641.34SsimonbOther problems and possible solutions:
3651.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3661.1SabsSymptom:Unreasonable compiler errors.
3671.1SabsFix:	Rebuild gnu/usr.bin/egcs
3681.1Sabs
3691.1SabsSymptom:Complaints involving a Makefile.
3701.17SerhFix:	Rebuild usr.bin/make:
3711.17Serh	cd usr.bin/make && make && make install
3721.17Serh        Or, a failsafe method if that doesn't work:
3731.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
3741.17Serh
3751.1SabsFix:	Make sure .mk files are up to date.
3761.1Sabs	cd share/mk && make install
3771.2Smrg
3781.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
3791.2SmrgFix:	Rebuild usr.sbin/config
3801.1Sabs
3811.1SabsSymptom:
3821.1SabsFix:	Rebuild usr.bin/yacc
3831.1Sabs
3841.1SabsSymptom:
3851.1SabsFix:	Rebuild usr.bin/lex
3861.1Sabs
3871.1SabsSymptom:
3881.1SabsFix:	rm /usr/lib/libbfd.a
3891.4Sitojun
3901.4SitojunSymptom:Obsolete intermediate files are used during compilation
3911.4SitojunFix:	Try the following sequence of commands in the directory in question.
3921.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
3931.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
3941.4Sitojun	may remain.  The command tries to clean everything up)
3951.5Swiz
3961.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
3971.5SwizFix:	Rebuild and install usr.bin/menuc
3981.12Sitojun
3991.12SitojunSymptom:mklocale not found during build in share/locale/ctype
4001.12SitojunFix:	Build and install usr.bin/mklocale
4011.13Sdogcow
4021.13SdogcowSymptom:undefined reference to `__assert13'
4031.13SdogcowFix:    Rebuild and install lib/libc
4041.13Sdogcow
4051.19ScgdSymptom:usr.sbin/config fails to build.
4061.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
4071.13Sdogcow
4081.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
4091.19ScgdFix:    Rebuild and install lib/libc
4101.24Sabs
4111.24SabsSymptom:lint does not understand the '-X' option
4121.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
413