UPDATING revision 1.141
11.141Saugustss$NetBSD: UPDATING,v 1.141 2005/07/01 09:55:37 augustss Exp $
21.1Sabs
31.123SjmcThis file (UPDATING) is intended to be a brief reference to recent
41.123Sjmcchanges that might cause problems in the build process, and a guide for
51.123Sjmcwhat to do if something doesn't work.
61.1Sabs
71.123SjmcFor a more detailed description of the recommended way to build NetBSD
81.123Sjmcusing build.sh, see the BUILDING file.
91.123Sjmc
101.123SjmcNote that much of the advice in this UPDATING file was written before
111.123Sjmcbuild.sh existed.  Nevertheless, the advice here may be useful for
121.123Sjmcworking around specific problems with build.sh.
131.123Sjmc
141.123SjmcSee also: BUILDING, build.sh, Makefile.
151.1Sabs
161.1SabsRecent changes:
171.1Sabs^^^^^^^^^^^^^^^
181.138Slukem
191.139Schristos20050531:
201.141Saugustss	genassym.sh(8) was moved to genassym(1). You need to either build
211.141Saugustss	tools first or install the version of genassym from /usr/bin before
221.139Schristos	you can build a kernel again.
231.139Schristos
241.140Syamt20050520:
251.140Syamt	Because a kernfs bug which xentools relies on was fixed,
261.140Syamt	xentools up to xentools20-2.0.3nb4 won't work with new kernel.
271.140Syamt
281.138Slukem20050417:
291.138Slukem	postinstall(8) was moved from /etc to /usr/sbin and made part
301.138Slukem	of the "base" set, to make it easier to invoke after an
311.138Slukem	upgrade.
321.138Slukem
331.136Scube20050325:
341.136Scube	pcppi(4) was separated in two devices, adding attimer(4).  Be sure
351.136Scube	to add a config line for an attimer(4) device in your kernel
361.136Scube	configuration, or you won't be able to set the pitch of the beep
371.137Scube	with wsconsctl.  Depending on the default value for the pitch, you
381.137Scube	might even not hear any more beep.  Also, it is advised to attach both
391.137Scube	devices the same way (i.e., both on isa or both on acpi) or the
401.137Scube	pcppi(4) device may fail to find the attimer(4) one.
411.136Scube
421.135Sjmc20050211:
431.135Sjmc	Fixes to tools/Makefile.gnuhost may cause UPDATE=1 builds in
441.135Sjmc	some of the cross tools to fail if they use configure. Some configure's
451.135Sjmc	cache the environment passed in and notice the new environment is
461.135Sjmc	different and abort. Doing a clean in tools/ should be enough to
471.135Sjmc	make a build continue.
481.135Sjmc
491.134Schristos20050109:
501.134Schristos	Since su is using pam by default now, make sure that you have
511.134Schristos	/etc/pam.d populated (postinstall will do that automatically
521.134Schristos	for you). Otherwise su will fail open (i.e. will not require
531.134Schristos	a password).
541.134Schristos
551.133Schristos20041229:
561.133Schristos	Make had a path resolution bug that manifested itself as not
571.133Schristos	being able to install openpam.3. This bug has been fixed, but
581.133Schristos	you might need to rebuild make manually first to get through
591.133Schristos	the build.
601.133Schristos
611.130Schristos20041201:
621.130Schristos	Userland programs have been changed to use /dev/bpf instead of
631.130Schristos	/dev/bpfX. You need to create that device by installing a new
641.131Swiz	MAKEDEV and running it, or mv /dev/bpf0 /dev/bpf && rm /dev/bpf[0-9]*
651.99Smrg
661.129Sjmc20041006:
671.129Sjmc
681.129Sjmc	A bug was introduced into /bin/sh (var.c rev 1.35) which causes
691.129Sjmc	variables to not export correctly to subshells in all cases. This
701.129Sjmc	will cause builds to break if that version of /bin/sh is installed
711.129Sjmc	on the system. The proper version of /bin/sh can be verified with:
721.129Sjmc
731.129Sjmc        ident /bin/sh | grep var
741.129Sjmc
751.129Sjmc	Any /bin/sh w. version 1.35 will not work and needs to be updated
761.129Sjmc	before attempting a build.
771.129Sjmc	
781.127Schristos20041001:
791.127Schristos	The ipfilter kernel sources moved from sys/netinet to
801.127Schristos	dist/sys/ipf/netinet. Due to the move some Makefile
811.127Schristos	dependencies are now dangling requiring a make cleandir
821.128She	before they work again (kdump, ktruss, rescue, ipf, and
831.128She	ftp-proxy are the victims).
841.127Schristos
851.125Satatat20040715:
861.125Satatat	The rc.d/sendmail script now uses a heuristic to determine
871.125Satatat	if sendmail should be started at boot time.  It checks the
881.125Satatat	contents of /etc/mailer.conf, /etc/mail/submit.cf, and the
891.125Satatat	owner and mode of the sendmail binary to see if any changes
901.125Satatat	to the mail infrastructure have been made.  If no changes
911.125Satatat	are detected, it will start an SMTP listener.
921.125Satatat
931.125Satatat	Setting sendmail=NO in /etc/rc.conf will override this.
941.125Satatat
951.125Satatat	If you are only using sendmail by default and only for
961.125Satatat	local delivery, it is important that you also update your
971.125Satatat	sendmail.cf so that the SMTP listener only listens on the
981.125Satatat	loopback interface.
991.125Satatat
1001.125Satatat20040715:
1011.125Satatat	The method by which athhal-elf.o gets pulled into i386
1021.125Satatat	kernel builds has been changed again.  The latest version
1031.125Satatat	of bsd.files.mk is no longer required.
1041.125Satatat
1051.124Sjmc20040621:
1061.124Sjmc	Due to the recent rototill of tools/compat it's crucial one starts
1071.124Sjmc	from a clean objdir under tools/*.
1081.124Sjmc
1091.124Sjmc	This is mostly due to generated files (yacc and lex sources) needing
1101.125Satatat	to be generated with new rules from bsd.hostprog.mk.
1111.124Sjmc
1121.124Sjmc	The safest course is to rm -rf all objects under tools before building.
1131.124Sjmc
1141.121Slukem20040516:
1151.121Slukem	The end-user modifiable X11 configuration has been moved
1161.121Slukem	from /usr/X11R6/lib/X11/<dir> to /etc/X11/<dir>.
1171.121Slukem	Ensure that src and xsrc is up to date, and run
1181.121Slukem	"make cleandir" in src/x11 before your next build.
1191.121Slukem
1201.126Slukem	postinstall currently doesn't migrate the files from
1211.126Slukem	/usr/X11R6/lib/X11/* to /etc/X11/* although it does
1221.126Slukem	detect that this needs to occur, so you'll have to
1231.126Slukem	manually move these files yourself.
1241.126Slukem
1251.119Satatat20040426:
1261.119Satatat	Support for the original dynamic sysctl node structure has
1271.119Satatat	been removed in favor of the newer layout.  This affects
1281.119Satatat	consumers of the create and delete interface, as well as
1291.119Satatat	the dynamic discovery mechanism.  This is believed only to
1301.119Satatat	be the sysctl(8) binary itself, at this point in time, so
1311.119Satatat	the only effect of this should be that a sysctl binary
1321.119Satatat	built from sources dated between 2003/12/04 and 2004/03/24
1331.119Satatat	will not work on a kernel built from sources dated after
1341.119Satatat	2004/04/25.  If you need a new sysctl binary but build.sh
1351.119Satatat	does not work, make sure that your revision of
1361.120Satatat	src/sys/sys/sysctl.h is 1.112 (or later), and then the
1371.120Satatat	do the following:
1381.119Satatat
1391.120Satatat	cd /usr/src (or wherever your source tree is)
1401.120Satatat	make USETOOLS=no includes
1411.120Satatat	cd lib/libc
1421.120Satatat	make USETOOLS=no dependall install
1431.120Satatat	cd ../../sbin/sysctl
1441.119Satatat	make USETOOLS=no dependall install
1451.119Satatat
1461.122Sitojun	If you are using older sysctl binary, GNU autoconf would fail to
1471.122Sitojun	identify your machine architecture, and tries to build binary for
1481.122Sitojun	"unknown-unknown-netbsd20F" or something like that.  if that happens,
1491.122Sitojun	make sure to follow the above steps.
1501.122Sitojun
1511.118Sdbj20040425:
1521.118Sdbj	The ffs superblock issues listed below under 20040109 and 20030402
1531.118Sdbj	are now automatically addressed by the /etc/rc.d/fixsb script or by
1541.118Sdbj	sysinst when it checks a a filesystem. The manual fsck_ffs -b16 -c4
1551.118Sdbj	invocation mentioned below will continue to work and is now
1561.118Sdbj	automated by those scripts.  Note that under certain circumstances,
1571.118Sdbj	affected filesystems upgraded to a -current kernel first before
1581.118Sdbj	upgrading their userland with the fixsb and fsck_ffs fixes may
1591.118Sdbj	encounter a 'freeing free inode' panic when writing to the affected
1601.118Sdbj	filesystem, so it is a good idea to repair the filesystem as soon as
1611.118Sdbj	possible.  For more details on the fixsb script, see pr install/25138.
1621.118Sdbj
1631.115Schristos20040418:
1641.121Slukem	statfs(2) and friends have been replaced with statvfs(2). Before
1651.115Schristos	installing a newly build userland make sure that you are running
1661.115Schristos	a newly built kernel with COMPAT_20 set. In addition your libc
1671.115Schristos	build might not work (undefined SYS_statfs symbol) because make
1681.115Schristos	clean does not know how to remove files it does not know about
1691.116Schristos	anymore. Manually remove all generated .S sources and objects
1701.116Schristos	from the libc build directory.
1711.115Schristos
1721.114Sjmc20040326:
1731.114Sjmc	The method by which athhal-elf.o gets pulled into i386 kernel builds
1741.117Sjmc	has been changed. The file is now stored as a uuencoded file in CVS
1751.114Sjmc	and the generated Makefile will use the new .uue rules from bsd.file.mk
1761.114Sjmc	to build it.
1771.114Sjmc
1781.114Sjmc	This means you must have the latest bsd.files.mk installed when
1791.114Sjmc	building a kernel without USETOOLS=yes.
1801.114Sjmc
1811.113Sdan20040318:
1821.113Sdan	A bug in the cgd(4) blowfish code was corrected, without
1831.113Sdan	provision of backwards compatibility, after several public
1841.113Sdan	notices over several months. Users of cgd with blowfish cipher
1851.113Sdan	ONLY must dump their data before updating their kernels, and
1861.113Sdan	recreate cgd's and restore data using the new kernel. See
1871.113Sdan	(recent message to current-users, URL when mail-index has updated)
1881.113Sdan
1891.108Sbjh2120040313:
1901.108Sbjh21	On acorn32, the opms and qms drivers have been withdrawn, and
1911.108Sbjh21	the old wsqms driver is now called qms.  Kernel config files
1921.108Sbjh21	will need updating.  See the ones in sys/arch/acorn32/conf
1931.108Sbjh21	for examples.
1941.108Sbjh21
1951.106Sbjh2120040125:
1961.106Sbjh21	On acorn32, the beep and sysbeep devices are no longer
1971.106Sbjh21	needed, and will need to be deleted from kernel configuration
1981.106Sbjh21	files.
1991.105Sbjh21
2001.102Sdbj20040109:
2011.102Sdbj	Compatibility for old ffs superblock layouts has been
2021.102Sdbj	added, and the restrictive fsck checks have been reenabled
2031.102Sdbj	when using those layouts.  If you have been using -current
2041.102Sdbj	since 20030402, you may find that fsck again signals fatal
2051.110Sdbj	superblock mismatches.  To repair, make sure you have
2061.111Ssimonb	an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4
2071.109Sdbj	to complete the filesystem upgrade.  A message has
2081.111Ssimonb	been added to the kernel which should detect this problem.
2091.111Ssimonb	See the following discussion for more information:
2101.112Skeihan	http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html
2111.102Sdbj
2121.99Smrg20031203:
2131.100Skeihan	New binutils builds may fail due to old dependencies.
2141.99Smrg	It's necessary to "make cleandir" to ensure that
2151.99Smrg	the dependencies will be rebuilt correctly.
2161.98Swiz
2171.98Swiz20031111:
2181.98Swiz	A newer mkdep is needed.  Error noting that is
2191.98Swiz		cc: Ambiguous abbreviation --
2201.97Slukem
2211.97Slukem20031008:
2221.97Slukem	/usr/include/sys/disklabel_mbr.h was removed.
2231.97Slukem	It's necessary to "make cleandir" to ensure that
2241.97Slukem	the dependencies will be rebuilt correctly.
2251.96Schristos
2261.109Sdbj20031007:
2271.111Ssimonb	A sign exension bug was fixed which set all the high bits
2281.111Ssimonb	of our newly expanded ffs fs_flags.  This should only
2291.111Ssimonb	affect users who installed or upgraded in September of 2003.
2301.109Sdbj	A small utility program was posted to tech-kern which
2311.111Ssimonb	should fix this problem, and a warning message was added
2321.111Ssimonb	to the kernel which should discover and warn about it.  See
2331.111Ssimonb	http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html
2341.109Sdbj
2351.96Schristos20030906:
2361.96Schristos	With the addition of siginfo support the old signal trampoline
2371.96Schristos	code has been deprecated to COMPAT_16. Make sure that your running
2381.96Schristos	kernel has COMPAT_16 enabled before building userland.
2391.94Schristos
2401.94Schristos20030801:
2411.95Swiz	With the new openssl, there is some header and library shuffling.
2421.94Schristos	rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \
2431.95Swiz	/usr/lib/libdes* before building.
2441.92Swiz
2451.92Swiz20030703:
2461.92Swiz	Texinfo was updated to 4.6.  To avoid failures when trying to
2471.92Swiz	build the included texinfo files, do:
2481.92Swiz
2491.92Swiz	cd src/gnu/usr.bin/texinfo
2501.92Swiz	make MKINFO=no dependall install
2511.90Swiz
2521.90Swiz20030630:
2531.101Sjunyoung	Groff was updated to 1.19; it's probably necessary to do
2541.91Swiz		cd share/mk && make install
2551.90Swiz		cd src/gnu/usr.bin/groff
2561.90Swiz		make MKMAN=no dependall install
2571.90Swiz	(untested).
2581.89Schristos
2591.89Schristos20030516:
2601.89Schristos	Due to bugs in the export handling code, invalid export lines
2611.89Schristos	were accepted before and caused the kernel to panic when
2621.89Schristos	mountd got restarted because it freed memory that had already
2631.89Schristos	been freed. This has been fixed and the kernel checks
2641.89Schristos	export addresses very strictly. If you upgrade your kernel,
2651.89Schristos	make sure you also upgrade mountd, because if your export
2661.89Schristos	file contains lines with an old inet4 address syntax (i.e.
2671.89Schristos	a.b.c or a.b or a), they will get rejected by the new kernel.
2681.87Sbjh21
2691.87Sbjh2120030402:
2701.87Sbjh21	The superblock layout for FFS was changed.  If you have 1.6
2711.87Sbjh21	fsck binaries, they will signal a fatal superblock mismatch
2721.87Sbjh21	with the first alternate, because they compare too many
2731.87Sbjh21	fields (even ones that aren't useful).  If possible, upgrade
2741.87Sbjh21	your fsck_ffs binary before using a new kernel.
2751.87Sbjh21	None of this signals actual filesystem damage.
2761.85Satatat
2771.85Satatat20030324:
2781.85Satatat	sendmail version 8.12.8 was imported.  Since sendmail is
2791.85Satatat	now setgid to the smmsp group, and runs in "collection"
2801.85Satatat	mode for most common activities, there is a new config
2811.85Satatat	file called submit.cf that needs to live in /etc/mail.
2821.85Satatat	The generic submit.cf sample in /usr/share/sendmail/cf
2831.85Satatat	is named netbsd-msp.cf.  Upgrading your regular sendmail
2841.85Satatat	configuration file is also strongly advised.
2851.85Satatat
2861.85Satatat	See the section named "MESSAGE SUBMISSION PROGRAM" in
2871.85Satatat	the updated /usr/share/sendmail/README file for more
2881.85Satatat	information.
2891.82Swiz
2901.82Swiz20030117:
2911.82Swiz	Texinfo was updated to 4.3.  To avoid failures when trying to
2921.82Swiz	build the included texinfo files, do:
2931.82Swiz
2941.82Swiz	cd src/gnu/usr.bin/texinfo
2951.82Swiz	make MKINFO=no dependall install
2961.81Slukem
2971.81Slukem20021223:
2981.81Slukem	The METALOG format changed slightly, to remove the leading
2991.81Slukem	"${DESTDIR}" from path names.
3001.81Slukem	This only affects people building with UNPRIVED.
3011.81Slukem	For complete safety, remove the DESTDIR entirely and
3021.81Slukem	update tools/mtree, before running make build.
3031.88Sitojun
3041.88Sitojun20021219:
3051.88Sitojun	CVS repository layout was changed.  See the following for details
3061.88Sitojun	if you are using (anonymous) cvs to update your tree.
3071.88Sitojun
3081.93Ssalo	http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html
3091.80Slukem
3101.80Slukem20021219:
3111.80Slukem	install(1) had a '-N dbdir' option added, to specify an
3121.80Slukem	alternate location to look up users & groups (instead
3131.80Slukem	of the host system passwd(5) and group(5) databases).
3141.80Slukem
3151.80Slukem	The build system was modified to take advantage of
3161.80Slukem	this option (using ${NETBSDSRCDIR}/etc), so if you
3171.83Skei	use USETOOLS==no, you may have to rebuild and
3181.80Slukem	reinstall usr.bin/xinstall first.
3191.78Slukem
3201.78Slukem20021130:
3211.78Slukem	fparseln(3) moved from libutil to libc.
3221.78Slukem	If building to DESTDIR=/, reinstall the includes
3231.78Slukem	and rebuild libc:
3241.78Slukem		make includes
3251.78Slukem		make do-lib-libc
3261.78Slukem	If using build.sh, "cd tools/compat && make clean"
3271.78Slukem	before rebuilding the tools.
3281.77Slukem
3291.77Slukem20021126:
3301.77Slukem	The mk.conf(5) variable SYS_INCLUDE has been deprecated,
3311.77Slukem	including the optional "SYS_INCLUDE=symlinks" support.
3321.77Slukem	All header files, including <sys/*.h> are copied into
3331.77Slukem	/usr/include.
3341.76Sthorpej
3351.76Sthorpej20021121:
3361.76Sthorpej	The C run-time support files crtbegin.o and crtend.o
3371.76Sthorpej	(and their companions crtbeginS.o and crtendS.o) were
3381.76Sthorpej	split up, with new crti.o and crtn.o files resulting.
3391.76Sthorpej	This means that libtool needs to be rebuilt once the
3401.76Sthorpej	new libraries are installed.  The process of rebuilding
3411.76Sthorpej	libtool will cause it to automatically notice the new
3421.76Sthorpej	required files, but it *must* be rebuilt in order to
3431.76Sthorpej	do this.
3441.76Sthorpej
3451.76Sthorpej	An out-of-date libtool will result in shared libraries
3461.76Sthorpej	which lack _init() and _fini() routines, which means that
3471.76Sthorpej	their global contructors/destructors will not be invoked.
3481.75Sthorpej
3491.75Sthorpej20021121:
3501.75Sthorpej	A bug related to how ARM ELF objects were tagged has been
3511.75Sthorpej	corrected.
3521.75Sthorpej
3531.75Sthorpej	NetBSD ARM ELF uses the soft-VFP floating point model by
3541.75Sthorpej	default.  However, the assembler lacked support for marking
3551.75Sthorpej	objects as using the VFP floating point format, and the
3561.79Swiz	compiler was not properly passing the flag indicating "soft-VFP"
3571.75Sthorpej	to the assembler.
3581.75Sthorpej
3591.75Sthorpej	Unfortunately, this means that the linker will now consider
3601.75Sthorpej	old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be
3611.75Sthorpej	incompatible with new (properly marked) objects.
3621.75Sthorpej
3631.75Sthorpej	The problem will only manifest itself if you attempt to compile
3641.75Sthorpej	a new program using the fixed toolchain, and link that program
3651.75Sthorpej	against old libraries which do not have the proper "softvfp"
3661.75Sthorpej	markings.  ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES
3671.75Sthorpej	WILL CONTINUE TO WORK PROPERLY.
3681.75Sthorpej
3691.75Sthorpej	The only work-around for the problem is to recompile all of
3701.75Sthorpej	the libraries on the system.  The easiest way to do this for
3711.79Swiz	system libraries is to install a binary snapshot; they are
3721.93Ssalo	generally available on releng.NetBSD.org.  Any packages you
3731.75Sthorpej	have installed which supply libraries will have to be recompiled
3741.75Sthorpej	if you wish to link new programs against those libraries.
3751.75Sthorpej
3761.75Sthorpej	If you have questions about this matter, please contact
3771.93Ssalo	port-arm@NetBSD.org.
3781.73Sprovos
3791.73Sprovos20021011:
3801.73Sprovos	Systrace has been improved to support privilege elevation.
3811.73Sprovos	Updating the kernel requires the userland part of systrace
3821.79Swiz	to be rebuilt.
3831.72Sthorpej
3841.72Sthorpej20021010:
3851.72Sthorpej	The config(8) grammar was changed to allow options to register
3861.72Sthorpej	dependencies on attributes, as well as other options.  Users
3871.72Sthorpej	must update and reinstall usr.sbin/config before building a new
3881.72Sthorpej	kernel.
3891.70Sthorpej
3901.70Sthorpej20021009:
3911.70Sthorpej	A new attribute dependency syntax was introduced to config(8),
3921.70Sthorpej	which is now used by the SCSI configuration description.  Users
3931.71Swiz	must update and reinstall usr.sbin/config before building a new
3941.70Sthorpej	kernel.
3951.69Sthorpej
3961.69Sthorpej20021003:
3971.69Sthorpej	Several changes have been made to the autoconfiguration
3981.69Sthorpej	framework.  Users must update and reinstall usr.sbin/config
3991.69Sthorpej	before building a new kernel.
4001.74Sjschauma
4011.74Sjschauma20021001:
4021.74Sjschauma	The i386mp branch has been merged.  To compile a kernel, users
4031.74Sjschauma	will need to add the option 'cpu* at mainbus?' to their configuration
4041.74Sjschauma	file.  Multiprocessor kernels will need
4051.74Sjschauma	ioapic*		at mainbus? apid ?
4061.74Sjschauma	options		MULTIPROCESSOR
4071.74Sjschauma	options		COM_MPLOCK
4081.68Slukem
4091.68Slukem20020922:
4101.68Slukem	MKDYNAMICROOT=yes enabled by default, which means that
4111.68Slukem	certain shared libraries are installed into /lib, the shared
4121.68Slukem	linker is installed into /libexec, and all programs in /bin
4131.68Slukem	and /sbin are dynamically linked.
4141.68Slukem	If you do not use "make build", you should ensure that
4151.68Slukem	you have the libraries and shared linker in the new locations,
4161.68Slukem	with:
4171.68Slukem		make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so
4181.67Slukem
4191.67Slukem20020917:
4201.67Slukem	USE_NEW_TOOLCHAIN has been replaced with:
4211.67Slukem	    -	TOOLCHAIN_MISSING -- set to "yes" on platforms for which
4221.67Slukem		there is no working in-tree toolchain (hppa, ns32k, sh5,
4231.67Slukem		x86_64).
4241.67Slukem	    -	EXTERNAL_TOOLCHAIN -- if defined by the user, points to the
4251.79Swiz		root of an external toolchain (e.g. /usr/local/gnu).  This
4261.67Slukem		enables the cross-build framework even for TOOLCHAIN_MISSING
4271.67Slukem		platforms.
4281.66Sgehenna
4291.66Sgehenna20020906:
4301.66Sgehenna	gehenna-devsw has been merged into the trunk. Need to update and
4311.79Swiz	reinstall usr.sbin/config before building the kernel.
4321.65Slukem
4331.65Slukem20020822:
4341.65Slukem	Crunched rescue tools (contents of /bin and /sbin, plus others)
4351.65Slukem	are now provided in /rescue.
4361.65Slukem
4371.65Slukem	To ensure that these are built statically linked (no matter
4381.65Slukem	what the setting of LDSTATIC is), use a crunchgen(1) built
4391.65Slukem	from sources newer than 20020820 (see the next entry).
4401.65Slukem
4411.65Slukem20020820:
4421.65Slukem	crunchgen(1) changed to ensure that the generated program
4431.65Slukem	is statically linked.
4441.65Slukem
4451.65Slukem	Solution: update and reinstall usr.bin/crunch
4461.84Sgrant
4471.84Sgrant20020605:
4481.84Sgrant	smmsp user/group has been added for sendmail.
4491.84Sgrant
4501.84Sgrant	Add the following into /etc/group:
4511.84Sgrant
4521.84Sgrant	smmsp:*:17:
4531.84Sgrant
4541.84Sgrant	and the following to /etc/master.passwd (via vipw):
4551.84Sgrant
4561.84Sgrant	smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
4571.61Sitojun
4581.61Sitojun20020515:
4591.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
4601.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
4611.61Sitojun
4621.61Sitojun	Add the following into /etc/group:
4631.61Sitojun
4641.61Sitojun	sshd:*:16:
4651.61Sitojun
4661.61Sitojun	and the following to /etc/master.passwd (via vipw):
4671.61Sitojun
4681.63Senami	sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
4691.61Sitojun	
4701.79Swiz	Also /var/chroot/sshd directory needs to be present (digged as part of
4711.79Swiz	the build process).
4721.60Ssommerfe
4731.60Ssommerfe20020426:
4741.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
4751.59Slukem
4761.59Slukem20020426:
4771.59Slukem	etc/postinstall added, which performs various checks for 
4781.59Slukem	configuration file updates and changes, and can fix most of
4791.59Slukem	the problems identified.
4801.59Slukem	This should make it much easier to upgrade a system's
4811.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
4821.56Slukem
4831.56Slukem20020320:
4841.79Swiz	<bsd.lib.mk> needs a new install(1) for its "-a cmd" support.
4851.79Swiz	Build and install at usr.bin/xinstall before the build.
4861.56Slukem
4871.55Sitojun20020319:
4881.79Swiz	Raw IPv6 socket now makes strict checking for sa_family and sa_len
4891.79Swiz	on send(2) operation.  Be sure to have sbin/rtsol and usr.sbin/rtsold
4901.55Sitojun	newer than November 2001 when you upgrade the kernel.
4911.55Sitojun
4921.54Sitojun20020311:
4931.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
4941.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
4951.54Sitojun	to be changed (due to the use of "/etc" inside).
4961.54Sitojun
4971.54Sitojun20020223:
4981.53Smatt	Users of the VAX port will need to rebuild and install gas
4991.53Smatt	so it deal with the now present register prefix used in all
5001.53Smatt	the VAX assembly files.
5011.53Smatt
5021.50Sitojun20020118:
5031.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
5041.50Sitojun	will break as mtree aborts early.
5051.50Sitojun
5061.50Sitojun	Add the following into /etc/group:
5071.50Sitojun
5081.50Sitojun	ntpd:*:15:
5091.50Sitojun
5101.50Sitojun	and the following to /etc/master.passwd (via vipw):
5111.50Sitojun
5121.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
5131.50Sitojun
5141.49Sjmc20011207:
5151.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
5161.49Sjmc	reloc errors from the toolchain groff binary this means your native
5171.49Sjmc	toolchain has some broken C++ bits.
5181.49Sjmc
5191.49Sjmc	To fix:
5201.49Sjmc
5211.49Sjmc	Build a new toolchain (i.e. build.sh -t)
5221.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
5231.49Sjmc
5241.49Sjmc	gnu/lib/libgcc
5251.51Spooka	gnu/lib/libstdc++
5261.49Sjmc
5271.49Sjmc	After this a snapshot will be able to be built.
5281.49Sjmc
5291.47Sjmc20011201:
5301.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
5311.47Sjmc	you've built and installed a system with the new toolchain up to this
5321.52Swiz	point you do not have a working awk as its ability to do floating
5331.47Sjmc	point is broken. 
5341.47Sjmc
5351.47Sjmc	To build:
5361.47Sjmc
5371.47Sjmc	remake and install gnu/lib/libgcc
5381.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
5391.48Sjmc	against the new libgcc.a)
5401.47Sjmc
5411.46Sthorpej20011128:
5421.46Sthorpej	Kernel config information was changed to use defflag in
5431.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
5441.46Sthorpej	required in order for this to work properly.  Make sure
5451.46Sthorpej	to build and install in usr.sbin/config before attempting
5461.46Sthorpej	to build a new kernel.
5471.46Sthorpej
5481.45Syamt20011030:
5491.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
5501.45Syamt	before building libc.
5511.43Smason
5521.44Stv20011029:
5531.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
5541.44Stv	see pre-generated .txt and .html versions) describes the build
5551.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
5561.44Stv	build process, are intended in the long run to replace this
5571.44Stv	manual update log.
5581.44Stv
5591.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
5601.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
5611.44Stv	UPDATING for these systems, as tool updating is taken care of
5621.44Stv	by the new build system.
5631.42Sperry
5641.42Sperry20011028:
5651.42Sperry	src/etc/Makefile now needs install to be able to handle
5661.42Sperry	symlinks that point to nowhere. A bug in install that
5671.42Sperry	prevented this was corrected.
5681.42Sperry
5691.42Sperry	Solution: update and reinstall usr.bin/xinstall
5701.42Sperry	Better Solution: Use the new toolchain and it will just work
5711.42Sperry	for you.
5721.40Slukem
5731.40Slukem20011006:
5741.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
5751.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
5761.40Slukem	understand the format.
5771.40Slukem
5781.40Slukem	Solution: update and reinstall usr.sbin/mtree
5791.39Sjmc
5801.39Sjmc20011004:
5811.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
5821.39Sjmc	is suggested before running a snapshot build
5831.36Stv
5841.35Sthorpej20010915:
5851.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
5861.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
5871.35Sthorpej	files that still reference this file.
5881.35Sthorpej
5891.35Sthorpej	Solution: "make cleandir && make dependall" in affected
5901.35Sthorpej	directories.
5911.31Senami
5921.31Senami20010803:
5931.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
5941.31Senami	requires makeinfo v4.0, you need to install new texinfo before
5951.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
5961.31Senami	the instruction described in 20010726 entry.
5971.30Senami
5981.64Ssommerfe20010803: 
5991.41Swiz	(i386 only): i386 kernel now uses new instructions like
6001.111Ssimonb	`fxsave' which old gas doesn't understand.  To build the
6011.64Ssommerfe	kernel successfully, you need to build and install a new toolchain, 
6021.64Ssommerfe	(i.e., build.sh -t) or 	(temporarily) comment out "options I686_CPU" 
6031.64Ssommerfe	from your kernel configuration until you rebuild your userland.
6041.64Ssommerfe	See 20011029 above and BUILDING file in this directory for more information.
6051.64Ssommerfe	[updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled]
6061.29Sbjh21
6071.29Sbjh2120010731:
6081.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
6091.29Sbjh21	this will be unable to read symbol tables provided by newer
6101.29Sbjh21	bootloaders.
6111.27Sassar
6121.27Sassar20010726:
6131.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
6141.28Sassar	build the included texinfo files, do:
6151.28Sassar
6161.28Sassar	cd src/gnu/usr.bin/texinfo
6171.28Sassar	make MKINFO=no dependall install
6181.25Sthorpej
6191.25Sthorpej20010718:
6201.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
6211.25Sthorpej	was done was to change a -I directive to cc(1), which means
6221.25Sthorpej	make(1) will have a stale dependency (it will be checking the
6231.25Sthorpej	timestamp on the wrong "dot_init.h").
6241.25Sthorpej
6251.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
6261.25Sthorpej	if you have a stale dependency.
6271.25Sthorpej
6281.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
6291.25Sthorpej	before starting your build.
6301.26Sthorpej
6311.26Sthorpej20010628:
6321.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
6331.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
6341.26Sthorpej	bitfield, update your lint(1) before proceeding.
6351.21Sjmc
6361.21Sjmc20010226:
6371.22Sjmc	Added named user/group to system. Need to hand add this in or builds
6381.21Sjmc	will break as mtree aborts early.
6391.21Sjmc
6401.21Sjmc	To work around add by hand:
6411.21Sjmc
6421.21Sjmc	named:*:14:
6431.21Sjmc
6441.22Sjmc	to /etc/group and add:
6451.22Sjmc
6461.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
6471.22Sjmc
6481.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
6491.22Sjmc
6501.22Sjmc	Now a make build should progress.
6511.18Sjmc
6521.18Sjmc20010219:
6531.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
6541.111Ssimonb	to be bootstrapped manually until the host system is current.
6551.18Sjmc
6561.111Ssimonb	Known problems: sys/arch/macppc/stand/fixcoff
6571.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
6581.19Scgd			  CFLAGS and rebuilding should work)
6591.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
6601.111Ssimonb			  building a snapshot before fully bootstrapped.
6611.15Schristos
6621.15Schristos20010204:
6631.15Schristos	prepare the code to compile with stricter gcc flags. in
6641.15Schristos	particular start eliminating redundant declarations. Yacc
6651.15Schristos	needs to be installed before make build.
6661.10Schristos
6671.10Schristos20010114:
6681.10Schristos	introduce .if commands(target) in make(1). You need to
6691.10Schristos	bring everything up-to-date first, then without installing
6701.23Stron	anything make and install in usr.bin/make, then proceed
6711.10Schristos	with make build.
6721.9Ssommerfe
6731.9Ssommerfe20010101:
6741.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
6751.9Ssommerfe	afterinstall targets to run too soon; update again.
6761.8Ssommerfe
6771.8Ssommerfe20001230:
6781.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
6791.8Ssommerfe	If you get make errors, 
6801.8Ssommerfe		(cd share/mk; make install)
6811.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
6821.6Sad
6831.6Sad20001019:
6841.7Sad	The `ca' device driver has been replaced by `ld'; although the
6851.6Sad	major and minor numbers haven't changed, you should update your /dev
6861.6Sad	directory.
6871.1Sabs
6881.4Sitojun20000929:
6891.4Sitojun	The following make directives are obsoleted.
6901.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
6911.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
6921.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
6931.4Sitojun	additional library libcrypto_{idea,rc5}.
6941.1Sabs
6951.1Sabs
6961.1SabsHints for a more successful build:
6971.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6981.123Sjmc    Use build.sh, but do not use its "expert mode":
6991.132Sjmmv	This will automatically build the tools in the
7001.123Sjmc	   correct order, and it will keep the tools and the
7011.123Sjmc	   new build products from interfering with the running
7021.123Sjmc	   system.  This will allow you to ignore most of the
7031.123Sjmc	   other advice in this file.
7041.2Smrg    Build a new kernel first:
7051.2Smrg	This makes sure that any new system calls or features
7061.2Smrg	   expected by the new userland will be present.  This
7071.2Smrg	   helps to avoid critical errors when upgrading.
7081.1Sabs    Use object directories:
7091.1Sabs	This helps to keep stale object
7101.1Sabs	   files from polluting the build if a Makefile "forgets"
7111.1Sabs	   about one.  It also makes it easier to clean up after
7121.1Sabs	   a build.  It's also necessary if you want to use the
7131.1Sabs	   same source tree for multiple machines.
7141.123Sjmc	   To use object directories with build.sh:
7151.123Sjmc	    a) invoke build.sh with the "-M" or "-O" options.
7161.123Sjmc	   To use object directories without using build.sh:
7171.1Sabs	    a) cd /usr/src ; make cleandir
7181.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
7191.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
7201.1Sabs	    d) cd /usr/src ; make build
7211.2Smrg	   Note that running "make obj" in a directory will create
7221.2Smrg	   in obj.$MACHINE directory.
7231.1Sabs    Build to a DESTDIR:
7241.123Sjmc	This helps to keep old installed files (especially libraries)
7251.123Sjmc	   from interfering with the new build.
7261.123Sjmc	   To build to a DESTDIR with build.sh, use the "-D" option.
7271.123Sjmc	   To build to a DESTDIR without using build.sh, set the DESTDIR
7281.123Sjmc	   environment variable before running make build.  It should be
7291.123Sjmc	   set to the pathname of an initially empty directory.
7301.123Sjmc	   Problems: if you do not use build.sh, you might need to
7311.123Sjmc		update critical utilities without using DESTDIR since
7321.123Sjmc		nothing is executed from what is installed in DESTDIR.
7331.123Sjmc		(See critical utils, below.)
7341.1Sabs    Build often:
7351.1Sabs	This keeps critical utilities current enough to not choke
7361.1Sabs	on any other part of the source tree that depends on up to
7371.123Sjmc	date functionality.  If you use build.sh, you should not have
7381.123Sjmc	this problem.
7391.1Sabs 
7401.1SabsWhat to do if things don't work:
7411.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7421.1SabsWhen things don't work there is usually a few things that commonly
7431.1Sabsshould be done.
7441.1Sabs    1)	make includes
7451.1Sabs	This should be done automatically by make build.
7461.1Sabs    2)  cd share/mk && make install
7471.1Sabs	Again, automatically done by make build.
7481.1Sabs
7491.1SabsFailsafe rebuild of a small part of the tree:
7501.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7511.1SabsTo make sure you rebuild something correctly you want to do
7521.1Sabssomething like the following:
7531.1Sabs    1)  Make sure the includes and .mk files are up to date.
7541.1Sabs    2)  Make sure any program used to build the particular
7551.1Sabs	utility is up to date.  (yacc, lex, etc...)
7561.1Sabs    3)  cd ...path/to/util...
7571.1Sabs	make cleandir
7581.1Sabs	rm ...all obj directories...
7591.1Sabs	make cleandir			# yes, again
7601.1Sabs	make obj
7611.1Sabs	make depend && make
7621.1Sabs
7631.1SabsFailsafe rebuild of the entire tree:
7641.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7651.1SabsIf you really want to make sure the source tree is clean and
7661.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
7671.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
7681.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
7691.1Sabs
7701.1Sabs---cut here---
7711.1Sabs#!/bin/sh
7721.1Sabs. /etc/mk.conf
7731.1Sabs
7741.58Slukemif [ -z $NETBSDSRCDIR ] ; then
7751.58Slukem    NETBSDSRCDIR=/usr/src
7761.1Sabsfi
7771.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
7781.1Sabs    echo Unable to find sources
7791.1Sabs    exit 1
7801.1Sabsfi
7811.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
7821.1Sabs
7831.1Sabsif [ -z $BSDOBJDIR ] ; then
7841.1Sabs    BSDOBJDIR=/usr/obj
7851.1Sabsfi
7861.1Sabsif [ -d $BSDOBJDIR ] ; then
7871.1Sabs    rm -rf $BSDOBJDIR
7881.1Sabsfi
7891.1Sabs
7901.58Slukemcd $NETBSDSRCDIR && make cleandir
7911.1Sabs
7921.1Sabs---cut here---
7931.1Sabs
7941.1SabsCritical utilities:
7951.1Sabs^^^^^^^^^^^^^^^^^^^
7961.1Sabs	gnu/usr.bin/egcs
7971.3Sitojun	usr.bin/compile_et
7981.1Sabs	usr.bin/make
7991.1Sabs	usr.bin/yacc
8001.1Sabs	usr.bin/lex
8011.11Slukem	usr.bin/xlint
8021.2Smrg	usr.sbin/config
8031.1Sabs
8041.34SsimonbOther problems and possible solutions:
8051.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8061.1SabsSymptom:Unreasonable compiler errors.
8071.1SabsFix:	Rebuild gnu/usr.bin/egcs
8081.1Sabs
8091.1SabsSymptom:Complaints involving a Makefile.
8101.17SerhFix:	Rebuild usr.bin/make:
8111.17Serh	cd usr.bin/make && make && make install
8121.111Ssimonb	Or, a failsafe method if that doesn't work:
8131.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
8141.17Serh
8151.1SabsFix:	Make sure .mk files are up to date.
8161.1Sabs	cd share/mk && make install
8171.2Smrg
8181.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
8191.2SmrgFix:	Rebuild usr.sbin/config
8201.1Sabs
8211.1SabsSymptom:
8221.1SabsFix:	Rebuild usr.bin/yacc
8231.1Sabs
8241.1SabsSymptom:
8251.1SabsFix:	Rebuild usr.bin/lex
8261.1Sabs
8271.1SabsSymptom:
8281.1SabsFix:	rm /usr/lib/libbfd.a
8291.4Sitojun
8301.4SitojunSymptom:Obsolete intermediate files are used during compilation
8311.4SitojunFix:	Try the following sequence of commands in the directory in question.
8321.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
8331.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
8341.4Sitojun	may remain.  The command tries to clean everything up)
8351.5Swiz
8361.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
8371.5SwizFix:	Rebuild and install usr.bin/menuc
8381.12Sitojun
8391.12SitojunSymptom:mklocale not found during build in share/locale/ctype
8401.12SitojunFix:	Build and install usr.bin/mklocale
8411.13Sdogcow
8421.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13'
8431.13SdogcowFix:    Rebuild and install lib/libc
8441.13Sdogcow
8451.19ScgdSymptom:usr.sbin/config fails to build.
8461.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
8471.13Sdogcow
8481.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
8491.19ScgdFix:    Rebuild and install lib/libc
8501.24Sabs
8511.24SabsSymptom:lint does not understand the '-X' option
8521.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
853