UPDATING revision 1.53
11.53Smatt$NetBSD: UPDATING,v 1.53 2002/02/24 01:15:21 matt 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.53Smatt20010223: 111.53Smatt Users of the VAX port will need to rebuild and install gas 121.53Smatt so it deal with the now present register prefix used in all 131.53Smatt the VAX assembly files. 141.53Smatt 151.50Sitojun20020118: 161.50Sitojun 171.50Sitojun ntpd user/group has been added. Need to hand add this in or builds 181.50Sitojun will break as mtree aborts early. 191.50Sitojun 201.50Sitojun Add the following into /etc/group: 211.50Sitojun 221.50Sitojun ntpd:*:15: 231.50Sitojun 241.50Sitojun and the following to /etc/master.passwd (via vipw): 251.50Sitojun 261.50Sitojun ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin 271.50Sitojun 281.49Sjmc20011207: 291.49Sjmc 301.49Sjmc If you're attempting to build a snapshot on sparc64 and are getting 311.49Sjmc reloc errors from the toolchain groff binary this means your native 321.49Sjmc toolchain has some broken C++ bits. 331.49Sjmc 341.49Sjmc To fix: 351.49Sjmc 361.49Sjmc Build a new toolchain (i.e. build.sh -t) 371.49Sjmc Use the new toolchain to build and install natively (i.e. /usr/lib) 381.49Sjmc 391.49Sjmc gnu/lib/libgcc 401.51Spooka gnu/lib/libstdc++ 411.49Sjmc 421.49Sjmc After this a snapshot will be able to be built. 431.49Sjmc 441.47Sjmc20011201: 451.47Sjmc In order for a sparc64 build to work you must have a working awk. If 461.47Sjmc you've built and installed a system with the new toolchain up to this 471.52Swiz point you do not have a working awk as its ability to do floating 481.47Sjmc point is broken. 491.47Sjmc 501.47Sjmc To build: 511.47Sjmc 521.47Sjmc remake and install gnu/lib/libgcc 531.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 541.48Sjmc against the new libgcc.a) 551.47Sjmc 561.46Sthorpej20011128: 571.46Sthorpej Kernel config information was changed to use defflag in 581.46Sthorpej the various "files" files. Bug fixes to config(8) are 591.46Sthorpej required in order for this to work properly. Make sure 601.46Sthorpej to build and install in usr.sbin/config before attempting 611.46Sthorpej to build a new kernel. 621.46Sthorpej 631.45Syamt20011030: 641.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 651.45Syamt before building libc. 661.43Smason 671.44Stv20011029: 681.44Stv The new document BUILDING.mdoc (view with nroff | more, or 691.44Stv see pre-generated .txt and .html versions) describes the build 701.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 711.44Stv build process, are intended in the long run to replace this 721.44Stv manual update log. 731.44Stv 741.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 751.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 761.44Stv UPDATING for these systems, as tool updating is taken care of 771.44Stv by the new build system. 781.42Sperry 791.42Sperry20011028: 801.42Sperry src/etc/Makefile now needs install to be able to handle 811.42Sperry symlinks that point to nowhere. A bug in install that 821.42Sperry prevented this was corrected. 831.42Sperry 841.42Sperry Solution: update and reinstall usr.bin/xinstall 851.42Sperry Better Solution: Use the new toolchain and it will just work 861.42Sperry for you. 871.40Slukem 881.40Slukem20011006: 891.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 901.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 911.40Slukem understand the format. 921.40Slukem 931.40Slukem Solution: update and reinstall usr.sbin/mtree 941.39Sjmc 951.39Sjmc20011004: 961.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 971.39Sjmc is suggested before running a snapshot build 981.36Stv 991.35Sthorpej20010915: 1001.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 1011.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 1021.35Sthorpej files that still reference this file. 1031.35Sthorpej 1041.35Sthorpej Solution: "make cleandir && make dependall" in affected 1051.35Sthorpej directories. 1061.31Senami 1071.31Senami20010803: 1081.31Senami grep.info is now built from grep.texi using makeinfo. Since it 1091.31Senami requires makeinfo v4.0, you need to install new texinfo before 1101.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 1111.31Senami the instruction described in 20010726 entry. 1121.30Senami 1131.30Senami20010803: 1141.41Swiz (i386 only): i386 kernel now uses new instructions like 1151.41Swiz `fxsave' which old gas doesn't understand. To build the 1161.52Swiz kernel successfully, you need to build and install new gas 1171.41Swiz (gnu/usr.bin/gas.new), or (temporarily) comment out 1181.41Swiz "options I686_CPU" from your kernel configuration until you 1191.41Swiz rebuilt your userland (and got a new gas). 1201.29Sbjh21 1211.29Sbjh2120010731: 1221.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 1231.29Sbjh21 this will be unable to read symbol tables provided by newer 1241.29Sbjh21 bootloaders. 1251.27Sassar 1261.27Sassar20010726: 1271.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 1281.28Sassar build the included texinfo files, do: 1291.28Sassar 1301.28Sassar cd src/gnu/usr.bin/texinfo 1311.28Sassar make MKINFO=no dependall install 1321.25Sthorpej 1331.25Sthorpej20010718: 1341.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 1351.25Sthorpej was done was to change a -I directive to cc(1), which means 1361.25Sthorpej make(1) will have a stale dependency (it will be checking the 1371.25Sthorpej timestamp on the wrong "dot_init.h"). 1381.25Sthorpej 1391.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 1401.25Sthorpej if you have a stale dependency. 1411.25Sthorpej 1421.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 1431.25Sthorpej before starting your build. 1441.26Sthorpej 1451.26Sthorpej20010628: 1461.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 1471.26Sthorpej in lint(1). If you get a warning/error about a non-portable 1481.26Sthorpej bitfield, update your lint(1) before proceeding. 1491.21Sjmc 1501.21Sjmc20010226: 1511.22Sjmc Added named user/group to system. Need to hand add this in or builds 1521.21Sjmc will break as mtree aborts early. 1531.21Sjmc 1541.21Sjmc To work around add by hand: 1551.21Sjmc 1561.21Sjmc named:*:14: 1571.21Sjmc 1581.22Sjmc to /etc/group and add: 1591.22Sjmc 1601.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 1611.22Sjmc 1621.22Sjmc to master.passwd (use vipw for instance if doing by hand). 1631.22Sjmc 1641.22Sjmc Now a make build should progress. 1651.18Sjmc 1661.18Sjmc20010219: 1671.52Swiz get/setprogname() added. Any hostprogs that may use this will need 1681.20Sjmc to be bootstrapped manually until the host system is current. 1691.18Sjmc 1701.18Sjmc Known problems: sys/arch/macppc/stand/fixcoff 1711.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 1721.19Scgd CFLAGS and rebuilding should work) 1731.20Sjmc usr.sbin/mdsetimage - Build a static copy if 1741.20Sjmc building a snapshot before fully bootstrapped. 1751.15Schristos 1761.15Schristos20010204: 1771.15Schristos prepare the code to compile with stricter gcc flags. in 1781.15Schristos particular start eliminating redundant declarations. Yacc 1791.15Schristos needs to be installed before make build. 1801.10Schristos 1811.10Schristos20010114: 1821.10Schristos introduce .if commands(target) in make(1). You need to 1831.10Schristos bring everything up-to-date first, then without installing 1841.23Stron anything make and install in usr.bin/make, then proceed 1851.10Schristos with make build. 1861.9Ssommerfe 1871.9Ssommerfe20010101: 1881.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 1891.9Ssommerfe afterinstall targets to run too soon; update again. 1901.8Ssommerfe 1911.8Ssommerfe20001230: 1921.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 1931.8Ssommerfe If you get make errors, 1941.8Ssommerfe (cd share/mk; make install) 1951.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 1961.6Sad 1971.6Sad20001019: 1981.7Sad The `ca' device driver has been replaced by `ld'; although the 1991.6Sad major and minor numbers haven't changed, you should update your /dev 2001.6Sad directory. 2011.1Sabs 2021.4Sitojun20000929: 2031.4Sitojun The following make directives are obsoleted. 2041.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 2051.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 2061.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 2071.4Sitojun additional library libcrypto_{idea,rc5}. 2081.1Sabs 2091.1Sabs 2101.1SabsHints for a more successful build: 2111.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2121.2Smrg Build a new kernel first: 2131.2Smrg This makes sure that any new system calls or features 2141.2Smrg expected by the new userland will be present. This 2151.2Smrg helps to avoid critical errors when upgrading. 2161.1Sabs Use object directories: 2171.1Sabs This helps to keep stale object 2181.1Sabs files from polluting the build if a Makefile "forgets" 2191.1Sabs about one. It also makes it easier to clean up after 2201.1Sabs a build. It's also necessary if you want to use the 2211.1Sabs same source tree for multiple machines. 2221.1Sabs To use object directories: 2231.1Sabs a) cd /usr/src ; make cleandir 2241.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 2251.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 2261.1Sabs d) cd /usr/src ; make build 2271.2Smrg Note that running "make obj" in a directory will create 2281.2Smrg in obj.$MACHINE directory. 2291.1Sabs Build to a DESTDIR: 2301.1Sabs This helps to keep old 2311.1Sabs installed files (especially libraries) from interfering 2321.1Sabs with the new build. 2331.1Sabs To build to a DESTDIR, set the DESTDIR environment 2341.2Smrg variable before running make build. It should be set to 2351.2Smrg the pathname of an initially empty directory. 2361.1Sabs Problems: you might need to update critical utilities 2371.1Sabs without using DESTDIR since nothing is executed 2381.1Sabs from what is installed in DESTDIR. 2391.1Sabs (See critical utils, below) 2401.1Sabs Build often: 2411.1Sabs This keeps critical utilities current enough to not choke 2421.1Sabs on any other part of the source tree that depends on up to 2431.1Sabs date functionality. 2441.1Sabs 2451.1SabsWhat to do if things don't work: 2461.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2471.1SabsWhen things don't work there is usually a few things that commonly 2481.1Sabsshould be done. 2491.1Sabs 1) make includes 2501.1Sabs This should be done automatically by make build. 2511.1Sabs 2) cd share/mk && make install 2521.1Sabs Again, automatically done by make build. 2531.1Sabs 2541.1SabsFailsafe rebuild of a small part of the tree: 2551.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2561.1SabsTo make sure you rebuild something correctly you want to do 2571.1Sabssomething like the following: 2581.1Sabs 1) Make sure the includes and .mk files are up to date. 2591.1Sabs 2) Make sure any program used to build the particular 2601.1Sabs utility is up to date. (yacc, lex, etc...) 2611.1Sabs 3) cd ...path/to/util... 2621.1Sabs make cleandir 2631.1Sabs rm ...all obj directories... 2641.1Sabs make cleandir # yes, again 2651.1Sabs make obj 2661.1Sabs make depend && make 2671.1Sabs 2681.1SabsFailsafe rebuild of the entire tree: 2691.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2701.1SabsIf you really want to make sure the source tree is clean and 2711.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 2721.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 2731.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 2741.1Sabs 2751.1Sabs---cut here--- 2761.1Sabs#!/bin/sh 2771.1Sabs. /etc/mk.conf 2781.1Sabs 2791.1Sabsif [ -z $BSDSRCDIR ] ; then 2801.1Sabs BSDSRCDIR=/usr/src 2811.1Sabsfi 2821.1Sabsif [ \! -d $BSDSRCDIR ] ; then 2831.1Sabs echo Unable to find sources 2841.1Sabs exit 1 2851.1Sabsfi 2861.1Sabsfind $BSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 2871.1Sabs 2881.1Sabsif [ -z $BSDOBJDIR ] ; then 2891.1Sabs BSDOBJDIR=/usr/obj 2901.1Sabsfi 2911.1Sabsif [ -d $BSDOBJDIR ] ; then 2921.1Sabs rm -rf $BSDOBJDIR 2931.1Sabsfi 2941.1Sabs 2951.1Sabscd $BSDSRCDIR && make cleandir 2961.1Sabs 2971.1Sabs---cut here--- 2981.1Sabs 2991.1SabsCritical utilities: 3001.1Sabs^^^^^^^^^^^^^^^^^^^ 3011.1Sabs gnu/usr.bin/egcs 3021.3Sitojun usr.bin/compile_et 3031.1Sabs usr.bin/make 3041.1Sabs usr.bin/yacc 3051.1Sabs usr.bin/lex 3061.11Slukem usr.bin/xlint 3071.2Smrg usr.sbin/config 3081.1Sabs 3091.34SsimonbOther problems and possible solutions: 3101.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 3111.1SabsSymptom:Unreasonable compiler errors. 3121.1SabsFix: Rebuild gnu/usr.bin/egcs 3131.1Sabs 3141.1SabsSymptom:Complaints involving a Makefile. 3151.17SerhFix: Rebuild usr.bin/make: 3161.17Serh cd usr.bin/make && make && make install 3171.17Serh Or, a failsafe method if that doesn't work: 3181.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 3191.17Serh 3201.1SabsFix: Make sure .mk files are up to date. 3211.1Sabs cd share/mk && make install 3221.2Smrg 3231.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 3241.2SmrgFix: Rebuild usr.sbin/config 3251.1Sabs 3261.1SabsSymptom: 3271.1SabsFix: Rebuild usr.bin/yacc 3281.1Sabs 3291.1SabsSymptom: 3301.1SabsFix: Rebuild usr.bin/lex 3311.1Sabs 3321.1SabsSymptom: 3331.1SabsFix: rm /usr/lib/libbfd.a 3341.4Sitojun 3351.4SitojunSymptom:Obsolete intermediate files are used during compilation 3361.4SitojunFix: Try the following sequence of commands in the directory in question. 3371.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 3381.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 3391.4Sitojun may remain. The command tries to clean everything up) 3401.5Swiz 3411.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 3421.5SwizFix: Rebuild and install usr.bin/menuc 3431.12Sitojun 3441.12SitojunSymptom:mklocale not found during build in share/locale/ctype 3451.12SitojunFix: Build and install usr.bin/mklocale 3461.13Sdogcow 3471.13SdogcowSymptom:undefined reference to `__assert13' 3481.13SdogcowFix: Rebuild and install lib/libc 3491.13Sdogcow 3501.19ScgdSymptom:usr.sbin/config fails to build. 3511.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 3521.13Sdogcow 3531.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 3541.19ScgdFix: Rebuild and install lib/libc 3551.24Sabs 3561.24SabsSymptom:lint does not understand the '-X' option 3571.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 358