UPDATING revision 1.109
11.109Sdbj$NetBSD: UPDATING,v 1.109 2004/03/14 14:56:00 dbj 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.99Smrg 111.108Sbjh2120040313: 121.108Sbjh21 On acorn32, the opms and qms drivers have been withdrawn, and 131.108Sbjh21 the old wsqms driver is now called qms. Kernel config files 141.108Sbjh21 will need updating. See the ones in sys/arch/acorn32/conf 151.108Sbjh21 for examples. 161.108Sbjh21 171.106Sbjh2120040125: 181.106Sbjh21 On acorn32, the beep and sysbeep devices are no longer 191.106Sbjh21 needed, and will need to be deleted from kernel configuration 201.106Sbjh21 files. 211.105Sbjh21 221.102Sdbj20040109: 231.102Sdbj Compatibility for old ffs superblock layouts has been 241.102Sdbj added, and the restrictive fsck checks have been reenabled 251.102Sdbj when using those layouts. If you have been using -current 261.102Sdbj since 20030402, you may find that fsck again signals fatal 271.109Sdbj superblock mismatches. To work around, make sure you have 281.109Sdbj an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4 291.109Sdbj to complete the filesystem upgrade. A message has 301.109Sdbj been added to the kernel which should detect this problem. 311.109Sdbj See the following discussion for more information: 321.109Sdbj http://mail-index.netbsd.org/current-users/2004/01/11/0022.html 331.102Sdbj 341.99Smrg20031203: 351.100Skeihan New binutils builds may fail due to old dependencies. 361.99Smrg It's necessary to "make cleandir" to ensure that 371.99Smrg the dependencies will be rebuilt correctly. 381.98Swiz 391.98Swiz20031111: 401.98Swiz A newer mkdep is needed. Error noting that is 411.98Swiz cc: Ambiguous abbreviation -- 421.97Slukem 431.97Slukem20031008: 441.97Slukem /usr/include/sys/disklabel_mbr.h was removed. 451.97Slukem It's necessary to "make cleandir" to ensure that 461.97Slukem the dependencies will be rebuilt correctly. 471.96Schristos 481.109Sdbj20031007: 491.109Sdbj A sign exension bug was fixed which set all the high bits 501.109Sdbj of our newly expanded ffs fs_flags. This should only 511.109Sdbj affect users who installed or upgraded in September of 2003. 521.109Sdbj A small utility program was posted to tech-kern which 531.109Sdbj should fix this problem, and a warning message was added 541.109Sdbj to the kernel which should discover and warn about it. See 551.109Sdbj http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html 561.109Sdbj 571.96Schristos20030906: 581.96Schristos With the addition of siginfo support the old signal trampoline 591.96Schristos code has been deprecated to COMPAT_16. Make sure that your running 601.96Schristos kernel has COMPAT_16 enabled before building userland. 611.94Schristos 621.94Schristos20030801: 631.95Swiz With the new openssl, there is some header and library shuffling. 641.94Schristos rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \ 651.95Swiz /usr/lib/libdes* before building. 661.92Swiz 671.92Swiz20030703: 681.92Swiz Texinfo was updated to 4.6. To avoid failures when trying to 691.92Swiz build the included texinfo files, do: 701.92Swiz 711.92Swiz cd src/gnu/usr.bin/texinfo 721.92Swiz make MKINFO=no dependall install 731.90Swiz 741.90Swiz20030630: 751.101Sjunyoung Groff was updated to 1.19; it's probably necessary to do 761.91Swiz cd share/mk && make install 771.90Swiz cd src/gnu/usr.bin/groff 781.90Swiz make MKMAN=no dependall install 791.90Swiz (untested). 801.89Schristos 811.89Schristos20030516: 821.89Schristos Due to bugs in the export handling code, invalid export lines 831.89Schristos were accepted before and caused the kernel to panic when 841.89Schristos mountd got restarted because it freed memory that had already 851.89Schristos been freed. This has been fixed and the kernel checks 861.89Schristos export addresses very strictly. If you upgrade your kernel, 871.89Schristos make sure you also upgrade mountd, because if your export 881.89Schristos file contains lines with an old inet4 address syntax (i.e. 891.89Schristos a.b.c or a.b or a), they will get rejected by the new kernel. 901.87Sbjh21 911.87Sbjh2120030402: 921.87Sbjh21 The superblock layout for FFS was changed. If you have 1.6 931.87Sbjh21 fsck binaries, they will signal a fatal superblock mismatch 941.87Sbjh21 with the first alternate, because they compare too many 951.87Sbjh21 fields (even ones that aren't useful). If possible, upgrade 961.87Sbjh21 your fsck_ffs binary before using a new kernel. 971.87Sbjh21 None of this signals actual filesystem damage. 981.85Satatat 991.85Satatat20030324: 1001.85Satatat sendmail version 8.12.8 was imported. Since sendmail is 1011.85Satatat now setgid to the smmsp group, and runs in "collection" 1021.85Satatat mode for most common activities, there is a new config 1031.85Satatat file called submit.cf that needs to live in /etc/mail. 1041.85Satatat The generic submit.cf sample in /usr/share/sendmail/cf 1051.85Satatat is named netbsd-msp.cf. Upgrading your regular sendmail 1061.85Satatat configuration file is also strongly advised. 1071.85Satatat 1081.85Satatat See the section named "MESSAGE SUBMISSION PROGRAM" in 1091.85Satatat the updated /usr/share/sendmail/README file for more 1101.85Satatat information. 1111.82Swiz 1121.82Swiz20030117: 1131.82Swiz Texinfo was updated to 4.3. To avoid failures when trying to 1141.82Swiz build the included texinfo files, do: 1151.82Swiz 1161.82Swiz cd src/gnu/usr.bin/texinfo 1171.82Swiz make MKINFO=no dependall install 1181.81Slukem 1191.81Slukem20021223: 1201.81Slukem The METALOG format changed slightly, to remove the leading 1211.81Slukem "${DESTDIR}" from path names. 1221.81Slukem This only affects people building with UNPRIVED. 1231.81Slukem For complete safety, remove the DESTDIR entirely and 1241.81Slukem update tools/mtree, before running make build. 1251.88Sitojun 1261.88Sitojun20021219: 1271.88Sitojun CVS repository layout was changed. See the following for details 1281.88Sitojun if you are using (anonymous) cvs to update your tree. 1291.88Sitojun 1301.93Ssalo http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html 1311.80Slukem 1321.80Slukem20021219: 1331.80Slukem install(1) had a '-N dbdir' option added, to specify an 1341.80Slukem alternate location to look up users & groups (instead 1351.80Slukem of the host system passwd(5) and group(5) databases). 1361.80Slukem 1371.80Slukem The build system was modified to take advantage of 1381.80Slukem this option (using ${NETBSDSRCDIR}/etc), so if you 1391.83Skei use USETOOLS==no, you may have to rebuild and 1401.80Slukem reinstall usr.bin/xinstall first. 1411.78Slukem 1421.78Slukem20021130: 1431.78Slukem fparseln(3) moved from libutil to libc. 1441.78Slukem If building to DESTDIR=/, reinstall the includes 1451.78Slukem and rebuild libc: 1461.78Slukem make includes 1471.78Slukem make do-lib-libc 1481.78Slukem If using build.sh, "cd tools/compat && make clean" 1491.78Slukem before rebuilding the tools. 1501.77Slukem 1511.77Slukem20021126: 1521.77Slukem The mk.conf(5) variable SYS_INCLUDE has been deprecated, 1531.77Slukem including the optional "SYS_INCLUDE=symlinks" support. 1541.77Slukem All header files, including <sys/*.h> are copied into 1551.77Slukem /usr/include. 1561.76Sthorpej 1571.76Sthorpej20021121: 1581.76Sthorpej The C run-time support files crtbegin.o and crtend.o 1591.76Sthorpej (and their companions crtbeginS.o and crtendS.o) were 1601.76Sthorpej split up, with new crti.o and crtn.o files resulting. 1611.76Sthorpej This means that libtool needs to be rebuilt once the 1621.76Sthorpej new libraries are installed. The process of rebuilding 1631.76Sthorpej libtool will cause it to automatically notice the new 1641.76Sthorpej required files, but it *must* be rebuilt in order to 1651.76Sthorpej do this. 1661.76Sthorpej 1671.76Sthorpej An out-of-date libtool will result in shared libraries 1681.76Sthorpej which lack _init() and _fini() routines, which means that 1691.76Sthorpej their global contructors/destructors will not be invoked. 1701.75Sthorpej 1711.75Sthorpej20021121: 1721.75Sthorpej A bug related to how ARM ELF objects were tagged has been 1731.75Sthorpej corrected. 1741.75Sthorpej 1751.75Sthorpej NetBSD ARM ELF uses the soft-VFP floating point model by 1761.75Sthorpej default. However, the assembler lacked support for marking 1771.75Sthorpej objects as using the VFP floating point format, and the 1781.79Swiz compiler was not properly passing the flag indicating "soft-VFP" 1791.75Sthorpej to the assembler. 1801.75Sthorpej 1811.75Sthorpej Unfortunately, this means that the linker will now consider 1821.75Sthorpej old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be 1831.75Sthorpej incompatible with new (properly marked) objects. 1841.75Sthorpej 1851.75Sthorpej The problem will only manifest itself if you attempt to compile 1861.75Sthorpej a new program using the fixed toolchain, and link that program 1871.75Sthorpej against old libraries which do not have the proper "softvfp" 1881.75Sthorpej markings. ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES 1891.75Sthorpej WILL CONTINUE TO WORK PROPERLY. 1901.75Sthorpej 1911.75Sthorpej The only work-around for the problem is to recompile all of 1921.75Sthorpej the libraries on the system. The easiest way to do this for 1931.79Swiz system libraries is to install a binary snapshot; they are 1941.93Ssalo generally available on releng.NetBSD.org. Any packages you 1951.75Sthorpej have installed which supply libraries will have to be recompiled 1961.75Sthorpej if you wish to link new programs against those libraries. 1971.75Sthorpej 1981.75Sthorpej If you have questions about this matter, please contact 1991.93Ssalo port-arm@NetBSD.org. 2001.73Sprovos 2011.73Sprovos20021011: 2021.73Sprovos Systrace has been improved to support privilege elevation. 2031.73Sprovos Updating the kernel requires the userland part of systrace 2041.79Swiz to be rebuilt. 2051.72Sthorpej 2061.72Sthorpej20021010: 2071.72Sthorpej The config(8) grammar was changed to allow options to register 2081.72Sthorpej dependencies on attributes, as well as other options. Users 2091.72Sthorpej must update and reinstall usr.sbin/config before building a new 2101.72Sthorpej kernel. 2111.70Sthorpej 2121.70Sthorpej20021009: 2131.70Sthorpej A new attribute dependency syntax was introduced to config(8), 2141.70Sthorpej which is now used by the SCSI configuration description. Users 2151.71Swiz must update and reinstall usr.sbin/config before building a new 2161.70Sthorpej kernel. 2171.69Sthorpej 2181.69Sthorpej20021003: 2191.69Sthorpej Several changes have been made to the autoconfiguration 2201.69Sthorpej framework. Users must update and reinstall usr.sbin/config 2211.69Sthorpej before building a new kernel. 2221.74Sjschauma 2231.74Sjschauma20021001: 2241.74Sjschauma The i386mp branch has been merged. To compile a kernel, users 2251.74Sjschauma will need to add the option 'cpu* at mainbus?' to their configuration 2261.74Sjschauma file. Multiprocessor kernels will need 2271.74Sjschauma ioapic* at mainbus? apid ? 2281.74Sjschauma options MULTIPROCESSOR 2291.74Sjschauma options COM_MPLOCK 2301.68Slukem 2311.68Slukem20020922: 2321.68Slukem MKDYNAMICROOT=yes enabled by default, which means that 2331.68Slukem certain shared libraries are installed into /lib, the shared 2341.68Slukem linker is installed into /libexec, and all programs in /bin 2351.68Slukem and /sbin are dynamically linked. 2361.68Slukem If you do not use "make build", you should ensure that 2371.68Slukem you have the libraries and shared linker in the new locations, 2381.68Slukem with: 2391.68Slukem make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so 2401.67Slukem 2411.67Slukem20020917: 2421.67Slukem USE_NEW_TOOLCHAIN has been replaced with: 2431.67Slukem - TOOLCHAIN_MISSING -- set to "yes" on platforms for which 2441.67Slukem there is no working in-tree toolchain (hppa, ns32k, sh5, 2451.67Slukem x86_64). 2461.67Slukem - EXTERNAL_TOOLCHAIN -- if defined by the user, points to the 2471.79Swiz root of an external toolchain (e.g. /usr/local/gnu). This 2481.67Slukem enables the cross-build framework even for TOOLCHAIN_MISSING 2491.67Slukem platforms. 2501.66Sgehenna 2511.66Sgehenna20020906: 2521.66Sgehenna gehenna-devsw has been merged into the trunk. Need to update and 2531.79Swiz reinstall usr.sbin/config before building the kernel. 2541.65Slukem 2551.65Slukem20020822: 2561.65Slukem Crunched rescue tools (contents of /bin and /sbin, plus others) 2571.65Slukem are now provided in /rescue. 2581.65Slukem 2591.65Slukem To ensure that these are built statically linked (no matter 2601.65Slukem what the setting of LDSTATIC is), use a crunchgen(1) built 2611.65Slukem from sources newer than 20020820 (see the next entry). 2621.65Slukem 2631.65Slukem20020820: 2641.65Slukem crunchgen(1) changed to ensure that the generated program 2651.65Slukem is statically linked. 2661.65Slukem 2671.65Slukem Solution: update and reinstall usr.bin/crunch 2681.84Sgrant 2691.84Sgrant20020605: 2701.84Sgrant smmsp user/group has been added for sendmail. 2711.84Sgrant 2721.84Sgrant Add the following into /etc/group: 2731.84Sgrant 2741.84Sgrant smmsp:*:17: 2751.84Sgrant 2761.84Sgrant and the following to /etc/master.passwd (via vipw): 2771.84Sgrant 2781.84Sgrant smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin 2791.61Sitojun 2801.61Sitojun20020515: 2811.61Sitojun sshd user/group has been added. Need to hand add this in, or sshd 2821.61Sitojun will not let you log in (with default, or UsePrivlegeSeparation=yes) 2831.61Sitojun 2841.61Sitojun Add the following into /etc/group: 2851.61Sitojun 2861.61Sitojun sshd:*:16: 2871.61Sitojun 2881.61Sitojun and the following to /etc/master.passwd (via vipw): 2891.61Sitojun 2901.63Senami sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 2911.61Sitojun 2921.79Swiz Also /var/chroot/sshd directory needs to be present (digged as part of 2931.79Swiz the build process). 2941.60Ssommerfe 2951.60Ssommerfe20020426: 2961.60Ssommerfe NBUILDJOBS obsoleted in favor of just using -j. 2971.59Slukem 2981.59Slukem20020426: 2991.59Slukem etc/postinstall added, which performs various checks for 3001.59Slukem configuration file updates and changes, and can fix most of 3011.59Slukem the problems identified. 3021.59Slukem This should make it much easier to upgrade a system's 3031.59Slukem configuration from earlier systems (as far back as NetBSD 1.5). 3041.56Slukem 3051.56Slukem20020320: 3061.79Swiz <bsd.lib.mk> needs a new install(1) for its "-a cmd" support. 3071.79Swiz Build and install at usr.bin/xinstall before the build. 3081.56Slukem 3091.55Sitojun20020319: 3101.79Swiz Raw IPv6 socket now makes strict checking for sa_family and sa_len 3111.79Swiz on send(2) operation. Be sure to have sbin/rtsol and usr.sbin/rtsold 3121.55Sitojun newer than November 2001 when you upgrade the kernel. 3131.55Sitojun 3141.54Sitojun20020311: 3151.54Sitojun ssh configuration files were moved from /etc to /etc/ssh. Beware 3161.54Sitojun if you restart your machine from remote. Note that sshd.conf needs 3171.54Sitojun to be changed (due to the use of "/etc" inside). 3181.54Sitojun 3191.54Sitojun20020223: 3201.53Smatt Users of the VAX port will need to rebuild and install gas 3211.53Smatt so it deal with the now present register prefix used in all 3221.53Smatt the VAX assembly files. 3231.53Smatt 3241.50Sitojun20020118: 3251.50Sitojun ntpd user/group has been added. Need to hand add this in or builds 3261.50Sitojun will break as mtree aborts early. 3271.50Sitojun 3281.50Sitojun Add the following into /etc/group: 3291.50Sitojun 3301.50Sitojun ntpd:*:15: 3311.50Sitojun 3321.50Sitojun and the following to /etc/master.passwd (via vipw): 3331.50Sitojun 3341.50Sitojun ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin 3351.50Sitojun 3361.49Sjmc20011207: 3371.49Sjmc If you're attempting to build a snapshot on sparc64 and are getting 3381.49Sjmc reloc errors from the toolchain groff binary this means your native 3391.49Sjmc toolchain has some broken C++ bits. 3401.49Sjmc 3411.49Sjmc To fix: 3421.49Sjmc 3431.49Sjmc Build a new toolchain (i.e. build.sh -t) 3441.49Sjmc Use the new toolchain to build and install natively (i.e. /usr/lib) 3451.49Sjmc 3461.49Sjmc gnu/lib/libgcc 3471.51Spooka gnu/lib/libstdc++ 3481.49Sjmc 3491.49Sjmc After this a snapshot will be able to be built. 3501.49Sjmc 3511.47Sjmc20011201: 3521.47Sjmc In order for a sparc64 build to work you must have a working awk. If 3531.47Sjmc you've built and installed a system with the new toolchain up to this 3541.52Swiz point you do not have a working awk as its ability to do floating 3551.47Sjmc point is broken. 3561.47Sjmc 3571.47Sjmc To build: 3581.47Sjmc 3591.47Sjmc remake and install gnu/lib/libgcc 3601.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 3611.48Sjmc against the new libgcc.a) 3621.47Sjmc 3631.46Sthorpej20011128: 3641.46Sthorpej Kernel config information was changed to use defflag in 3651.46Sthorpej the various "files" files. Bug fixes to config(8) are 3661.46Sthorpej required in order for this to work properly. Make sure 3671.46Sthorpej to build and install in usr.sbin/config before attempting 3681.46Sthorpej to build a new kernel. 3691.46Sthorpej 3701.45Syamt20011030: 3711.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 3721.45Syamt before building libc. 3731.43Smason 3741.44Stv20011029: 3751.44Stv The new document BUILDING.mdoc (view with nroff | more, or 3761.44Stv see pre-generated .txt and .html versions) describes the build 3771.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 3781.44Stv build process, are intended in the long run to replace this 3791.44Stv manual update log. 3801.44Stv 3811.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 3821.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 3831.44Stv UPDATING for these systems, as tool updating is taken care of 3841.44Stv by the new build system. 3851.42Sperry 3861.42Sperry20011028: 3871.42Sperry src/etc/Makefile now needs install to be able to handle 3881.42Sperry symlinks that point to nowhere. A bug in install that 3891.42Sperry prevented this was corrected. 3901.42Sperry 3911.42Sperry Solution: update and reinstall usr.bin/xinstall 3921.42Sperry Better Solution: Use the new toolchain and it will just work 3931.42Sperry for you. 3941.40Slukem 3951.40Slukem20011006: 3961.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 3971.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 3981.40Slukem understand the format. 3991.40Slukem 4001.40Slukem Solution: update and reinstall usr.sbin/mtree 4011.39Sjmc 4021.39Sjmc20011004: 4031.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 4041.39Sjmc is suggested before running a snapshot build 4051.36Stv 4061.35Sthorpej20010915: 4071.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 4081.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 4091.35Sthorpej files that still reference this file. 4101.35Sthorpej 4111.35Sthorpej Solution: "make cleandir && make dependall" in affected 4121.35Sthorpej directories. 4131.31Senami 4141.31Senami20010803: 4151.31Senami grep.info is now built from grep.texi using makeinfo. Since it 4161.31Senami requires makeinfo v4.0, you need to install new texinfo before 4171.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 4181.31Senami the instruction described in 20010726 entry. 4191.30Senami 4201.64Ssommerfe20010803: 4211.41Swiz (i386 only): i386 kernel now uses new instructions like 4221.41Swiz `fxsave' which old gas doesn't understand. To build the 4231.64Ssommerfe kernel successfully, you need to build and install a new toolchain, 4241.64Ssommerfe (i.e., build.sh -t) or (temporarily) comment out "options I686_CPU" 4251.64Ssommerfe from your kernel configuration until you rebuild your userland. 4261.64Ssommerfe See 20011029 above and BUILDING file in this directory for more information. 4271.64Ssommerfe [updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled] 4281.29Sbjh21 4291.29Sbjh2120010731: 4301.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 4311.29Sbjh21 this will be unable to read symbol tables provided by newer 4321.29Sbjh21 bootloaders. 4331.27Sassar 4341.27Sassar20010726: 4351.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 4361.28Sassar build the included texinfo files, do: 4371.28Sassar 4381.28Sassar cd src/gnu/usr.bin/texinfo 4391.28Sassar make MKINFO=no dependall install 4401.25Sthorpej 4411.25Sthorpej20010718: 4421.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 4431.25Sthorpej was done was to change a -I directive to cc(1), which means 4441.25Sthorpej make(1) will have a stale dependency (it will be checking the 4451.25Sthorpej timestamp on the wrong "dot_init.h"). 4461.25Sthorpej 4471.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 4481.25Sthorpej if you have a stale dependency. 4491.25Sthorpej 4501.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 4511.25Sthorpej before starting your build. 4521.26Sthorpej 4531.26Sthorpej20010628: 4541.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 4551.26Sthorpej in lint(1). If you get a warning/error about a non-portable 4561.26Sthorpej bitfield, update your lint(1) before proceeding. 4571.21Sjmc 4581.21Sjmc20010226: 4591.22Sjmc Added named user/group to system. Need to hand add this in or builds 4601.21Sjmc will break as mtree aborts early. 4611.21Sjmc 4621.21Sjmc To work around add by hand: 4631.21Sjmc 4641.21Sjmc named:*:14: 4651.21Sjmc 4661.22Sjmc to /etc/group and add: 4671.22Sjmc 4681.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 4691.22Sjmc 4701.22Sjmc to master.passwd (use vipw for instance if doing by hand). 4711.22Sjmc 4721.22Sjmc Now a make build should progress. 4731.18Sjmc 4741.18Sjmc20010219: 4751.52Swiz get/setprogname() added. Any hostprogs that may use this will need 4761.20Sjmc to be bootstrapped manually until the host system is current. 4771.18Sjmc 4781.18Sjmc Known problems: sys/arch/macppc/stand/fixcoff 4791.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 4801.19Scgd CFLAGS and rebuilding should work) 4811.20Sjmc usr.sbin/mdsetimage - Build a static copy if 4821.20Sjmc building a snapshot before fully bootstrapped. 4831.15Schristos 4841.15Schristos20010204: 4851.15Schristos prepare the code to compile with stricter gcc flags. in 4861.15Schristos particular start eliminating redundant declarations. Yacc 4871.15Schristos needs to be installed before make build. 4881.10Schristos 4891.10Schristos20010114: 4901.10Schristos introduce .if commands(target) in make(1). You need to 4911.10Schristos bring everything up-to-date first, then without installing 4921.23Stron anything make and install in usr.bin/make, then proceed 4931.10Schristos with make build. 4941.9Ssommerfe 4951.9Ssommerfe20010101: 4961.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 4971.9Ssommerfe afterinstall targets to run too soon; update again. 4981.8Ssommerfe 4991.8Ssommerfe20001230: 5001.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 5011.8Ssommerfe If you get make errors, 5021.8Ssommerfe (cd share/mk; make install) 5031.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 5041.6Sad 5051.6Sad20001019: 5061.7Sad The `ca' device driver has been replaced by `ld'; although the 5071.6Sad major and minor numbers haven't changed, you should update your /dev 5081.6Sad directory. 5091.1Sabs 5101.4Sitojun20000929: 5111.4Sitojun The following make directives are obsoleted. 5121.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 5131.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 5141.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 5151.4Sitojun additional library libcrypto_{idea,rc5}. 5161.1Sabs 5171.1Sabs 5181.1SabsHints for a more successful build: 5191.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5201.2Smrg Build a new kernel first: 5211.2Smrg This makes sure that any new system calls or features 5221.2Smrg expected by the new userland will be present. This 5231.2Smrg helps to avoid critical errors when upgrading. 5241.1Sabs Use object directories: 5251.1Sabs This helps to keep stale object 5261.1Sabs files from polluting the build if a Makefile "forgets" 5271.1Sabs about one. It also makes it easier to clean up after 5281.1Sabs a build. It's also necessary if you want to use the 5291.1Sabs same source tree for multiple machines. 5301.1Sabs To use object directories: 5311.1Sabs a) cd /usr/src ; make cleandir 5321.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 5331.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 5341.1Sabs d) cd /usr/src ; make build 5351.2Smrg Note that running "make obj" in a directory will create 5361.2Smrg in obj.$MACHINE directory. 5371.1Sabs Build to a DESTDIR: 5381.1Sabs This helps to keep old 5391.1Sabs installed files (especially libraries) from interfering 5401.1Sabs with the new build. 5411.1Sabs To build to a DESTDIR, set the DESTDIR environment 5421.2Smrg variable before running make build. It should be set to 5431.2Smrg the pathname of an initially empty directory. 5441.1Sabs Problems: you might need to update critical utilities 5451.1Sabs without using DESTDIR since nothing is executed 5461.1Sabs from what is installed in DESTDIR. 5471.1Sabs (See critical utils, below) 5481.1Sabs Build often: 5491.1Sabs This keeps critical utilities current enough to not choke 5501.1Sabs on any other part of the source tree that depends on up to 5511.1Sabs date functionality. 5521.1Sabs 5531.1SabsWhat to do if things don't work: 5541.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5551.1SabsWhen things don't work there is usually a few things that commonly 5561.1Sabsshould be done. 5571.1Sabs 1) make includes 5581.1Sabs This should be done automatically by make build. 5591.1Sabs 2) cd share/mk && make install 5601.1Sabs Again, automatically done by make build. 5611.1Sabs 5621.1SabsFailsafe rebuild of a small part of the tree: 5631.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5641.1SabsTo make sure you rebuild something correctly you want to do 5651.1Sabssomething like the following: 5661.1Sabs 1) Make sure the includes and .mk files are up to date. 5671.1Sabs 2) Make sure any program used to build the particular 5681.1Sabs utility is up to date. (yacc, lex, etc...) 5691.1Sabs 3) cd ...path/to/util... 5701.1Sabs make cleandir 5711.1Sabs rm ...all obj directories... 5721.1Sabs make cleandir # yes, again 5731.1Sabs make obj 5741.1Sabs make depend && make 5751.1Sabs 5761.1SabsFailsafe rebuild of the entire tree: 5771.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 5781.1SabsIf you really want to make sure the source tree is clean and 5791.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 5801.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 5811.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 5821.1Sabs 5831.1Sabs---cut here--- 5841.1Sabs#!/bin/sh 5851.1Sabs. /etc/mk.conf 5861.1Sabs 5871.58Slukemif [ -z $NETBSDSRCDIR ] ; then 5881.58Slukem NETBSDSRCDIR=/usr/src 5891.1Sabsfi 5901.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then 5911.1Sabs echo Unable to find sources 5921.1Sabs exit 1 5931.1Sabsfi 5941.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 5951.1Sabs 5961.1Sabsif [ -z $BSDOBJDIR ] ; then 5971.1Sabs BSDOBJDIR=/usr/obj 5981.1Sabsfi 5991.1Sabsif [ -d $BSDOBJDIR ] ; then 6001.1Sabs rm -rf $BSDOBJDIR 6011.1Sabsfi 6021.1Sabs 6031.58Slukemcd $NETBSDSRCDIR && make cleandir 6041.1Sabs 6051.1Sabs---cut here--- 6061.1Sabs 6071.1SabsCritical utilities: 6081.1Sabs^^^^^^^^^^^^^^^^^^^ 6091.1Sabs gnu/usr.bin/egcs 6101.3Sitojun usr.bin/compile_et 6111.1Sabs usr.bin/make 6121.1Sabs usr.bin/yacc 6131.1Sabs usr.bin/lex 6141.11Slukem usr.bin/xlint 6151.2Smrg usr.sbin/config 6161.1Sabs 6171.34SsimonbOther problems and possible solutions: 6181.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 6191.1SabsSymptom:Unreasonable compiler errors. 6201.1SabsFix: Rebuild gnu/usr.bin/egcs 6211.1Sabs 6221.1SabsSymptom:Complaints involving a Makefile. 6231.17SerhFix: Rebuild usr.bin/make: 6241.17Serh cd usr.bin/make && make && make install 6251.17Serh Or, a failsafe method if that doesn't work: 6261.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 6271.17Serh 6281.1SabsFix: Make sure .mk files are up to date. 6291.1Sabs cd share/mk && make install 6301.2Smrg 6311.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 6321.2SmrgFix: Rebuild usr.sbin/config 6331.1Sabs 6341.1SabsSymptom: 6351.1SabsFix: Rebuild usr.bin/yacc 6361.1Sabs 6371.1SabsSymptom: 6381.1SabsFix: Rebuild usr.bin/lex 6391.1Sabs 6401.1SabsSymptom: 6411.1SabsFix: rm /usr/lib/libbfd.a 6421.4Sitojun 6431.4SitojunSymptom:Obsolete intermediate files are used during compilation 6441.4SitojunFix: Try the following sequence of commands in the directory in question. 6451.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 6461.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 6471.4Sitojun may remain. The command tries to clean everything up) 6481.5Swiz 6491.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 6501.5SwizFix: Rebuild and install usr.bin/menuc 6511.12Sitojun 6521.12SitojunSymptom:mklocale not found during build in share/locale/ctype 6531.12SitojunFix: Build and install usr.bin/mklocale 6541.13Sdogcow 6551.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13' 6561.13SdogcowFix: Rebuild and install lib/libc 6571.13Sdogcow 6581.19ScgdSymptom:usr.sbin/config fails to build. 6591.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 6601.13Sdogcow 6611.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 6621.19ScgdFix: Rebuild and install lib/libc 6631.24Sabs 6641.24SabsSymptom:lint does not understand the '-X' option 6651.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 666