UPDATING revision 1.69
11.69Sthorpej$NetBSD: UPDATING,v 1.69 2002/10/04 04:37:06 thorpej 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.69Sthorpej 111.69Sthorpej20021003: 121.69Sthorpej Several changes have been made to the autoconfiguration 131.69Sthorpej framework. Users must update and reinstall usr.sbin/config 141.69Sthorpej before building a new kernel. 151.68Slukem 161.68Slukem20020922: 171.68Slukem MKDYNAMICROOT=yes enabled by default, which means that 181.68Slukem certain shared libraries are installed into /lib, the shared 191.68Slukem linker is installed into /libexec, and all programs in /bin 201.68Slukem and /sbin are dynamically linked. 211.68Slukem If you do not use "make build", you should ensure that 221.68Slukem you have the libraries and shared linker in the new locations, 231.68Slukem with: 241.68Slukem make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so 251.67Slukem 261.67Slukem20020917: 271.67Slukem USE_NEW_TOOLCHAIN has been replaced with: 281.67Slukem - TOOLCHAIN_MISSING -- set to "yes" on platforms for which 291.67Slukem there is no working in-tree toolchain (hppa, ns32k, sh5, 301.67Slukem x86_64). 311.67Slukem - EXTERNAL_TOOLCHAIN -- if defined by the user, points to the 321.67Slukem root ofan external toolchain (e.g. /usr/local/gnu). This 331.67Slukem enables the cross-build framework even for TOOLCHAIN_MISSING 341.67Slukem platforms. 351.66Sgehenna 361.66Sgehenna20020906: 371.66Sgehenna gehenna-devsw has been merged into the trunk. Need to update and 381.66Sgehenna reinstall usr.sbin/config before build the kernel. 391.65Slukem 401.65Slukem20020822: 411.65Slukem Crunched rescue tools (contents of /bin and /sbin, plus others) 421.65Slukem are now provided in /rescue. 431.65Slukem 441.65Slukem To ensure that these are built statically linked (no matter 451.65Slukem what the setting of LDSTATIC is), use a crunchgen(1) built 461.65Slukem from sources newer than 20020820 (see the next entry). 471.65Slukem 481.65Slukem20020820: 491.65Slukem crunchgen(1) changed to ensure that the generated program 501.65Slukem is statically linked. 511.65Slukem 521.65Slukem Solution: update and reinstall usr.bin/crunch 531.61Sitojun 541.61Sitojun20020515: 551.61Sitojun sshd user/group has been added. Need to hand add this in, or sshd 561.61Sitojun will not let you log in (with default, or UsePrivlegeSeparation=yes) 571.61Sitojun 581.61Sitojun Add the following into /etc/group: 591.61Sitojun 601.61Sitojun sshd:*:16: 611.61Sitojun 621.61Sitojun and the following to /etc/master.passwd (via vipw): 631.61Sitojun 641.63Senami sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 651.61Sitojun 661.62Sjdolecek also /var/chroot/sshd directory needs to be present (digged as a part of 671.61Sitojun build process). 681.60Ssommerfe 691.60Ssommerfe20020426: 701.60Ssommerfe NBUILDJOBS obsoleted in favor of just using -j. 711.59Slukem 721.59Slukem20020426: 731.59Slukem etc/postinstall added, which performs various checks for 741.59Slukem configuration file updates and changes, and can fix most of 751.59Slukem the problems identified. 761.59Slukem This should make it much easier to upgrade a system's 771.59Slukem configuration from earlier systems (as far back as NetBSD 1.5). 781.56Slukem 791.56Slukem20020320: 801.56Slukem <bsd.lib.mk> needs a new install(1) for it's "-a cmd" support. 811.57Sitojun build and install at usr.bin/xinstall before the build. 821.56Slukem 831.55Sitojun20020319: 841.55Sitojun raw IPv6 socket now makes strict checking for sa_family and sa_len 851.55Sitojun on send(2) operation. be sure to have sbin/rtsol and usr.sbin/rtsold 861.55Sitojun newer than November 2001 when you upgrade the kernel. 871.55Sitojun 881.54Sitojun20020311: 891.54Sitojun ssh configuration files were moved from /etc to /etc/ssh. Beware 901.54Sitojun if you restart your machine from remote. Note that sshd.conf needs 911.54Sitojun to be changed (due to the use of "/etc" inside). 921.54Sitojun 931.54Sitojun20020223: 941.53Smatt Users of the VAX port will need to rebuild and install gas 951.53Smatt so it deal with the now present register prefix used in all 961.53Smatt the VAX assembly files. 971.53Smatt 981.50Sitojun20020118: 991.50Sitojun 1001.50Sitojun ntpd user/group has been added. Need to hand add this in or builds 1011.50Sitojun will break as mtree aborts early. 1021.50Sitojun 1031.50Sitojun Add the following into /etc/group: 1041.50Sitojun 1051.50Sitojun ntpd:*:15: 1061.50Sitojun 1071.50Sitojun and the following to /etc/master.passwd (via vipw): 1081.50Sitojun 1091.50Sitojun ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin 1101.50Sitojun 1111.49Sjmc20011207: 1121.49Sjmc 1131.49Sjmc If you're attempting to build a snapshot on sparc64 and are getting 1141.49Sjmc reloc errors from the toolchain groff binary this means your native 1151.49Sjmc toolchain has some broken C++ bits. 1161.49Sjmc 1171.49Sjmc To fix: 1181.49Sjmc 1191.49Sjmc Build a new toolchain (i.e. build.sh -t) 1201.49Sjmc Use the new toolchain to build and install natively (i.e. /usr/lib) 1211.49Sjmc 1221.49Sjmc gnu/lib/libgcc 1231.51Spooka gnu/lib/libstdc++ 1241.49Sjmc 1251.49Sjmc After this a snapshot will be able to be built. 1261.49Sjmc 1271.47Sjmc20011201: 1281.47Sjmc In order for a sparc64 build to work you must have a working awk. If 1291.47Sjmc you've built and installed a system with the new toolchain up to this 1301.52Swiz point you do not have a working awk as its ability to do floating 1311.47Sjmc point is broken. 1321.47Sjmc 1331.47Sjmc To build: 1341.47Sjmc 1351.47Sjmc remake and install gnu/lib/libgcc 1361.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 1371.48Sjmc against the new libgcc.a) 1381.47Sjmc 1391.46Sthorpej20011128: 1401.46Sthorpej Kernel config information was changed to use defflag in 1411.46Sthorpej the various "files" files. Bug fixes to config(8) are 1421.46Sthorpej required in order for this to work properly. Make sure 1431.46Sthorpej to build and install in usr.sbin/config before attempting 1441.46Sthorpej to build a new kernel. 1451.46Sthorpej 1461.45Syamt20011030: 1471.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 1481.45Syamt before building libc. 1491.43Smason 1501.44Stv20011029: 1511.44Stv The new document BUILDING.mdoc (view with nroff | more, or 1521.44Stv see pre-generated .txt and .html versions) describes the build 1531.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 1541.44Stv build process, are intended in the long run to replace this 1551.44Stv manual update log. 1561.44Stv 1571.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 1581.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 1591.44Stv UPDATING for these systems, as tool updating is taken care of 1601.44Stv by the new build system. 1611.42Sperry 1621.42Sperry20011028: 1631.42Sperry src/etc/Makefile now needs install to be able to handle 1641.42Sperry symlinks that point to nowhere. A bug in install that 1651.42Sperry prevented this was corrected. 1661.42Sperry 1671.42Sperry Solution: update and reinstall usr.bin/xinstall 1681.42Sperry Better Solution: Use the new toolchain and it will just work 1691.42Sperry for you. 1701.40Slukem 1711.40Slukem20011006: 1721.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 1731.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 1741.40Slukem understand the format. 1751.40Slukem 1761.40Slukem Solution: update and reinstall usr.sbin/mtree 1771.39Sjmc 1781.39Sjmc20011004: 1791.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 1801.39Sjmc is suggested before running a snapshot build 1811.36Stv 1821.35Sthorpej20010915: 1831.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 1841.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 1851.35Sthorpej files that still reference this file. 1861.35Sthorpej 1871.35Sthorpej Solution: "make cleandir && make dependall" in affected 1881.35Sthorpej directories. 1891.31Senami 1901.31Senami20010803: 1911.31Senami grep.info is now built from grep.texi using makeinfo. Since it 1921.31Senami requires makeinfo v4.0, you need to install new texinfo before 1931.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 1941.31Senami the instruction described in 20010726 entry. 1951.30Senami 1961.64Ssommerfe20010803: 1971.41Swiz (i386 only): i386 kernel now uses new instructions like 1981.41Swiz `fxsave' which old gas doesn't understand. To build the 1991.64Ssommerfe kernel successfully, you need to build and install a new toolchain, 2001.64Ssommerfe (i.e., build.sh -t) or (temporarily) comment out "options I686_CPU" 2011.64Ssommerfe from your kernel configuration until you rebuild your userland. 2021.64Ssommerfe See 20011029 above and BUILDING file in this directory for more information. 2031.64Ssommerfe [updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled] 2041.29Sbjh21 2051.29Sbjh2120010731: 2061.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 2071.29Sbjh21 this will be unable to read symbol tables provided by newer 2081.29Sbjh21 bootloaders. 2091.27Sassar 2101.27Sassar20010726: 2111.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 2121.28Sassar build the included texinfo files, do: 2131.28Sassar 2141.28Sassar cd src/gnu/usr.bin/texinfo 2151.28Sassar make MKINFO=no dependall install 2161.25Sthorpej 2171.25Sthorpej20010718: 2181.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 2191.25Sthorpej was done was to change a -I directive to cc(1), which means 2201.25Sthorpej make(1) will have a stale dependency (it will be checking the 2211.25Sthorpej timestamp on the wrong "dot_init.h"). 2221.25Sthorpej 2231.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 2241.25Sthorpej if you have a stale dependency. 2251.25Sthorpej 2261.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 2271.25Sthorpej before starting your build. 2281.26Sthorpej 2291.26Sthorpej20010628: 2301.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 2311.26Sthorpej in lint(1). If you get a warning/error about a non-portable 2321.26Sthorpej bitfield, update your lint(1) before proceeding. 2331.21Sjmc 2341.21Sjmc20010226: 2351.22Sjmc Added named user/group to system. Need to hand add this in or builds 2361.21Sjmc will break as mtree aborts early. 2371.21Sjmc 2381.21Sjmc To work around add by hand: 2391.21Sjmc 2401.21Sjmc named:*:14: 2411.21Sjmc 2421.22Sjmc to /etc/group and add: 2431.22Sjmc 2441.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 2451.22Sjmc 2461.22Sjmc to master.passwd (use vipw for instance if doing by hand). 2471.22Sjmc 2481.22Sjmc Now a make build should progress. 2491.18Sjmc 2501.18Sjmc20010219: 2511.52Swiz get/setprogname() added. Any hostprogs that may use this will need 2521.20Sjmc to be bootstrapped manually until the host system is current. 2531.18Sjmc 2541.18Sjmc Known problems: sys/arch/macppc/stand/fixcoff 2551.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 2561.19Scgd CFLAGS and rebuilding should work) 2571.20Sjmc usr.sbin/mdsetimage - Build a static copy if 2581.20Sjmc building a snapshot before fully bootstrapped. 2591.15Schristos 2601.15Schristos20010204: 2611.15Schristos prepare the code to compile with stricter gcc flags. in 2621.15Schristos particular start eliminating redundant declarations. Yacc 2631.15Schristos needs to be installed before make build. 2641.10Schristos 2651.10Schristos20010114: 2661.10Schristos introduce .if commands(target) in make(1). You need to 2671.10Schristos bring everything up-to-date first, then without installing 2681.23Stron anything make and install in usr.bin/make, then proceed 2691.10Schristos with make build. 2701.9Ssommerfe 2711.9Ssommerfe20010101: 2721.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 2731.9Ssommerfe afterinstall targets to run too soon; update again. 2741.8Ssommerfe 2751.8Ssommerfe20001230: 2761.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 2771.8Ssommerfe If you get make errors, 2781.8Ssommerfe (cd share/mk; make install) 2791.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 2801.6Sad 2811.6Sad20001019: 2821.7Sad The `ca' device driver has been replaced by `ld'; although the 2831.6Sad major and minor numbers haven't changed, you should update your /dev 2841.6Sad directory. 2851.1Sabs 2861.4Sitojun20000929: 2871.4Sitojun The following make directives are obsoleted. 2881.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 2891.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 2901.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 2911.4Sitojun additional library libcrypto_{idea,rc5}. 2921.1Sabs 2931.1Sabs 2941.1SabsHints for a more successful build: 2951.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2961.2Smrg Build a new kernel first: 2971.2Smrg This makes sure that any new system calls or features 2981.2Smrg expected by the new userland will be present. This 2991.2Smrg helps to avoid critical errors when upgrading. 3001.1Sabs Use object directories: 3011.1Sabs This helps to keep stale object 3021.1Sabs files from polluting the build if a Makefile "forgets" 3031.1Sabs about one. It also makes it easier to clean up after 3041.1Sabs a build. It's also necessary if you want to use the 3051.1Sabs same source tree for multiple machines. 3061.1Sabs To use object directories: 3071.1Sabs a) cd /usr/src ; make cleandir 3081.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 3091.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 3101.1Sabs d) cd /usr/src ; make build 3111.2Smrg Note that running "make obj" in a directory will create 3121.2Smrg in obj.$MACHINE directory. 3131.1Sabs Build to a DESTDIR: 3141.1Sabs This helps to keep old 3151.1Sabs installed files (especially libraries) from interfering 3161.1Sabs with the new build. 3171.1Sabs To build to a DESTDIR, set the DESTDIR environment 3181.2Smrg variable before running make build. It should be set to 3191.2Smrg the pathname of an initially empty directory. 3201.1Sabs Problems: you might need to update critical utilities 3211.1Sabs without using DESTDIR since nothing is executed 3221.1Sabs from what is installed in DESTDIR. 3231.1Sabs (See critical utils, below) 3241.1Sabs Build often: 3251.1Sabs This keeps critical utilities current enough to not choke 3261.1Sabs on any other part of the source tree that depends on up to 3271.1Sabs date functionality. 3281.1Sabs 3291.1SabsWhat to do if things don't work: 3301.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3311.1SabsWhen things don't work there is usually a few things that commonly 3321.1Sabsshould be done. 3331.1Sabs 1) make includes 3341.1Sabs This should be done automatically by make build. 3351.1Sabs 2) cd share/mk && make install 3361.1Sabs Again, automatically done by make build. 3371.1Sabs 3381.1SabsFailsafe rebuild of a small part of the tree: 3391.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3401.1SabsTo make sure you rebuild something correctly you want to do 3411.1Sabssomething like the following: 3421.1Sabs 1) Make sure the includes and .mk files are up to date. 3431.1Sabs 2) Make sure any program used to build the particular 3441.1Sabs utility is up to date. (yacc, lex, etc...) 3451.1Sabs 3) cd ...path/to/util... 3461.1Sabs make cleandir 3471.1Sabs rm ...all obj directories... 3481.1Sabs make cleandir # yes, again 3491.1Sabs make obj 3501.1Sabs make depend && make 3511.1Sabs 3521.1SabsFailsafe rebuild of the entire tree: 3531.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3541.1SabsIf you really want to make sure the source tree is clean and 3551.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 3561.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 3571.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 3581.1Sabs 3591.1Sabs---cut here--- 3601.1Sabs#!/bin/sh 3611.1Sabs. /etc/mk.conf 3621.1Sabs 3631.58Slukemif [ -z $NETBSDSRCDIR ] ; then 3641.58Slukem NETBSDSRCDIR=/usr/src 3651.1Sabsfi 3661.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then 3671.1Sabs echo Unable to find sources 3681.1Sabs exit 1 3691.1Sabsfi 3701.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 3711.1Sabs 3721.1Sabsif [ -z $BSDOBJDIR ] ; then 3731.1Sabs BSDOBJDIR=/usr/obj 3741.1Sabsfi 3751.1Sabsif [ -d $BSDOBJDIR ] ; then 3761.1Sabs rm -rf $BSDOBJDIR 3771.1Sabsfi 3781.1Sabs 3791.58Slukemcd $NETBSDSRCDIR && make cleandir 3801.1Sabs 3811.1Sabs---cut here--- 3821.1Sabs 3831.1SabsCritical utilities: 3841.1Sabs^^^^^^^^^^^^^^^^^^^ 3851.1Sabs gnu/usr.bin/egcs 3861.3Sitojun usr.bin/compile_et 3871.1Sabs usr.bin/make 3881.1Sabs usr.bin/yacc 3891.1Sabs usr.bin/lex 3901.11Slukem usr.bin/xlint 3911.2Smrg usr.sbin/config 3921.1Sabs 3931.34SsimonbOther problems and possible solutions: 3941.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3951.1SabsSymptom:Unreasonable compiler errors. 3961.1SabsFix: Rebuild gnu/usr.bin/egcs 3971.1Sabs 3981.1SabsSymptom:Complaints involving a Makefile. 3991.17SerhFix: Rebuild usr.bin/make: 4001.17Serh cd usr.bin/make && make && make install 4011.17Serh Or, a failsafe method if that doesn't work: 4021.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 4031.17Serh 4041.1SabsFix: Make sure .mk files are up to date. 4051.1Sabs cd share/mk && make install 4061.2Smrg 4071.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 4081.2SmrgFix: Rebuild usr.sbin/config 4091.1Sabs 4101.1SabsSymptom: 4111.1SabsFix: Rebuild usr.bin/yacc 4121.1Sabs 4131.1SabsSymptom: 4141.1SabsFix: Rebuild usr.bin/lex 4151.1Sabs 4161.1SabsSymptom: 4171.1SabsFix: rm /usr/lib/libbfd.a 4181.4Sitojun 4191.4SitojunSymptom:Obsolete intermediate files are used during compilation 4201.4SitojunFix: Try the following sequence of commands in the directory in question. 4211.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 4221.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 4231.4Sitojun may remain. The command tries to clean everything up) 4241.5Swiz 4251.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 4261.5SwizFix: Rebuild and install usr.bin/menuc 4271.12Sitojun 4281.12SitojunSymptom:mklocale not found during build in share/locale/ctype 4291.12SitojunFix: Build and install usr.bin/mklocale 4301.13Sdogcow 4311.13SdogcowSymptom:undefined reference to `__assert13' 4321.13SdogcowFix: Rebuild and install lib/libc 4331.13Sdogcow 4341.19ScgdSymptom:usr.sbin/config fails to build. 4351.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 4361.13Sdogcow 4371.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 4381.19ScgdFix: Rebuild and install lib/libc 4391.24Sabs 4401.24SabsSymptom:lint does not understand the '-X' option 4411.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 442