UPDATING revision 1.31
11.31Senami$NetBSD: UPDATING,v 1.31 2001/08/03 14:47:17 enami 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.31Senami
111.31Senami20010803:
121.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
131.31Senami	requires makeinfo v4.0, you need to install new texinfo before
141.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
151.31Senami	the instruction described in 20010726 entry.
161.30Senami
171.30Senami20010803:
181.30Senami	(i386 only): i386 kernel now uses new instructions like fxsave which
191.30Senami	old gas doesn't understand.  To build the kernel successfuly, you
201.30Senami	need to build and install new gas (gnu/usr.bin/gas.new).
211.29Sbjh21
221.29Sbjh2120010731:
231.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
241.29Sbjh21	this will be unable to read symbol tables provided by newer
251.29Sbjh21	bootloaders.
261.27Sassar
271.27Sassar20010726:
281.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
291.28Sassar	build the included texinfo files, do:
301.28Sassar
311.28Sassar	cd src/gnu/usr.bin/texinfo
321.28Sassar	make MKINFO=no dependall install
331.25Sthorpej
341.25Sthorpej20010718:
351.25Sthorpej
361.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
371.25Sthorpej	was done was to change a -I directive to cc(1), which means
381.25Sthorpej	make(1) will have a stale dependency (it will be checking the
391.25Sthorpej	timestamp on the wrong "dot_init.h").
401.25Sthorpej
411.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
421.25Sthorpej	if you have a stale dependency.
431.25Sthorpej
441.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
451.25Sthorpej	before starting your build.
461.26Sthorpej
471.26Sthorpej20010628:
481.26Sthorpej
491.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
501.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
511.26Sthorpej	bitfield, update your lint(1) before proceeding.
521.21Sjmc
531.21Sjmc20010226:
541.21Sjmc
551.22Sjmc	Added named user/group to system. Need to hand add this in or builds
561.21Sjmc	will break as mtree aborts early.
571.21Sjmc
581.21Sjmc	To work around add by hand:
591.21Sjmc
601.21Sjmc	named:*:14:
611.21Sjmc
621.22Sjmc	to /etc/group and add:
631.22Sjmc
641.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
651.22Sjmc
661.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
671.22Sjmc
681.22Sjmc	Now a make build should progress.
691.18Sjmc
701.18Sjmc20010219:
711.18Sjmc	get/setprogname() added. Any hostprog's that may use this will need
721.20Sjmc        to be bootstrapped manually until the host system is current.
731.18Sjmc
741.18Sjmc        Known problems: sys/arch/macppc/stand/fixcoff
751.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
761.19Scgd			  CFLAGS and rebuilding should work)
771.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
781.20Sjmc  		          building a snapshot before fully bootstrapped.
791.15Schristos
801.15Schristos20010204:
811.15Schristos	prepare the code to compile with stricter gcc flags. in
821.15Schristos	particular start eliminating redundant declarations. Yacc
831.15Schristos	needs to be installed before make build.
841.10Schristos
851.10Schristos20010114:
861.10Schristos	introduce .if commands(target) in make(1). You need to
871.10Schristos	bring everything up-to-date first, then without installing
881.23Stron	anything make and install in usr.bin/make, then proceed
891.10Schristos	with make build.
901.9Ssommerfe
911.9Ssommerfe20010101:
921.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
931.9Ssommerfe	afterinstall targets to run too soon; update again.
941.8Ssommerfe
951.8Ssommerfe20001230:
961.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
971.8Ssommerfe	If you get make errors, 
981.8Ssommerfe		(cd share/mk; make install)
991.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
1001.6Sad
1011.6Sad20001019:
1021.7Sad	The `ca' device driver has been replaced by `ld'; although the
1031.6Sad	major and minor numbers haven't changed, you should update your /dev
1041.6Sad	directory.
1051.1Sabs
1061.4Sitojun20000929:
1071.4Sitojun	The following make directives are obsoleted.
1081.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
1091.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
1101.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
1111.4Sitojun	additional library libcrypto_{idea,rc5}.
1121.4Sitojun
1131.1Sabs20000623:
1141.1Sabs	MKCRYPTO and friends added to share/mk/bsd.own.mk.
1151.1Sabs	'cd share/mk ; make install' needed before make build.
1161.1Sabs
1171.1Sabs
1181.1SabsHints for a more successful build:
1191.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1201.2Smrg    Build a new kernel first:
1211.2Smrg	This makes sure that any new system calls or features
1221.2Smrg	   expected by the new userland will be present.  This
1231.2Smrg	   helps to avoid critical errors when upgrading.
1241.1Sabs    Use object directories:
1251.1Sabs	This helps to keep stale object
1261.1Sabs	   files from polluting the build if a Makefile "forgets"
1271.1Sabs	   about one.  It also makes it easier to clean up after
1281.1Sabs	   a build.  It's also necessary if you want to use the
1291.1Sabs	   same source tree for multiple machines.
1301.1Sabs	   To use object directories:
1311.1Sabs	    a) cd /usr/src ; make cleandir
1321.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
1331.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
1341.1Sabs	    d) cd /usr/src ; make build
1351.2Smrg	   Note that running "make obj" in a directory will create
1361.2Smrg	   in obj.$MACHINE directory.
1371.1Sabs    Build to a DESTDIR:
1381.1Sabs	This helps to keep old
1391.1Sabs	   installed files (especially libraries) from interfering
1401.1Sabs	   with the new build.
1411.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
1421.2Smrg	   variable before running make build.  It should be set to
1431.2Smrg	   the pathname of an initially empty directory.
1441.1Sabs	   Problems: you might need to update critical utilities
1451.1Sabs		without using DESTDIR since nothing is executed
1461.1Sabs		from what is installed in DESTDIR.
1471.1Sabs		(See critical utils, below)
1481.1Sabs    Build often:
1491.1Sabs	This keeps critical utilities current enough to not choke
1501.1Sabs	on any other part of the source tree that depends on up to
1511.1Sabs	date functionality.
1521.1Sabs 
1531.1SabsWhat to do if things don't work:
1541.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1551.1SabsWhen things don't work there is usually a few things that commonly
1561.1Sabsshould be done.
1571.1Sabs    1)	make includes
1581.1Sabs	This should be done automatically by make build.
1591.1Sabs    2)  cd share/mk && make install
1601.1Sabs	Again, automatically done by make build.
1611.1Sabs
1621.1SabsFailsafe rebuild of a small part of the tree:
1631.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1641.1SabsTo make sure you rebuild something correctly you want to do
1651.1Sabssomething like the following:
1661.1Sabs    1)  Make sure the includes and .mk files are up to date.
1671.1Sabs    2)  Make sure any program used to build the particular
1681.1Sabs	utility is up to date.  (yacc, lex, etc...)
1691.1Sabs    3)  cd ...path/to/util...
1701.1Sabs	make cleandir
1711.1Sabs	rm ...all obj directories...
1721.1Sabs	make cleandir			# yes, again
1731.1Sabs	make obj
1741.1Sabs	make depend && make
1751.1Sabs
1761.1SabsFailsafe rebuild of the entire tree:
1771.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1781.1SabsIf you really want to make sure the source tree is clean and
1791.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
1801.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
1811.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
1821.1Sabs
1831.1Sabs---cut here---
1841.1Sabs#!/bin/sh
1851.1Sabs. /etc/mk.conf
1861.1Sabs
1871.1Sabsif [ -z $BSDSRCDIR ] ; then
1881.1Sabs    BSDSRCDIR=/usr/src
1891.1Sabsfi
1901.1Sabsif [ \! -d $BSDSRCDIR ] ; then
1911.1Sabs    echo Unable to find sources
1921.1Sabs    exit 1
1931.1Sabsfi
1941.1Sabsfind $BSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
1951.1Sabs
1961.1Sabsif [ -z $BSDOBJDIR ] ; then
1971.1Sabs    BSDOBJDIR=/usr/obj
1981.1Sabsfi
1991.1Sabsif [ -d $BSDOBJDIR ] ; then
2001.1Sabs    rm -rf $BSDOBJDIR
2011.1Sabsfi
2021.1Sabs
2031.1Sabscd $BSDSRCDIR && make cleandir
2041.1Sabs
2051.1Sabs---cut here---
2061.1Sabs
2071.1SabsCritical utilities:
2081.1Sabs^^^^^^^^^^^^^^^^^^^
2091.1Sabs	gnu/usr.bin/egcs
2101.3Sitojun	usr.bin/compile_et
2111.1Sabs	usr.bin/make
2121.1Sabs	usr.bin/yacc
2131.1Sabs	usr.bin/lex
2141.11Slukem	usr.bin/xlint
2151.2Smrg	usr.sbin/config
2161.1Sabs
2171.1SabsOther problems and possibly solutions:
2181.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2191.1SabsSymptom:Unreasonable compiler errors.
2201.1SabsFix:	Rebuild gnu/usr.bin/egcs
2211.1Sabs
2221.1SabsSymptom:Complaints involving a Makefile.
2231.17SerhFix:	Rebuild usr.bin/make:
2241.17Serh	cd usr.bin/make && make && make install
2251.17Serh        Or, a failsafe method if that doesn't work:
2261.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
2271.17Serh
2281.1SabsFix:	Make sure .mk files are up to date.
2291.1Sabs	cd share/mk && make install
2301.2Smrg
2311.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
2321.2SmrgFix:	Rebuild usr.sbin/config
2331.1Sabs
2341.1SabsSymptom:
2351.1SabsFix:	Rebuild usr.bin/yacc
2361.1Sabs
2371.1SabsSymptom:
2381.1SabsFix:	Rebuild usr.bin/lex
2391.1Sabs
2401.1SabsSymptom:
2411.1SabsFix:	rm /usr/lib/libbfd.a
2421.4Sitojun
2431.4SitojunSymptom:Obsolete intermediate files are used during compilation
2441.4SitojunFix:	Try the following sequence of commands in the directory in question.
2451.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
2461.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
2471.4Sitojun	may remain.  The command tries to clean everything up)
2481.5Swiz
2491.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
2501.5SwizFix:	Rebuild and install usr.bin/menuc
2511.12Sitojun
2521.12SitojunSymptom:mklocale not found during build in share/locale/ctype
2531.12SitojunFix:	Build and install usr.bin/mklocale
2541.13Sdogcow
2551.13SdogcowSymptom:undefined reference to `__assert13'
2561.13SdogcowFix:    Rebuild and install lib/libc
2571.13Sdogcow
2581.19ScgdSymptom:usr.sbin/config fails to build.
2591.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
2601.13Sdogcow
2611.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
2621.19ScgdFix:    Rebuild and install lib/libc
2631.24Sabs
2641.24SabsSymptom:lint does not understand the '-X' option
2651.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
266