UPDATING revision 1.147
11.147Schristos$NetBSD: UPDATING,v 1.147 2006/06/02 19:08:00 christos Exp $ 21.1Sabs 31.123SjmcThis file (UPDATING) is intended to be a brief reference to recent 41.123Sjmcchanges that might cause problems in the build process, and a guide for 51.123Sjmcwhat to do if something doesn't work. 61.1Sabs 71.123SjmcFor a more detailed description of the recommended way to build NetBSD 81.123Sjmcusing build.sh, see the BUILDING file. 91.123Sjmc 101.123SjmcNote that much of the advice in this UPDATING file was written before 111.123Sjmcbuild.sh existed. Nevertheless, the advice here may be useful for 121.123Sjmcworking around specific problems with build.sh. 131.123Sjmc 141.123SjmcSee also: BUILDING, build.sh, Makefile. 151.1Sabs 161.1SabsRecent changes: 171.1Sabs^^^^^^^^^^^^^^^ 181.138Slukem 191.146Spavel20060526: 201.147Schristos The kernel linker scripts for i386 and xen 211.147Schristos (sys/arch/i386/conf/kern.ldscript*) were changed to set the 221.146Spavel load address correctly, for the benefit of MULTIBOOT boot loaders 231.146Spavel (like Grub). If you use a linker (ld) older than from 2006/04/17, it 241.147Schristos will be unable to link the kernel because of a bug and ld will fail 251.147Schristos with an error like: 261.147Schristos ../../../../arch/i386/conf/kern.ldscript:45 \ 271.147Schristos non constant expression for load base 281.147Schristos You need to update at least src/gnu/dist/binutils/ld and recompile 291.147Schristos and install the linker. If using the build.sh script, the easiest 301.147Schristos way is with a "build.sh tools" command, with any other options 311.147Schristos that you use normally. When using build.sh, the linker binary is 321.147Schristos installed as ${TOOLDIR}/bin/i386--netbsdelf-ld. 331.147Schristos 341.145Smartin20060131: 351.145Smartin the protocol between the sparc64 bootloader (ofwboot) and 361.145Smartin the kernel was changed. Before installing a new kernel, 371.145Smartin you need to update ofwboot. After a full build, just copy 381.145Smartin /usr/mdec/ofwboot to /, or do a rebuild of 391.145Smartin src/sys/arch/sparc/stand/ofwboot and install the result to /. 401.145Smartin 411.144Syamt20050917: 421.144Syamt arch/*/conf/std.* was changed to include conf/std, which 431.144Syamt contains MI options previously enabled by default. 441.144Syamt If you have kernel config files which doesn't include 451.144Syamt arch/*/conf/std.*, you need to edit them to include conf/std 461.144Syamt to get the previous configuration. 471.144Syamt 481.143Slukem20050830: 491.143Slukem named.conf was moved from /etc/namedb to /etc. 501.143Slukem postinstall(8) migrates this during interactive use. 511.143Slukem Users of MKUPDATE=yes will need to manually rectify 521.143Slukem this in their DESTDIR. 531.143Slukem 541.142Sdrochner20050825: 551.142Sdrochner Some data structures in sys/device.h, related to interface 561.142Sdrochner attributes and locator names, were changed. config(1) was 571.142Sdrochner modified to emit the new data structures. 581.142Sdrochner Thus usr.bin/config must be updated (and run on the kernel 591.142Sdrochner configuration file) before a new kernel can be built. 601.142Sdrochner 611.139Schristos20050531: 621.141Saugustss genassym.sh(8) was moved to genassym(1). You need to either build 631.141Saugustss tools first or install the version of genassym from /usr/bin before 641.139Schristos you can build a kernel again. 651.139Schristos 661.140Syamt20050520: 671.140Syamt Because a kernfs bug which xentools relies on was fixed, 681.140Syamt xentools up to xentools20-2.0.3nb4 won't work with new kernel. 691.140Syamt 701.138Slukem20050417: 711.138Slukem postinstall(8) was moved from /etc to /usr/sbin and made part 721.138Slukem of the "base" set, to make it easier to invoke after an 731.138Slukem upgrade. 741.138Slukem 751.136Scube20050325: 761.136Scube pcppi(4) was separated in two devices, adding attimer(4). Be sure 771.136Scube to add a config line for an attimer(4) device in your kernel 781.136Scube configuration, or you won't be able to set the pitch of the beep 791.137Scube with wsconsctl. Depending on the default value for the pitch, you 801.137Scube might even not hear any more beep. Also, it is advised to attach both 811.137Scube devices the same way (i.e., both on isa or both on acpi) or the 821.137Scube pcppi(4) device may fail to find the attimer(4) one. 831.136Scube 841.135Sjmc20050211: 851.135Sjmc Fixes to tools/Makefile.gnuhost may cause UPDATE=1 builds in 861.135Sjmc some of the cross tools to fail if they use configure. Some configure's 871.135Sjmc cache the environment passed in and notice the new environment is 881.135Sjmc different and abort. Doing a clean in tools/ should be enough to 891.135Sjmc make a build continue. 901.135Sjmc 911.134Schristos20050109: 921.134Schristos Since su is using pam by default now, make sure that you have 931.134Schristos /etc/pam.d populated (postinstall will do that automatically 941.134Schristos for you). Otherwise su will fail open (i.e. will not require 951.134Schristos a password). 961.134Schristos 971.133Schristos20041229: 981.133Schristos Make had a path resolution bug that manifested itself as not 991.133Schristos being able to install openpam.3. This bug has been fixed, but 1001.133Schristos you might need to rebuild make manually first to get through 1011.133Schristos the build. 1021.133Schristos 1031.130Schristos20041201: 1041.130Schristos Userland programs have been changed to use /dev/bpf instead of 1051.130Schristos /dev/bpfX. You need to create that device by installing a new 1061.131Swiz MAKEDEV and running it, or mv /dev/bpf0 /dev/bpf && rm /dev/bpf[0-9]* 1071.99Smrg 1081.129Sjmc20041006: 1091.129Sjmc 1101.129Sjmc A bug was introduced into /bin/sh (var.c rev 1.35) which causes 1111.129Sjmc variables to not export correctly to subshells in all cases. This 1121.129Sjmc will cause builds to break if that version of /bin/sh is installed 1131.129Sjmc on the system. The proper version of /bin/sh can be verified with: 1141.129Sjmc 1151.129Sjmc ident /bin/sh | grep var 1161.129Sjmc 1171.129Sjmc Any /bin/sh w. version 1.35 will not work and needs to be updated 1181.129Sjmc before attempting a build. 1191.129Sjmc 1201.127Schristos20041001: 1211.127Schristos The ipfilter kernel sources moved from sys/netinet to 1221.127Schristos dist/sys/ipf/netinet. Due to the move some Makefile 1231.127Schristos dependencies are now dangling requiring a make cleandir 1241.128She before they work again (kdump, ktruss, rescue, ipf, and 1251.128She ftp-proxy are the victims). 1261.127Schristos 1271.125Satatat20040715: 1281.125Satatat The rc.d/sendmail script now uses a heuristic to determine 1291.125Satatat if sendmail should be started at boot time. It checks the 1301.125Satatat contents of /etc/mailer.conf, /etc/mail/submit.cf, and the 1311.125Satatat owner and mode of the sendmail binary to see if any changes 1321.125Satatat to the mail infrastructure have been made. If no changes 1331.125Satatat are detected, it will start an SMTP listener. 1341.125Satatat 1351.125Satatat Setting sendmail=NO in /etc/rc.conf will override this. 1361.125Satatat 1371.125Satatat If you are only using sendmail by default and only for 1381.125Satatat local delivery, it is important that you also update your 1391.125Satatat sendmail.cf so that the SMTP listener only listens on the 1401.125Satatat loopback interface. 1411.125Satatat 1421.125Satatat20040715: 1431.125Satatat The method by which athhal-elf.o gets pulled into i386 1441.125Satatat kernel builds has been changed again. The latest version 1451.125Satatat of bsd.files.mk is no longer required. 1461.125Satatat 1471.124Sjmc20040621: 1481.124Sjmc Due to the recent rototill of tools/compat it's crucial one starts 1491.124Sjmc from a clean objdir under tools/*. 1501.124Sjmc 1511.124Sjmc This is mostly due to generated files (yacc and lex sources) needing 1521.125Satatat to be generated with new rules from bsd.hostprog.mk. 1531.124Sjmc 1541.124Sjmc The safest course is to rm -rf all objects under tools before building. 1551.124Sjmc 1561.121Slukem20040516: 1571.121Slukem The end-user modifiable X11 configuration has been moved 1581.121Slukem from /usr/X11R6/lib/X11/<dir> to /etc/X11/<dir>. 1591.121Slukem Ensure that src and xsrc is up to date, and run 1601.121Slukem "make cleandir" in src/x11 before your next build. 1611.121Slukem 1621.126Slukem postinstall currently doesn't migrate the files from 1631.126Slukem /usr/X11R6/lib/X11/* to /etc/X11/* although it does 1641.126Slukem detect that this needs to occur, so you'll have to 1651.126Slukem manually move these files yourself. 1661.126Slukem 1671.119Satatat20040426: 1681.119Satatat Support for the original dynamic sysctl node structure has 1691.119Satatat been removed in favor of the newer layout. This affects 1701.119Satatat consumers of the create and delete interface, as well as 1711.119Satatat the dynamic discovery mechanism. This is believed only to 1721.119Satatat be the sysctl(8) binary itself, at this point in time, so 1731.119Satatat the only effect of this should be that a sysctl binary 1741.119Satatat built from sources dated between 2003/12/04 and 2004/03/24 1751.119Satatat will not work on a kernel built from sources dated after 1761.119Satatat 2004/04/25. If you need a new sysctl binary but build.sh 1771.119Satatat does not work, make sure that your revision of 1781.120Satatat src/sys/sys/sysctl.h is 1.112 (or later), and then the 1791.120Satatat do the following: 1801.119Satatat 1811.120Satatat cd /usr/src (or wherever your source tree is) 1821.120Satatat make USETOOLS=no includes 1831.120Satatat cd lib/libc 1841.120Satatat make USETOOLS=no dependall install 1851.120Satatat cd ../../sbin/sysctl 1861.119Satatat make USETOOLS=no dependall install 1871.119Satatat 1881.122Sitojun If you are using older sysctl binary, GNU autoconf would fail to 1891.122Sitojun identify your machine architecture, and tries to build binary for 1901.122Sitojun "unknown-unknown-netbsd20F" or something like that. if that happens, 1911.122Sitojun make sure to follow the above steps. 1921.122Sitojun 1931.118Sdbj20040425: 1941.118Sdbj The ffs superblock issues listed below under 20040109 and 20030402 1951.118Sdbj are now automatically addressed by the /etc/rc.d/fixsb script or by 1961.118Sdbj sysinst when it checks a a filesystem. The manual fsck_ffs -b16 -c4 1971.118Sdbj invocation mentioned below will continue to work and is now 1981.118Sdbj automated by those scripts. Note that under certain circumstances, 1991.118Sdbj affected filesystems upgraded to a -current kernel first before 2001.118Sdbj upgrading their userland with the fixsb and fsck_ffs fixes may 2011.118Sdbj encounter a 'freeing free inode' panic when writing to the affected 2021.118Sdbj filesystem, so it is a good idea to repair the filesystem as soon as 2031.118Sdbj possible. For more details on the fixsb script, see pr install/25138. 2041.118Sdbj 2051.115Schristos20040418: 2061.121Slukem statfs(2) and friends have been replaced with statvfs(2). Before 2071.115Schristos installing a newly build userland make sure that you are running 2081.115Schristos a newly built kernel with COMPAT_20 set. In addition your libc 2091.115Schristos build might not work (undefined SYS_statfs symbol) because make 2101.115Schristos clean does not know how to remove files it does not know about 2111.116Schristos anymore. Manually remove all generated .S sources and objects 2121.116Schristos from the libc build directory. 2131.115Schristos 2141.114Sjmc20040326: 2151.114Sjmc The method by which athhal-elf.o gets pulled into i386 kernel builds 2161.117Sjmc has been changed. The file is now stored as a uuencoded file in CVS 2171.114Sjmc and the generated Makefile will use the new .uue rules from bsd.file.mk 2181.114Sjmc to build it. 2191.114Sjmc 2201.114Sjmc This means you must have the latest bsd.files.mk installed when 2211.114Sjmc building a kernel without USETOOLS=yes. 2221.114Sjmc 2231.113Sdan20040318: 2241.113Sdan A bug in the cgd(4) blowfish code was corrected, without 2251.113Sdan provision of backwards compatibility, after several public 2261.113Sdan notices over several months. Users of cgd with blowfish cipher 2271.113Sdan ONLY must dump their data before updating their kernels, and 2281.113Sdan recreate cgd's and restore data using the new kernel. See 2291.113Sdan (recent message to current-users, URL when mail-index has updated) 2301.113Sdan 2311.108Sbjh2120040313: 2321.108Sbjh21 On acorn32, the opms and qms drivers have been withdrawn, and 2331.108Sbjh21 the old wsqms driver is now called qms. Kernel config files 2341.108Sbjh21 will need updating. See the ones in sys/arch/acorn32/conf 2351.108Sbjh21 for examples. 2361.108Sbjh21 2371.106Sbjh2120040125: 2381.106Sbjh21 On acorn32, the beep and sysbeep devices are no longer 2391.106Sbjh21 needed, and will need to be deleted from kernel configuration 2401.106Sbjh21 files. 2411.105Sbjh21 2421.102Sdbj20040109: 2431.102Sdbj Compatibility for old ffs superblock layouts has been 2441.102Sdbj added, and the restrictive fsck checks have been reenabled 2451.102Sdbj when using those layouts. If you have been using -current 2461.102Sdbj since 20030402, you may find that fsck again signals fatal 2471.110Sdbj superblock mismatches. To repair, make sure you have 2481.111Ssimonb an updated fsck_ffs and then you can use fsck_ffs -b 16 -c 4 2491.109Sdbj to complete the filesystem upgrade. A message has 2501.111Ssimonb been added to the kernel which should detect this problem. 2511.111Ssimonb See the following discussion for more information: 2521.112Skeihan http://mail-index.NetBSD.org/current-users/2004/01/11/0022.html 2531.102Sdbj 2541.99Smrg20031203: 2551.100Skeihan New binutils builds may fail due to old dependencies. 2561.99Smrg It's necessary to "make cleandir" to ensure that 2571.99Smrg the dependencies will be rebuilt correctly. 2581.98Swiz 2591.98Swiz20031111: 2601.98Swiz A newer mkdep is needed. Error noting that is 2611.98Swiz cc: Ambiguous abbreviation -- 2621.97Slukem 2631.97Slukem20031008: 2641.97Slukem /usr/include/sys/disklabel_mbr.h was removed. 2651.97Slukem It's necessary to "make cleandir" to ensure that 2661.97Slukem the dependencies will be rebuilt correctly. 2671.96Schristos 2681.109Sdbj20031007: 2691.111Ssimonb A sign exension bug was fixed which set all the high bits 2701.111Ssimonb of our newly expanded ffs fs_flags. This should only 2711.111Ssimonb affect users who installed or upgraded in September of 2003. 2721.109Sdbj A small utility program was posted to tech-kern which 2731.111Ssimonb should fix this problem, and a warning message was added 2741.111Ssimonb to the kernel which should discover and warn about it. See 2751.111Ssimonb http://mail-index.NetBSD.org/tech-kern/2003/10/07/0005.html 2761.109Sdbj 2771.96Schristos20030906: 2781.96Schristos With the addition of siginfo support the old signal trampoline 2791.96Schristos code has been deprecated to COMPAT_16. Make sure that your running 2801.96Schristos kernel has COMPAT_16 enabled before building userland. 2811.94Schristos 2821.94Schristos20030801: 2831.95Swiz With the new openssl, there is some header and library shuffling. 2841.94Schristos rm -f /usr/include/des.h /usr/include/kerberosIV/* /lib/libdes* \ 2851.95Swiz /usr/lib/libdes* before building. 2861.92Swiz 2871.92Swiz20030703: 2881.92Swiz Texinfo was updated to 4.6. To avoid failures when trying to 2891.92Swiz build the included texinfo files, do: 2901.92Swiz 2911.92Swiz cd src/gnu/usr.bin/texinfo 2921.92Swiz make MKINFO=no dependall install 2931.90Swiz 2941.90Swiz20030630: 2951.101Sjunyoung Groff was updated to 1.19; it's probably necessary to do 2961.91Swiz cd share/mk && make install 2971.90Swiz cd src/gnu/usr.bin/groff 2981.90Swiz make MKMAN=no dependall install 2991.90Swiz (untested). 3001.89Schristos 3011.89Schristos20030516: 3021.89Schristos Due to bugs in the export handling code, invalid export lines 3031.89Schristos were accepted before and caused the kernel to panic when 3041.89Schristos mountd got restarted because it freed memory that had already 3051.89Schristos been freed. This has been fixed and the kernel checks 3061.89Schristos export addresses very strictly. If you upgrade your kernel, 3071.89Schristos make sure you also upgrade mountd, because if your export 3081.89Schristos file contains lines with an old inet4 address syntax (i.e. 3091.89Schristos a.b.c or a.b or a), they will get rejected by the new kernel. 3101.87Sbjh21 3111.87Sbjh2120030402: 3121.87Sbjh21 The superblock layout for FFS was changed. If you have 1.6 3131.87Sbjh21 fsck binaries, they will signal a fatal superblock mismatch 3141.87Sbjh21 with the first alternate, because they compare too many 3151.87Sbjh21 fields (even ones that aren't useful). If possible, upgrade 3161.87Sbjh21 your fsck_ffs binary before using a new kernel. 3171.87Sbjh21 None of this signals actual filesystem damage. 3181.85Satatat 3191.85Satatat20030324: 3201.85Satatat sendmail version 8.12.8 was imported. Since sendmail is 3211.85Satatat now setgid to the smmsp group, and runs in "collection" 3221.85Satatat mode for most common activities, there is a new config 3231.85Satatat file called submit.cf that needs to live in /etc/mail. 3241.85Satatat The generic submit.cf sample in /usr/share/sendmail/cf 3251.85Satatat is named netbsd-msp.cf. Upgrading your regular sendmail 3261.85Satatat configuration file is also strongly advised. 3271.85Satatat 3281.85Satatat See the section named "MESSAGE SUBMISSION PROGRAM" in 3291.85Satatat the updated /usr/share/sendmail/README file for more 3301.85Satatat information. 3311.82Swiz 3321.82Swiz20030117: 3331.82Swiz Texinfo was updated to 4.3. To avoid failures when trying to 3341.82Swiz build the included texinfo files, do: 3351.82Swiz 3361.82Swiz cd src/gnu/usr.bin/texinfo 3371.82Swiz make MKINFO=no dependall install 3381.81Slukem 3391.81Slukem20021223: 3401.81Slukem The METALOG format changed slightly, to remove the leading 3411.81Slukem "${DESTDIR}" from path names. 3421.81Slukem This only affects people building with UNPRIVED. 3431.81Slukem For complete safety, remove the DESTDIR entirely and 3441.81Slukem update tools/mtree, before running make build. 3451.88Sitojun 3461.88Sitojun20021219: 3471.88Sitojun CVS repository layout was changed. See the following for details 3481.88Sitojun if you are using (anonymous) cvs to update your tree. 3491.88Sitojun 3501.93Ssalo http://mail-index.NetBSD.org/netbsd-announce/2002/12/19/0000.html 3511.80Slukem 3521.80Slukem20021219: 3531.80Slukem install(1) had a '-N dbdir' option added, to specify an 3541.80Slukem alternate location to look up users & groups (instead 3551.80Slukem of the host system passwd(5) and group(5) databases). 3561.80Slukem 3571.80Slukem The build system was modified to take advantage of 3581.80Slukem this option (using ${NETBSDSRCDIR}/etc), so if you 3591.83Skei use USETOOLS==no, you may have to rebuild and 3601.80Slukem reinstall usr.bin/xinstall first. 3611.78Slukem 3621.78Slukem20021130: 3631.78Slukem fparseln(3) moved from libutil to libc. 3641.78Slukem If building to DESTDIR=/, reinstall the includes 3651.78Slukem and rebuild libc: 3661.78Slukem make includes 3671.78Slukem make do-lib-libc 3681.78Slukem If using build.sh, "cd tools/compat && make clean" 3691.78Slukem before rebuilding the tools. 3701.77Slukem 3711.77Slukem20021126: 3721.77Slukem The mk.conf(5) variable SYS_INCLUDE has been deprecated, 3731.77Slukem including the optional "SYS_INCLUDE=symlinks" support. 3741.77Slukem All header files, including <sys/*.h> are copied into 3751.77Slukem /usr/include. 3761.76Sthorpej 3771.76Sthorpej20021121: 3781.76Sthorpej The C run-time support files crtbegin.o and crtend.o 3791.76Sthorpej (and their companions crtbeginS.o and crtendS.o) were 3801.76Sthorpej split up, with new crti.o and crtn.o files resulting. 3811.76Sthorpej This means that libtool needs to be rebuilt once the 3821.76Sthorpej new libraries are installed. The process of rebuilding 3831.76Sthorpej libtool will cause it to automatically notice the new 3841.76Sthorpej required files, but it *must* be rebuilt in order to 3851.76Sthorpej do this. 3861.76Sthorpej 3871.76Sthorpej An out-of-date libtool will result in shared libraries 3881.76Sthorpej which lack _init() and _fini() routines, which means that 3891.76Sthorpej their global contructors/destructors will not be invoked. 3901.75Sthorpej 3911.75Sthorpej20021121: 3921.75Sthorpej A bug related to how ARM ELF objects were tagged has been 3931.75Sthorpej corrected. 3941.75Sthorpej 3951.75Sthorpej NetBSD ARM ELF uses the soft-VFP floating point model by 3961.75Sthorpej default. However, the assembler lacked support for marking 3971.75Sthorpej objects as using the VFP floating point format, and the 3981.79Swiz compiler was not properly passing the flag indicating "soft-VFP" 3991.75Sthorpej to the assembler. 4001.75Sthorpej 4011.75Sthorpej Unfortunately, this means that the linker will now consider 4021.75Sthorpej old (i.e. not marked "softvfp") NetBSD ARM ELF objects to be 4031.75Sthorpej incompatible with new (properly marked) objects. 4041.75Sthorpej 4051.75Sthorpej The problem will only manifest itself if you attempt to compile 4061.75Sthorpej a new program using the fixed toolchain, and link that program 4071.75Sthorpej against old libraries which do not have the proper "softvfp" 4081.75Sthorpej markings. ALL OF YOUR EXISTING BINARIES AND SHARED LIBRARIES 4091.75Sthorpej WILL CONTINUE TO WORK PROPERLY. 4101.75Sthorpej 4111.75Sthorpej The only work-around for the problem is to recompile all of 4121.75Sthorpej the libraries on the system. The easiest way to do this for 4131.79Swiz system libraries is to install a binary snapshot; they are 4141.93Ssalo generally available on releng.NetBSD.org. Any packages you 4151.75Sthorpej have installed which supply libraries will have to be recompiled 4161.75Sthorpej if you wish to link new programs against those libraries. 4171.75Sthorpej 4181.75Sthorpej If you have questions about this matter, please contact 4191.93Ssalo port-arm@NetBSD.org. 4201.73Sprovos 4211.73Sprovos20021011: 4221.73Sprovos Systrace has been improved to support privilege elevation. 4231.73Sprovos Updating the kernel requires the userland part of systrace 4241.79Swiz to be rebuilt. 4251.72Sthorpej 4261.72Sthorpej20021010: 4271.72Sthorpej The config(8) grammar was changed to allow options to register 4281.72Sthorpej dependencies on attributes, as well as other options. Users 4291.72Sthorpej must update and reinstall usr.sbin/config before building a new 4301.72Sthorpej kernel. 4311.70Sthorpej 4321.70Sthorpej20021009: 4331.70Sthorpej A new attribute dependency syntax was introduced to config(8), 4341.70Sthorpej which is now used by the SCSI configuration description. Users 4351.71Swiz must update and reinstall usr.sbin/config before building a new 4361.70Sthorpej kernel. 4371.69Sthorpej 4381.69Sthorpej20021003: 4391.69Sthorpej Several changes have been made to the autoconfiguration 4401.69Sthorpej framework. Users must update and reinstall usr.sbin/config 4411.69Sthorpej before building a new kernel. 4421.74Sjschauma 4431.74Sjschauma20021001: 4441.74Sjschauma The i386mp branch has been merged. To compile a kernel, users 4451.74Sjschauma will need to add the option 'cpu* at mainbus?' to their configuration 4461.74Sjschauma file. Multiprocessor kernels will need 4471.74Sjschauma ioapic* at mainbus? apid ? 4481.74Sjschauma options MULTIPROCESSOR 4491.74Sjschauma options COM_MPLOCK 4501.68Slukem 4511.68Slukem20020922: 4521.68Slukem MKDYNAMICROOT=yes enabled by default, which means that 4531.68Slukem certain shared libraries are installed into /lib, the shared 4541.68Slukem linker is installed into /libexec, and all programs in /bin 4551.68Slukem and /sbin are dynamically linked. 4561.68Slukem If you do not use "make build", you should ensure that 4571.68Slukem you have the libraries and shared linker in the new locations, 4581.68Slukem with: 4591.68Slukem make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so 4601.67Slukem 4611.67Slukem20020917: 4621.67Slukem USE_NEW_TOOLCHAIN has been replaced with: 4631.67Slukem - TOOLCHAIN_MISSING -- set to "yes" on platforms for which 4641.67Slukem there is no working in-tree toolchain (hppa, ns32k, sh5, 4651.67Slukem x86_64). 4661.67Slukem - EXTERNAL_TOOLCHAIN -- if defined by the user, points to the 4671.79Swiz root of an external toolchain (e.g. /usr/local/gnu). This 4681.67Slukem enables the cross-build framework even for TOOLCHAIN_MISSING 4691.67Slukem platforms. 4701.66Sgehenna 4711.66Sgehenna20020906: 4721.66Sgehenna gehenna-devsw has been merged into the trunk. Need to update and 4731.79Swiz reinstall usr.sbin/config before building the kernel. 4741.65Slukem 4751.65Slukem20020822: 4761.65Slukem Crunched rescue tools (contents of /bin and /sbin, plus others) 4771.65Slukem are now provided in /rescue. 4781.65Slukem 4791.65Slukem To ensure that these are built statically linked (no matter 4801.65Slukem what the setting of LDSTATIC is), use a crunchgen(1) built 4811.65Slukem from sources newer than 20020820 (see the next entry). 4821.65Slukem 4831.65Slukem20020820: 4841.65Slukem crunchgen(1) changed to ensure that the generated program 4851.65Slukem is statically linked. 4861.65Slukem 4871.65Slukem Solution: update and reinstall usr.bin/crunch 4881.84Sgrant 4891.84Sgrant20020605: 4901.84Sgrant smmsp user/group has been added for sendmail. 4911.84Sgrant 4921.84Sgrant Add the following into /etc/group: 4931.84Sgrant 4941.84Sgrant smmsp:*:17: 4951.84Sgrant 4961.84Sgrant and the following to /etc/master.passwd (via vipw): 4971.84Sgrant 4981.84Sgrant smmsp:*:17:17::0:0:Sendmail Message Submission Program:/nonexistent:/sbin/nologin 4991.61Sitojun 5001.61Sitojun20020515: 5011.61Sitojun sshd user/group has been added. Need to hand add this in, or sshd 5021.61Sitojun will not let you log in (with default, or UsePrivlegeSeparation=yes) 5031.61Sitojun 5041.61Sitojun Add the following into /etc/group: 5051.61Sitojun 5061.61Sitojun sshd:*:16: 5071.61Sitojun 5081.61Sitojun and the following to /etc/master.passwd (via vipw): 5091.61Sitojun 5101.63Senami sshd:*:16:16::0:0:& pseudo-user:/var/chroot/sshd:/sbin/nologin 5111.61Sitojun 5121.79Swiz Also /var/chroot/sshd directory needs to be present (digged as part of 5131.79Swiz the build process). 5141.60Ssommerfe 5151.60Ssommerfe20020426: 5161.60Ssommerfe NBUILDJOBS obsoleted in favor of just using -j. 5171.59Slukem 5181.59Slukem20020426: 5191.59Slukem etc/postinstall added, which performs various checks for 5201.59Slukem configuration file updates and changes, and can fix most of 5211.59Slukem the problems identified. 5221.59Slukem This should make it much easier to upgrade a system's 5231.59Slukem configuration from earlier systems (as far back as NetBSD 1.5). 5241.56Slukem 5251.56Slukem20020320: 5261.79Swiz <bsd.lib.mk> needs a new install(1) for its "-a cmd" support. 5271.79Swiz Build and install at usr.bin/xinstall before the build. 5281.56Slukem 5291.55Sitojun20020319: 5301.79Swiz Raw IPv6 socket now makes strict checking for sa_family and sa_len 5311.79Swiz on send(2) operation. Be sure to have sbin/rtsol and usr.sbin/rtsold 5321.55Sitojun newer than November 2001 when you upgrade the kernel. 5331.55Sitojun 5341.54Sitojun20020311: 5351.54Sitojun ssh configuration files were moved from /etc to /etc/ssh. Beware 5361.54Sitojun if you restart your machine from remote. Note that sshd.conf needs 5371.54Sitojun to be changed (due to the use of "/etc" inside). 5381.54Sitojun 5391.54Sitojun20020223: 5401.53Smatt Users of the VAX port will need to rebuild and install gas 5411.53Smatt so it deal with the now present register prefix used in all 5421.53Smatt the VAX assembly files. 5431.53Smatt 5441.50Sitojun20020118: 5451.50Sitojun ntpd user/group has been added. Need to hand add this in or builds 5461.50Sitojun will break as mtree aborts early. 5471.50Sitojun 5481.50Sitojun Add the following into /etc/group: 5491.50Sitojun 5501.50Sitojun ntpd:*:15: 5511.50Sitojun 5521.50Sitojun and the following to /etc/master.passwd (via vipw): 5531.50Sitojun 5541.50Sitojun ntpd:*:15:15::0:0:Ntpd pseudo-user:/var/chroot/ntpd:/sbin/nologin 5551.50Sitojun 5561.49Sjmc20011207: 5571.49Sjmc If you're attempting to build a snapshot on sparc64 and are getting 5581.49Sjmc reloc errors from the toolchain groff binary this means your native 5591.49Sjmc toolchain has some broken C++ bits. 5601.49Sjmc 5611.49Sjmc To fix: 5621.49Sjmc 5631.49Sjmc Build a new toolchain (i.e. build.sh -t) 5641.49Sjmc Use the new toolchain to build and install natively (i.e. /usr/lib) 5651.49Sjmc 5661.49Sjmc gnu/lib/libgcc 5671.51Spooka gnu/lib/libstdc++ 5681.49Sjmc 5691.49Sjmc After this a snapshot will be able to be built. 5701.49Sjmc 5711.47Sjmc20011201: 5721.47Sjmc In order for a sparc64 build to work you must have a working awk. If 5731.47Sjmc you've built and installed a system with the new toolchain up to this 5741.52Swiz point you do not have a working awk as its ability to do floating 5751.47Sjmc point is broken. 5761.47Sjmc 5771.47Sjmc To build: 5781.47Sjmc 5791.47Sjmc remake and install gnu/lib/libgcc 5801.47Sjmc remake and install gnu/usr.bin/gawk into /usr/bin (make sure it links 5811.48Sjmc against the new libgcc.a) 5821.47Sjmc 5831.46Sthorpej20011128: 5841.46Sthorpej Kernel config information was changed to use defflag in 5851.46Sthorpej the various "files" files. Bug fixes to config(8) are 5861.46Sthorpej required in order for this to work properly. Make sure 5871.46Sthorpej to build and install in usr.sbin/config before attempting 5881.46Sthorpej to build a new kernel. 5891.46Sthorpej 5901.45Syamt20011030: 5911.45Syamt libc/locale/wcstod.c now needs new lint(1). Update lint(1) 5921.45Syamt before building libc. 5931.43Smason 5941.44Stv20011029: 5951.44Stv The new document BUILDING.mdoc (view with nroff | more, or 5961.44Stv see pre-generated .txt and .html versions) describes the build 5971.44Stv procedure in great detail. BUILDING, and the USE_NEW_TOOLCHAIN 5981.44Stv build process, are intended in the long run to replace this 5991.44Stv manual update log. 6001.44Stv 6011.44Stv Users building a USE_NEW_TOOLCHAIN system should read the 6021.44Stv BUILDING document for caveats. Generally, BUILDING supersedes 6031.44Stv UPDATING for these systems, as tool updating is taken care of 6041.44Stv by the new build system. 6051.42Sperry 6061.42Sperry20011028: 6071.42Sperry src/etc/Makefile now needs install to be able to handle 6081.42Sperry symlinks that point to nowhere. A bug in install that 6091.42Sperry prevented this was corrected. 6101.42Sperry 6111.42Sperry Solution: update and reinstall usr.bin/xinstall 6121.42Sperry Better Solution: Use the new toolchain and it will just work 6131.42Sperry for you. 6141.40Slukem 6151.40Slukem20011006: 6161.40Slukem /etc/mtree/NetBSD.dist has been updated to take advantage of 6171.40Slukem absolute path support added to mtree(8). Older mtree(8)s don't 6181.40Slukem understand the format. 6191.40Slukem 6201.40Slukem Solution: update and reinstall usr.sbin/mtree 6211.39Sjmc 6221.39Sjmc20011004: 6231.39Sjmc Crunchgen has been updated to work via reach-over makefiles. Updating 6241.39Sjmc is suggested before running a snapshot build 6251.36Stv 6261.35Sthorpej20010915: 6271.35Sthorpej The new "ubcperf" code committed by Chuck Silvers removed 6281.35Sthorpej a header file, uvm/uvm_vnode.h. There may be stale .depend 6291.35Sthorpej files that still reference this file. 6301.35Sthorpej 6311.35Sthorpej Solution: "make cleandir && make dependall" in affected 6321.35Sthorpej directories. 6331.31Senami 6341.31Senami20010803: 6351.31Senami grep.info is now built from grep.texi using makeinfo. Since it 6361.31Senami requires makeinfo v4.0, you need to install new texinfo before 6371.31Senami building gnu/usr.bin/grep. To install new texinfo, please follow 6381.31Senami the instruction described in 20010726 entry. 6391.30Senami 6401.64Ssommerfe20010803: 6411.41Swiz (i386 only): i386 kernel now uses new instructions like 6421.111Ssimonb `fxsave' which old gas doesn't understand. To build the 6431.64Ssommerfe kernel successfully, you need to build and install a new toolchain, 6441.64Ssommerfe (i.e., build.sh -t) or (temporarily) comment out "options I686_CPU" 6451.64Ssommerfe from your kernel configuration until you rebuild your userland. 6461.64Ssommerfe See 20011029 above and BUILDING file in this directory for more information. 6471.64Ssommerfe [updated 20020630 since i386 gas moved when USE_NEW_TOOLCHAIN enabled] 6481.29Sbjh21 6491.29Sbjh2120010731: 6501.29Sbjh21 Bootloader update on ELF platforms. DDB in kernels from before 6511.29Sbjh21 this will be unable to read symbol tables provided by newer 6521.29Sbjh21 bootloaders. 6531.27Sassar 6541.27Sassar20010726: 6551.27Sassar Texinfo was updated to 4.0. To avoid failures when trying to 6561.28Sassar build the included texinfo files, do: 6571.28Sassar 6581.28Sassar cd src/gnu/usr.bin/texinfo 6591.28Sassar make MKINFO=no dependall install 6601.25Sthorpej 6611.25Sthorpej20010718: 6621.25Sthorpej Enabled correct .init/.fini processing in crt0. The way this 6631.25Sthorpej was done was to change a -I directive to cc(1), which means 6641.25Sthorpej make(1) will have a stale dependency (it will be checking the 6651.25Sthorpej timestamp on the wrong "dot_init.h"). 6661.25Sthorpej 6671.25Sthorpej The symptom you will see is that new programs die with SIGSEGV 6681.25Sthorpej if you have a stale dependency. 6691.25Sthorpej 6701.25Sthorpej Solution: "make cleandir" in both lib/csu and libexec/ld.elf_so 6711.25Sthorpej before starting your build. 6721.26Sthorpej 6731.26Sthorpej20010628: 6741.26Sthorpej A construct was added to uvm_page.h that uncovered a bug 6751.26Sthorpej in lint(1). If you get a warning/error about a non-portable 6761.26Sthorpej bitfield, update your lint(1) before proceeding. 6771.21Sjmc 6781.21Sjmc20010226: 6791.22Sjmc Added named user/group to system. Need to hand add this in or builds 6801.21Sjmc will break as mtree aborts early. 6811.21Sjmc 6821.21Sjmc To work around add by hand: 6831.21Sjmc 6841.21Sjmc named:*:14: 6851.21Sjmc 6861.22Sjmc to /etc/group and add: 6871.22Sjmc 6881.22Sjmc named:*:14:14::0:0:Named pseudo-user:/var/named:/sbin/nologin 6891.22Sjmc 6901.22Sjmc to master.passwd (use vipw for instance if doing by hand). 6911.22Sjmc 6921.22Sjmc Now a make build should progress. 6931.18Sjmc 6941.18Sjmc20010219: 6951.52Swiz get/setprogname() added. Any hostprogs that may use this will need 6961.111Ssimonb to be bootstrapped manually until the host system is current. 6971.18Sjmc 6981.111Ssimonb Known problems: sys/arch/macppc/stand/fixcoff 6991.19Scgd usr.sbin/config (adding -DMAKE_BOOTSTRAP to 7001.19Scgd CFLAGS and rebuilding should work) 7011.20Sjmc usr.sbin/mdsetimage - Build a static copy if 7021.111Ssimonb building a snapshot before fully bootstrapped. 7031.15Schristos 7041.15Schristos20010204: 7051.15Schristos prepare the code to compile with stricter gcc flags. in 7061.15Schristos particular start eliminating redundant declarations. Yacc 7071.15Schristos needs to be installed before make build. 7081.10Schristos 7091.10Schristos20010114: 7101.10Schristos introduce .if commands(target) in make(1). You need to 7111.10Schristos bring everything up-to-date first, then without installing 7121.23Stron anything make and install in usr.bin/make, then proceed 7131.10Schristos with make build. 7141.9Ssommerfe 7151.9Ssommerfe20010101: 7161.9Ssommerfe bsd.subdir.mk committed 20001230 had a bug which caused 7171.9Ssommerfe afterinstall targets to run too soon; update again. 7181.8Ssommerfe 7191.8Ssommerfe20001230: 7201.8Ssommerfe New share/mk files needed to support .WAIT in SUBDIR variables. 7211.8Ssommerfe If you get make errors, 7221.8Ssommerfe (cd share/mk; make install) 7231.8Ssommerfe Also, PRINTOBJDIR has changed and is now used more heavily. 7241.6Sad 7251.6Sad20001019: 7261.7Sad The `ca' device driver has been replaced by `ld'; although the 7271.6Sad major and minor numbers haven't changed, you should update your /dev 7281.6Sad directory. 7291.1Sabs 7301.4Sitojun20000929: 7311.4Sitojun The following make directives are obsoleted. 7321.4Sitojun MKCRYPTO_RSA NOCRYPTO_RSA NOCRYPTO_RC5 NOCRYPTO_IDEA 7331.4Sitojun By default, RSA is built into libcrypto. IDEA and RC5 will not be 7341.16Swiz built into libcrypto. By using MKCRYPTO_{RC5,IDEA}, you can build 7351.4Sitojun additional library libcrypto_{idea,rc5}. 7361.1Sabs 7371.1Sabs 7381.1SabsHints for a more successful build: 7391.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7401.123Sjmc Use build.sh, but do not use its "expert mode": 7411.132Sjmmv This will automatically build the tools in the 7421.123Sjmc correct order, and it will keep the tools and the 7431.123Sjmc new build products from interfering with the running 7441.123Sjmc system. This will allow you to ignore most of the 7451.123Sjmc other advice in this file. 7461.2Smrg Build a new kernel first: 7471.2Smrg This makes sure that any new system calls or features 7481.2Smrg expected by the new userland will be present. This 7491.2Smrg helps to avoid critical errors when upgrading. 7501.1Sabs Use object directories: 7511.1Sabs This helps to keep stale object 7521.1Sabs files from polluting the build if a Makefile "forgets" 7531.1Sabs about one. It also makes it easier to clean up after 7541.1Sabs a build. It's also necessary if you want to use the 7551.1Sabs same source tree for multiple machines. 7561.123Sjmc To use object directories with build.sh: 7571.123Sjmc a) invoke build.sh with the "-M" or "-O" options. 7581.123Sjmc To use object directories without using build.sh: 7591.1Sabs a) cd /usr/src ; make cleandir 7601.2Smrg b) Add "OBJMACHINE=yes" to /etc/mk.conf 7611.2Smrg c) Add "MKOBJDIRS=yes" to /etc/mk.conf 7621.1Sabs d) cd /usr/src ; make build 7631.2Smrg Note that running "make obj" in a directory will create 7641.2Smrg in obj.$MACHINE directory. 7651.1Sabs Build to a DESTDIR: 7661.123Sjmc This helps to keep old installed files (especially libraries) 7671.123Sjmc from interfering with the new build. 7681.123Sjmc To build to a DESTDIR with build.sh, use the "-D" option. 7691.123Sjmc To build to a DESTDIR without using build.sh, set the DESTDIR 7701.123Sjmc environment variable before running make build. It should be 7711.123Sjmc set to the pathname of an initially empty directory. 7721.123Sjmc Problems: if you do not use build.sh, you might need to 7731.123Sjmc update critical utilities without using DESTDIR since 7741.123Sjmc nothing is executed from what is installed in DESTDIR. 7751.123Sjmc (See critical utils, below.) 7761.1Sabs Build often: 7771.1Sabs This keeps critical utilities current enough to not choke 7781.1Sabs on any other part of the source tree that depends on up to 7791.123Sjmc date functionality. If you use build.sh, you should not have 7801.123Sjmc this problem. 7811.1Sabs 7821.1SabsWhat to do if things don't work: 7831.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7841.1SabsWhen things don't work there is usually a few things that commonly 7851.1Sabsshould be done. 7861.1Sabs 1) make includes 7871.1Sabs This should be done automatically by make build. 7881.1Sabs 2) cd share/mk && make install 7891.1Sabs Again, automatically done by make build. 7901.1Sabs 7911.1SabsFailsafe rebuild of a small part of the tree: 7921.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7931.1SabsTo make sure you rebuild something correctly you want to do 7941.1Sabssomething like the following: 7951.1Sabs 1) Make sure the includes and .mk files are up to date. 7961.1Sabs 2) Make sure any program used to build the particular 7971.1Sabs utility is up to date. (yacc, lex, etc...) 7981.1Sabs 3) cd ...path/to/util... 7991.1Sabs make cleandir 8001.1Sabs rm ...all obj directories... 8011.1Sabs make cleandir # yes, again 8021.1Sabs make obj 8031.1Sabs make depend && make 8041.1Sabs 8051.1SabsFailsafe rebuild of the entire tree: 8061.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 8071.1SabsIf you really want to make sure the source tree is clean and 8081.2Smrgready for a build try the following. Note that sourcing /etc/mk.conf 8091.2Smrg(a make(1) Makefile) in this manner is not right, and will not work 8101.2Smrgfor anyone who uses any make(1) features in /etc/mk.conf. 8111.1Sabs 8121.1Sabs---cut here--- 8131.1Sabs#!/bin/sh 8141.1Sabs. /etc/mk.conf 8151.1Sabs 8161.58Slukemif [ -z $NETBSDSRCDIR ] ; then 8171.58Slukem NETBSDSRCDIR=/usr/src 8181.1Sabsfi 8191.58Slukemif [ \! -d $NETBSDSRCDIR ] ; then 8201.1Sabs echo Unable to find sources 8211.1Sabs exit 1 8221.1Sabsfi 8231.58Slukemfind $NETBSDSRCDIR -name \*.o -o -name obj.\* -o -name obj -exec rm \{\} \; 8241.1Sabs 8251.1Sabsif [ -z $BSDOBJDIR ] ; then 8261.1Sabs BSDOBJDIR=/usr/obj 8271.1Sabsfi 8281.1Sabsif [ -d $BSDOBJDIR ] ; then 8291.1Sabs rm -rf $BSDOBJDIR 8301.1Sabsfi 8311.1Sabs 8321.58Slukemcd $NETBSDSRCDIR && make cleandir 8331.1Sabs 8341.1Sabs---cut here--- 8351.1Sabs 8361.1SabsCritical utilities: 8371.1Sabs^^^^^^^^^^^^^^^^^^^ 8381.3Sitojun usr.bin/compile_et 8391.1Sabs usr.bin/make 8401.1Sabs usr.bin/yacc 8411.1Sabs usr.bin/lex 8421.11Slukem usr.bin/xlint 8431.142Sdrochner usr.bin/config 8441.1Sabs 8451.34SsimonbOther problems and possible solutions: 8461.1Sabs^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 8471.1SabsSymptom:Complaints involving a Makefile. 8481.17SerhFix: Rebuild usr.bin/make: 8491.17Serh cd usr.bin/make && make && make install 8501.111Ssimonb Or, a failsafe method if that doesn't work: 8511.17Serh cd usr.bin/make && cc *.c */*.c -I . -o make && mv make /usr/bin 8521.17Serh 8531.1SabsFix: Make sure .mk files are up to date. 8541.1Sabs cd share/mk && make install 8551.2Smrg 8561.2SmrgSymptom:Kernel `config' fails to configure any kernel, including GENERIC. 8571.142SdrochnerFix: Rebuild usr.bin/config 8581.1Sabs 8591.1SabsSymptom: 8601.1SabsFix: Rebuild usr.bin/yacc 8611.1Sabs 8621.1SabsSymptom: 8631.1SabsFix: Rebuild usr.bin/lex 8641.1Sabs 8651.1SabsSymptom: 8661.1SabsFix: rm /usr/lib/libbfd.a 8671.4Sitojun 8681.4SitojunSymptom:Obsolete intermediate files are used during compilation 8691.4SitojunFix: Try the following sequence of commands in the directory in question. 8701.4Sitojun make cleandir; rm `make print-objdir`; make cleandir; make obj 8711.4Sitojun (If you built the tree without "make obj" in the past, obsolete files 8721.4Sitojun may remain. The command tries to clean everything up) 8731.5Swiz 8741.5SwizSymptom:.../sysinst/run.c:xx: warning: initialization from incompatible pointer type 8751.5SwizFix: Rebuild and install usr.bin/menuc 8761.12Sitojun 8771.12SitojunSymptom:mklocale not found during build in share/locale/ctype 8781.12SitojunFix: Build and install usr.bin/mklocale 8791.13Sdogcow 8801.86SkleinkSymptom:undefined reference to `__assert13' or `__unsetenv13' 8811.13SdogcowFix: Rebuild and install lib/libc 8821.13Sdogcow 8831.142SdrochnerSymptom:usr.bin/config fails to build. 8841.19ScgdFix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile. 8851.13Sdogcow 8861.19ScgdSymptom:undefined reference to `getprogname' or `setprogname' 8871.19ScgdFix: Rebuild and install lib/libc 8881.24Sabs 8891.24SabsSymptom:lint does not understand the '-X' option 8901.24SabsFix: May need to build & install libs with NOLINT=1 before rebuilding lint 891