UPDATING revision 1.115
11.115Schristos$NetBSD: UPDATING,v 1.115 2004/04/22 14:35:55 christos 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.99Smrg
111.115Schristos20040418:
121.115Schristos	Statfs(2) and friends have been replaced with statvfs(2). Before
131.115Schristos	installing a newly build userland make sure that you are running
141.115Schristos	a newly built kernel with COMPAT_20 set. In addition your libc
151.115Schristos	build might not work (undefined SYS_statfs symbol) because make
161.115Schristos	clean does not know how to remove files it does not know about
171.115Schristos	anymore. Manually remove all objects from the libc build directory.
181.115Schristos
191.114Sjmc20040326:
201.114Sjmc	The method by which athhal-elf.o gets pulled into i386 kernel builds
211.114Sjmc	has been changed. The file is now stored as a uuencode file in CVS
221.114Sjmc	and the generated Makefile will use the new .uue rules from bsd.file.mk
231.114Sjmc	to build it.
241.114Sjmc
251.114Sjmc	This means you must have the latest bsd.files.mk installed when
261.114Sjmc	building a kernel without USETOOLS=yes.
271.114Sjmc
281.113Sdan20040318:
291.113Sdan	A bug in the cgd(4) blowfish code was corrected, without
301.113Sdan	provision of backwards compatibility, after several public
311.113Sdan	notices over several months. Users of cgd with blowfish cipher
321.113Sdan	ONLY must dump their data before updating their kernels, and
331.113Sdan	recreate cgd's and restore data using the new kernel. See
341.113Sdan	(recent message to current-users, URL when mail-index has updated)
351.113Sdan
361.108Sbjh2120040313:
371.108Sbjh21	On acorn32, the opms and qms drivers have been withdrawn, and
381.108Sbjh21	the old wsqms driver is now called qms.  Kernel config files
391.108Sbjh21	will need updating.  See the ones in sys/arch/acorn32/conf
401.108Sbjh21	for examples.
411.108Sbjh21
421.106Sbjh2120040125:
431.106Sbjh21	On acorn32, the beep and sysbeep devices are no longer
441.106Sbjh21	needed, and will need to be deleted from kernel configuration
451.106Sbjh21	files.
461.105Sbjh21
471.102Sdbj20040109:
481.102Sdbj	Compatibility for old ffs superblock layouts has been
491.102Sdbj	added, and the restrictive fsck checks have been reenabled
501.102Sdbj	when using those layouts.  If you have been using -current
511.102Sdbj	since 20030402, you may find that fsck again signals fatal
521.110Sdbj	superblock mismatches.  To repair, make sure you have
531.111Ssimonb	an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4
541.109Sdbj	to complete the filesystem upgrade.  A message has
551.111Ssimonb	been added to the kernel which should detect this problem.
561.111Ssimonb	See the following discussion for more information:
571.112Skeihan	http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html
581.102Sdbj
591.99Smrg20031203:
601.100Skeihan	New binutils builds may fail due to old dependencies.
611.99Smrg	It's necessary to "make cleandir" to ensure that
621.99Smrg	the dependencies will be rebuilt correctly.
631.98Swiz
641.98Swiz20031111:
651.98Swiz	A newer mkdep is needed.  Error noting that is
661.98Swiz		cc: Ambiguous abbreviation --
671.97Slukem
681.97Slukem20031008:
691.97Slukem	/usr/include/sys/disklabel_mbr.h was removed.
701.97Slukem	It's necessary to "make cleandir" to ensure that
711.97Slukem	the dependencies will be rebuilt correctly.
721.96Schristos
731.109Sdbj20031007:
741.111Ssimonb	A sign exension bug was fixed which set all the high bits
751.111Ssimonb	of our newly expanded ffs fs_flags.  This should only
761.111Ssimonb	affect users who installed or upgraded in September of 2003.
771.109Sdbj	A small utility program was posted to tech-kern which
781.111Ssimonb	should fix this problem, and a warning message was added
791.111Ssimonb	to the kernel which should discover and warn about it.  See
801.111Ssimonb	http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html
811.109Sdbj
821.96Schristos20030906:
831.96Schristos	With the addition of siginfo support the old signal trampoline
841.96Schristos	code has been deprecated to COMPAT_16. Make sure that your running
851.96Schristos	kernel has COMPAT_16 enabled before building userland.
861.94Schristos
871.94Schristos20030801:
881.95Swiz	With the new openssl, there is some header and library shuffling.
891.94Schristos	rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \
901.95Swiz	/usr/lib/libdes* before building.
911.92Swiz
921.92Swiz20030703:
931.92Swiz	Texinfo was updated to 4.6.  To avoid failures when trying to
941.92Swiz	build the included texinfo files, do:
951.92Swiz
961.92Swiz	cd src/gnu/usr.bin/texinfo
971.92Swiz	make MKINFO=no dependall install
981.90Swiz
991.90Swiz20030630:
1001.101Sjunyoung	Groff was updated to 1.19; it's probably necessary to do
1011.91Swiz		cd share/mk && make install
1021.90Swiz		cd src/gnu/usr.bin/groff
1031.90Swiz		make MKMAN=no dependall install
1041.90Swiz	(untested).
1051.89Schristos
1061.89Schristos20030516:
1071.89Schristos	Due to bugs in the export handling code, invalid export lines
1081.89Schristos	were accepted before and caused the kernel to panic when
1091.89Schristos	mountd got restarted because it freed memory that had already
1101.89Schristos	been freed. This has been fixed and the kernel checks
1111.89Schristos	export addresses very strictly. If you upgrade your kernel,
1121.89Schristos	make sure you also upgrade mountd, because if your export
1131.89Schristos	file contains lines with an old inet4 address syntax (i.e.
1141.89Schristos	a.b.c or a.b or a), they will get rejected by the new kernel.
1151.87Sbjh21
1161.87Sbjh2120030402:
1171.87Sbjh21	The superblock layout for FFS was changed.  If you have 1.6
1181.87Sbjh21	fsck binaries, they will signal a fatal superblock mismatch
1191.87Sbjh21	with the first alternate, because they compare too many
1201.87Sbjh21	fields (even ones that aren't useful).  If possible, upgrade
1211.87Sbjh21	your fsck_ffs binary before using a new kernel.
1221.87Sbjh21	None of this signals actual filesystem damage.
1231.85Satatat
1241.85Satatat20030324:
1251.85Satatat	sendmail version 8.12.8 was imported.  Since sendmail is
1261.85Satatat	now setgid to the smmsp group, and runs in "collection"
1271.85Satatat	mode for most common activities, there is a new config
1281.85Satatat	file called submit.cf that needs to live in /etc/mail.
1291.85Satatat	The generic submit.cf sample in /usr/share/sendmail/cf
1301.85Satatat	is named netbsd-msp.cf.  Upgrading your regular sendmail
1311.85Satatat	configuration file is also strongly advised.
1321.85Satatat
1331.85Satatat	See the section named "MESSAGE SUBMISSION PROGRAM" in
1341.85Satatat	the updated /usr/share/sendmail/README file for more
1351.85Satatat	information.
1361.82Swiz
1371.82Swiz20030117:
1381.82Swiz	Texinfo was updated to 4.3.  To avoid failures when trying to
1391.82Swiz	build the included texinfo files, do:
1401.82Swiz
1411.82Swiz	cd src/gnu/usr.bin/texinfo
1421.82Swiz	make MKINFO=no dependall install
1431.81Slukem
1441.81Slukem20021223:
1451.81Slukem	The METALOG format changed slightly, to remove the leading
1461.81Slukem	"${DESTDIR}" from path names.
1471.81Slukem	This only affects people building with UNPRIVED.
1481.81Slukem	For complete safety, remove the DESTDIR entirely and
1491.81Slukem	update tools/mtree, before running make build.
1501.88Sitojun
1511.88Sitojun20021219:
1521.88Sitojun	CVS repository layout was changed.  See the following for details
1531.88Sitojun	if you are using (anonymous) cvs to update your tree.
1541.88Sitojun
1551.93Ssalo	http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html
1561.80Slukem
1571.80Slukem20021219:
1581.80Slukem	install(1) had a '-N dbdir' option added, to specify an
1591.80Slukem	alternate location to look up users & groups (instead
1601.80Slukem	of the host system passwd(5) and group(5) databases).
1611.80Slukem
1621.80Slukem	The build system was modified to take advantage of
1631.80Slukem	this option (using ${NETBSDSRCDIR}/etc), so if you
1641.83Skei	use USETOOLS==no, you may have to rebuild and
1651.80Slukem	reinstall usr.bin/xinstall first.
1661.78Slukem
1671.78Slukem20021130:
1681.78Slukem	fparseln(3) moved from libutil to libc.
1691.78Slukem	If building to DESTDIR=/, reinstall the includes
1701.78Slukem	and rebuild libc:
1711.78Slukem		make includes
1721.78Slukem		make do-lib-libc
1731.78Slukem	If using build.sh, "cd tools/compat && make clean"
1741.78Slukem	before rebuilding the tools.
1751.77Slukem
1761.77Slukem20021126:
1771.77Slukem	The mk.conf(5) variable SYS_INCLUDE has been deprecated,
1781.77Slukem	including the optional "SYS_INCLUDE=symlinks" support.
1791.77Slukem	All header files, including <sys/*.h> are copied into
1801.77Slukem	/usr/include.
1811.76Sthorpej
1821.76Sthorpej20021121:
1831.76Sthorpej	The C run-time support files crtbegin.o and crtend.o
1841.76Sthorpej	(and their companions crtbeginS.o and crtendS.o) were
1851.76Sthorpej	split up, with new crti.o and crtn.o files resulting.
1861.76Sthorpej	This means that libtool needs to be rebuilt once the
1871.76Sthorpej	new libraries are installed.  The process of rebuilding
1881.76Sthorpej	libtool will cause it to automatically notice the new
1891.76Sthorpej	required files, but it *must* be rebuilt in order to
1901.76Sthorpej	do this.
1911.76Sthorpej
1921.76Sthorpej	An out-of-date libtool will result in shared libraries
1931.76Sthorpej	which lack _init() and _fini() routines, which means that
1941.76Sthorpej	their global contructors/destructors will not be invoked.
1951.75Sthorpej
1961.75Sthorpej20021121:
1971.75Sthorpej	A bug related to how ARM ELF objects were tagged has been
1981.75Sthorpej	corrected.
1991.75Sthorpej
2001.75Sthorpej	NetBSD ARM ELF uses the soft-VFP floating point model by
2011.75Sthorpej	default.  However, the assembler lacked support for marking
2021.75Sthorpej	objects as using the VFP floating point format, and the
2031.79Swiz	compiler was not properly passing the flag indicating "soft-VFP"
2041.75Sthorpej	to the assembler.
2051.75Sthorpej
2061.75Sthorpej	Unfortunately, this means that the linker will now consider
2071.75Sthorpej	old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be
2081.75Sthorpej	incompatible with new (properly marked) objects.
2091.75Sthorpej
2101.75Sthorpej	The problem will only manifest itself if you attempt to compile
2111.75Sthorpej	a new program using the fixed toolchain, and link that program
2121.75Sthorpej	against old libraries which do not have the proper "softvfp"
2131.75Sthorpej	markings.  ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES
2141.75Sthorpej	WILL CONTINUE TO WORK PROPERLY.
2151.75Sthorpej
2161.75Sthorpej	The only work-around for the problem is to recompile all of
2171.75Sthorpej	the libraries on the system.  The easiest way to do this for
2181.79Swiz	system libraries is to install a binary snapshot; they are
2191.93Ssalo	generally available on releng.NetBSD.org.  Any packages you
2201.75Sthorpej	have installed which supply libraries will have to be recompiled
2211.75Sthorpej	if you wish to link new programs against those libraries.
2221.75Sthorpej
2231.75Sthorpej	If you have questions about this matter, please contact
2241.93Ssalo	port-arm@NetBSD.org.
2251.73Sprovos
2261.73Sprovos20021011:
2271.73Sprovos	Systrace has been improved to support privilege elevation.
2281.73Sprovos	Updating the kernel requires the userland part of systrace
2291.79Swiz	to be rebuilt.
2301.72Sthorpej
2311.72Sthorpej20021010:
2321.72Sthorpej	The config(8) grammar was changed to allow options to register
2331.72Sthorpej	dependencies on attributes, as well as other options.  Users
2341.72Sthorpej	must update and reinstall usr.sbin/config before building a new
2351.72Sthorpej	kernel.
2361.70Sthorpej
2371.70Sthorpej20021009:
2381.70Sthorpej	A new attribute dependency syntax was introduced to config(8),
2391.70Sthorpej	which is now used by the SCSI configuration description.  Users
2401.71Swiz	must update and reinstall usr.sbin/config before building a new
2411.70Sthorpej	kernel.
2421.69Sthorpej
2431.69Sthorpej20021003:
2441.69Sthorpej	Several changes have been made to the autoconfiguration
2451.69Sthorpej	framework.  Users must update and reinstall usr.sbin/config
2461.69Sthorpej	before building a new kernel.
2471.74Sjschauma
2481.74Sjschauma20021001:
2491.74Sjschauma	The i386mp branch has been merged.  To compile a kernel, users
2501.74Sjschauma	will need to add the option 'cpu* at mainbus?' to their configuration
2511.74Sjschauma	file.  Multiprocessor kernels will need
2521.74Sjschauma	ioapic*		at mainbus? apid ?
2531.74Sjschauma	options		MULTIPROCESSOR
2541.74Sjschauma	options		COM_MPLOCK
2551.68Slukem
2561.68Slukem20020922:
2571.68Slukem	MKDYNAMICROOT=yes enabled by default, which means that
2581.68Slukem	certain shared libraries are installed into /lib, the shared
2591.68Slukem	linker is installed into /libexec, and all programs in /bin
2601.68Slukem	and /sbin are dynamically linked.
2611.68Slukem	If you do not use "make build", you should ensure that
2621.68Slukem	you have the libraries and shared linker in the new locations,
2631.68Slukem	with:
2641.68Slukem		make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so
2651.67Slukem
2661.67Slukem20020917:
2671.67Slukem	USE_NEW_TOOLCHAIN has been replaced with:
2681.67Slukem	    -	TOOLCHAIN_MISSING -- set to "yes" on platforms for which
2691.67Slukem		there is no working in-tree toolchain (hppa, ns32k, sh5,
2701.67Slukem		x86_64).
2711.67Slukem	    -	EXTERNAL_TOOLCHAIN -- if defined by the user, points to the
2721.79Swiz		root of an external toolchain (e.g. /usr/local/gnu).  This
2731.67Slukem		enables the cross-build framework even for TOOLCHAIN_MISSING
2741.67Slukem		platforms.
2751.66Sgehenna
2761.66Sgehenna20020906:
2771.66Sgehenna	gehenna-devsw has been merged into the trunk. Need to update and
2781.79Swiz	reinstall usr.sbin/config before building the kernel.
2791.65Slukem
2801.65Slukem20020822:
2811.65Slukem	Crunched rescue tools (contents of /bin and /sbin, plus others)
2821.65Slukem	are now provided in /rescue.
2831.65Slukem
2841.65Slukem	To ensure that these are built statically linked (no matter
2851.65Slukem	what the setting of LDSTATIC is), use a crunchgen(1) built
2861.65Slukem	from sources newer than 20020820 (see the next entry).
2871.65Slukem
2881.65Slukem20020820:
2891.65Slukem	crunchgen(1) changed to ensure that the generated program
2901.65Slukem	is statically linked.
2911.65Slukem
2921.65Slukem	Solution: update and reinstall usr.bin/crunch
2931.84Sgrant
2941.84Sgrant20020605:
2951.84Sgrant	smmsp user/group has been added for sendmail.
2961.84Sgrant
2971.84Sgrant	Add the following into /etc/group:
2981.84Sgrant
2991.84Sgrant	smmsp:*:17:
3001.84Sgrant
3011.84Sgrant	and the following to /etc/master.passwd (via vipw):
3021.84Sgrant
3031.84Sgrant	smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
3041.61Sitojun
3051.61Sitojun20020515:
3061.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
3071.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
3081.61Sitojun
3091.61Sitojun	Add the following into /etc/group:
3101.61Sitojun
3111.61Sitojun	sshd:*:16:
3121.61Sitojun
3131.61Sitojun	and the following to /etc/master.passwd (via vipw):
3141.61Sitojun
3151.63Senami	sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
3161.61Sitojun	
3171.79Swiz	Also /var/chroot/sshd directory needs to be present (digged as part of
3181.79Swiz	the build process).
3191.60Ssommerfe
3201.60Ssommerfe20020426:
3211.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
3221.59Slukem
3231.59Slukem20020426:
3241.59Slukem	etc/postinstall added, which performs various checks for 
3251.59Slukem	configuration file updates and changes, and can fix most of
3261.59Slukem	the problems identified.
3271.59Slukem	This should make it much easier to upgrade a system's
3281.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
3291.56Slukem
3301.56Slukem20020320:
3311.79Swiz	<bsd.lib.mk> needs a new install(1) for its "-a cmd" support.
3321.79Swiz	Build and install at usr.bin/xinstall before the build.
3331.56Slukem
3341.55Sitojun20020319:
3351.79Swiz	Raw IPv6 socket now makes strict checking for sa_family and sa_len
3361.79Swiz	on send(2) operation.  Be sure to have sbin/rtsol and usr.sbin/rtsold
3371.55Sitojun	newer than November 2001 when you upgrade the kernel.
3381.55Sitojun
3391.54Sitojun20020311:
3401.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
3411.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
3421.54Sitojun	to be changed (due to the use of "/etc" inside).
3431.54Sitojun
3441.54Sitojun20020223:
3451.53Smatt	Users of the VAX port will need to rebuild and install gas
3461.53Smatt	so it deal with the now present register prefix used in all
3471.53Smatt	the VAX assembly files.
3481.53Smatt
3491.50Sitojun20020118:
3501.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
3511.50Sitojun	will break as mtree aborts early.
3521.50Sitojun
3531.50Sitojun	Add the following into /etc/group:
3541.50Sitojun
3551.50Sitojun	ntpd:*:15:
3561.50Sitojun
3571.50Sitojun	and the following to /etc/master.passwd (via vipw):
3581.50Sitojun
3591.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
3601.50Sitojun
3611.49Sjmc20011207:
3621.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
3631.49Sjmc	reloc errors from the toolchain groff binary this means your native
3641.49Sjmc	toolchain has some broken C++ bits.
3651.49Sjmc
3661.49Sjmc	To fix:
3671.49Sjmc
3681.49Sjmc	Build a new toolchain (i.e. build.sh -t)
3691.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
3701.49Sjmc
3711.49Sjmc	gnu/lib/libgcc
3721.51Spooka	gnu/lib/libstdc++
3731.49Sjmc
3741.49Sjmc	After this a snapshot will be able to be built.
3751.49Sjmc
3761.47Sjmc20011201:
3771.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
3781.47Sjmc	you've built and installed a system with the new toolchain up to this
3791.52Swiz	point you do not have a working awk as its ability to do floating
3801.47Sjmc	point is broken. 
3811.47Sjmc
3821.47Sjmc	To build:
3831.47Sjmc
3841.47Sjmc	remake and install gnu/lib/libgcc
3851.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
3861.48Sjmc	against the new libgcc.a)
3871.47Sjmc
3881.46Sthorpej20011128:
3891.46Sthorpej	Kernel config information was changed to use defflag in
3901.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
3911.46Sthorpej	required in order for this to work properly.  Make sure
3921.46Sthorpej	to build and install in usr.sbin/config before attempting
3931.46Sthorpej	to build a new kernel.
3941.46Sthorpej
3951.45Syamt20011030:
3961.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
3971.45Syamt	before building libc.
3981.43Smason
3991.44Stv20011029:
4001.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
4011.44Stv	see pre-generated .txt and .html versions) describes the build
4021.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
4031.44Stv	build process, are intended in the long run to replace this
4041.44Stv	manual update log.
4051.44Stv
4061.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
4071.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
4081.44Stv	UPDATING for these systems, as tool updating is taken care of
4091.44Stv	by the new build system.
4101.42Sperry
4111.42Sperry20011028:
4121.42Sperry	src/etc/Makefile now needs install to be able to handle
4131.42Sperry	symlinks that point to nowhere. A bug in install that
4141.42Sperry	prevented this was corrected.
4151.42Sperry
4161.42Sperry	Solution: update and reinstall usr.bin/xinstall
4171.42Sperry	Better Solution: Use the new toolchain and it will just work
4181.42Sperry	for you.
4191.40Slukem
4201.40Slukem20011006:
4211.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
4221.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
4231.40Slukem	understand the format.
4241.40Slukem
4251.40Slukem	Solution: update and reinstall usr.sbin/mtree
4261.39Sjmc
4271.39Sjmc20011004:
4281.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
4291.39Sjmc	is suggested before running a snapshot build
4301.36Stv
4311.35Sthorpej20010915:
4321.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
4331.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
4341.35Sthorpej	files that still reference this file.
4351.35Sthorpej
4361.35Sthorpej	Solution: "make cleandir && make dependall" in affected
4371.35Sthorpej	directories.
4381.31Senami
4391.31Senami20010803:
4401.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
4411.31Senami	requires makeinfo v4.0, you need to install new texinfo before
4421.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
4431.31Senami	the instruction described in 20010726 entry.
4441.30Senami
4451.64Ssommerfe20010803: 
4461.41Swiz	(i386 only): i386 kernel now uses new instructions like
4471.111Ssimonb	`fxsave' which old gas doesn't understand.  To build the
4481.64Ssommerfe	kernel successfully, you need to build and install a new toolchain, 
4491.64Ssommerfe	(i.e., build.sh -t) or 	(temporarily) comment out "options I686_CPU" 
4501.64Ssommerfe	from your kernel configuration until you rebuild your userland.
4511.64Ssommerfe	See 20011029 above and BUILDING file in this directory for more information.
4521.64Ssommerfe	[updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled]
4531.29Sbjh21
4541.29Sbjh2120010731:
4551.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
4561.29Sbjh21	this will be unable to read symbol tables provided by newer
4571.29Sbjh21	bootloaders.
4581.27Sassar
4591.27Sassar20010726:
4601.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
4611.28Sassar	build the included texinfo files, do:
4621.28Sassar
4631.28Sassar	cd src/gnu/usr.bin/texinfo
4641.28Sassar	make MKINFO=no dependall install
4651.25Sthorpej
4661.25Sthorpej20010718:
4671.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
4681.25Sthorpej	was done was to change a -I directive to cc(1), which means
4691.25Sthorpej	make(1) will have a stale dependency (it will be checking the
4701.25Sthorpej	timestamp on the wrong "dot_init.h").
4711.25Sthorpej
4721.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
4731.25Sthorpej	if you have a stale dependency.
4741.25Sthorpej
4751.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
4761.25Sthorpej	before starting your build.
4771.26Sthorpej
4781.26Sthorpej20010628:
4791.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
4801.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
4811.26Sthorpej	bitfield, update your lint(1) before proceeding.
4821.21Sjmc
4831.21Sjmc20010226:
4841.22Sjmc	Added named user/group to system. Need to hand add this in or builds
4851.21Sjmc	will break as mtree aborts early.
4861.21Sjmc
4871.21Sjmc	To work around add by hand:
4881.21Sjmc
4891.21Sjmc	named:*:14:
4901.21Sjmc
4911.22Sjmc	to /etc/group and add:
4921.22Sjmc
4931.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
4941.22Sjmc
4951.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
4961.22Sjmc
4971.22Sjmc	Now a make build should progress.
4981.18Sjmc
4991.18Sjmc20010219:
5001.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
5011.111Ssimonb	to be bootstrapped manually until the host system is current.
5021.18Sjmc
5031.111Ssimonb	Known problems: sys/arch/macppc/stand/fixcoff
5041.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
5051.19Scgd			  CFLAGS and rebuilding should work)
5061.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
5071.111Ssimonb			  building a snapshot before fully bootstrapped.
5081.15Schristos
5091.15Schristos20010204:
5101.15Schristos	prepare the code to compile with stricter gcc flags. in
5111.15Schristos	particular start eliminating redundant declarations. Yacc
5121.15Schristos	needs to be installed before make build.
5131.10Schristos
5141.10Schristos20010114:
5151.10Schristos	introduce .if commands(target) in make(1). You need to
5161.10Schristos	bring everything up-to-date first, then without installing
5171.23Stron	anything make and install in usr.bin/make, then proceed
5181.10Schristos	with make build.
5191.9Ssommerfe
5201.9Ssommerfe20010101:
5211.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
5221.9Ssommerfe	afterinstall targets to run too soon; update again.
5231.8Ssommerfe
5241.8Ssommerfe20001230:
5251.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
5261.8Ssommerfe	If you get make errors, 
5271.8Ssommerfe		(cd share/mk; make install)
5281.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
5291.6Sad
5301.6Sad20001019:
5311.7Sad	The `ca' device driver has been replaced by `ld'; although the
5321.6Sad	major and minor numbers haven't changed, you should update your /dev
5331.6Sad	directory.
5341.1Sabs
5351.4Sitojun20000929:
5361.4Sitojun	The following make directives are obsoleted.
5371.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
5381.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
5391.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
5401.4Sitojun	additional library libcrypto_{idea,rc5}.
5411.1Sabs
5421.1Sabs
5431.1SabsHints for a more successful build:
5441.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5451.2Smrg    Build a new kernel first:
5461.2Smrg	This makes sure that any new system calls or features
5471.2Smrg	   expected by the new userland will be present.  This
5481.2Smrg	   helps to avoid critical errors when upgrading.
5491.1Sabs    Use object directories:
5501.1Sabs	This helps to keep stale object
5511.1Sabs	   files from polluting the build if a Makefile "forgets"
5521.1Sabs	   about one.  It also makes it easier to clean up after
5531.1Sabs	   a build.  It's also necessary if you want to use the
5541.1Sabs	   same source tree for multiple machines.
5551.1Sabs	   To use object directories:
5561.1Sabs	    a) cd /usr/src ; make cleandir
5571.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
5581.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
5591.1Sabs	    d) cd /usr/src ; make build
5601.2Smrg	   Note that running "make obj" in a directory will create
5611.2Smrg	   in obj.$MACHINE directory.
5621.1Sabs    Build to a DESTDIR:
5631.1Sabs	This helps to keep old
5641.1Sabs	   installed files (especially libraries) from interfering
5651.1Sabs	   with the new build.
5661.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
5671.2Smrg	   variable before running make build.  It should be set to
5681.2Smrg	   the pathname of an initially empty directory.
5691.1Sabs	   Problems: you might need to update critical utilities
5701.1Sabs		without using DESTDIR since nothing is executed
5711.1Sabs		from what is installed in DESTDIR.
5721.1Sabs		(See critical utils, below)
5731.1Sabs    Build often:
5741.1Sabs	This keeps critical utilities current enough to not choke
5751.1Sabs	on any other part of the source tree that depends on up to
5761.1Sabs	date functionality.
5771.1Sabs 
5781.1SabsWhat to do if things don't work:
5791.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5801.1SabsWhen things don't work there is usually a few things that commonly
5811.1Sabsshould be done.
5821.1Sabs    1)	make includes
5831.1Sabs	This should be done automatically by make build.
5841.1Sabs    2)  cd share/mk && make install
5851.1Sabs	Again, automatically done by make build.
5861.1Sabs
5871.1SabsFailsafe rebuild of a small part of the tree:
5881.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5891.1SabsTo make sure you rebuild something correctly you want to do
5901.1Sabssomething like the following:
5911.1Sabs    1)  Make sure the includes and .mk files are up to date.
5921.1Sabs    2)  Make sure any program used to build the particular
5931.1Sabs	utility is up to date.  (yacc, lex, etc...)
5941.1Sabs    3)  cd ...path/to/util...
5951.1Sabs	make cleandir
5961.1Sabs	rm ...all obj directories...
5971.1Sabs	make cleandir			# yes, again
5981.1Sabs	make obj
5991.1Sabs	make depend && make
6001.1Sabs
6011.1SabsFailsafe rebuild of the entire tree:
6021.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6031.1SabsIf you really want to make sure the source tree is clean and
6041.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
6051.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
6061.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
6071.1Sabs
6081.1Sabs---cut here---
6091.1Sabs#!/bin/sh
6101.1Sabs. /etc/mk.conf
6111.1Sabs
6121.58Slukemif [ -z $NETBSDSRCDIR ] ; then
6131.58Slukem    NETBSDSRCDIR=/usr/src
6141.1Sabsfi
6151.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
6161.1Sabs    echo Unable to find sources
6171.1Sabs    exit 1
6181.1Sabsfi
6191.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
6201.1Sabs
6211.1Sabsif [ -z $BSDOBJDIR ] ; then
6221.1Sabs    BSDOBJDIR=/usr/obj
6231.1Sabsfi
6241.1Sabsif [ -d $BSDOBJDIR ] ; then
6251.1Sabs    rm -rf $BSDOBJDIR
6261.1Sabsfi
6271.1Sabs
6281.58Slukemcd $NETBSDSRCDIR && make cleandir
6291.1Sabs
6301.1Sabs---cut here---
6311.1Sabs
6321.1SabsCritical utilities:
6331.1Sabs^^^^^^^^^^^^^^^^^^^
6341.1Sabs	gnu/usr.bin/egcs
6351.3Sitojun	usr.bin/compile_et
6361.1Sabs	usr.bin/make
6371.1Sabs	usr.bin/yacc
6381.1Sabs	usr.bin/lex
6391.11Slukem	usr.bin/xlint
6401.2Smrg	usr.sbin/config
6411.1Sabs
6421.34SsimonbOther problems and possible solutions:
6431.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6441.1SabsSymptom:Unreasonable compiler errors.
6451.1SabsFix:	Rebuild gnu/usr.bin/egcs
6461.1Sabs
6471.1SabsSymptom:Complaints involving a Makefile.
6481.17SerhFix:	Rebuild usr.bin/make:
6491.17Serh	cd usr.bin/make && make && make install
6501.111Ssimonb	Or, a failsafe method if that doesn't work:
6511.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
6521.17Serh
6531.1SabsFix:	Make sure .mk files are up to date.
6541.1Sabs	cd share/mk && make install
6551.2Smrg
6561.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
6571.2SmrgFix:	Rebuild usr.sbin/config
6581.1Sabs
6591.1SabsSymptom:
6601.1SabsFix:	Rebuild usr.bin/yacc
6611.1Sabs
6621.1SabsSymptom:
6631.1SabsFix:	Rebuild usr.bin/lex
6641.1Sabs
6651.1SabsSymptom:
6661.1SabsFix:	rm /usr/lib/libbfd.a
6671.4Sitojun
6681.4SitojunSymptom:Obsolete intermediate files are used during compilation
6691.4SitojunFix:	Try the following sequence of commands in the directory in question.
6701.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
6711.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
6721.4Sitojun	may remain.  The command tries to clean everything up)
6731.5Swiz
6741.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
6751.5SwizFix:	Rebuild and install usr.bin/menuc
6761.12Sitojun
6771.12SitojunSymptom:mklocale not found during build in share/locale/ctype
6781.12SitojunFix:	Build and install usr.bin/mklocale
6791.13Sdogcow
6801.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13'
6811.13SdogcowFix:    Rebuild and install lib/libc
6821.13Sdogcow
6831.19ScgdSymptom:usr.sbin/config fails to build.
6841.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
6851.13Sdogcow
6861.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
6871.19ScgdFix:    Rebuild and install lib/libc
6881.24Sabs
6891.24SabsSymptom:lint does not understand the '-X' option
6901.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
691