UPDATING revision 1.74
11.74Sjschauma$NetBSD: UPDATING,v 1.74 2002/11/20 04:36:43 jschauma 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.73Sprovos 111.73Sprovos20021011: 121.73Sprovos Systrace has been improved to support privilege elevation. 131.73Sprovos Updating the kernel requires the userland part of systrace 141.73Sprovos to be rebuild. 151.72Sthorpej 161.72Sthorpej20021010: 171.72Sthorpej The config(8) grammar was changed to allow options to register 181.72Sthorpej dependencies on attributes, as well as other options. Users 191.72Sthorpej must update and reinstall usr.sbin/config before building a new 201.72Sthorpej kernel. 211.70Sthorpej 221.70Sthorpej20021009: 231.70Sthorpej A new attribute dependency syntax was introduced to config(8), 241.70Sthorpej which is now used by the SCSI configuration description. Users 251.71Swiz must update and reinstall usr.sbin/config before building a new 261.70Sthorpej kernel. 271.69Sthorpej 281.69Sthorpej20021003: 291.69Sthorpej Several changes have been made to the autoconfiguration 301.69Sthorpej framework. Users must update and reinstall usr.sbin/config 311.69Sthorpej before building a new kernel. 321.74Sjschauma 331.74Sjschauma20021001: 341.74Sjschauma The i386mp branch has been merged. To compile a kernel, users 351.74Sjschauma will need to add the option 'cpu* at mainbus?' to their configuration 361.74Sjschauma file. Multiprocessor kernels will need 371.74Sjschauma ioapic* at mainbus? apid ? 381.74Sjschauma options MULTIPROCESSOR 391.74Sjschauma options COM_MPLOCK 401.68Slukem 411.68Slukem20020922: 421.68Slukem MKDYNAMICROOT=yes enabled by default, which means that 431.68Slukem certain shared libraries are installed into /lib, the shared 441.68Slukem linker is installed into /libexec, and all programs in /bin 451.68Slukem and /sbin are dynamically linked. 461.68Slukem If you do not use "make build", you should ensure that 471.68Slukem you have the libraries and shared linker in the new locations, 481.68Slukem with: 491.68Slukem make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so 501.67Slukem 511.67Slukem20020917: 521.67Slukem USE_NEW_TOOLCHAIN has been replaced with: 531.67Slukem - TOOLCHAIN_MISSING -- set to "yes" on platforms for which 541.67Slukem there is no working in-tree toolchain (hppa, ns32k, sh5, 551.67Slukem x86_64). 561.67Slukem - EXTERNAL_TOOLCHAIN -- if defined by the user, points to the 571.67Slukem root ofan external toolchain (e.g. /usr/local/gnu). This 581.67Slukem enables the cross-build framework even for TOOLCHAIN_MISSING 591.67Slukem platforms. 601.66Sgehenna 611.66Sgehenna20020906: 621.66Sgehenna gehenna-devsw has been merged into the trunk. Need to update and 631.66Sgehenna reinstall usr.sbin/config before build the kernel. 641.65Slukem 651.65Slukem20020822: 661.65Slukem Crunched rescue tools (contents of /bin and /sbin, plus others) 671.65Slukem are now provided in /rescue. 681.65Slukem 691.65Slukem To ensure that these are built statically linked (no matter 701.65Slukem what the setting of LDSTATIC is), use a crunchgen(1) built 711.65Slukem from sources newer than 20020820 (see the next entry). 721.65Slukem 731.65Slukem20020820: 741.65Slukem crunchgen(1) changed to ensure that the generated program 751.65Slukem is statically linked. 761.65Slukem 771.65Slukem Solution: update and reinstall usr.bin/crunch 781.61Sitojun 791.61Sitojun20020515: 801.61Sitojun sshd user/group has been added. Need to hand add this in, or sshd 811.61Sitojun will not let you log in (with default, or UsePrivlegeSeparation=yes) 821.61Sitojun 831.61Sitojun Add the following into /etc/group: 841.61Sitojun 851.61Sitojun sshd:*:16: 861.61Sitojun 871.61Sitojun and the following to /etc/master.passwd (via vipw): 881.61Sitojun 891.63Senami sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 901.61Sitojun 911.62Sjdolecek also /var/chroot/sshd directory needs to be present (digged as a part of 921.61Sitojun build process). 931.60Ssommerfe 941.60Ssommerfe20020426: 951.60Ssommerfe NBUILDJOBS obsoleted in favor of just using -j. 961.59Slukem 971.59Slukem20020426: 981.59Slukem etc/postinstall added, which performs various checks for 991.59Slukem configuration file updates and changes, and can fix most of 1001.59Slukem the problems identified. 1011.59Slukem This should make it much easier to upgrade a system's 1021.59Slukem configuration from earlier systems (as far back as NetBSD 1.5). 1031.56Slukem 1041.56Slukem20020320: 1051.56Slukem <bsd.lib.mk> needs a new install(1) for it's "-a cmd" support. 1061.57Sitojun build and install at usr.bin/xinstall before the build. 1071.56Slukem 1081.55Sitojun20020319: 1091.55Sitojun raw IPv6 socket now makes strict checking for sa_family and sa_len 1101.55Sitojun on send(2) operation. be sure to have sbin/rtsol and usr.sbin/rtsold 1111.55Sitojun newer than November 2001 when you upgrade the kernel. 1121.55Sitojun 1131.54Sitojun20020311: 1141.54Sitojun ssh configuration files were moved from /etc to /etc/ssh. Beware 1151.54Sitojun if you restart your machine from remote. Note that sshd.conf needs 1161.54Sitojun to be changed (due to the use of "/etc" inside). 1171.54Sitojun 1181.54Sitojun20020223: 1191.53Smatt Users of the VAX port will need to rebuild and install gas 1201.53Smatt so it deal with the now present register prefix used in all 1211.53Smatt the VAX assembly files. 1221.53Smatt 1231.50Sitojun20020118: 1241.50Sitojun 1251.50Sitojun ntpd user/group has been added. Need to hand add this in or builds 1261.50Sitojun will break as mtree aborts early. 1271.50Sitojun 1281.50Sitojun Add the following into /etc/group: 1291.50Sitojun 1301.50Sitojun ntpd:*:15: 1311.50Sitojun 1321.50Sitojun and the following to /etc/master.passwd (via vipw): 1331.50Sitojun 1341.50Sitojun ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin 1351.50Sitojun 1361.49Sjmc20011207: 1371.49Sjmc 1381.49Sjmc If you're attempting to build a snapshot on sparc64 and are getting 1391.49Sjmc reloc errors from the toolchain groff binary this means your native 1401.49Sjmc toolchain has some broken C++ bits. 1411.49Sjmc 1421.49Sjmc To fix: 1431.49Sjmc 1441.49Sjmc Build a new toolchain (i.e. build.sh -t) 1451.49Sjmc Use the new toolchain to build and install natively (i.e. /usr/lib) 1461.49Sjmc 1471.49Sjmc gnu/lib/libgcc 1481.51Spooka gnu/lib/libstdc++ 1491.49Sjmc 1501.49Sjmc After this a snapshot will be able to be built. 1511.49Sjmc 1521.47Sjmc20011201: 1531.47Sjmc In order for a sparc64 build to work you must have a working awk. If 1541.47Sjmc you've built and installed a system with the new toolchain up to this 1551.52Swiz point you do not have a working awk as its ability to do floating 1561.47Sjmc point is broken. 1571.47Sjmc 1581.47Sjmc To build: 1591.47Sjmc 1601.47Sjmc remake and install gnu/lib/libgcc 1611.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 1621.48Sjmc against the new libgcc.a) 1631.47Sjmc 1641.46Sthorpej20011128: 1651.46Sthorpej Kernel config information was changed to use defflag in 1661.46Sthorpej the various "files" files. Bug fixes to config(8) are 1671.46Sthorpej required in order for this to work properly. Make sure 1681.46Sthorpej to build and install in usr.sbin/config before attempting 1691.46Sthorpej to build a new kernel. 1701.46Sthorpej 1711.45Syamt20011030: 1721.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 1731.45Syamt before building libc. 1741.43Smason 1751.44Stv20011029: 1761.44Stv The new document BUILDING.mdoc (view with nroff | more, or 1771.44Stv see pre-generated .txt and .html versions) describes the build 1781.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 1791.44Stv build process, are intended in the long run to replace this 1801.44Stv manual update log. 1811.44Stv 1821.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 1831.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 1841.44Stv UPDATING for these systems, as tool updating is taken care of 1851.44Stv by the new build system. 1861.42Sperry 1871.42Sperry20011028: 1881.42Sperry src/etc/Makefile now needs install to be able to handle 1891.42Sperry symlinks that point to nowhere. A bug in install that 1901.42Sperry prevented this was corrected. 1911.42Sperry 1921.42Sperry Solution: update and reinstall usr.bin/xinstall 1931.42Sperry Better Solution: Use the new toolchain and it will just work 1941.42Sperry for you. 1951.40Slukem 1961.40Slukem20011006: 1971.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 1981.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 1991.40Slukem understand the format. 2001.40Slukem 2011.40Slukem Solution: update and reinstall usr.sbin/mtree 2021.39Sjmc 2031.39Sjmc20011004: 2041.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 2051.39Sjmc is suggested before running a snapshot build 2061.36Stv 2071.35Sthorpej20010915: 2081.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 2091.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 2101.35Sthorpej files that still reference this file. 2111.35Sthorpej 2121.35Sthorpej Solution: "make cleandir && make dependall" in affected 2131.35Sthorpej directories. 2141.31Senami 2151.31Senami20010803: 2161.31Senami grep.info is now built from grep.texi using makeinfo. Since it 2171.31Senami requires makeinfo v4.0, you need to install new texinfo before 2181.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 2191.31Senami the instruction described in 20010726 entry. 2201.30Senami 2211.64Ssommerfe20010803: 2221.41Swiz (i386 only): i386 kernel now uses new instructions like 2231.41Swiz `fxsave' which old gas doesn't understand. To build the 2241.64Ssommerfe kernel successfully, you need to build and install a new toolchain, 2251.64Ssommerfe (i.e., build.sh -t) or (temporarily) comment out "options I686_CPU" 2261.64Ssommerfe from your kernel configuration until you rebuild your userland. 2271.64Ssommerfe See 20011029 above and BUILDING file in this directory for more information. 2281.64Ssommerfe [updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled] 2291.29Sbjh21 2301.29Sbjh2120010731: 2311.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 2321.29Sbjh21 this will be unable to read symbol tables provided by newer 2331.29Sbjh21 bootloaders. 2341.27Sassar 2351.27Sassar20010726: 2361.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 2371.28Sassar build the included texinfo files, do: 2381.28Sassar 2391.28Sassar cd src/gnu/usr.bin/texinfo 2401.28Sassar make MKINFO=no dependall install 2411.25Sthorpej 2421.25Sthorpej20010718: 2431.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 2441.25Sthorpej was done was to change a -I directive to cc(1), which means 2451.25Sthorpej make(1) will have a stale dependency (it will be checking the 2461.25Sthorpej timestamp on the wrong "dot_init.h"). 2471.25Sthorpej 2481.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 2491.25Sthorpej if you have a stale dependency. 2501.25Sthorpej 2511.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 2521.25Sthorpej before starting your build. 2531.26Sthorpej 2541.26Sthorpej20010628: 2551.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 2561.26Sthorpej in lint(1). If you get a warning/error about a non-portable 2571.26Sthorpej bitfield, update your lint(1) before proceeding. 2581.21Sjmc 2591.21Sjmc20010226: 2601.22Sjmc Added named user/group to system. Need to hand add this in or builds 2611.21Sjmc will break as mtree aborts early. 2621.21Sjmc 2631.21Sjmc To work around add by hand: 2641.21Sjmc 2651.21Sjmc named:*:14: 2661.21Sjmc 2671.22Sjmc to /etc/group and add: 2681.22Sjmc 2691.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 2701.22Sjmc 2711.22Sjmc to master.passwd (use vipw for instance if doing by hand). 2721.22Sjmc 2731.22Sjmc Now a make build should progress. 2741.18Sjmc 2751.18Sjmc20010219: 2761.52Swiz get/setprogname() added. Any hostprogs that may use this will need 2771.20Sjmc to be bootstrapped manually until the host system is current. 2781.18Sjmc 2791.18Sjmc Known problems: sys/arch/macppc/stand/fixcoff 2801.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 2811.19Scgd CFLAGS and rebuilding should work) 2821.20Sjmc usr.sbin/mdsetimage - Build a static copy if 2831.20Sjmc building a snapshot before fully bootstrapped. 2841.15Schristos 2851.15Schristos20010204: 2861.15Schristos prepare the code to compile with stricter gcc flags. in 2871.15Schristos particular start eliminating redundant declarations. Yacc 2881.15Schristos needs to be installed before make build. 2891.10Schristos 2901.10Schristos20010114: 2911.10Schristos introduce .if commands(target) in make(1). You need to 2921.10Schristos bring everything up-to-date first, then without installing 2931.23Stron anything make and install in usr.bin/make, then proceed 2941.10Schristos with make build. 2951.9Ssommerfe 2961.9Ssommerfe20010101: 2971.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 2981.9Ssommerfe afterinstall targets to run too soon; update again. 2991.8Ssommerfe 3001.8Ssommerfe20001230: 3011.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 3021.8Ssommerfe If you get make errors, 3031.8Ssommerfe (cd share/mk; make install) 3041.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 3051.6Sad 3061.6Sad20001019: 3071.7Sad The `ca' device driver has been replaced by `ld'; although the 3081.6Sad major and minor numbers haven't changed, you should update your /dev 3091.6Sad directory. 3101.1Sabs 3111.4Sitojun20000929: 3121.4Sitojun The following make directives are obsoleted. 3131.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 3141.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 3151.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 3161.4Sitojun additional library libcrypto_{idea,rc5}. 3171.1Sabs 3181.1Sabs 3191.1SabsHints for a more successful build: 3201.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3211.2Smrg Build a new kernel first: 3221.2Smrg This makes sure that any new system calls or features 3231.2Smrg expected by the new userland will be present. This 3241.2Smrg helps to avoid critical errors when upgrading. 3251.1Sabs Use object directories: 3261.1Sabs This helps to keep stale object 3271.1Sabs files from polluting the build if a Makefile "forgets" 3281.1Sabs about one. It also makes it easier to clean up after 3291.1Sabs a build. It's also necessary if you want to use the 3301.1Sabs same source tree for multiple machines. 3311.1Sabs To use object directories: 3321.1Sabs a) cd /usr/src ; make cleandir 3331.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 3341.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 3351.1Sabs d) cd /usr/src ; make build 3361.2Smrg Note that running "make obj" in a directory will create 3371.2Smrg in obj.$MACHINE directory. 3381.1Sabs Build to a DESTDIR: 3391.1Sabs This helps to keep old 3401.1Sabs installed files (especially libraries) from interfering 3411.1Sabs with the new build. 3421.1Sabs To build to a DESTDIR, set the DESTDIR environment 3431.2Smrg variable before running make build. It should be set to 3441.2Smrg the pathname of an initially empty directory. 3451.1Sabs Problems: you might need to update critical utilities 3461.1Sabs without using DESTDIR since nothing is executed 3471.1Sabs from what is installed in DESTDIR. 3481.1Sabs (See critical utils, below) 3491.1Sabs Build often: 3501.1Sabs This keeps critical utilities current enough to not choke 3511.1Sabs on any other part of the source tree that depends on up to 3521.1Sabs date functionality. 3531.1Sabs 3541.1SabsWhat to do if things don't work: 3551.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3561.1SabsWhen things don't work there is usually a few things that commonly 3571.1Sabsshould be done. 3581.1Sabs 1) make includes 3591.1Sabs This should be done automatically by make build. 3601.1Sabs 2) cd share/mk && make install 3611.1Sabs Again, automatically done by make build. 3621.1Sabs 3631.1SabsFailsafe rebuild of a small part of the tree: 3641.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3651.1SabsTo make sure you rebuild something correctly you want to do 3661.1Sabssomething like the following: 3671.1Sabs 1) Make sure the includes and .mk files are up to date. 3681.1Sabs 2) Make sure any program used to build the particular 3691.1Sabs utility is up to date. (yacc, lex, etc...) 3701.1Sabs 3) cd ...path/to/util... 3711.1Sabs make cleandir 3721.1Sabs rm ...all obj directories... 3731.1Sabs make cleandir # yes, again 3741.1Sabs make obj 3751.1Sabs make depend && make 3761.1Sabs 3771.1SabsFailsafe rebuild of the entire tree: 3781.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3791.1SabsIf you really want to make sure the source tree is clean and 3801.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 3811.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 3821.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 3831.1Sabs 3841.1Sabs---cut here--- 3851.1Sabs#!/bin/sh 3861.1Sabs. /etc/mk.conf 3871.1Sabs 3881.58Slukemif [ -z $NETBSDSRCDIR ] ; then 3891.58Slukem NETBSDSRCDIR=/usr/src 3901.1Sabsfi 3911.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then 3921.1Sabs echo Unable to find sources 3931.1Sabs exit 1 3941.1Sabsfi 3951.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 3961.1Sabs 3971.1Sabsif [ -z $BSDOBJDIR ] ; then 3981.1Sabs BSDOBJDIR=/usr/obj 3991.1Sabsfi 4001.1Sabsif [ -d $BSDOBJDIR ] ; then 4011.1Sabs rm -rf $BSDOBJDIR 4021.1Sabsfi 4031.1Sabs 4041.58Slukemcd $NETBSDSRCDIR && make cleandir 4051.1Sabs 4061.1Sabs---cut here--- 4071.1Sabs 4081.1SabsCritical utilities: 4091.1Sabs^^^^^^^^^^^^^^^^^^^ 4101.1Sabs gnu/usr.bin/egcs 4111.3Sitojun usr.bin/compile_et 4121.1Sabs usr.bin/make 4131.1Sabs usr.bin/yacc 4141.1Sabs usr.bin/lex 4151.11Slukem usr.bin/xlint 4161.2Smrg usr.sbin/config 4171.1Sabs 4181.34SsimonbOther problems and possible solutions: 4191.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 4201.1SabsSymptom:Unreasonable compiler errors. 4211.1SabsFix: Rebuild gnu/usr.bin/egcs 4221.1Sabs 4231.1SabsSymptom:Complaints involving a Makefile. 4241.17SerhFix: Rebuild usr.bin/make: 4251.17Serh cd usr.bin/make && make && make install 4261.17Serh Or, a failsafe method if that doesn't work: 4271.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 4281.17Serh 4291.1SabsFix: Make sure .mk files are up to date. 4301.1Sabs cd share/mk && make install 4311.2Smrg 4321.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 4331.2SmrgFix: Rebuild usr.sbin/config 4341.1Sabs 4351.1SabsSymptom: 4361.1SabsFix: Rebuild usr.bin/yacc 4371.1Sabs 4381.1SabsSymptom: 4391.1SabsFix: Rebuild usr.bin/lex 4401.1Sabs 4411.1SabsSymptom: 4421.1SabsFix: rm /usr/lib/libbfd.a 4431.4Sitojun 4441.4SitojunSymptom:Obsolete intermediate files are used during compilation 4451.4SitojunFix: Try the following sequence of commands in the directory in question. 4461.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 4471.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 4481.4Sitojun may remain. The command tries to clean everything up) 4491.5Swiz 4501.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 4511.5SwizFix: Rebuild and install usr.bin/menuc 4521.12Sitojun 4531.12SitojunSymptom:mklocale not found during build in share/locale/ctype 4541.12SitojunFix: Build and install usr.bin/mklocale 4551.13Sdogcow 4561.13SdogcowSymptom:undefined reference to `__assert13' 4571.13SdogcowFix: Rebuild and install lib/libc 4581.13Sdogcow 4591.19ScgdSymptom:usr.sbin/config fails to build. 4601.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 4611.13Sdogcow 4621.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 4631.19ScgdFix: Rebuild and install lib/libc 4641.24Sabs 4651.24SabsSymptom:lint does not understand the '-X' option 4661.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 467