UPDATING revision 1.119
11.119Satatat$NetBSD: UPDATING,v 1.119 2004/05/03 03:57:15 atatat 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.119Satatat20040426:
121.119Satatat	Support for the original dynamic sysctl node structure has
131.119Satatat	been removed in favor of the newer layout.  This affects
141.119Satatat	consumers of the create and delete interface, as well as
151.119Satatat	the dynamic discovery mechanism.  This is believed only to
161.119Satatat	be the sysctl(8) binary itself, at this point in time, so
171.119Satatat	the only effect of this should be that a sysctl binary
181.119Satatat	built from sources dated between 2003/12/04 and 2004/03/24
191.119Satatat	will not work on a kernel built from sources dated after
201.119Satatat	2004/04/25.  If you need a new sysctl binary but build.sh
211.119Satatat	does not work, make sure that your revision of
221.119Satatat	/usr/include/sys/sysctl.h is 1.112 (or later), and then
231.119Satatat	the following should provide a functioning sysctl binary:
241.119Satatat
251.119Satatat	cd src/sbin/sysctl
261.119Satatat	make USETOOLS=no dependall install
271.119Satatat
281.118Sdbj20040425:
291.118Sdbj	The ffs superblock issues listed below under 20040109 and 20030402
301.118Sdbj	are now automatically addressed by the /etc/rc.d/fixsb script or by
311.118Sdbj	sysinst when it checks a a filesystem. The manual fsck_ffs -b16 -c4
321.118Sdbj	invocation mentioned below will continue to work and is now
331.118Sdbj	automated by those scripts.  Note that under certain circumstances,
341.118Sdbj	affected filesystems upgraded to a -current kernel first before
351.118Sdbj	upgrading their userland with the fixsb and fsck_ffs fixes may
361.118Sdbj	encounter a 'freeing free inode' panic when writing to the affected
371.118Sdbj	filesystem, so it is a good idea to repair the filesystem as soon as
381.118Sdbj	possible.  For more details on the fixsb script, see pr install/25138.
391.118Sdbj
401.115Schristos20040418:
411.115Schristos	Statfs(2) and friends have been replaced with statvfs(2). Before
421.115Schristos	installing a newly build userland make sure that you are running
431.115Schristos	a newly built kernel with COMPAT_20 set. In addition your libc
441.115Schristos	build might not work (undefined SYS_statfs symbol) because make
451.115Schristos	clean does not know how to remove files it does not know about
461.116Schristos	anymore. Manually remove all generated .S sources and objects
471.116Schristos	from the libc build directory.
481.115Schristos
491.114Sjmc20040326:
501.114Sjmc	The method by which athhal-elf.o gets pulled into i386 kernel builds
511.117Sjmc	has been changed. The file is now stored as a uuencoded file in CVS
521.114Sjmc	and the generated Makefile will use the new .uue rules from bsd.file.mk
531.114Sjmc	to build it.
541.114Sjmc
551.114Sjmc	This means you must have the latest bsd.files.mk installed when
561.114Sjmc	building a kernel without USETOOLS=yes.
571.114Sjmc
581.113Sdan20040318:
591.113Sdan	A bug in the cgd(4) blowfish code was corrected, without
601.113Sdan	provision of backwards compatibility, after several public
611.113Sdan	notices over several months. Users of cgd with blowfish cipher
621.113Sdan	ONLY must dump their data before updating their kernels, and
631.113Sdan	recreate cgd's and restore data using the new kernel. See
641.113Sdan	(recent message to current-users, URL when mail-index has updated)
651.113Sdan
661.108Sbjh2120040313:
671.108Sbjh21	On acorn32, the opms and qms drivers have been withdrawn, and
681.108Sbjh21	the old wsqms driver is now called qms.  Kernel config files
691.108Sbjh21	will need updating.  See the ones in sys/arch/acorn32/conf
701.108Sbjh21	for examples.
711.108Sbjh21
721.106Sbjh2120040125:
731.106Sbjh21	On acorn32, the beep and sysbeep devices are no longer
741.106Sbjh21	needed, and will need to be deleted from kernel configuration
751.106Sbjh21	files.
761.105Sbjh21
771.102Sdbj20040109:
781.102Sdbj	Compatibility for old ffs superblock layouts has been
791.102Sdbj	added, and the restrictive fsck checks have been reenabled
801.102Sdbj	when using those layouts.  If you have been using -current
811.102Sdbj	since 20030402, you may find that fsck again signals fatal
821.110Sdbj	superblock mismatches.  To repair, make sure you have
831.111Ssimonb	an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4
841.109Sdbj	to complete the filesystem upgrade.  A message has
851.111Ssimonb	been added to the kernel which should detect this problem.
861.111Ssimonb	See the following discussion for more information:
871.112Skeihan	http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html
881.102Sdbj
891.99Smrg20031203:
901.100Skeihan	New binutils builds may fail due to old dependencies.
911.99Smrg	It's necessary to "make cleandir" to ensure that
921.99Smrg	the dependencies will be rebuilt correctly.
931.98Swiz
941.98Swiz20031111:
951.98Swiz	A newer mkdep is needed.  Error noting that is
961.98Swiz		cc: Ambiguous abbreviation --
971.97Slukem
981.97Slukem20031008:
991.97Slukem	/usr/include/sys/disklabel_mbr.h was removed.
1001.97Slukem	It's necessary to "make cleandir" to ensure that
1011.97Slukem	the dependencies will be rebuilt correctly.
1021.96Schristos
1031.109Sdbj20031007:
1041.111Ssimonb	A sign exension bug was fixed which set all the high bits
1051.111Ssimonb	of our newly expanded ffs fs_flags.  This should only
1061.111Ssimonb	affect users who installed or upgraded in September of 2003.
1071.109Sdbj	A small utility program was posted to tech-kern which
1081.111Ssimonb	should fix this problem, and a warning message was added
1091.111Ssimonb	to the kernel which should discover and warn about it.  See
1101.111Ssimonb	http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html
1111.109Sdbj
1121.96Schristos20030906:
1131.96Schristos	With the addition of siginfo support the old signal trampoline
1141.96Schristos	code has been deprecated to COMPAT_16. Make sure that your running
1151.96Schristos	kernel has COMPAT_16 enabled before building userland.
1161.94Schristos
1171.94Schristos20030801:
1181.95Swiz	With the new openssl, there is some header and library shuffling.
1191.94Schristos	rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \
1201.95Swiz	/usr/lib/libdes* before building.
1211.92Swiz
1221.92Swiz20030703:
1231.92Swiz	Texinfo was updated to 4.6.  To avoid failures when trying to
1241.92Swiz	build the included texinfo files, do:
1251.92Swiz
1261.92Swiz	cd src/gnu/usr.bin/texinfo
1271.92Swiz	make MKINFO=no dependall install
1281.90Swiz
1291.90Swiz20030630:
1301.101Sjunyoung	Groff was updated to 1.19; it's probably necessary to do
1311.91Swiz		cd share/mk && make install
1321.90Swiz		cd src/gnu/usr.bin/groff
1331.90Swiz		make MKMAN=no dependall install
1341.90Swiz	(untested).
1351.89Schristos
1361.89Schristos20030516:
1371.89Schristos	Due to bugs in the export handling code, invalid export lines
1381.89Schristos	were accepted before and caused the kernel to panic when
1391.89Schristos	mountd got restarted because it freed memory that had already
1401.89Schristos	been freed. This has been fixed and the kernel checks
1411.89Schristos	export addresses very strictly. If you upgrade your kernel,
1421.89Schristos	make sure you also upgrade mountd, because if your export
1431.89Schristos	file contains lines with an old inet4 address syntax (i.e.
1441.89Schristos	a.b.c or a.b or a), they will get rejected by the new kernel.
1451.87Sbjh21
1461.87Sbjh2120030402:
1471.87Sbjh21	The superblock layout for FFS was changed.  If you have 1.6
1481.87Sbjh21	fsck binaries, they will signal a fatal superblock mismatch
1491.87Sbjh21	with the first alternate, because they compare too many
1501.87Sbjh21	fields (even ones that aren't useful).  If possible, upgrade
1511.87Sbjh21	your fsck_ffs binary before using a new kernel.
1521.87Sbjh21	None of this signals actual filesystem damage.
1531.85Satatat
1541.85Satatat20030324:
1551.85Satatat	sendmail version 8.12.8 was imported.  Since sendmail is
1561.85Satatat	now setgid to the smmsp group, and runs in "collection"
1571.85Satatat	mode for most common activities, there is a new config
1581.85Satatat	file called submit.cf that needs to live in /etc/mail.
1591.85Satatat	The generic submit.cf sample in /usr/share/sendmail/cf
1601.85Satatat	is named netbsd-msp.cf.  Upgrading your regular sendmail
1611.85Satatat	configuration file is also strongly advised.
1621.85Satatat
1631.85Satatat	See the section named "MESSAGE SUBMISSION PROGRAM" in
1641.85Satatat	the updated /usr/share/sendmail/README file for more
1651.85Satatat	information.
1661.82Swiz
1671.82Swiz20030117:
1681.82Swiz	Texinfo was updated to 4.3.  To avoid failures when trying to
1691.82Swiz	build the included texinfo files, do:
1701.82Swiz
1711.82Swiz	cd src/gnu/usr.bin/texinfo
1721.82Swiz	make MKINFO=no dependall install
1731.81Slukem
1741.81Slukem20021223:
1751.81Slukem	The METALOG format changed slightly, to remove the leading
1761.81Slukem	"${DESTDIR}" from path names.
1771.81Slukem	This only affects people building with UNPRIVED.
1781.81Slukem	For complete safety, remove the DESTDIR entirely and
1791.81Slukem	update tools/mtree, before running make build.
1801.88Sitojun
1811.88Sitojun20021219:
1821.88Sitojun	CVS repository layout was changed.  See the following for details
1831.88Sitojun	if you are using (anonymous) cvs to update your tree.
1841.88Sitojun
1851.93Ssalo	http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html
1861.80Slukem
1871.80Slukem20021219:
1881.80Slukem	install(1) had a '-N dbdir' option added, to specify an
1891.80Slukem	alternate location to look up users & groups (instead
1901.80Slukem	of the host system passwd(5) and group(5) databases).
1911.80Slukem
1921.80Slukem	The build system was modified to take advantage of
1931.80Slukem	this option (using ${NETBSDSRCDIR}/etc), so if you
1941.83Skei	use USETOOLS==no, you may have to rebuild and
1951.80Slukem	reinstall usr.bin/xinstall first.
1961.78Slukem
1971.78Slukem20021130:
1981.78Slukem	fparseln(3) moved from libutil to libc.
1991.78Slukem	If building to DESTDIR=/, reinstall the includes
2001.78Slukem	and rebuild libc:
2011.78Slukem		make includes
2021.78Slukem		make do-lib-libc
2031.78Slukem	If using build.sh, "cd tools/compat && make clean"
2041.78Slukem	before rebuilding the tools.
2051.77Slukem
2061.77Slukem20021126:
2071.77Slukem	The mk.conf(5) variable SYS_INCLUDE has been deprecated,
2081.77Slukem	including the optional "SYS_INCLUDE=symlinks" support.
2091.77Slukem	All header files, including <sys/*.h> are copied into
2101.77Slukem	/usr/include.
2111.76Sthorpej
2121.76Sthorpej20021121:
2131.76Sthorpej	The C run-time support files crtbegin.o and crtend.o
2141.76Sthorpej	(and their companions crtbeginS.o and crtendS.o) were
2151.76Sthorpej	split up, with new crti.o and crtn.o files resulting.
2161.76Sthorpej	This means that libtool needs to be rebuilt once the
2171.76Sthorpej	new libraries are installed.  The process of rebuilding
2181.76Sthorpej	libtool will cause it to automatically notice the new
2191.76Sthorpej	required files, but it *must* be rebuilt in order to
2201.76Sthorpej	do this.
2211.76Sthorpej
2221.76Sthorpej	An out-of-date libtool will result in shared libraries
2231.76Sthorpej	which lack _init() and _fini() routines, which means that
2241.76Sthorpej	their global contructors/destructors will not be invoked.
2251.75Sthorpej
2261.75Sthorpej20021121:
2271.75Sthorpej	A bug related to how ARM ELF objects were tagged has been
2281.75Sthorpej	corrected.
2291.75Sthorpej
2301.75Sthorpej	NetBSD ARM ELF uses the soft-VFP floating point model by
2311.75Sthorpej	default.  However, the assembler lacked support for marking
2321.75Sthorpej	objects as using the VFP floating point format, and the
2331.79Swiz	compiler was not properly passing the flag indicating "soft-VFP"
2341.75Sthorpej	to the assembler.
2351.75Sthorpej
2361.75Sthorpej	Unfortunately, this means that the linker will now consider
2371.75Sthorpej	old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be
2381.75Sthorpej	incompatible with new (properly marked) objects.
2391.75Sthorpej
2401.75Sthorpej	The problem will only manifest itself if you attempt to compile
2411.75Sthorpej	a new program using the fixed toolchain, and link that program
2421.75Sthorpej	against old libraries which do not have the proper "softvfp"
2431.75Sthorpej	markings.  ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES
2441.75Sthorpej	WILL CONTINUE TO WORK PROPERLY.
2451.75Sthorpej
2461.75Sthorpej	The only work-around for the problem is to recompile all of
2471.75Sthorpej	the libraries on the system.  The easiest way to do this for
2481.79Swiz	system libraries is to install a binary snapshot; they are
2491.93Ssalo	generally available on releng.NetBSD.org.  Any packages you
2501.75Sthorpej	have installed which supply libraries will have to be recompiled
2511.75Sthorpej	if you wish to link new programs against those libraries.
2521.75Sthorpej
2531.75Sthorpej	If you have questions about this matter, please contact
2541.93Ssalo	port-arm@NetBSD.org.
2551.73Sprovos
2561.73Sprovos20021011:
2571.73Sprovos	Systrace has been improved to support privilege elevation.
2581.73Sprovos	Updating the kernel requires the userland part of systrace
2591.79Swiz	to be rebuilt.
2601.72Sthorpej
2611.72Sthorpej20021010:
2621.72Sthorpej	The config(8) grammar was changed to allow options to register
2631.72Sthorpej	dependencies on attributes, as well as other options.  Users
2641.72Sthorpej	must update and reinstall usr.sbin/config before building a new
2651.72Sthorpej	kernel.
2661.70Sthorpej
2671.70Sthorpej20021009:
2681.70Sthorpej	A new attribute dependency syntax was introduced to config(8),
2691.70Sthorpej	which is now used by the SCSI configuration description.  Users
2701.71Swiz	must update and reinstall usr.sbin/config before building a new
2711.70Sthorpej	kernel.
2721.69Sthorpej
2731.69Sthorpej20021003:
2741.69Sthorpej	Several changes have been made to the autoconfiguration
2751.69Sthorpej	framework.  Users must update and reinstall usr.sbin/config
2761.69Sthorpej	before building a new kernel.
2771.74Sjschauma
2781.74Sjschauma20021001:
2791.74Sjschauma	The i386mp branch has been merged.  To compile a kernel, users
2801.74Sjschauma	will need to add the option 'cpu* at mainbus?' to their configuration
2811.74Sjschauma	file.  Multiprocessor kernels will need
2821.74Sjschauma	ioapic*		at mainbus? apid ?
2831.74Sjschauma	options		MULTIPROCESSOR
2841.74Sjschauma	options		COM_MPLOCK
2851.68Slukem
2861.68Slukem20020922:
2871.68Slukem	MKDYNAMICROOT=yes enabled by default, which means that
2881.68Slukem	certain shared libraries are installed into /lib, the shared
2891.68Slukem	linker is installed into /libexec, and all programs in /bin
2901.68Slukem	and /sbin are dynamically linked.
2911.68Slukem	If you do not use "make build", you should ensure that
2921.68Slukem	you have the libraries and shared linker in the new locations,
2931.68Slukem	with:
2941.68Slukem		make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so
2951.67Slukem
2961.67Slukem20020917:
2971.67Slukem	USE_NEW_TOOLCHAIN has been replaced with:
2981.67Slukem	    -	TOOLCHAIN_MISSING -- set to "yes" on platforms for which
2991.67Slukem		there is no working in-tree toolchain (hppa, ns32k, sh5,
3001.67Slukem		x86_64).
3011.67Slukem	    -	EXTERNAL_TOOLCHAIN -- if defined by the user, points to the
3021.79Swiz		root of an external toolchain (e.g. /usr/local/gnu).  This
3031.67Slukem		enables the cross-build framework even for TOOLCHAIN_MISSING
3041.67Slukem		platforms.
3051.66Sgehenna
3061.66Sgehenna20020906:
3071.66Sgehenna	gehenna-devsw has been merged into the trunk. Need to update and
3081.79Swiz	reinstall usr.sbin/config before building the kernel.
3091.65Slukem
3101.65Slukem20020822:
3111.65Slukem	Crunched rescue tools (contents of /bin and /sbin, plus others)
3121.65Slukem	are now provided in /rescue.
3131.65Slukem
3141.65Slukem	To ensure that these are built statically linked (no matter
3151.65Slukem	what the setting of LDSTATIC is), use a crunchgen(1) built
3161.65Slukem	from sources newer than 20020820 (see the next entry).
3171.65Slukem
3181.65Slukem20020820:
3191.65Slukem	crunchgen(1) changed to ensure that the generated program
3201.65Slukem	is statically linked.
3211.65Slukem
3221.65Slukem	Solution: update and reinstall usr.bin/crunch
3231.84Sgrant
3241.84Sgrant20020605:
3251.84Sgrant	smmsp user/group has been added for sendmail.
3261.84Sgrant
3271.84Sgrant	Add the following into /etc/group:
3281.84Sgrant
3291.84Sgrant	smmsp:*:17:
3301.84Sgrant
3311.84Sgrant	and the following to /etc/master.passwd (via vipw):
3321.84Sgrant
3331.84Sgrant	smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin
3341.61Sitojun
3351.61Sitojun20020515:
3361.61Sitojun	sshd user/group has been added.  Need to hand add this in, or sshd
3371.61Sitojun	will not let you log in (with default, or UsePrivlegeSeparation=yes)
3381.61Sitojun
3391.61Sitojun	Add the following into /etc/group:
3401.61Sitojun
3411.61Sitojun	sshd:*:16:
3421.61Sitojun
3431.61Sitojun	and the following to /etc/master.passwd (via vipw):
3441.61Sitojun
3451.63Senami	sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin
3461.61Sitojun	
3471.79Swiz	Also /var/chroot/sshd directory needs to be present (digged as part of
3481.79Swiz	the build process).
3491.60Ssommerfe
3501.60Ssommerfe20020426:
3511.60Ssommerfe	NBUILDJOBS obsoleted in favor of just using -j.
3521.59Slukem
3531.59Slukem20020426:
3541.59Slukem	etc/postinstall added, which performs various checks for 
3551.59Slukem	configuration file updates and changes, and can fix most of
3561.59Slukem	the problems identified.
3571.59Slukem	This should make it much easier to upgrade a system's
3581.59Slukem	configuration from earlier systems (as far back as NetBSD 1.5).
3591.56Slukem
3601.56Slukem20020320:
3611.79Swiz	<bsd.lib.mk> needs a new install(1) for its "-a cmd" support.
3621.79Swiz	Build and install at usr.bin/xinstall before the build.
3631.56Slukem
3641.55Sitojun20020319:
3651.79Swiz	Raw IPv6 socket now makes strict checking for sa_family and sa_len
3661.79Swiz	on send(2) operation.  Be sure to have sbin/rtsol and usr.sbin/rtsold
3671.55Sitojun	newer than November 2001 when you upgrade the kernel.
3681.55Sitojun
3691.54Sitojun20020311:
3701.54Sitojun	ssh configuration files were moved from /etc to /etc/ssh.  Beware
3711.54Sitojun	if you restart your machine from remote.  Note that sshd.conf needs
3721.54Sitojun	to be changed (due to the use of "/etc" inside).
3731.54Sitojun
3741.54Sitojun20020223:
3751.53Smatt	Users of the VAX port will need to rebuild and install gas
3761.53Smatt	so it deal with the now present register prefix used in all
3771.53Smatt	the VAX assembly files.
3781.53Smatt
3791.50Sitojun20020118:
3801.50Sitojun	ntpd user/group has been added.  Need to hand add this in or builds
3811.50Sitojun	will break as mtree aborts early.
3821.50Sitojun
3831.50Sitojun	Add the following into /etc/group:
3841.50Sitojun
3851.50Sitojun	ntpd:*:15:
3861.50Sitojun
3871.50Sitojun	and the following to /etc/master.passwd (via vipw):
3881.50Sitojun
3891.50Sitojun	ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin
3901.50Sitojun
3911.49Sjmc20011207:
3921.49Sjmc	If you're attempting to build a snapshot on sparc64 and are getting
3931.49Sjmc	reloc errors from the toolchain groff binary this means your native
3941.49Sjmc	toolchain has some broken C++ bits.
3951.49Sjmc
3961.49Sjmc	To fix:
3971.49Sjmc
3981.49Sjmc	Build a new toolchain (i.e. build.sh -t)
3991.49Sjmc	Use the new toolchain to build and install natively (i.e. /usr/lib)
4001.49Sjmc
4011.49Sjmc	gnu/lib/libgcc
4021.51Spooka	gnu/lib/libstdc++
4031.49Sjmc
4041.49Sjmc	After this a snapshot will be able to be built.
4051.49Sjmc
4061.47Sjmc20011201:
4071.47Sjmc	In order for a sparc64 build to work you must have a working awk. If
4081.47Sjmc	you've built and installed a system with the new toolchain up to this
4091.52Swiz	point you do not have a working awk as its ability to do floating
4101.47Sjmc	point is broken. 
4111.47Sjmc
4121.47Sjmc	To build:
4131.47Sjmc
4141.47Sjmc	remake and install gnu/lib/libgcc
4151.47Sjmc	remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links
4161.48Sjmc	against the new libgcc.a)
4171.47Sjmc
4181.46Sthorpej20011128:
4191.46Sthorpej	Kernel config information was changed to use defflag in
4201.46Sthorpej	the various "files" files.  Bug fixes to config(8) are
4211.46Sthorpej	required in order for this to work properly.  Make sure
4221.46Sthorpej	to build and install in usr.sbin/config before attempting
4231.46Sthorpej	to build a new kernel.
4241.46Sthorpej
4251.45Syamt20011030:
4261.45Syamt	libc/locale/wcstod.c now needs new lint(1). Update lint(1)
4271.45Syamt	before building libc.
4281.43Smason
4291.44Stv20011029:
4301.44Stv	The new document BUILDING.mdoc (view with nroff | more, or
4311.44Stv	see pre-generated .txt and .html versions) describes the build
4321.44Stv	procedure in great detail.  BUILDING, and the USE_NEW_TOOLCHAIN
4331.44Stv	build process, are intended in the long run to replace this
4341.44Stv	manual update log.
4351.44Stv
4361.44Stv	Users building a USE_NEW_TOOLCHAIN system should read the
4371.44Stv	BUILDING document for caveats.  Generally, BUILDING supersedes
4381.44Stv	UPDATING for these systems, as tool updating is taken care of
4391.44Stv	by the new build system.
4401.42Sperry
4411.42Sperry20011028:
4421.42Sperry	src/etc/Makefile now needs install to be able to handle
4431.42Sperry	symlinks that point to nowhere. A bug in install that
4441.42Sperry	prevented this was corrected.
4451.42Sperry
4461.42Sperry	Solution: update and reinstall usr.bin/xinstall
4471.42Sperry	Better Solution: Use the new toolchain and it will just work
4481.42Sperry	for you.
4491.40Slukem
4501.40Slukem20011006:
4511.40Slukem	/etc/mtree/NetBSD.dist has been updated to take advantage of
4521.40Slukem	absolute path support added to mtree(8). Older mtree(8)s don't
4531.40Slukem	understand the format.
4541.40Slukem
4551.40Slukem	Solution: update and reinstall usr.sbin/mtree
4561.39Sjmc
4571.39Sjmc20011004:
4581.39Sjmc	Crunchgen has been updated to work via reach-over makefiles. Updating
4591.39Sjmc	is suggested before running a snapshot build
4601.36Stv
4611.35Sthorpej20010915:
4621.35Sthorpej	The new "ubcperf" code committed by Chuck Silvers removed
4631.35Sthorpej	a header file, uvm/uvm_vnode.h.  There may be stale .depend
4641.35Sthorpej	files that still reference this file.
4651.35Sthorpej
4661.35Sthorpej	Solution: "make cleandir && make dependall" in affected
4671.35Sthorpej	directories.
4681.31Senami
4691.31Senami20010803:
4701.31Senami	grep.info is now built from grep.texi using makeinfo.  Since it
4711.31Senami	requires makeinfo v4.0, you need to install new texinfo before
4721.31Senami	building gnu/usr.bin/grep.  To install new texinfo, please follow
4731.31Senami	the instruction described in 20010726 entry.
4741.30Senami
4751.64Ssommerfe20010803: 
4761.41Swiz	(i386 only): i386 kernel now uses new instructions like
4771.111Ssimonb	`fxsave' which old gas doesn't understand.  To build the
4781.64Ssommerfe	kernel successfully, you need to build and install a new toolchain, 
4791.64Ssommerfe	(i.e., build.sh -t) or 	(temporarily) comment out "options I686_CPU" 
4801.64Ssommerfe	from your kernel configuration until you rebuild your userland.
4811.64Ssommerfe	See 20011029 above and BUILDING file in this directory for more information.
4821.64Ssommerfe	[updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled]
4831.29Sbjh21
4841.29Sbjh2120010731:
4851.29Sbjh21	Bootloader update on ELF platforms.  DDB in kernels from before
4861.29Sbjh21	this will be unable to read symbol tables provided by newer
4871.29Sbjh21	bootloaders.
4881.27Sassar
4891.27Sassar20010726:
4901.27Sassar	Texinfo was updated to 4.0.  To avoid failures when trying to
4911.28Sassar	build the included texinfo files, do:
4921.28Sassar
4931.28Sassar	cd src/gnu/usr.bin/texinfo
4941.28Sassar	make MKINFO=no dependall install
4951.25Sthorpej
4961.25Sthorpej20010718:
4971.25Sthorpej	Enabled correct .init/.fini processing in crt0.  The way this
4981.25Sthorpej	was done was to change a -I directive to cc(1), which means
4991.25Sthorpej	make(1) will have a stale dependency (it will be checking the
5001.25Sthorpej	timestamp on the wrong "dot_init.h").
5011.25Sthorpej
5021.25Sthorpej	The symptom you will see is that new programs die with SIGSEGV
5031.25Sthorpej	if you have a stale dependency.
5041.25Sthorpej
5051.25Sthorpej	Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so
5061.25Sthorpej	before starting your build.
5071.26Sthorpej
5081.26Sthorpej20010628:
5091.26Sthorpej	A construct was added to uvm_page.h that uncovered a bug
5101.26Sthorpej	in lint(1).  If you get a warning/error about a non-portable
5111.26Sthorpej	bitfield, update your lint(1) before proceeding.
5121.21Sjmc
5131.21Sjmc20010226:
5141.22Sjmc	Added named user/group to system. Need to hand add this in or builds
5151.21Sjmc	will break as mtree aborts early.
5161.21Sjmc
5171.21Sjmc	To work around add by hand:
5181.21Sjmc
5191.21Sjmc	named:*:14:
5201.21Sjmc
5211.22Sjmc	to /etc/group and add:
5221.22Sjmc
5231.22Sjmc	named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin
5241.22Sjmc
5251.22Sjmc	to master.passwd (use vipw for instance if doing by hand).
5261.22Sjmc
5271.22Sjmc	Now a make build should progress.
5281.18Sjmc
5291.18Sjmc20010219:
5301.52Swiz	get/setprogname() added. Any hostprogs that may use this will need
5311.111Ssimonb	to be bootstrapped manually until the host system is current.
5321.18Sjmc
5331.111Ssimonb	Known problems: sys/arch/macppc/stand/fixcoff
5341.19Scgd			usr.sbin/config (adding -DMAKE_BOOTSTRAP to
5351.19Scgd			  CFLAGS and rebuilding should work)
5361.20Sjmc			usr.sbin/mdsetimage - Build a static copy if
5371.111Ssimonb			  building a snapshot before fully bootstrapped.
5381.15Schristos
5391.15Schristos20010204:
5401.15Schristos	prepare the code to compile with stricter gcc flags. in
5411.15Schristos	particular start eliminating redundant declarations. Yacc
5421.15Schristos	needs to be installed before make build.
5431.10Schristos
5441.10Schristos20010114:
5451.10Schristos	introduce .if commands(target) in make(1). You need to
5461.10Schristos	bring everything up-to-date first, then without installing
5471.23Stron	anything make and install in usr.bin/make, then proceed
5481.10Schristos	with make build.
5491.9Ssommerfe
5501.9Ssommerfe20010101:
5511.9Ssommerfe	bsd.subdir.mk committed 20001230 had a bug which caused
5521.9Ssommerfe	afterinstall targets to run too soon; update again.
5531.8Ssommerfe
5541.8Ssommerfe20001230:
5551.8Ssommerfe	New share/mk files needed to support .WAIT in SUBDIR variables.
5561.8Ssommerfe	If you get make errors, 
5571.8Ssommerfe		(cd share/mk; make install)
5581.8Ssommerfe	Also, PRINTOBJDIR has changed and is now used more heavily.
5591.6Sad
5601.6Sad20001019:
5611.7Sad	The `ca' device driver has been replaced by `ld'; although the
5621.6Sad	major and minor numbers haven't changed, you should update your /dev
5631.6Sad	directory.
5641.1Sabs
5651.4Sitojun20000929:
5661.4Sitojun	The following make directives are obsoleted.
5671.4Sitojun	MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 
5681.4Sitojun	By default, RSA is built into libcrypto.  IDEA and RC5 will not be
5691.16Swiz	built into libcrypto.  By using MKCRYPTO_{RC5,IDEA}, you can build
5701.4Sitojun	additional library libcrypto_{idea,rc5}.
5711.1Sabs
5721.1Sabs
5731.1SabsHints for a more successful build:
5741.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5751.2Smrg    Build a new kernel first:
5761.2Smrg	This makes sure that any new system calls or features
5771.2Smrg	   expected by the new userland will be present.  This
5781.2Smrg	   helps to avoid critical errors when upgrading.
5791.1Sabs    Use object directories:
5801.1Sabs	This helps to keep stale object
5811.1Sabs	   files from polluting the build if a Makefile "forgets"
5821.1Sabs	   about one.  It also makes it easier to clean up after
5831.1Sabs	   a build.  It's also necessary if you want to use the
5841.1Sabs	   same source tree for multiple machines.
5851.1Sabs	   To use object directories:
5861.1Sabs	    a) cd /usr/src ; make cleandir
5871.2Smrg	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
5881.2Smrg	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
5891.1Sabs	    d) cd /usr/src ; make build
5901.2Smrg	   Note that running "make obj" in a directory will create
5911.2Smrg	   in obj.$MACHINE directory.
5921.1Sabs    Build to a DESTDIR:
5931.1Sabs	This helps to keep old
5941.1Sabs	   installed files (especially libraries) from interfering
5951.1Sabs	   with the new build.
5961.1Sabs	   To build to a DESTDIR, set the DESTDIR environment
5971.2Smrg	   variable before running make build.  It should be set to
5981.2Smrg	   the pathname of an initially empty directory.
5991.1Sabs	   Problems: you might need to update critical utilities
6001.1Sabs		without using DESTDIR since nothing is executed
6011.1Sabs		from what is installed in DESTDIR.
6021.1Sabs		(See critical utils, below)
6031.1Sabs    Build often:
6041.1Sabs	This keeps critical utilities current enough to not choke
6051.1Sabs	on any other part of the source tree that depends on up to
6061.1Sabs	date functionality.
6071.1Sabs 
6081.1SabsWhat to do if things don't work:
6091.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6101.1SabsWhen things don't work there is usually a few things that commonly
6111.1Sabsshould be done.
6121.1Sabs    1)	make includes
6131.1Sabs	This should be done automatically by make build.
6141.1Sabs    2)  cd share/mk && make install
6151.1Sabs	Again, automatically done by make build.
6161.1Sabs
6171.1SabsFailsafe rebuild of a small part of the tree:
6181.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6191.1SabsTo make sure you rebuild something correctly you want to do
6201.1Sabssomething like the following:
6211.1Sabs    1)  Make sure the includes and .mk files are up to date.
6221.1Sabs    2)  Make sure any program used to build the particular
6231.1Sabs	utility is up to date.  (yacc, lex, etc...)
6241.1Sabs    3)  cd ...path/to/util...
6251.1Sabs	make cleandir
6261.1Sabs	rm ...all obj directories...
6271.1Sabs	make cleandir			# yes, again
6281.1Sabs	make obj
6291.1Sabs	make depend && make
6301.1Sabs
6311.1SabsFailsafe rebuild of the entire tree:
6321.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6331.1SabsIf you really want to make sure the source tree is clean and
6341.2Smrgready for a build try the following.  Note that sourcing /etc/mk.conf
6351.2Smrg(a make(1) Makefile) in this manner is not right, and will not work
6361.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf.
6371.1Sabs
6381.1Sabs---cut here---
6391.1Sabs#!/bin/sh
6401.1Sabs. /etc/mk.conf
6411.1Sabs
6421.58Slukemif [ -z $NETBSDSRCDIR ] ; then
6431.58Slukem    NETBSDSRCDIR=/usr/src
6441.1Sabsfi
6451.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then
6461.1Sabs    echo Unable to find sources
6471.1Sabs    exit 1
6481.1Sabsfi
6491.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
6501.1Sabs
6511.1Sabsif [ -z $BSDOBJDIR ] ; then
6521.1Sabs    BSDOBJDIR=/usr/obj
6531.1Sabsfi
6541.1Sabsif [ -d $BSDOBJDIR ] ; then
6551.1Sabs    rm -rf $BSDOBJDIR
6561.1Sabsfi
6571.1Sabs
6581.58Slukemcd $NETBSDSRCDIR && make cleandir
6591.1Sabs
6601.1Sabs---cut here---
6611.1Sabs
6621.1SabsCritical utilities:
6631.1Sabs^^^^^^^^^^^^^^^^^^^
6641.1Sabs	gnu/usr.bin/egcs
6651.3Sitojun	usr.bin/compile_et
6661.1Sabs	usr.bin/make
6671.1Sabs	usr.bin/yacc
6681.1Sabs	usr.bin/lex
6691.11Slukem	usr.bin/xlint
6701.2Smrg	usr.sbin/config
6711.1Sabs
6721.34SsimonbOther problems and possible solutions:
6731.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6741.1SabsSymptom:Unreasonable compiler errors.
6751.1SabsFix:	Rebuild gnu/usr.bin/egcs
6761.1Sabs
6771.1SabsSymptom:Complaints involving a Makefile.
6781.17SerhFix:	Rebuild usr.bin/make:
6791.17Serh	cd usr.bin/make && make && make install
6801.111Ssimonb	Or, a failsafe method if that doesn't work:
6811.17Serh	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
6821.17Serh
6831.1SabsFix:	Make sure .mk files are up to date.
6841.1Sabs	cd share/mk && make install
6851.2Smrg
6861.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC.
6871.2SmrgFix:	Rebuild usr.sbin/config
6881.1Sabs
6891.1SabsSymptom:
6901.1SabsFix:	Rebuild usr.bin/yacc
6911.1Sabs
6921.1SabsSymptom:
6931.1SabsFix:	Rebuild usr.bin/lex
6941.1Sabs
6951.1SabsSymptom:
6961.1SabsFix:	rm /usr/lib/libbfd.a
6971.4Sitojun
6981.4SitojunSymptom:Obsolete intermediate files are used during compilation
6991.4SitojunFix:	Try the following sequence of commands in the directory in question.
7001.4Sitojun	make cleandir; rm `make print-objdir`; make cleandir; make obj
7011.4Sitojun	(If you built the tree without "make obj" in the past, obsolete files
7021.4Sitojun	may remain.  The command tries to clean everything up)
7031.5Swiz
7041.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
7051.5SwizFix:	Rebuild and install usr.bin/menuc
7061.12Sitojun
7071.12SitojunSymptom:mklocale not found during build in share/locale/ctype
7081.12SitojunFix:	Build and install usr.bin/mklocale
7091.13Sdogcow
7101.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13'
7111.13SdogcowFix:    Rebuild and install lib/libc
7121.13Sdogcow
7131.19ScgdSymptom:usr.sbin/config fails to build.
7141.19ScgdFix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
7151.13Sdogcow
7161.19ScgdSymptom:undefined reference to `getprogname' or `setprogname'
7171.19ScgdFix:    Rebuild and install lib/libc
7181.24Sabs
7191.24SabsSymptom:lint does not understand the '-X' option
7201.24SabsFix:    May need to build & install libs with NOLINT=1 before rebuilding lint
721