UPDATING revision 1.47
11.47Sjmc$NetBSD: UPDATING,v 1.47 2001/12/02 03:07:29 jmc 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.47Sjmc20011201: 111.47Sjmc In order for a sparc64 build to work you must have a working awk. If 121.47Sjmc you've built and installed a system with the new toolchain up to this 131.47Sjmc point you do not have a working awk as it's abililty to do floating 141.47Sjmc point is broken. 151.47Sjmc 161.47Sjmc To build: 171.47Sjmc 181.47Sjmc remake and install gnu/lib/libgcc 191.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 201.47Sjmc against the libgcc.a) 211.47Sjmc 221.46Sthorpej20011128: 231.46Sthorpej Kernel config information was changed to use defflag in 241.46Sthorpej the various "files" files. Bug fixes to config(8) are 251.46Sthorpej required in order for this to work properly. Make sure 261.46Sthorpej to build and install in usr.sbin/config before attempting 271.46Sthorpej to build a new kernel. 281.46Sthorpej 291.45Syamt20011030: 301.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 311.45Syamt before building libc. 321.43Smason 331.44Stv20011029: 341.44Stv The new document BUILDING.mdoc (view with nroff | more, or 351.44Stv see pre-generated .txt and .html versions) describes the build 361.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 371.44Stv build process, are intended in the long run to replace this 381.44Stv manual update log. 391.44Stv 401.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 411.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 421.44Stv UPDATING for these systems, as tool updating is taken care of 431.44Stv by the new build system. 441.42Sperry 451.42Sperry20011028: 461.42Sperry src/etc/Makefile now needs install to be able to handle 471.42Sperry symlinks that point to nowhere. A bug in install that 481.42Sperry prevented this was corrected. 491.42Sperry 501.42Sperry Solution: update and reinstall usr.bin/xinstall 511.42Sperry Better Solution: Use the new toolchain and it will just work 521.42Sperry for you. 531.40Slukem 541.40Slukem20011006: 551.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 561.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 571.40Slukem understand the format. 581.40Slukem 591.40Slukem Solution: update and reinstall usr.sbin/mtree 601.39Sjmc 611.39Sjmc20011004: 621.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 631.39Sjmc is suggested before running a snapshot build 641.36Stv 651.35Sthorpej20010915: 661.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 671.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 681.35Sthorpej files that still reference this file. 691.35Sthorpej 701.35Sthorpej Solution: "make cleandir && make dependall" in affected 711.35Sthorpej directories. 721.31Senami 731.31Senami20010803: 741.31Senami grep.info is now built from grep.texi using makeinfo. Since it 751.31Senami requires makeinfo v4.0, you need to install new texinfo before 761.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 771.31Senami the instruction described in 20010726 entry. 781.30Senami 791.30Senami20010803: 801.41Swiz (i386 only): i386 kernel now uses new instructions like 811.41Swiz `fxsave' which old gas doesn't understand. To build the 821.41Swiz kernel successfuly, you need to build and install new gas 831.41Swiz (gnu/usr.bin/gas.new), or (temporarily) comment out 841.41Swiz "options I686_CPU" from your kernel configuration until you 851.41Swiz rebuilt your userland (and got a new gas). 861.29Sbjh21 871.29Sbjh2120010731: 881.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 891.29Sbjh21 this will be unable to read symbol tables provided by newer 901.29Sbjh21 bootloaders. 911.27Sassar 921.27Sassar20010726: 931.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 941.28Sassar build the included texinfo files, do: 951.28Sassar 961.28Sassar cd src/gnu/usr.bin/texinfo 971.28Sassar make MKINFO=no dependall install 981.25Sthorpej 991.25Sthorpej20010718: 1001.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 1011.25Sthorpej was done was to change a -I directive to cc(1), which means 1021.25Sthorpej make(1) will have a stale dependency (it will be checking the 1031.25Sthorpej timestamp on the wrong "dot_init.h"). 1041.25Sthorpej 1051.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 1061.25Sthorpej if you have a stale dependency. 1071.25Sthorpej 1081.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 1091.25Sthorpej before starting your build. 1101.26Sthorpej 1111.26Sthorpej20010628: 1121.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 1131.26Sthorpej in lint(1). If you get a warning/error about a non-portable 1141.26Sthorpej bitfield, update your lint(1) before proceeding. 1151.21Sjmc 1161.21Sjmc20010226: 1171.22Sjmc Added named user/group to system. Need to hand add this in or builds 1181.21Sjmc will break as mtree aborts early. 1191.21Sjmc 1201.21Sjmc To work around add by hand: 1211.21Sjmc 1221.21Sjmc named:*:14: 1231.21Sjmc 1241.22Sjmc to /etc/group and add: 1251.22Sjmc 1261.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 1271.22Sjmc 1281.22Sjmc to master.passwd (use vipw for instance if doing by hand). 1291.22Sjmc 1301.22Sjmc Now a make build should progress. 1311.18Sjmc 1321.18Sjmc20010219: 1331.18Sjmc get/setprogname() added. Any hostprog's that may use this will need 1341.20Sjmc to be bootstrapped manually until the host system is current. 1351.18Sjmc 1361.18Sjmc Known problems: sys/arch/macppc/stand/fixcoff 1371.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 1381.19Scgd CFLAGS and rebuilding should work) 1391.20Sjmc usr.sbin/mdsetimage - Build a static copy if 1401.20Sjmc building a snapshot before fully bootstrapped. 1411.15Schristos 1421.15Schristos20010204: 1431.15Schristos prepare the code to compile with stricter gcc flags. in 1441.15Schristos particular start eliminating redundant declarations. Yacc 1451.15Schristos needs to be installed before make build. 1461.10Schristos 1471.10Schristos20010114: 1481.10Schristos introduce .if commands(target) in make(1). You need to 1491.10Schristos bring everything up-to-date first, then without installing 1501.23Stron anything make and install in usr.bin/make, then proceed 1511.10Schristos with make build. 1521.9Ssommerfe 1531.9Ssommerfe20010101: 1541.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 1551.9Ssommerfe afterinstall targets to run too soon; update again. 1561.8Ssommerfe 1571.8Ssommerfe20001230: 1581.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 1591.8Ssommerfe If you get make errors, 1601.8Ssommerfe (cd share/mk; make install) 1611.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 1621.6Sad 1631.6Sad20001019: 1641.7Sad The `ca' device driver has been replaced by `ld'; although the 1651.6Sad major and minor numbers haven't changed, you should update your /dev 1661.6Sad directory. 1671.1Sabs 1681.4Sitojun20000929: 1691.4Sitojun The following make directives are obsoleted. 1701.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 1711.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 1721.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 1731.4Sitojun additional library libcrypto_{idea,rc5}. 1741.1Sabs 1751.1Sabs 1761.1SabsHints for a more successful build: 1771.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 1781.2Smrg Build a new kernel first: 1791.2Smrg This makes sure that any new system calls or features 1801.2Smrg expected by the new userland will be present. This 1811.2Smrg helps to avoid critical errors when upgrading. 1821.1Sabs Use object directories: 1831.1Sabs This helps to keep stale object 1841.1Sabs files from polluting the build if a Makefile "forgets" 1851.1Sabs about one. It also makes it easier to clean up after 1861.1Sabs a build. It's also necessary if you want to use the 1871.1Sabs same source tree for multiple machines. 1881.1Sabs To use object directories: 1891.1Sabs a) cd /usr/src ; make cleandir 1901.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 1911.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 1921.1Sabs d) cd /usr/src ; make build 1931.2Smrg Note that running "make obj" in a directory will create 1941.2Smrg in obj.$MACHINE directory. 1951.1Sabs Build to a DESTDIR: 1961.1Sabs This helps to keep old 1971.1Sabs installed files (especially libraries) from interfering 1981.1Sabs with the new build. 1991.1Sabs To build to a DESTDIR, set the DESTDIR environment 2001.2Smrg variable before running make build. It should be set to 2011.2Smrg the pathname of an initially empty directory. 2021.1Sabs Problems: you might need to update critical utilities 2031.1Sabs without using DESTDIR since nothing is executed 2041.1Sabs from what is installed in DESTDIR. 2051.1Sabs (See critical utils, below) 2061.1Sabs Build often: 2071.1Sabs This keeps critical utilities current enough to not choke 2081.1Sabs on any other part of the source tree that depends on up to 2091.1Sabs date functionality. 2101.1Sabs 2111.1SabsWhat to do if things don't work: 2121.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2131.1SabsWhen things don't work there is usually a few things that commonly 2141.1Sabsshould be done. 2151.1Sabs 1) make includes 2161.1Sabs This should be done automatically by make build. 2171.1Sabs 2) cd share/mk && make install 2181.1Sabs Again, automatically done by make build. 2191.1Sabs 2201.1SabsFailsafe rebuild of a small part of the tree: 2211.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2221.1SabsTo make sure you rebuild something correctly you want to do 2231.1Sabssomething like the following: 2241.1Sabs 1) Make sure the includes and .mk files are up to date. 2251.1Sabs 2) Make sure any program used to build the particular 2261.1Sabs utility is up to date. (yacc, lex, etc...) 2271.1Sabs 3) cd ...path/to/util... 2281.1Sabs make cleandir 2291.1Sabs rm ...all obj directories... 2301.1Sabs make cleandir # yes, again 2311.1Sabs make obj 2321.1Sabs make depend && make 2331.1Sabs 2341.1SabsFailsafe rebuild of the entire tree: 2351.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2361.1SabsIf you really want to make sure the source tree is clean and 2371.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 2381.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 2391.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 2401.1Sabs 2411.1Sabs---cut here--- 2421.1Sabs#!/bin/sh 2431.1Sabs. /etc/mk.conf 2441.1Sabs 2451.1Sabsif [ -z $BSDSRCDIR ] ; then 2461.1Sabs BSDSRCDIR=/usr/src 2471.1Sabsfi 2481.1Sabsif [ \! -d $BSDSRCDIR ] ; then 2491.1Sabs echo Unable to find sources 2501.1Sabs exit 1 2511.1Sabsfi 2521.1Sabsfind $BSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 2531.1Sabs 2541.1Sabsif [ -z $BSDOBJDIR ] ; then 2551.1Sabs BSDOBJDIR=/usr/obj 2561.1Sabsfi 2571.1Sabsif [ -d $BSDOBJDIR ] ; then 2581.1Sabs rm -rf $BSDOBJDIR 2591.1Sabsfi 2601.1Sabs 2611.1Sabscd $BSDSRCDIR && make cleandir 2621.1Sabs 2631.1Sabs---cut here--- 2641.1Sabs 2651.1SabsCritical utilities: 2661.1Sabs^^^^^^^^^^^^^^^^^^^ 2671.1Sabs gnu/usr.bin/egcs 2681.3Sitojun usr.bin/compile_et 2691.1Sabs usr.bin/make 2701.1Sabs usr.bin/yacc 2711.1Sabs usr.bin/lex 2721.11Slukem usr.bin/xlint 2731.2Smrg usr.sbin/config 2741.1Sabs 2751.34SsimonbOther problems and possible solutions: 2761.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2771.1SabsSymptom:Unreasonable compiler errors. 2781.1SabsFix: Rebuild gnu/usr.bin/egcs 2791.1Sabs 2801.1SabsSymptom:Complaints involving a Makefile. 2811.17SerhFix: Rebuild usr.bin/make: 2821.17Serh cd usr.bin/make && make && make install 2831.17Serh Or, a failsafe method if that doesn't work: 2841.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 2851.17Serh 2861.1SabsFix: Make sure .mk files are up to date. 2871.1Sabs cd share/mk && make install 2881.2Smrg 2891.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 2901.2SmrgFix: Rebuild usr.sbin/config 2911.1Sabs 2921.1SabsSymptom: 2931.1SabsFix: Rebuild usr.bin/yacc 2941.1Sabs 2951.1SabsSymptom: 2961.1SabsFix: Rebuild usr.bin/lex 2971.1Sabs 2981.1SabsSymptom: 2991.1SabsFix: rm /usr/lib/libbfd.a 3001.4Sitojun 3011.4SitojunSymptom:Obsolete intermediate files are used during compilation 3021.4SitojunFix: Try the following sequence of commands in the directory in question. 3031.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 3041.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 3051.4Sitojun may remain. The command tries to clean everything up) 3061.5Swiz 3071.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 3081.5SwizFix: Rebuild and install usr.bin/menuc 3091.12Sitojun 3101.12SitojunSymptom:mklocale not found during build in share/locale/ctype 3111.12SitojunFix: Build and install usr.bin/mklocale 3121.13Sdogcow 3131.13SdogcowSymptom:undefined reference to `__assert13' 3141.13SdogcowFix: Rebuild and install lib/libc 3151.13Sdogcow 3161.19ScgdSymptom:usr.sbin/config fails to build. 3171.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 3181.13Sdogcow 3191.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 3201.19ScgdFix: Rebuild and install lib/libc 3211.24Sabs 3221.24SabsSymptom:lint does not understand the '-X' option 3231.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 324