UPDATING revision 1.42
11.42Sperry$NetBSD: UPDATING,v 1.42 2001/10/29 01:46:25 perry 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.42SperryNote that users of the new toolchain in many instances will not
91.42Sperryexperience the problems listed below because their host tools are
101.42Sperryautomatically generated for them.
111.42Sperry
121.1SabsRecent changes:
131.1Sabs^^^^^^^^^^^^^^^
141.42Sperry
151.42Sperry20011028:
161.42Sperry	src/etc/Makefile now needs install to be able to handle
171.42Sperry	symlinks that point to nowhere. A bug in install that
181.42Sperry	prevented this was corrected.
191.42Sperry
201.42Sperry	Solution: update and reinstall usr.bin/xinstall
211.42Sperry	Better Solution: Use the new toolchain and it will just work
221.42Sperry	for you.
231.40Slukem
241.40Slukem20011006:
251.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
261.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
271.40Slukem	understand the format.
281.40Slukem
291.40Slukem	Solution: update and reinstall usr.sbin/mtree
301.39Sjmc
311.39Sjmc20011004:
321.39Sjmc
331.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
341.39Sjmc	is suggested before running a snapshot build
351.36Stv
361.36Stv20010922:
371.36Stv	The new toolchain is enabled on i386.  This new build method
381.38Stron	is intended to make all the upgrade issues elsewhere in UPDATING
391.36Stv	obsolete (stay tuned...).
401.36Stv
411.37Skristerw	i386 platform builds must now set TOOLDIR in mk.conf or the
421.36Stv	environment in order to build the system.  This is a pathname
431.36Stv	where host build tools will be installed, and must NOT be
441.36Stv	the same as src/tools.
451.36Stv
461.36Stv	(Optionally, USETOOLS=no can be set in the environment if you
471.36Stv	wish to avoid using the separate host toolchain for building a
481.36Stv	subtree.  Otherwise, this will default to "yes" automatically.)
491.35Sthorpej
501.35Sthorpej20010915:
511.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
521.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
531.35Sthorpej	files that still reference this file.
541.35Sthorpej
551.35Sthorpej	Solution: "make cleandir && make dependall" in affected
561.35Sthorpej	directories.
571.31Senami
581.31Senami20010803:
591.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
601.31Senami	requires makeinfo v4.0, you need to install new texinfo before
611.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
621.31Senami	the instruction described in 20010726 entry.
631.30Senami
641.30Senami20010803:
651.41Swiz	(i386 only): i386 kernel now uses new instructions like
661.41Swiz        `fxsave' which old gas doesn't understand.  To build the
671.41Swiz	kernel successfuly, you need to build and install new gas
681.41Swiz	(gnu/usr.bin/gas.new), or (temporarily) comment out
691.41Swiz	"options I686_CPU" from your kernel configuration until you
701.41Swiz	rebuilt your userland (and got a new gas).
711.29Sbjh21
721.29Sbjh2120010731:
731.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
741.29Sbjh21	this will be unable to read symbol tables provided by newer
751.29Sbjh21	bootloaders.
761.27Sassar
771.27Sassar20010726:
781.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
791.28Sassar	build the included texinfo files, do:
801.28Sassar
811.28Sassar	cd src/gnu/usr.bin/texinfo
821.28Sassar	make MKINFO=no dependall install
831.25Sthorpej
841.25Sthorpej20010718:
851.25Sthorpej
861.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
871.25Sthorpej	was done was to change a -I directive to cc(1), which means
881.25Sthorpej	make(1) will have a stale dependency (it will be checking the
891.25Sthorpej	timestamp on the wrong "dot_init.h").
901.25Sthorpej
911.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
921.25Sthorpej	if you have a stale dependency.
931.25Sthorpej
941.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
951.25Sthorpej	before starting your build.
961.26Sthorpej
971.26Sthorpej20010628:
981.26Sthorpej
991.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
1001.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
1011.26Sthorpej	bitfield, update your lint(1) before proceeding.
1021.21Sjmc
1031.21Sjmc20010226:
1041.21Sjmc
1051.22Sjmc	Added named user/group to system. Need to hand add this in or builds
1061.21Sjmc	will break as mtree aborts early.
1071.21Sjmc
1081.21Sjmc	To work around add by hand:
1091.21Sjmc
1101.21Sjmc	named:*:14:
1111.21Sjmc
1121.22Sjmc	to /etc/group and add:
1131.22Sjmc
1141.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
1151.22Sjmc
1161.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
1171.22Sjmc
1181.22Sjmc	Now a make build should progress.
1191.18Sjmc
1201.18Sjmc20010219:
1211.18Sjmc	get/setprogname() added. Any hostprog's that may use this will need
1221.20Sjmc        to be bootstrapped manually until the host system is current.
1231.18Sjmc
1241.18Sjmc        Known problems: sys/arch/macppc/stand/fixcoff
1251.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
1261.19Scgd			  CFLAGS and rebuilding should work)
1271.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
1281.20Sjmc  		          building a snapshot before fully bootstrapped.
1291.15Schristos
1301.15Schristos20010204:
1311.15Schristos	prepare the code to compile with stricter gcc flags. in
1321.15Schristos	particular start eliminating redundant declarations. Yacc
1331.15Schristos	needs to be installed before make build.
1341.10Schristos
1351.10Schristos20010114:
1361.10Schristos	introduce .if commands(target) in make(1). You need to
1371.10Schristos	bring everything up-to-date first, then without installing
1381.23Stron	anything make and install in usr.bin/make, then proceed
1391.10Schristos	with make build.
1401.9Ssommerfe
1411.9Ssommerfe20010101:
1421.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
1431.9Ssommerfe	afterinstall targets to run too soon; update again.
1441.8Ssommerfe
1451.8Ssommerfe20001230:
1461.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
1471.8Ssommerfe	If you get make errors, 
1481.8Ssommerfe		(cd share/mk; make install)
1491.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
1501.6Sad
1511.6Sad20001019:
1521.7Sad	The `ca' device driver has been replaced by `ld'; although the
1531.6Sad	major and minor numbers haven't changed, you should update your /dev
1541.6Sad	directory.
1551.1Sabs
1561.4Sitojun20000929:
1571.4Sitojun	The following make directives are obsoleted.
1581.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
1591.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
1601.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
1611.4Sitojun	additional library libcrypto_{idea,rc5}.
1621.4Sitojun
1631.1Sabs20000623:
1641.1Sabs	MKCRYPTO and friends added to share/mk/bsd.own.mk.
1651.1Sabs	'cd share/mk ; make install' needed before make build.
1661.1Sabs
1671.1Sabs
1681.1SabsHints for a more successful build:
1691.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1701.2Smrg    Build a new kernel first:
1711.2Smrg	This makes sure that any new system calls or features
1721.2Smrg	   expected by the new userland will be present.  This
1731.2Smrg	   helps to avoid critical errors when upgrading.
1741.1Sabs    Use object directories:
1751.1Sabs	This helps to keep stale object
1761.1Sabs	   files from polluting the build if a Makefile "forgets"
1771.1Sabs	   about one.  It also makes it easier to clean up after
1781.1Sabs	   a build.  It's also necessary if you want to use the
1791.1Sabs	   same source tree for multiple machines.
1801.1Sabs	   To use object directories:
1811.1Sabs	    a) cd /usr/src ; make cleandir
1821.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
1831.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
1841.1Sabs	    d) cd /usr/src ; make build
1851.2Smrg	   Note that running "make obj" in a directory will create
1861.2Smrg	   in obj.$MACHINE directory.
1871.1Sabs    Build to a DESTDIR:
1881.1Sabs	This helps to keep old
1891.1Sabs	   installed files (especially libraries) from interfering
1901.1Sabs	   with the new build.
1911.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
1921.2Smrg	   variable before running make build.  It should be set to
1931.2Smrg	   the pathname of an initially empty directory.
1941.1Sabs	   Problems: you might need to update critical utilities
1951.1Sabs		without using DESTDIR since nothing is executed
1961.1Sabs		from what is installed in DESTDIR.
1971.1Sabs		(See critical utils, below)
1981.1Sabs    Build often:
1991.1Sabs	This keeps critical utilities current enough to not choke
2001.1Sabs	on any other part of the source tree that depends on up to
2011.1Sabs	date functionality.
2021.1Sabs 
2031.1SabsWhat to do if things don't work:
2041.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2051.1SabsWhen things don't work there is usually a few things that commonly
2061.1Sabsshould be done.
2071.1Sabs    1)	make includes
2081.1Sabs	This should be done automatically by make build.
2091.1Sabs    2)  cd share/mk && make install
2101.1Sabs	Again, automatically done by make build.
2111.1Sabs
2121.1SabsFailsafe rebuild of a small part of the tree:
2131.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2141.1SabsTo make sure you rebuild something correctly you want to do
2151.1Sabssomething like the following:
2161.1Sabs    1)  Make sure the includes and .mk files are up to date.
2171.1Sabs    2)  Make sure any program used to build the particular
2181.1Sabs	utility is up to date.  (yacc, lex, etc...)
2191.1Sabs    3)  cd ...path/to/util...
2201.1Sabs	make cleandir
2211.1Sabs	rm ...all obj directories...
2221.1Sabs	make cleandir			# yes, again
2231.1Sabs	make obj
2241.1Sabs	make depend && make
2251.1Sabs
2261.1SabsFailsafe rebuild of the entire tree:
2271.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2281.1SabsIf you really want to make sure the source tree is clean and
2291.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
2301.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
2311.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
2321.1Sabs
2331.1Sabs---cut here---
2341.1Sabs#!/bin/sh
2351.1Sabs. /etc/mk.conf
2361.1Sabs
2371.1Sabsif [ -z $BSDSRCDIR ] ; then
2381.1Sabs    BSDSRCDIR=/usr/src
2391.1Sabsfi
2401.1Sabsif [ \! -d $BSDSRCDIR ] ; then
2411.1Sabs    echo Unable to find sources
2421.1Sabs    exit 1
2431.1Sabsfi
2441.1Sabsfind $BSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
2451.1Sabs
2461.1Sabsif [ -z $BSDOBJDIR ] ; then
2471.1Sabs    BSDOBJDIR=/usr/obj
2481.1Sabsfi
2491.1Sabsif [ -d $BSDOBJDIR ] ; then
2501.1Sabs    rm -rf $BSDOBJDIR
2511.1Sabsfi
2521.1Sabs
2531.1Sabscd $BSDSRCDIR && make cleandir
2541.1Sabs
2551.1Sabs---cut here---
2561.1Sabs
2571.1SabsCritical utilities:
2581.1Sabs^^^^^^^^^^^^^^^^^^^
2591.1Sabs	gnu/usr.bin/egcs
2601.3Sitojun	usr.bin/compile_et
2611.1Sabs	usr.bin/make
2621.1Sabs	usr.bin/yacc
2631.1Sabs	usr.bin/lex
2641.11Slukem	usr.bin/xlint
2651.2Smrg	usr.sbin/config
2661.1Sabs
2671.34SsimonbOther problems and possible solutions:
2681.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2691.1SabsSymptom:Unreasonable compiler errors.
2701.1SabsFix:	Rebuild gnu/usr.bin/egcs
2711.1Sabs
2721.1SabsSymptom:Complaints involving a Makefile.
2731.17SerhFix:	Rebuild usr.bin/make:
2741.17Serh	cd usr.bin/make && make && make install
2751.17Serh        Or, a failsafe method if that doesn't work:
2761.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
2771.17Serh
2781.1SabsFix:	Make sure .mk files are up to date.
2791.1Sabs	cd share/mk && make install
2801.2Smrg
2811.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
2821.2SmrgFix:	Rebuild usr.sbin/config
2831.1Sabs
2841.1SabsSymptom:
2851.1SabsFix:	Rebuild usr.bin/yacc
2861.1Sabs
2871.1SabsSymptom:
2881.1SabsFix:	Rebuild usr.bin/lex
2891.1Sabs
2901.1SabsSymptom:
2911.1SabsFix:	rm /usr/lib/libbfd.a
2921.4Sitojun
2931.4SitojunSymptom:Obsolete intermediate files are used during compilation
2941.4SitojunFix:	Try the following sequence of commands in the directory in question.
2951.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
2961.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
2971.4Sitojun	may remain.  The command tries to clean everything up)
2981.5Swiz
2991.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
3001.5SwizFix:	Rebuild and install usr.bin/menuc
3011.12Sitojun
3021.12SitojunSymptom:mklocale not found during build in share/locale/ctype
3031.12SitojunFix:	Build and install usr.bin/mklocale
3041.13Sdogcow
3051.13SdogcowSymptom:undefined reference to `__assert13'
3061.13SdogcowFix:    Rebuild and install lib/libc
3071.13Sdogcow
3081.19ScgdSymptom:usr.sbin/config fails to build.
3091.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
3101.13Sdogcow
3111.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
3121.19ScgdFix:    Rebuild and install lib/libc
3131.24Sabs
3141.24SabsSymptom:lint does not understand the '-X' option
3151.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
316