UPDATING revision 1.172
1$NetBSD: UPDATING,v 1.172 2008/05/31 09:47:23 lukem Exp $
2
3This file (UPDATING) is intended to be a brief reference to recent
4changes that might cause problems in the build process, and a guide for
5what to do if something doesn't work.
6
7For a more detailed description of the recommended way to build NetBSD
8using build.sh, see the BUILDING file.
9
10Note that much of the advice in this UPDATING file was written before
11build.sh existed.  Nevertheless, the advice here may be useful for
12working around specific problems with build.sh.
13
14See also: BUILDING, build.sh, Makefile.
15
16Recent changes:
17^^^^^^^^^^^^^^^
18
1920080503:
20	The <bsd.lib.mk> variable MKPRIVATELIB was renamed to LIBISPRIVATE.
21
2220080521:
23	For a while, unprivileged UPDATE builds would fail to
24	succeed at the checkflist stage, complaining that
25	${DESTDIR}/stand/<arch>/ did not exist.  A fix for this
26	problem was committed to share/mk/bsd.kmodule.mk, revision 1.9.
27	If you already hit this problem, update the .mk file,
28	remove ${DESTDIR}/stand/<arch>, and re-run the build.
29
3020080126:
31	The posix_fadvise system call has been changed from an assembly
32	stub, to a c file that calls an assembly stub. You need to
33	'rm -f posix_fadvise.* .depend' in the libc build directory to
34	avoid using the old assembly stub.
35
3620071209:
37	The acpiec(4) driver has been split into two attachments. If you
38	get ACPI errors before the attachment, please update your kernel
39	configuration file appropriately or see GENERIC for more details.
40
4120071115:
42	The it(4) driver has been renamed to itesio(4) and the old port
43	argument specified in the kernel configuration file is not valid
44	anymore. The itesio(4) driver now uses the Super I/O address port
45	rather than the EC address port. Please update your kernel
46	configuration file appropriately or see GENERIC for more details.
47
4820071028:
49	The pccons(4) driver has been removed from the NetBSD/shark port.
50	You need to update any custom kernel configuration file you have
51	to remove any references to pccons (which includes removing the
52	now useless XSERVER option) and replace them with the correct
53	entries for the wscons driver.  See the GENERIC configuration file
54	for more details.
55
5620070913:
57	A latent bug in dhclient/dhcpd that caused it to be unable to
58	enumerate interfaces was fixed.  The bug began to cause
59	problems after 20070911 when the kernel's SIOCGIFCONF
60	implementation was repaired.  From 20070529 to 20070911 racoon
61	could not enumerate interfaces.  (These are noted because
62	normal kernel/userspace version matching hygiene is not
63	sufficient to avoid this problem.)  Ensure that both kernel
64	and userland are from after 20070913.
65
6620070703:
67	nbinstall has been renamed as it calls the target specific and
68	the logic to pass down STRIP from mk been removed.  This forces
69	a re-installation of tools.
70
7120070422:
72	The way OS emulations lookup filenames inside the emulation root
73	has been changed.  Rather than modify the pathname (and copy back
74	to userspace) namei() and lookup() directly check the emulation
75	root. One side effect is that absolute symlinks inside the emulated
76	root file system will be relative to that file system - unless they
77	start /../ this is useful when the emulated root is a real install
78	that has such links.
79	This might affect symlinks that have been added to reference outside
80	the emulated root.
81
8220070412:
83	The pckbc driver on sgimips IP32 has been removed. Use macekbc
84	instead. See the GENERIC32_IP3x kernel configuration for an
85	example.
86
8720070319:
88        src/lib/libc/Makefile revision 1.129 broke libc and ld.elf_so
89        on many platforms due to incorrect flags settings.  If you
90        updated and built after about 20070315, do "nbmake-$arch
91	cleandir" in src/lib/libc and src/libexec/ld.elf_so to force a
92	rebuild of object files that might have been built
93	incorrectly, and ensure that you have at least
94	src/lib/libc/Makefile 1.130.
95
9620070210: 
97        src/sys/sys/{sa.h,savar.h} were removed.
98          find ${OBJDIR} \( -name .depend -o -name '*.d' \) -print \
99              | xargs egrep -l '/sa.h|/savar.h' | xargs rm
100        will allow dependencies on those files to get get rebuilt
101
10220070209:
103        The threading model was changed when the newlock2 branch
104        was merged to NetBSD-current.  If you boot with a new
105        kernel (version 4.99.10), then you also need a new pthread
106        library (/usr/lib/libpthread.so.0.7).  If you boot with
107        an old kernel, then you need the old pthread library
108        (/usr/lib/libpthread.so.0.6).  Provided you keep the kernel and
109        the pthread library in sync, old threaded applications should
110        continue to work with an old or new kernel.  Note that named(8)
111	is the only threaded application in the base system.
112
11320061214:
114	Following the move of string_to_flags() and flags_to_string()
115	from the bin/ls/ sources to libutil, users doing UPDATE builds
116	will need to do a "make cleandir" in
117		tools/mtree/, tools/makefs/, tools/binstall/, tools/pax/,
118		bin/pax/, bin/ls/, usr.sbin/mtree/, usr.sbin/makefs/,
119		usr.bin/xinstall/, libexec/ftpd/, rescue/, as well
120		as the installation images in distrib/
121	in order to excise stale references to the old stat_flags.h header
122	file in the ls sources -- stat_flags.h has been removed.
123
12420061108:
125	The configure script used in the src/tools/gcc compiler has been
126	changed to indicate that our libc has ssp support built-in and
127	does not depend on -lssp and -lssp-nonshared. You'll need to
128	make clean in src/tools/gcc first to rebuild the compiler.
129
13020061009:
131	The sysctl variables net.inet{,6}.tcp{,6}.newreno are no longer
132	available. Use net.inet{,6}.tcp{,6}.congctl.selected instead.
133
13420060814:
135	The vt, vidcconsole, kbd, and rpckbd drivers on acorn32 have been
136	withdrawn.  Use vidcvideo and pckbd instead.  See the GENERIC
137	kernel configuration for an example.  X servers from the last
138	few years should cope.
139
14020060703:
141	MPACPI is no more. We always configure PCI interrupts using ACPI
142	if we have an ACPI kernel. The option MPACPI_SCANPCI has been renamed
143	to ACPI_SCANPCI. Thanks to work from fvdl.
144
14520060627:
146	socket(2) has changed, and its system call has been versioned.
147	For userlands with the old version of socket(2), make sure that
148	your kernel has 'options COMPAT_30' set, or else 'bad system call'
149	errors will result.
150
151Hints for a more successful build:
152^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
153    Use build.sh, but do not use its "expert mode":
154	This will automatically build the tools in the
155	   correct order, and it will keep the tools and the
156	   new build products from interfering with the running
157	   system.  This will allow you to ignore most of the
158	   other advice in this file.
159    Build a new kernel first:
160	This makes sure that any new system calls or features
161	   expected by the new userland will be present.  This
162	   helps to avoid critical errors when upgrading.
163    Use object directories:
164	This helps to keep stale object
165	   files from polluting the build if a Makefile "forgets"
166	   about one.  It also makes it easier to clean up after
167	   a build.  It's also necessary if you want to use the
168	   same source tree for multiple machines.
169	   To use object directories with build.sh:
170	    a) invoke build.sh with the "-M" or "-O" options.
171	   To use object directories without using build.sh:
172	    a) cd /usr/src ; make cleandir
173	    b) Add "OBJMACHINE=yes" to /etc/mk.conf
174	    c) Add "MKOBJDIRS=yes" to /etc/mk.conf
175	    d) cd /usr/src ; make build
176	   Note that running "make obj" in a directory will create
177	   in obj.$MACHINE directory.
178    Build to a DESTDIR:
179	This helps to keep old installed files (especially libraries)
180	   from interfering with the new build.
181	   To build to a DESTDIR with build.sh, use the "-D" option.
182	   To build to a DESTDIR without using build.sh, set the DESTDIR
183	   environment variable before running make build.  It should be
184	   set to the pathname of an initially empty directory.
185	   Problems: if you do not use build.sh, you might need to
186		update critical utilities without using DESTDIR since
187		nothing is executed from what is installed in DESTDIR.
188		(See critical utils, below.)
189    Build often:
190	This keeps critical utilities current enough to not choke
191	on any other part of the source tree that depends on up to
192	date functionality.  If you use build.sh, you should not have
193	this problem.
194 
195What to do if things don't work:
196^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
197When things don't work there is usually a few things that commonly
198should be done.
199    1)	make includes
200	This should be done automatically by make build.
201    2)  cd share/mk && make install
202	Again, automatically done by make build.
203
204Failsafe rebuild of a small part of the tree:
205^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
206To make sure you rebuild something correctly you want to do
207something like the following:
208    1)  Make sure the includes and .mk files are up to date.
209    2)  Make sure any program used to build the particular
210	utility is up to date.  (yacc, lex, etc...)
211    3)  cd ...path/to/util...
212	make cleandir
213	rm ...all obj directories...
214	make cleandir			# yes, again
215	make obj
216	make depend && make
217
218Failsafe rebuild of the entire tree:
219^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
220If you really want to make sure the source tree is clean and
221ready for a build try the following.  Note that sourcing /etc/mk.conf
222(a make(1) Makefile) in this manner is not right, and will not work
223for anyone who uses any make(1) features in /etc/mk.conf.
224
225---cut here---
226#!/bin/sh
227. /etc/mk.conf
228
229if [ -z $NETBSDSRCDIR ] ; then
230    NETBSDSRCDIR=/usr/src
231fi
232if [ \! -d $NETBSDSRCDIR ] ; then
233    echo Unable to find sources
234    exit 1
235fi
236find $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \;
237
238if [ -z $BSDOBJDIR ] ; then
239    BSDOBJDIR=/usr/obj
240fi
241if [ -d $BSDOBJDIR ] ; then
242    rm -rf $BSDOBJDIR
243fi
244
245cd $NETBSDSRCDIR && make cleandir
246
247---cut here---
248
249Critical utilities:
250^^^^^^^^^^^^^^^^^^^
251	usr.bin/compile_et
252	usr.bin/make
253	usr.bin/yacc
254	usr.bin/lex
255	usr.bin/xlint
256	usr.bin/config
257
258Other problems and possible solutions:
259^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
260Symptom:Complaints involving a Makefile.
261Fix:	Rebuild usr.bin/make:
262	cd usr.bin/make && make && make install
263	Or, a failsafe method if that doesn't work:
264	cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin
265
266Fix:	Make sure .mk files are up to date.
267	cd share/mk && make install
268
269Symptom:Kernel `config' fails to configure any kernel, including GENERIC.
270Fix:	Rebuild usr.bin/config
271
272Symptom:
273Fix:	Rebuild usr.bin/yacc
274
275Symptom:
276Fix:	Rebuild usr.bin/lex
277
278Symptom:
279Fix:	rm /usr/lib/libbfd.a
280
281Symptom:Obsolete intermediate files are used during compilation
282Fix:	Try the following sequence of commands in the directory in question.
283	make cleandir; rm `make print-objdir`; make cleandir; make obj
284	(If you built the tree without "make obj" in the past, obsolete files
285	may remain.  The command tries to clean everything up)
286
287Symptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type
288Fix:	Rebuild and install usr.bin/menuc
289
290Symptom:mklocale not found during build in share/locale/ctype
291Fix:	Build and install usr.bin/mklocale
292
293Symptom:undefined reference to `__assert13' or `__unsetenv13'
294Fix:    Rebuild and install lib/libc
295
296Symptom:usr.bin/config fails to build.
297Fix:	Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
298
299Symptom:undefined reference to `getprogname' or `setprogname'
300Fix:    Rebuild and install lib/libc
301
302Symptom:lint does not understand the '-X' option
303Fix:    May need to build & install libs with NOLINT=1 before rebuilding lint
304