UPDATING revision 1.95
11.95Swiz$NetBSD: UPDATING,v 1.95 2003/08/05 18:39:56 wiz 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.94Schristos
111.94Schristos20030801:
121.95Swiz	With the new openssl, there is some header and library shuffling.
131.94Schristos	rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \
141.95Swiz	/usr/lib/libdes* before building.
151.92Swiz
161.92Swiz20030703:
171.92Swiz	Texinfo was updated to 4.6.  To avoid failures when trying to
181.92Swiz	build the included texinfo files, do:
191.92Swiz
201.92Swiz	cd src/gnu/usr.bin/texinfo
211.92Swiz	make MKINFO=no dependall install
221.90Swiz
231.90Swiz20030630:
241.90Swiz	Groff was update to 1.19; it's probably necessary to do
251.91Swiz		cd share/mk && make install
261.90Swiz		cd src/gnu/usr.bin/groff
271.90Swiz		make MKMAN=no dependall install
281.90Swiz	(untested).
291.89Schristos
301.89Schristos20030516:
311.89Schristos	Due to bugs in the export handling code, invalid export lines
321.89Schristos	were accepted before and caused the kernel to panic when
331.89Schristos	mountd got restarted because it freed memory that had already
341.89Schristos	been freed. This has been fixed and the kernel checks
351.89Schristos	export addresses very strictly. If you upgrade your kernel,
361.89Schristos	make sure you also upgrade mountd, because if your export
371.89Schristos	file contains lines with an old inet4 address syntax (i.e.
381.89Schristos	a.b.c or a.b or a), they will get rejected by the new kernel.
391.87Sbjh21
401.87Sbjh2120030402:
411.87Sbjh21	The superblock layout for FFS was changed.  If you have 1.6
421.87Sbjh21	fsck binaries, they will signal a fatal superblock mismatch
431.87Sbjh21	with the first alternate, because they compare too many
441.87Sbjh21	fields (even ones that aren't useful).  If possible, upgrade
451.87Sbjh21	your fsck_ffs binary before using a new kernel.
461.87Sbjh21	None of this signals actual filesystem damage.
471.85Satatat
481.85Satatat20030324:
491.85Satatat	sendmail version 8.12.8 was imported.  Since sendmail is
501.85Satatat	now setgid to the smmsp group, and runs in "collection"
511.85Satatat	mode for most common activities, there is a new config
521.85Satatat	file called submit.cf that needs to live in /etc/mail.
531.85Satatat	The generic submit.cf sample in /usr/share/sendmail/cf
541.85Satatat	is named netbsd-msp.cf.  Upgrading your regular sendmail
551.85Satatat	configuration file is also strongly advised.
561.85Satatat
571.85Satatat	See the section named "MESSAGE SUBMISSION PROGRAM" in
581.85Satatat	the updated /usr/share/sendmail/README file for more
591.85Satatat	information.
601.82Swiz
611.82Swiz20030117:
621.82Swiz	Texinfo was updated to 4.3.  To avoid failures when trying to
631.82Swiz	build the included texinfo files, do:
641.82Swiz
651.82Swiz	cd src/gnu/usr.bin/texinfo
661.82Swiz	make MKINFO=no dependall install
671.81Slukem
681.81Slukem20021223:
691.81Slukem	The METALOG format changed slightly, to remove the leading
701.81Slukem	"${DESTDIR}" from path names.
711.81Slukem	This only affects people building with UNPRIVED.
721.81Slukem	For complete safety, remove the DESTDIR entirely and
731.81Slukem	update tools/mtree, before running make build.
741.88Sitojun
751.88Sitojun20021219:
761.88Sitojun	CVS repository layout was changed.  See the following for details
771.88Sitojun	if you are using (anonymous) cvs to update your tree.
781.88Sitojun
791.93Ssalo	http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html
801.80Slukem
811.80Slukem20021219:
821.80Slukem	install(1) had a '-N dbdir' option added, to specify an
831.80Slukem	alternate location to look up users & groups (instead
841.80Slukem	of the host system passwd(5) and group(5) databases).
851.80Slukem
861.80Slukem	The build system was modified to take advantage of
871.80Slukem	this option (using ${NETBSDSRCDIR}/etc), so if you
881.83Skei	use USETOOLS==no, you may have to rebuild and
891.80Slukem	reinstall usr.bin/xinstall first.
901.78Slukem
911.78Slukem20021130:
921.78Slukem	fparseln(3) moved from libutil to libc.
931.78Slukem	If building to DESTDIR=/, reinstall the includes
941.78Slukem	and rebuild libc:
951.78Slukem		make includes
961.78Slukem		make do-lib-libc
971.78Slukem	If using build.sh, "cd tools/compat && make clean"
981.78Slukem	before rebuilding the tools.
991.77Slukem
1001.77Slukem20021126:
1011.77Slukem	The mk.conf(5) variable SYS_INCLUDE has been deprecated,
1021.77Slukem	including the optional "SYS_INCLUDE=symlinks" support.
1031.77Slukem	All header files, including <sys/*.h> are copied into
1041.77Slukem	/usr/include.
1051.76Sthorpej
1061.76Sthorpej20021121:
1071.76Sthorpej	The C run-time support files crtbegin.o and crtend.o
1081.76Sthorpej	(and their companions crtbeginS.o and crtendS.o) were
1091.76Sthorpej	split up, with new crti.o and crtn.o files resulting.
1101.76Sthorpej	This means that libtool needs to be rebuilt once the
1111.76Sthorpej	new libraries are installed.  The process of rebuilding
1121.76Sthorpej	libtool will cause it to automatically notice the new
1131.76Sthorpej	required files, but it *must* be rebuilt in order to
1141.76Sthorpej	do this.
1151.76Sthorpej
1161.76Sthorpej	An out-of-date libtool will result in shared libraries
1171.76Sthorpej	which lack _init() and _fini() routines, which means that
1181.76Sthorpej	their global contructors/destructors will not be invoked.
1191.75Sthorpej
1201.75Sthorpej20021121:
1211.75Sthorpej	A bug related to how ARM ELF objects were tagged has been
1221.75Sthorpej	corrected.
1231.75Sthorpej
1241.75Sthorpej	NetBSD ARM ELF uses the soft-VFP floating point model by
1251.75Sthorpej	default.  However, the assembler lacked support for marking
1261.75Sthorpej	objects as using the VFP floating point format, and the
1271.79Swiz	compiler was not properly passing the flag indicating "soft-VFP"
1281.75Sthorpej	to the assembler.
1291.75Sthorpej
1301.75Sthorpej	Unfortunately, this means that the linker will now consider
1311.75Sthorpej	old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be
1321.75Sthorpej	incompatible with new (properly marked) objects.
1331.75Sthorpej
1341.75Sthorpej	The problem will only manifest itself if you attempt to compile
1351.75Sthorpej	a new program using the fixed toolchain, and link that program
1361.75Sthorpej	against old libraries which do not have the proper "softvfp"
1371.75Sthorpej	markings.  ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES
1381.75Sthorpej	WILL CONTINUE TO WORK PROPERLY.
1391.75Sthorpej
1401.75Sthorpej	The only work-around for the problem is to recompile all of
1411.75Sthorpej	the libraries on the system.  The easiest way to do this for
1421.79Swiz	system libraries is to install a binary snapshot; they are
1431.93Ssalo	generally available on releng.NetBSD.org.  Any packages you
1441.75Sthorpej	have installed which supply libraries will have to be recompiled
1451.75Sthorpej	if you wish to link new programs against those libraries.
1461.75Sthorpej
1471.75Sthorpej	If you have questions about this matter, please contact
1481.93Ssalo	port-arm@NetBSD.org.
1491.73Sprovos
1501.73Sprovos20021011:
1511.73Sprovos	Systrace has been improved to support privilege elevation.
1521.73Sprovos	Updating the kernel requires the userland part of systrace
1531.79Swiz	to be rebuilt.
1541.72Sthorpej
1551.72Sthorpej20021010:
1561.72Sthorpej	The config(8) grammar was changed to allow options to register
1571.72Sthorpej	dependencies on attributes, as well as other options.  Users
1581.72Sthorpej	must update and reinstall usr.sbin/config before building a new
1591.72Sthorpej	kernel.
1601.70Sthorpej
1611.70Sthorpej20021009:
1621.70Sthorpej	A new attribute dependency syntax was introduced to config(8),
1631.70Sthorpej	which is now used by the SCSI configuration description.  Users
1641.71Swiz	must update and reinstall usr.sbin/config before building a new
1651.70Sthorpej	kernel.
1661.69Sthorpej
1671.69Sthorpej20021003:
1681.69Sthorpej	Several changes have been made to the autoconfiguration
1691.69Sthorpej	framework.  Users must update and reinstall usr.sbin/config
1701.69Sthorpej	before building a new kernel.
1711.74Sjschauma
1721.74Sjschauma20021001:
1731.74Sjschauma	The i386mp branch has been merged.  To compile a kernel, users
1741.74Sjschauma	will need to add the option 'cpu* at mainbus?' to their configuration
1751.74Sjschauma	file.  Multiprocessor kernels will need
1761.74Sjschauma	ioapic*		at mainbus? apid ?
1771.74Sjschauma	options		MULTIPROCESSOR
1781.74Sjschauma	options		COM_MPLOCK
1791.68Slukem
1801.68Slukem20020922:
1811.68Slukem	MKDYNAMICROOT=yes enabled by default, which means that
1821.68Slukem	certain shared libraries are installed into /lib, the shared
1831.68Slukem	linker is installed into /libexec, and all programs in /bin
1841.68Slukem	and /sbin are dynamically linked.
1851.68Slukem	If you do not use "make build", you should ensure that
1861.68Slukem	you have the libraries and shared linker in the new locations,
1871.68Slukem	with:
1881.68Slukem		make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so
1891.67Slukem
1901.67Slukem20020917:
1911.67Slukem	USE_NEW_TOOLCHAIN has been replaced with:
1921.67Slukem	    -	TOOLCHAIN_MISSING -- set to "yes" on platforms for which
1931.67Slukem		there is no working in-tree toolchain (hppa, ns32k, sh5,
1941.67Slukem		x86_64).
1951.67Slukem	    -	EXTERNAL_TOOLCHAIN -- if defined by the user, points to the
1961.79Swiz		root of an external toolchain (e.g. /usr/local/gnu).  This
1971.67Slukem		enables the cross-build framework even for TOOLCHAIN_MISSING
1981.67Slukem		platforms.
1991.66Sgehenna
2001.66Sgehenna20020906:
2011.66Sgehenna	gehenna-devsw has been merged into the trunk. Need to update and
2021.79Swiz	reinstall usr.sbin/config before building the kernel.
2031.65Slukem
2041.65Slukem20020822:
2051.65Slukem	Crunched rescue tools (contents of /bin and /sbin, plus others)
2061.65Slukem	are now provided in /rescue.
2071.65Slukem
2081.65Slukem	To ensure that these are built statically linked (no matter
2091.65Slukem	what the setting of LDSTATIC is), use a crunchgen(1) built
2101.65Slukem	from sources newer than 20020820 (see the next entry).
2111.65Slukem
2121.65Slukem20020820:
2131.65Slukem	crunchgen(1) changed to ensure that the generated program
2141.65Slukem	is statically linked.
2151.65Slukem
2161.65Slukem	Solution: update and reinstall usr.bin/crunch
2171.84Sgrant
2181.84Sgrant20020605:
2191.84Sgrant	smmsp user/group has been added for sendmail.
2201.84Sgrant
2211.84Sgrant	Add the following into /etc/group:
2221.84Sgrant
2231.84Sgrant	smmsp:*:17:
2241.84Sgrant
2251.84Sgrant	and the following to /etc/master.passwd (via vipw):
2261.84Sgrant
2271.84Sgrant	smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
2281.61Sitojun
2291.61Sitojun20020515:
2301.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
2311.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
2321.61Sitojun
2331.61Sitojun	Add the following into /etc/group:
2341.61Sitojun
2351.61Sitojun	sshd:*:16:
2361.61Sitojun
2371.61Sitojun	and the following to /etc/master.passwd (via vipw):
2381.61Sitojun
2391.63Senami	sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
2401.61Sitojun	
2411.79Swiz	Also /var/chroot/sshd directory needs to be present (digged as part of
2421.79Swiz	the build process).
2431.60Ssommerfe
2441.60Ssommerfe20020426:
2451.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
2461.59Slukem
2471.59Slukem20020426:
2481.59Slukem	etc/postinstall added, which performs various checks for 
2491.59Slukem	configuration file updates and changes, and can fix most of
2501.59Slukem	the problems identified.
2511.59Slukem	This should make it much easier to upgrade a system's
2521.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
2531.56Slukem
2541.56Slukem20020320:
2551.79Swiz	<bsd.lib.mk> needs a new install(1) for its "-a cmd" support.
2561.79Swiz	Build and install at usr.bin/xinstall before the build.
2571.56Slukem
2581.55Sitojun20020319:
2591.79Swiz	Raw IPv6 socket now makes strict checking for sa_family and sa_len
2601.79Swiz	on send(2) operation.  Be sure to have sbin/rtsol and usr.sbin/rtsold
2611.55Sitojun	newer than November 2001 when you upgrade the kernel.
2621.55Sitojun
2631.54Sitojun20020311:
2641.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
2651.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
2661.54Sitojun	to be changed (due to the use of "/etc" inside).
2671.54Sitojun
2681.54Sitojun20020223:
2691.53Smatt	Users of the VAX port will need to rebuild and install gas
2701.53Smatt	so it deal with the now present register prefix used in all
2711.53Smatt	the VAX assembly files.
2721.53Smatt
2731.50Sitojun20020118:
2741.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
2751.50Sitojun	will break as mtree aborts early.
2761.50Sitojun
2771.50Sitojun	Add the following into /etc/group:
2781.50Sitojun
2791.50Sitojun	ntpd:*:15:
2801.50Sitojun
2811.50Sitojun	and the following to /etc/master.passwd (via vipw):
2821.50Sitojun
2831.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
2841.50Sitojun
2851.49Sjmc20011207:
2861.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
2871.49Sjmc	reloc errors from the toolchain groff binary this means your native
2881.49Sjmc	toolchain has some broken C++ bits.
2891.49Sjmc
2901.49Sjmc	To fix:
2911.49Sjmc
2921.49Sjmc	Build a new toolchain (i.e. build.sh -t)
2931.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
2941.49Sjmc
2951.49Sjmc	gnu/lib/libgcc
2961.51Spooka	gnu/lib/libstdc++
2971.49Sjmc
2981.49Sjmc	After this a snapshot will be able to be built.
2991.49Sjmc
3001.47Sjmc20011201:
3011.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
3021.47Sjmc	you've built and installed a system with the new toolchain up to this
3031.52Swiz	point you do not have a working awk as its ability to do floating
3041.47Sjmc	point is broken. 
3051.47Sjmc
3061.47Sjmc	To build:
3071.47Sjmc
3081.47Sjmc	remake and install gnu/lib/libgcc
3091.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
3101.48Sjmc	against the new libgcc.a)
3111.47Sjmc
3121.46Sthorpej20011128:
3131.46Sthorpej	Kernel config information was changed to use defflag in
3141.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
3151.46Sthorpej	required in order for this to work properly.  Make sure
3161.46Sthorpej	to build and install in usr.sbin/config before attempting
3171.46Sthorpej	to build a new kernel.
3181.46Sthorpej
3191.45Syamt20011030:
3201.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
3211.45Syamt	before building libc.
3221.43Smason
3231.44Stv20011029:
3241.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
3251.44Stv	see pre-generated .txt and .html versions) describes the build
3261.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
3271.44Stv	build process, are intended in the long run to replace this
3281.44Stv	manual update log.
3291.44Stv
3301.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
3311.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
3321.44Stv	UPDATING for these systems, as tool updating is taken care of
3331.44Stv	by the new build system.
3341.42Sperry
3351.42Sperry20011028:
3361.42Sperry	src/etc/Makefile now needs install to be able to handle
3371.42Sperry	symlinks that point to nowhere. A bug in install that
3381.42Sperry	prevented this was corrected.
3391.42Sperry
3401.42Sperry	Solution: update and reinstall usr.bin/xinstall
3411.42Sperry	Better Solution: Use the new toolchain and it will just work
3421.42Sperry	for you.
3431.40Slukem
3441.40Slukem20011006:
3451.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
3461.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
3471.40Slukem	understand the format.
3481.40Slukem
3491.40Slukem	Solution: update and reinstall usr.sbin/mtree
3501.39Sjmc
3511.39Sjmc20011004:
3521.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
3531.39Sjmc	is suggested before running a snapshot build
3541.36Stv
3551.35Sthorpej20010915:
3561.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
3571.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
3581.35Sthorpej	files that still reference this file.
3591.35Sthorpej
3601.35Sthorpej	Solution: "make cleandir && make dependall" in affected
3611.35Sthorpej	directories.
3621.31Senami
3631.31Senami20010803:
3641.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
3651.31Senami	requires makeinfo v4.0, you need to install new texinfo before
3661.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
3671.31Senami	the instruction described in 20010726 entry.
3681.30Senami
3691.64Ssommerfe20010803: 
3701.41Swiz	(i386 only): i386 kernel now uses new instructions like
3711.41Swiz        `fxsave' which old gas doesn't understand.  To build the
3721.64Ssommerfe	kernel successfully, you need to build and install a new toolchain, 
3731.64Ssommerfe	(i.e., build.sh -t) or 	(temporarily) comment out "options I686_CPU" 
3741.64Ssommerfe	from your kernel configuration until you rebuild your userland.
3751.64Ssommerfe	See 20011029 above and BUILDING file in this directory for more information.
3761.64Ssommerfe	[updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled]
3771.29Sbjh21
3781.29Sbjh2120010731:
3791.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
3801.29Sbjh21	this will be unable to read symbol tables provided by newer
3811.29Sbjh21	bootloaders.
3821.27Sassar
3831.27Sassar20010726:
3841.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
3851.28Sassar	build the included texinfo files, do:
3861.28Sassar
3871.28Sassar	cd src/gnu/usr.bin/texinfo
3881.28Sassar	make MKINFO=no dependall install
3891.25Sthorpej
3901.25Sthorpej20010718:
3911.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
3921.25Sthorpej	was done was to change a -I directive to cc(1), which means
3931.25Sthorpej	make(1) will have a stale dependency (it will be checking the
3941.25Sthorpej	timestamp on the wrong "dot_init.h").
3951.25Sthorpej
3961.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
3971.25Sthorpej	if you have a stale dependency.
3981.25Sthorpej
3991.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
4001.25Sthorpej	before starting your build.
4011.26Sthorpej
4021.26Sthorpej20010628:
4031.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
4041.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
4051.26Sthorpej	bitfield, update your lint(1) before proceeding.
4061.21Sjmc
4071.21Sjmc20010226:
4081.22Sjmc	Added named user/group to system. Need to hand add this in or builds
4091.21Sjmc	will break as mtree aborts early.
4101.21Sjmc
4111.21Sjmc	To work around add by hand:
4121.21Sjmc
4131.21Sjmc	named:*:14:
4141.21Sjmc
4151.22Sjmc	to /etc/group and add:
4161.22Sjmc
4171.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
4181.22Sjmc
4191.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
4201.22Sjmc
4211.22Sjmc	Now a make build should progress.
4221.18Sjmc
4231.18Sjmc20010219:
4241.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
4251.20Sjmc        to be bootstrapped manually until the host system is current.
4261.18Sjmc
4271.18Sjmc        Known problems: sys/arch/macppc/stand/fixcoff
4281.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
4291.19Scgd			  CFLAGS and rebuilding should work)
4301.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
4311.20Sjmc  		          building a snapshot before fully bootstrapped.
4321.15Schristos
4331.15Schristos20010204:
4341.15Schristos	prepare the code to compile with stricter gcc flags. in
4351.15Schristos	particular start eliminating redundant declarations. Yacc
4361.15Schristos	needs to be installed before make build.
4371.10Schristos
4381.10Schristos20010114:
4391.10Schristos	introduce .if commands(target) in make(1). You need to
4401.10Schristos	bring everything up-to-date first, then without installing
4411.23Stron	anything make and install in usr.bin/make, then proceed
4421.10Schristos	with make build.
4431.9Ssommerfe
4441.9Ssommerfe20010101:
4451.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
4461.9Ssommerfe	afterinstall targets to run too soon; update again.
4471.8Ssommerfe
4481.8Ssommerfe20001230:
4491.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
4501.8Ssommerfe	If you get make errors, 
4511.8Ssommerfe		(cd share/mk; make install)
4521.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
4531.6Sad
4541.6Sad20001019:
4551.7Sad	The `ca' device driver has been replaced by `ld'; although the
4561.6Sad	major and minor numbers haven't changed, you should update your /dev
4571.6Sad	directory.
4581.1Sabs
4591.4Sitojun20000929:
4601.4Sitojun	The following make directives are obsoleted.
4611.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
4621.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
4631.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
4641.4Sitojun	additional library libcrypto_{idea,rc5}.
4651.1Sabs
4661.1Sabs
4671.1SabsHints for a more successful build:
4681.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4691.2Smrg    Build a new kernel first:
4701.2Smrg	This makes sure that any new system calls or features
4711.2Smrg	   expected by the new userland will be present.  This
4721.2Smrg	   helps to avoid critical errors when upgrading.
4731.1Sabs    Use object directories:
4741.1Sabs	This helps to keep stale object
4751.1Sabs	   files from polluting the build if a Makefile "forgets"
4761.1Sabs	   about one.  It also makes it easier to clean up after
4771.1Sabs	   a build.  It's also necessary if you want to use the
4781.1Sabs	   same source tree for multiple machines.
4791.1Sabs	   To use object directories:
4801.1Sabs	    a) cd /usr/src ; make cleandir
4811.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
4821.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
4831.1Sabs	    d) cd /usr/src ; make build
4841.2Smrg	   Note that running "make obj" in a directory will create
4851.2Smrg	   in obj.$MACHINE directory.
4861.1Sabs    Build to a DESTDIR:
4871.1Sabs	This helps to keep old
4881.1Sabs	   installed files (especially libraries) from interfering
4891.1Sabs	   with the new build.
4901.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
4911.2Smrg	   variable before running make build.  It should be set to
4921.2Smrg	   the pathname of an initially empty directory.
4931.1Sabs	   Problems: you might need to update critical utilities
4941.1Sabs		without using DESTDIR since nothing is executed
4951.1Sabs		from what is installed in DESTDIR.
4961.1Sabs		(See critical utils, below)
4971.1Sabs    Build often:
4981.1Sabs	This keeps critical utilities current enough to not choke
4991.1Sabs	on any other part of the source tree that depends on up to
5001.1Sabs	date functionality.
5011.1Sabs 
5021.1SabsWhat to do if things don't work:
5031.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5041.1SabsWhen things don't work there is usually a few things that commonly
5051.1Sabsshould be done.
5061.1Sabs    1)	make includes
5071.1Sabs	This should be done automatically by make build.
5081.1Sabs    2)  cd share/mk && make install
5091.1Sabs	Again, automatically done by make build.
5101.1Sabs
5111.1SabsFailsafe rebuild of a small part of the tree:
5121.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5131.1SabsTo make sure you rebuild something correctly you want to do
5141.1Sabssomething like the following:
5151.1Sabs    1)  Make sure the includes and .mk files are up to date.
5161.1Sabs    2)  Make sure any program used to build the particular
5171.1Sabs	utility is up to date.  (yacc, lex, etc...)
5181.1Sabs    3)  cd ...path/to/util...
5191.1Sabs	make cleandir
5201.1Sabs	rm ...all obj directories...
5211.1Sabs	make cleandir			# yes, again
5221.1Sabs	make obj
5231.1Sabs	make depend && make
5241.1Sabs
5251.1SabsFailsafe rebuild of the entire tree:
5261.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5271.1SabsIf you really want to make sure the source tree is clean and
5281.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
5291.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
5301.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
5311.1Sabs
5321.1Sabs---cut here---
5331.1Sabs#!/bin/sh
5341.1Sabs. /etc/mk.conf
5351.1Sabs
5361.58Slukemif [ -z $NETBSDSRCDIR ] ; then
5371.58Slukem    NETBSDSRCDIR=/usr/src
5381.1Sabsfi
5391.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
5401.1Sabs    echo Unable to find sources
5411.1Sabs    exit 1
5421.1Sabsfi
5431.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
5441.1Sabs
5451.1Sabsif [ -z $BSDOBJDIR ] ; then
5461.1Sabs    BSDOBJDIR=/usr/obj
5471.1Sabsfi
5481.1Sabsif [ -d $BSDOBJDIR ] ; then
5491.1Sabs    rm -rf $BSDOBJDIR
5501.1Sabsfi
5511.1Sabs
5521.58Slukemcd $NETBSDSRCDIR && make cleandir
5531.1Sabs
5541.1Sabs---cut here---
5551.1Sabs
5561.1SabsCritical utilities:
5571.1Sabs^^^^^^^^^^^^^^^^^^^
5581.1Sabs	gnu/usr.bin/egcs
5591.3Sitojun	usr.bin/compile_et
5601.1Sabs	usr.bin/make
5611.1Sabs	usr.bin/yacc
5621.1Sabs	usr.bin/lex
5631.11Slukem	usr.bin/xlint
5641.2Smrg	usr.sbin/config
5651.1Sabs
5661.34SsimonbOther problems and possible solutions:
5671.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5681.1SabsSymptom:Unreasonable compiler errors.
5691.1SabsFix:	Rebuild gnu/usr.bin/egcs
5701.1Sabs
5711.1SabsSymptom:Complaints involving a Makefile.
5721.17SerhFix:	Rebuild usr.bin/make:
5731.17Serh	cd usr.bin/make && make && make install
5741.17Serh        Or, a failsafe method if that doesn't work:
5751.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
5761.17Serh
5771.1SabsFix:	Make sure .mk files are up to date.
5781.1Sabs	cd share/mk && make install
5791.2Smrg
5801.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
5811.2SmrgFix:	Rebuild usr.sbin/config
5821.1Sabs
5831.1SabsSymptom:
5841.1SabsFix:	Rebuild usr.bin/yacc
5851.1Sabs
5861.1SabsSymptom:
5871.1SabsFix:	Rebuild usr.bin/lex
5881.1Sabs
5891.1SabsSymptom:
5901.1SabsFix:	rm /usr/lib/libbfd.a
5911.4Sitojun
5921.4SitojunSymptom:Obsolete intermediate files are used during compilation
5931.4SitojunFix:	Try the following sequence of commands in the directory in question.
5941.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
5951.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
5961.4Sitojun	may remain.  The command tries to clean everything up)
5971.5Swiz
5981.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
5991.5SwizFix:	Rebuild and install usr.bin/menuc
6001.12Sitojun
6011.12SitojunSymptom:mklocale not found during build in share/locale/ctype
6021.12SitojunFix:	Build and install usr.bin/mklocale
6031.13Sdogcow
6041.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13'
6051.13SdogcowFix:    Rebuild and install lib/libc
6061.13Sdogcow
6071.19ScgdSymptom:usr.sbin/config fails to build.
6081.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
6091.13Sdogcow
6101.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
6111.19ScgdFix:    Rebuild and install lib/libc
6121.24Sabs
6131.24SabsSymptom:lint does not understand the '-X' option
6141.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
615