From owner-freebsd-bugs Fri Oct 20 9:40:26 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 214E937B4D7 for ; Fri, 20 Oct 2000 09:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA65159; Fri, 20 Oct 2000 09:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5A0FC37B4C5; Fri, 20 Oct 2000 09:30:30 -0700 (PDT) Message-Id: <20001020163030.5A0FC37B4C5@hub.freebsd.org> Date: Fri, 20 Oct 2000 09:30:30 -0700 (PDT) From: lazaro@online.no, salem@statoil.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/22153: make installworld error when upgrading from 3.1-RELEASE to 3.5.1-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22153 >Category: i386 >Synopsis: make installworld error when upgrading from 3.1-RELEASE to 3.5.1-RELEASE >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 20 09:40:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Lazaro D. Salem >Release: 3.5.1R >Organization: none >Environment: FreeBSD gateway.mydomain 3.5.1-RELEASE FreeBSD 3.5.1-RELEASE #0: Mon Oct 16 21:26:24 GMT 2000 root@gateway.mydomain:/usr/src/sys/compile/GENERIC i386 >Description: From a fresh installed 3.1-RELEASE box (w/uncommented NOPROFILE=true and CFLAGS="-O -pipe" in /etc/make.conf), I downloaded and installed the 3.5.1-RELEASE source tree. Then I proceeded to make install & build-world as follows: cd /usr/obj && chflags -R noschg * && rm -rf * cd /usr/src && make buildworld && shutdown now Then From single user mode: fsck -p && mount -u / && mount -a -t ufs && swapon -a #Install the source: cd /usr/src && / make installworld && / cp -Rp /etc /etc.pre-mergemaster /usr/sbin/mergemaster -v When finished, # Update /dev: # if updating using mergemaster, MAKEDEV has been taken care of: cd /dev ./MAKEDEV all ./MAKEDEV wd0s3a ./MAKEDEV wd0s3b ./MAKEDEV wd0s3c ./MAKEDEV wd0s3d ./MAKEDEV wd0s3e ./MAKEDEV wd0s3f ./MAKEDEV wd0s3g ./MAKEDEV wd0s3h ./MAKEDEV acd0a ./MAKEDEV acd0c ./MAKEDEV acd1a ./MAKEDEV acd1c #Update /stand: cd /usr/src/release/sysinstall make all install Then I compiled and install a new kernel (GENERIC): cd /usr/src/sys/i386/conf PIKERNEL="3.3R-GENERIC" MYKERNEL="GENERIC" cp -p /kernel /kernel.${PIKERNEL}.`date + %Y%m%d_%H%M` cd /usr/src/sys/i386/conf && \ /usr/sbin/config ${MYKERNEL} && \ cd ../../compile/${MYKERNEL} && \ make clean && \ make depend && \ make && \ make install && \ And rebooted the machine. The machine restarted running the 3.5.1R GENERIC kernel (see uname -a output), although some files when "find / -type f -ls" showed a 3.3R date). I tried "make installworld" and redowloaded the source several times but got always the same error at the make installworld stage. A complete "script" log of the make buildworld installworld is available upon request and is 285193 bytes in zipped form. What follows is an exerpt of the most relevant messages: ----------------------------------------------------------------------- Script started on Tue Oct 17 07:51:28 2000 # cd /usr/src ; date ; make buildworld ; date ; cd /usr/src ; make installworld ; uname -a Tue Oct 17 07:53:23 GMT 2000 -------------------------------------------------------------- >How-To-Repeat: 1) Start from a fresh 3.1-R box (no additional config except in /etc/make.conf) installed from the official CD. 2) Install (as root) The 3.5.1-R source tree (from ftp site) : ./install all ; shutdown now cd /usr/src make buildworld .... as described in the handbook for FreeBSD previous to 4.x make installworld >Fix: I do not know, but this might be aclue: I could detect something weird in the original src files (I checked also the files as of October 2000). I accidentally discovered this if one "cat" the ssys.?? > ssys.tgz gets a warning message from gzip (trailing garbage). Also, the file file ssys.bi has not the std size (240000 bytes?) although there here is a ssys.bj!! I never seen this before. I also tried to compile a GENERIC + ISDN kernel but got errors at the isdn link stage (sppattach) but this may be related to this PR so I wait. Also when cat >Release-Note: >Audit-Trail: >Unformatted: >>> Cleaning up the temporary elf build tree -------------------------------------------------------------- mkdir -p /usr/obj/usr/src/tmp chflags -R noschg /usr/obj/usr/src/tmp/ rm -rf /usr/obj/usr/src/tmp -------------------------------------------------------------- >>> Making make -------------------------------------------------------------- mkdir -p /usr/obj/usr/src/tmp/usr/bin /usr/obj/usr/src/tmp/make .... [lots of ouput] -------------------------------------------------------------- >>> Cleaning up the temporary elf build tree -------------------------------------------------------------- .... [lots of ouput] -------------------------------------------------------------- >>> Making make -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Making mtree -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Cleaning up the elf obj tree -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding the elf obj tree -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding elf bootstrap tools -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding tools necessary to build the include files -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding /usr/include -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding bootstrap libraries -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding tools needed to build libraries -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Rebuilding all other tools needed to build the elf world -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Building elf libraries -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Building everything.. -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Making hierarchy -------------------------------------------------------------- ... -------------------------------------------------------------- >>> Installing everything.. -------------------------------------------------------------- ... ... ... install -c -o root -g wheel -m 444 c2ph.1.gz /usr/share/man/man1 ===> gnu/usr.bin/perl/utils/h2ph install -c -o root -g wheel -m 555 h2ph /usr/bin install -c -o root -g wheel -m 444 h2ph.1.gz /usr/share/man/man1 cd /usr/include; miniperl /usr/obj/usr/src/gnu/usr.bin/perl/utils/h2ph/h2ph -d /usr/libdata/perl/5.00503/mach * */* a.out.h -> a.out.ph aio.h -> aio.ph alias.h -> alias.ph ar.h -> ar.ph Skipping directory `arpa' assert.h -> assert.ph bitstring.h -> bitstring.ph calendar.h -> calendar.ph Skipping directory `cam' camlib.h -> camlib.ph com_err.h -> com_err.ph com_right.h -> com_right.ph ctype.h -> ctype.ph curses.h -> curses.ph db.h -> db.ph Skipping directory `dev' devstat.h -> devstat.ph dialog.h -> dialog.ph dirent.h -> dirent.ph disktab.h -> disktab.ph dlfcn.h -> dlfcn.ph elf.h -> elf.ph err.h -> err.ph errno.h -> errno.ph f2c.h -> f2c.ph fcntl.h -> fcntl.ph fetch.h -> fetch.ph fetch_err.h -> fetch_err.ph float.h -> float.ph floatingpoint.h -> floatingpoint.ph fnmatch.h -> fnmatch.ph fstab.h -> fstab.ph ftpio.h -> ftpio.ph fts.h -> fts.ph Skipping directory `g++' glob.h -> glob.ph gmp.h -> gmp.ph gnuregex.h -> gnuregex.ph grp.h -> grp.ph histedit.h -> histedit.ph ieeefp.h -> ieeefp.ph inttypes.h -> inttypes.ph iso646.h -> iso646.ph Skipping directory `isofs' kvm.h -> kvm.ph libatm.h -> libatm.ph libdisk.h -> libdisk.ph libutil.h -> libutil.ph limits.h -> limits.ph link.h -> link.ph linker_set.h -> linker_set.ph locale.h -> locale.ph login_cap.h -> login_cap.ph Skipping directory `machine' malloc.h -> malloc.ph math.h -> math.ph md2.h -> md2.ph md4.h -> md4.ph md5.h -> md5.ph memory.h -> memory.ph mp.h -> mp.ph mpool.h -> mpool.ph mqueue.h -> mqueue.ph Skipping directory `msdosfs' ncurses.h -> ncurses.ph ndbm.h -> ndbm.ph Skipping directory `net' Skipping directory `netatalk' Skipping directory `netatm' netdb.h -> netdb.ph Skipping directory `netgraph' netgraph.h -> netgraph.ph Skipping directory `netinet' Skipping directory `netinet6' Skipping directory `netipx' Skipping directory `netkey' Skipping directory `netncp' Skipping directory `netns' Skipping directory `nfs' nl_types.h -> nl_types.ph nlist.h -> nlist.ph nterm.h -> nterm.ph Skipping directory `ntfs' Skipping directory `nwfs' Skipping directory `objc' objformat.h -> objformat.ph Skipping directory `openssl' opie.h -> opie.ph osreldate.h -> osreldate.ph paths.h -> paths.ph pcap-int.h -> pcap-int.ph pcap-namedb.h -> pcap-namedb.ph pcap.h -> pcap.ph Skipping directory `pccard' poll.h -> poll.ph Skipping directory `posix4' Skipping directory `protocols' pthread.h -> pthread.ph pthread_np.h -> pthread_np.ph pwd.h -> pwd.ph radlib.h -> radlib.ph ranlib.h -> ranlib.ph Skipping directory `readline' regex.h -> regex.ph regexp.h -> regexp.ph resolv.h -> resolv.ph Skipping directory `rpc' Skipping directory `rpcsvc' rune.h -> rune.ph runetype.h -> runetype.ph sched.h -> sched.ph Skipping directory `security' semaphore.h -> semaphore.ph setjmp.h -> setjmp.ph sgtty.h -> sgtty.ph signal.h -> signal.ph skey.h -> skey.ph Skipping directory `ss' stab.h -> stab.ph stand.h -> stand.ph stdarg.h -> stdarg.ph stddef.h -> stddef.ph stdio.h -> stdio.ph stdlib.h -> stdlib.ph strhash.h -> strhash.ph string.h -> string.ph stringlist.h -> stringlist.ph strings.h -> strings.ph struct.h -> struct.ph Skipping directory `sys' sysexits.h -> sysexits.ph syslog.h -> syslog.ph taclib.h -> taclib.ph tar.h -> tar.ph tcpd.h -> tcpd.ph term.h -> term.ph termcap.h -> termcap.ph termios.h -> termios.ph time.h -> time.ph timers.h -> timers.ph ttyent.h -> ttyent.ph ucontext.h -> ucontext.ph Can't open ucontext.h: No such file or directory Skipping directory `ufs' unctrl.h -> unctrl.ph unistd.h -> unistd.ph utime.h -> utime.ph utmp.h -> utmp.ph values.h -> values.ph varargs.h -> varargs.ph vgl.h -> vgl.ph vis.h -> vis.ph Skipping directory `vm' zconf.h -> zconf.ph zlib.h -> zlib.ph arpa/ftp.h -> arpa/ftp.ph arpa/inet.h -> arpa/inet.ph arpa/nameser.h -> arpa/nameser.ph arpa/nameser_compat.h -> arpa/nameser_compat.ph arpa/telnet.h -> arpa/telnet.ph arpa/tftp.h -> arpa/tftp.ph cam/cam.h -> cam/cam.ph cam/cam_ccb.h -> cam/cam_ccb.ph cam/cam_conf.h -> cam/cam_conf.ph cam/cam_debug.h -> cam/cam_debug.ph cam/cam_extend.h -> cam/cam_extend.ph cam/cam_periph.h -> cam/cam_periph.ph cam/cam_queue.h -> cam/cam_queue.ph cam/cam_sim.h -> cam/cam_sim.ph cam/cam_xpt.h -> cam/cam_xpt.ph cam/cam_xpt_periph.h -> cam/cam_xpt_periph.ph cam/cam_xpt_sim.h -> cam/cam_xpt_sim.ph Skipping directory `cam/scsi' Skipping directory `dev/ppbus' Skipping directory `dev/usb' g++/ACG.h -> g++/ACG.ph g++/AllocRing.h -> g++/AllocRing.ph g++/Binomial.h -> g++/Binomial.ph g++/BitSet.h -> g++/BitSet.ph g++/BitString.h -> g++/BitString.ph g++/Complex.h -> g++/Complex.ph g++/DLList.h -> g++/DLList.ph g++/DiscUnif.h -> g++/DiscUnif.ph g++/Erlang.h -> g++/Erlang.ph g++/Fix.h -> g++/Fix.ph g++/Fix16.h -> g++/Fix16.ph g++/Fix24.h -> g++/Fix24.ph g++/FlexLexer.h -> g++/FlexLexer.ph g++/Geom.h -> g++/Geom.ph g++/GetOpt.h -> g++/GetOpt.ph g++/HypGeom.h -> g++/HypGeom.ph g++/Incremental.h -> g++/Incremental.ph g++/Integer.h -> g++/Integer.ph g++/LogNorm.h -> g++/LogNorm.ph g++/MLCG.h -> g++/MLCG.ph g++/NegExp.h -> g++/NegExp.ph g++/Normal.h -> g++/Normal.ph g++/Obstack.h -> g++/Obstack.ph g++/Pix.h -> g++/Pix.ph g++/PlotFile.h -> g++/PlotFile.ph g++/Poisson.h -> g++/Poisson.ph g++/RNG.h -> g++/RNG.ph g++/Random.h -> g++/Random.ph g++/Rational.h -> g++/Rational.ph g++/Regex.h -> g++/Regex.ph g++/RndInt.h -> g++/RndInt.ph g++/SFile.h -> g++/SFile.ph g++/SLList.h -> g++/SLList.ph g++/SmplHist.h -> g++/SmplHist.ph g++/SmplStat.h -> g++/SmplStat.ph g++/String.h -> g++/String.ph g++/Uniform.h -> g++/Uniform.ph g++/Weibull.h -> g++/Weibull.ph g++/_G_config.h -> g++/_G_config.ph g++/algo.h -> g++/algo.ph g++/algobase.h -> g++/algobase.ph g++/bitdo1.h -> g++/bitdo1.ph g++/bitdo2.h -> g++/bitdo2.ph g++/bitprims.h -> g++/bitprims.ph g++/bool.h -> g++/bool.ph g++/builtin.h -> g++/builtin.ph g++/builtinbuf.h -> g++/builtinbuf.ph g++/bvector.h -> g++/bvector.ph g++/compare.h -> g++/compare.ph g++/complex.h -> g++/complex.ph g++/defalloc.h -> g++/defalloc.ph g++/deque.h -> g++/deque.ph g++/editbuf.h -> g++/editbuf.ph g++/faralloc.h -> g++/faralloc.ph g++/fdeque.h -> g++/fdeque.ph g++/flist.h -> g++/flist.ph g++/floatio.h -> g++/floatio.ph g++/fmap.h -> g++/fmap.ph g++/fmultmap.h -> g++/fmultmap.ph g++/fmultset.h -> g++/fmultset.ph g++/fset.h -> g++/fset.ph g++/fstream.h -> g++/fstream.ph g++/function.h -> g++/function.ph g++/generic.h -> g++/generic.ph g++/getpagesize.h -> g++/getpagesize.ph g++/hdeque.h -> g++/hdeque.ph g++/heap.h -> g++/heap.ph g++/hlist.h -> g++/hlist.ph g++/hmap.h -> g++/hmap.ph g++/hmultmap.h -> g++/hmultmap.ph g++/hmultset.h -> g++/hmultset.ph g++/hset.h -> g++/hset.ph g++/hugalloc.h -> g++/hugalloc.ph g++/hvector.h -> g++/hvector.ph g++/indstream.h -> g++/indstream.ph g++/iolibio.h -> g++/iolibio.ph g++/iomanip.h -> g++/iomanip.ph g++/iostdio.h -> g++/iostdio.ph g++/iostream.h -> g++/iostream.ph g++/iostreamP.h -> g++/iostreamP.ph g++/istream.h -> g++/istream.ph g++/iterator.h -> g++/iterator.ph g++/lbvector.h -> g++/lbvector.ph g++/ldeque.h -> g++/ldeque.ph g++/libc.h -> g++/libc.ph g++/libio.h -> g++/libio.ph g++/libioP.h -> g++/libioP.ph g++/list.h -> g++/list.ph g++/llist.h -> g++/llist.ph g++/lmap.h -> g++/lmap.ph g++/lmultmap.h -> g++/lmultmap.ph g++/lmultset.h -> g++/lmultset.ph g++/lngalloc.h -> g++/lngalloc.ph g++/lset.h -> g++/lset.ph g++/map.h -> g++/map.ph g++/minmax.h -> g++/minmax.ph g++/multimap.h -> g++/multimap.ph g++/multiset.h -> g++/multiset.ph g++/neralloc.h -> g++/neralloc.ph g++/new.h -> g++/new.ph g++/nmap.h -> g++/nmap.ph g++/nmultmap.h -> g++/nmultmap.ph g++/nmultset.h -> g++/nmultset.ph g++/nset.h -> g++/nset.ph g++/osfcn.h -> g++/osfcn.ph g++/ostream.h -> g++/ostream.ph g++/pair.h -> g++/pair.ph g++/parsestream.h -> g++/parsestream.ph g++/pfstream.h -> g++/pfstream.ph g++/procbuf.h -> g++/procbuf.ph g++/projectn.h -> g++/projectn.ph g++/rx.h -> g++/rx.ph g++/set.h -> g++/set.ph g++/stack.h -> g++/stack.ph Skipping directory `g++/std' g++/std.h -> g++/std.ph g++/stdiostream.h -> g++/stdiostream.ph g++/stl.h -> g++/stl.ph g++/strclass.h -> g++/strclass.ph g++/stream.h -> g++/stream.ph g++/streambuf.h -> g++/streambuf.ph g++/strfile.h -> g++/strfile.ph g++/strstream.h -> g++/strstream.ph g++/swap.h -> g++/swap.ph g++/sysent.h -> g++/sysent.ph g++/tempbuf.h -> g++/tempbuf.ph g++/tree.h -> g++/tree.ph g++/typemacros.h -> g++/typemacros.ph g++/vector.h -> g++/vector.ph Skipping directory `isofs/cd9660' machine/ansi.h -> machine/ansi.ph machine/apic.h -> machine/apic.ph machine/apm_bios.h -> machine/apm_bios.ph machine/apm_segments.h -> machine/apm_segments.ph machine/asc_ioctl.h -> machine/asc_ioctl.ph machine/asm.h -> machine/asm.ph machine/asmacros.h -> machine/asmacros.ph machine/asnames.h -> machine/asnames.ph machine/atomic.h -> machine/atomic.ph machine/bootinfo.h -> machine/bootinfo.ph machine/bus.h -> machine/bus.ph machine/bus_memio.h -> machine/bus_memio.ph machine/bus_pio.h -> machine/bus_pio.ph machine/cdk.h -> machine/cdk.ph machine/clock.h -> machine/clock.ph machine/comstats.h -> machine/comstats.ph machine/cons.h -> machine/cons.ph machine/console.h -> machine/console.ph machine/cpu.h -> machine/cpu.ph machine/cpufunc.h -> machine/cpufunc.ph machine/cputypes.h -> machine/cputypes.ph machine/cronyx.h -> machine/cronyx.ph machine/db_machdep.h -> machine/db_machdep.ph machine/dvcfg.h -> machine/dvcfg.ph machine/elf.h -> machine/elf.ph machine/endian.h -> machine/endian.ph machine/exec.h -> machine/exec.ph machine/float.h -> machine/float.ph machine/floatingpoint.h -> machine/floatingpoint.ph machine/frame.h -> machine/frame.ph machine/globaldata.h -> machine/globaldata.ph machine/gsc.h -> machine/gsc.ph machine/i4b_cause.h -> machine/i4b_cause.ph machine/i4b_debug.h -> machine/i4b_debug.ph machine/i4b_ioctl.h -> machine/i4b_ioctl.ph machine/i4b_rbch_ioctl.h -> machine/i4b_rbch_ioctl.ph machine/i4b_tel_ioctl.h -> machine/i4b_tel_ioctl.ph machine/i4b_trace.h -> machine/i4b_trace.ph machine/ieeefp.h -> machine/ieeefp.ph machine/if_wavelan_ieee.h -> machine/if_wavelan_ieee.ph machine/if_wl_wavelan.h -> machine/if_wl_wavelan.ph machine/iic.h -> machine/iic.ph machine/in_cksum.h -> machine/in_cksum.ph machine/ioctl_bt848.h -> machine/ioctl_bt848.ph machine/ioctl_ctx.h -> machine/ioctl_ctx.ph machine/ioctl_fd.h -> machine/ioctl_fd.ph machine/ioctl_meteor.h -> machine/ioctl_meteor.ph machine/ipl.h -> machine/ipl.ph machine/joystick.h -> machine/joystick.ph machine/limits.h -> machine/limits.ph machine/lock.h -> machine/lock.ph machine/lpt.h -> machine/lpt.ph machine/md_var.h -> machine/md_var.ph machine/mouse.h -> machine/mouse.ph machine/mpapic.h -> machine/mpapic.ph machine/mtpr.h -> machine/mtpr.ph machine/npx.h -> machine/npx.ph machine/param.h -> machine/param.ph machine/pcaudioio.h -> machine/pcaudioio.ph machine/pcb.h -> machine/pcb.ph machine/pcb_ext.h -> machine/pcb_ext.ph machine/pcvt_ioctl.h -> machine/pcvt_ioctl.ph machine/perfmon.h -> machine/perfmon.ph machine/pmap.h -> machine/pmap.ph machine/proc.h -> machine/proc.ph machine/profile.h -> machine/profile.ph machine/psl.h -> machine/psl.ph machine/ptrace.h -> machine/ptrace.ph machine/random.h -> machine/random.ph machine/reg.h -> machine/reg.ph machine/reloc.h -> machine/reloc.ph machine/resource.h -> machine/resource.ph machine/segments.h -> machine/segments.ph machine/setjmp.h -> machine/setjmp.ph machine/si.h -> machine/si.ph machine/signal.h -> machine/signal.ph machine/smb.h -> machine/smb.ph machine/smp.h -> machine/smp.ph machine/smptests.h -> machine/smptests.ph machine/soundcard.h -> machine/soundcard.ph machine/speaker.h -> machine/speaker.ph machine/specialreg.h -> machine/specialreg.ph machine/spigot.h -> machine/spigot.ph machine/stdarg.h -> machine/stdarg.ph machine/sysarch.h -> machine/sysarch.ph machine/trap.h -> machine/trap.ph machine/tss.h -> machine/tss.ph machine/types.h -> machine/types.ph machine/ultrasound.h -> machine/ultrasound.ph machine/varargs.h -> machine/varargs.ph machine/vm86.h -> machine/vm86.ph machine/vmparam.h -> machine/vmparam.ph machine/wtio.h -> machine/wtio.ph msdosfs/bootsect.h -> msdosfs/bootsect.ph msdosfs/bpb.h -> msdosfs/bpb.ph msdosfs/denode.h -> msdosfs/denode.ph msdosfs/direntry.h -> msdosfs/direntry.ph msdosfs/fat.h -> msdosfs/fat.ph msdosfs/msdosfsmount.h -> msdosfs/msdosfsmount.ph net/bpf.h -> net/bpf.ph net/bpf_compat.h -> net/bpf_compat.ph net/bpfdesc.h -> net/bpfdesc.ph net/bridge.h -> net/bridge.ph net/ethernet.h -> net/ethernet.ph net/hostcache.h -> net/hostcache.ph net/if.h -> net/if.ph net/if_arp.h -> net/if_arp.ph net/if_atm.h -> net/if_atm.ph net/if_dl.h -> net/if_dl.ph net/if_llc.h -> net/if_llc.ph net/if_media.h -> net/if_media.ph net/if_mib.h -> net/if_mib.ph net/if_ppp.h -> net/if_ppp.ph net/if_pppvar.h -> net/if_pppvar.ph net/if_slvar.h -> net/if_slvar.ph net/if_sppp.h -> net/if_sppp.ph net/if_tun.h -> net/if_tun.ph net/if_tunvar.h -> net/if_tunvar.ph net/if_types.h -> net/if_types.ph net/if_var.h -> net/if_var.ph net/if_vlan_var.h -> net/if_vlan_var.ph net/iso88025.h -> net/iso88025.ph net/netisr.h -> net/netisr.ph net/ppp_comp.h -> net/ppp_comp.ph net/ppp_defs.h -> net/ppp_defs.ph net/radix.h -> net/radix.ph net/raw_cb.h -> net/raw_cb.ph net/route.h -> net/route.ph net/slcompress.h -> net/slcompress.ph net/slip.h -> net/slip.ph net/zlib.h -> net/zlib.ph netatalk/aarp.h -> netatalk/aarp.ph netatalk/at.h -> netatalk/at.ph netatalk/at_extern.h -> netatalk/at_extern.ph netatalk/at_var.h -> netatalk/at_var.ph netatalk/ddp.h -> netatalk/ddp.ph netatalk/ddp_var.h -> netatalk/ddp_var.ph netatalk/endian.h -> netatalk/endian.ph netatalk/phase2.h -> netatalk/phase2.ph netatm/atm.h -> netatm/atm.ph netatm/atm_cm.h -> netatm/atm_cm.ph netatm/atm_if.h -> netatm/atm_if.ph netatm/atm_ioctl.h -> netatm/atm_ioctl.ph netatm/atm_pcb.h -> netatm/atm_pcb.ph netatm/atm_sap.h -> netatm/atm_sap.ph netatm/atm_sigmgr.h -> netatm/atm_sigmgr.ph netatm/atm_stack.h -> netatm/atm_stack.ph netatm/atm_sys.h -> netatm/atm_sys.ph netatm/atm_var.h -> netatm/atm_var.ph netatm/atm_vc.h -> netatm/atm_vc.ph netatm/kern_include.h -> netatm/kern_include.ph netatm/port.h -> netatm/port.ph netatm/queue.h -> netatm/queue.ph netgraph/netgraph.h -> netgraph/netgraph.ph netgraph/ng_UI.h -> netgraph/ng_UI.ph netgraph/ng_async.h -> netgraph/ng_async.ph netgraph/ng_bpf.h -> netgraph/ng_bpf.ph netgraph/ng_cisco.h -> netgraph/ng_cisco.ph netgraph/ng_echo.h -> netgraph/ng_echo.ph netgraph/ng_ether.h -> netgraph/ng_ether.ph netgraph/ng_frame_relay.h -> netgraph/ng_frame_relay.ph netgraph/ng_hole.h -> netgraph/ng_hole.ph netgraph/ng_iface.h -> netgraph/ng_iface.ph netgraph/ng_ksocket.h -> netgraph/ng_ksocket.ph netgraph/ng_lmi.h -> netgraph/ng_lmi.ph netgraph/ng_message.h -> netgraph/ng_message.ph netgraph/ng_parse.h -> netgraph/ng_parse.ph netgraph/ng_ppp.h -> netgraph/ng_ppp.ph netgraph/ng_pppoe.h -> netgraph/ng_pppoe.ph netgraph/ng_pptpgre.h -> netgraph/ng_pptpgre.ph netgraph/ng_rfc1490.h -> netgraph/ng_rfc1490.ph netgraph/ng_sample.h -> netgraph/ng_sample.ph netgraph/ng_socket.h -> netgraph/ng_socket.ph netgraph/ng_socketvar.h -> netgraph/ng_socketvar.ph netgraph/ng_tee.h -> netgraph/ng_tee.ph netgraph/ng_tty.h -> netgraph/ng_tty.ph netgraph/ng_vjc.h -> netgraph/ng_vjc.ph netinet/icmp_var.h -> netinet/icmp_var.ph netinet/if_atm.h -> netinet/if_atm.ph netinet/if_ether.h -> netinet/if_ether.ph netinet/if_fddi.h -> netinet/if_fddi.ph netinet/igmp.h -> netinet/igmp.ph netinet/igmp_var.h -> netinet/igmp_var.ph netinet/in.h -> netinet/in.ph netinet/in_hostcache.h -> netinet/in_hostcache.ph netinet/in_pcb.h -> netinet/in_pcb.ph netinet/in_systm.h -> netinet/in_systm.ph netinet/in_var.h -> netinet/in_var.ph netinet/ip.h -> netinet/ip.ph netinet/ip_auth.h -> netinet/ip_auth.ph netinet/ip_compat.h -> netinet/ip_compat.ph netinet/ip_dummynet.h -> netinet/ip_dummynet.ph netinet/ip_fil.h -> netinet/ip_fil.ph netinet/ip_flow.h -> netinet/ip_flow.ph netinet/ip_frag.h -> netinet/ip_frag.ph netinet/ip_fw.h -> netinet/ip_fw.ph netinet/ip_icmp.h -> netinet/ip_icmp.ph netinet/ip_mroute.h -> netinet/ip_mroute.ph netinet/ip_nat.h -> netinet/ip_nat.ph netinet/ip_proxy.h -> netinet/ip_proxy.ph netinet/ip_state.h -> netinet/ip_state.ph netinet/ip_var.h -> netinet/ip_var.ph netinet/ipl.h -> netinet/ipl.ph netinet/tcp.h -> netinet/tcp.ph netinet/tcp_debug.h -> netinet/tcp_debug.ph netinet/tcp_fsm.h -> netinet/tcp_fsm.ph netinet/tcp_seq.h -> netinet/tcp_seq.ph netinet/tcp_timer.h -> netinet/tcp_timer.ph netinet/tcp_var.h -> netinet/tcp_var.ph netinet/tcpip.h -> netinet/tcpip.ph netinet/udp.h -> netinet/udp.ph netinet/udp_var.h -> netinet/udp_var.ph netipx/ipx.h -> netipx/ipx.ph netipx/ipx_if.h -> netipx/ipx_if.ph netipx/ipx_ip.h -> netipx/ipx_ip.ph netipx/ipx_pcb.h -> netipx/ipx_pcb.ph netipx/ipx_var.h -> netipx/ipx_var.ph netipx/spx.h -> netipx/spx.ph netipx/spx_debug.h -> netipx/spx_debug.ph netipx/spx_timer.h -> netipx/spx_timer.ph netipx/spx_var.h -> netipx/spx_var.ph netkey/key.h -> netkey/key.ph netkey/key_debug.h -> netkey/key_debug.ph netns/idp.h -> netns/idp.ph netns/idp_var.h -> netns/idp_var.ph netns/ns.h -> netns/ns.ph netns/ns_error.h -> netns/ns_error.ph netns/ns_if.h -> netns/ns_if.ph netns/ns_pcb.h -> netns/ns_pcb.ph netns/sp.h -> netns/sp.ph netns/spidp.h -> netns/spidp.ph netns/spp_debug.h -> netns/spp_debug.ph netns/spp_timer.h -> netns/spp_timer.ph netns/spp_var.h -> netns/spp_var.ph nfs/krpc.h -> nfs/krpc.ph nfs/nfs.h -> nfs/nfs.ph nfs/nfsdiskless.h -> nfs/nfsdiskless.ph nfs/nfsm_subs.h -> nfs/nfsm_subs.ph nfs/nfsmount.h -> nfs/nfsmount.ph nfs/nfsnode.h -> nfs/nfsnode.ph nfs/nfsproto.h -> nfs/nfsproto.ph nfs/nfsrtt.h -> nfs/nfsrtt.ph nfs/nfsrvcache.h -> nfs/nfsrvcache.ph nfs/nfsv2.h -> nfs/nfsv2.ph nfs/nqnfs.h -> nfs/nqnfs.ph nfs/rpcv2.h -> nfs/rpcv2.ph nfs/xdr_subs.h -> nfs/xdr_subs.ph objc/NXConstStr.h -> objc/NXConstStr.ph objc/Object.h -> objc/Object.ph objc/Protocol.h -> objc/Protocol.ph objc/encoding.h -> objc/encoding.ph objc/hash.h -> objc/hash.ph objc/list.h -> objc/list.ph objc/objc-api.h -> objc/objc-api.ph objc/objc.h -> objc/objc.ph objc/sarray.h -> objc/sarray.ph objc/typedstream.h -> objc/typedstream.ph pccard/cardinfo.h -> pccard/cardinfo.ph pccard/cis.h -> pccard/cis.ph pccard/driver.h -> pccard/driver.ph pccard/i82365.h -> pccard/i82365.ph pccard/pcic98reg.h -> pccard/pcic98reg.ph pccard/slot.h -> pccard/slot.ph posix4/aio.h -> posix4/aio.ph posix4/mqueue.h -> posix4/mqueue.ph posix4/posix4.h -> posix4/posix4.ph posix4/sched.h -> posix4/sched.ph posix4/semaphore.h -> posix4/semaphore.ph protocols/dumprestore.h -> protocols/dumprestore.ph protocols/routed.h -> protocols/routed.ph protocols/rwhod.h -> protocols/rwhod.ph protocols/talkd.h -> protocols/talkd.ph protocols/timed.h -> protocols/timed.ph readline/chardefs.h -> readline/chardefs.ph readline/history.h -> readline/history.ph readline/keymaps.h -> readline/keymaps.ph readline/readline.h -> readline/readline.ph readline/rlconf.h -> readline/rlconf.ph readline/rlstdc.h -> readline/rlstdc.ph readline/tilde.h -> readline/tilde.ph rpc/auth.h -> rpc/auth.ph rpc/auth_des.h -> rpc/auth_des.ph rpc/auth_unix.h -> rpc/auth_unix.ph rpc/clnt.h -> rpc/clnt.ph rpc/des.h -> rpc/des.ph rpc/des_crypt.h -> rpc/des_crypt.ph rpc/key_prot.h -> rpc/key_prot.ph rpc/pmap_clnt.h -> rpc/pmap_clnt.ph rpc/pmap_prot.h -> rpc/pmap_prot.ph rpc/pmap_rmt.h -> rpc/pmap_rmt.ph rpc/rpc.h -> rpc/rpc.ph rpc/rpc_com.h -> rpc/rpc_com.ph rpc/rpc_msg.h -> rpc/rpc_msg.ph rpc/svc.h -> rpc/svc.ph rpc/svc_auth.h -> rpc/svc_auth.ph rpc/types.h -> rpc/types.ph rpc/xdr.h -> rpc/xdr.ph rpcsvc/bootparam_prot.h -> rpcsvc/bootparam_prot.ph rpcsvc/crypt.h -> rpcsvc/crypt.ph rpcsvc/key_prot.h -> rpcsvc/key_prot.ph rpcsvc/klm_prot.h -> rpcsvc/klm_prot.ph rpcsvc/mount.h -> rpcsvc/mount.ph rpcsvc/nfs_prot.h -> rpcsvc/nfs_prot.ph rpcsvc/nis.h -> rpcsvc/nis.ph rpcsvc/nis_cache.h -> rpcsvc/nis_cache.ph rpcsvc/nis_callback.h -> rpcsvc/nis_callback.ph rpcsvc/nis_db.h -> rpcsvc/nis_db.ph rpcsvc/nis_tags.h -> rpcsvc/nis_tags.ph rpcsvc/nislib.h -> rpcsvc/nislib.ph rpcsvc/nlm_prot.h -> rpcsvc/nlm_prot.ph rpcsvc/rex.h -> rpcsvc/rex.ph rpcsvc/rnusers.h -> rpcsvc/rnusers.ph rpcsvc/rquota.h -> rpcsvc/rquota.ph rpcsvc/rstat.h -> rpcsvc/rstat.ph rpcsvc/rwall.h -> rpcsvc/rwall.ph rpcsvc/sm_inter.h -> rpcsvc/sm_inter.ph rpcsvc/spray.h -> rpcsvc/spray.ph rpcsvc/yp.h -> rpcsvc/yp.ph rpcsvc/yp_prot.h -> rpcsvc/yp_prot.ph rpcsvc/ypclnt.h -> rpcsvc/ypclnt.ph rpcsvc/yppasswd.h -> rpcsvc/yppasswd.ph rpcsvc/ypupdate_prot.h -> rpcsvc/ypupdate_prot.ph rpcsvc/ypxfrd.h -> rpcsvc/ypxfrd.ph security/_pam_compat.h -> security/_pam_compat.ph security/_pam_macros.h -> security/_pam_macros.ph security/_pam_types.h -> security/_pam_types.ph security/pam_appl.h -> security/pam_appl.ph security/pam_malloc.h -> security/pam_malloc.ph security/pam_misc.h -> security/pam_misc.ph security/pam_mod_misc.h -> security/pam_mod_misc.ph security/pam_modules.h -> security/pam_modules.ph ss/mit-sipb-copyright.h -> ss/mit-sipb-copyright.ph ss/ss.h -> ss/ss.ph ss/ss_err.h -> ss/ss_err.ph sys/_posix.h -> sys/_posix.ph sys/acct.h -> sys/acct.ph sys/aio.h -> sys/aio.ph sys/buf.h -> sys/buf.ph sys/bus.h -> sys/bus.ph sys/bus_private.h -> sys/bus_private.ph sys/callout.h -> sys/callout.ph sys/ccdvar.h -> sys/ccdvar.ph sys/cdefs.h -> sys/cdefs.ph sys/cdio.h -> sys/cdio.ph sys/chio.h -> sys/chio.ph sys/clist.h -> sys/clist.ph sys/conf.h -> sys/conf.ph sys/copyright.h -> sys/copyright.ph sys/ctype.h -> sys/ctype.ph sys/dataacq.h -> sys/dataacq.ph sys/devfsext.h -> sys/devfsext.ph sys/device.h -> sys/device.ph sys/devicestat.h -> sys/devicestat.ph sys/dir.h -> sys/dir.ph sys/dirent.h -> sys/dirent.ph sys/disk.h -> sys/disk.ph sys/disklabel.h -> sys/disklabel.ph sys/diskslice.h -> sys/diskslice.ph sys/dkbad.h -> sys/dkbad.ph sys/dkstat.h -> sys/dkstat.ph sys/dmap.h -> sys/dmap.ph sys/domain.h -> sys/domain.ph sys/elf32.h -> sys/elf32.ph sys/elf64.h -> sys/elf64.ph sys/elf_common.h -> sys/elf_common.ph sys/elf_generic.h -> sys/elf_generic.ph sys/errno.h -> sys/errno.ph sys/exec.h -> sys/exec.ph sys/fbio.h -> sys/fbio.ph sys/fcntl.h -> sys/fcntl.ph sys/file.h -> sys/file.ph sys/filedesc.h -> sys/filedesc.ph sys/filio.h -> sys/filio.ph sys/ftape.h -> sys/ftape.ph sys/gmon.h -> sys/gmon.ph sys/imgact.h -> sys/imgact.ph sys/imgact_aout.h -> sys/imgact_aout.ph sys/imgact_elf.h -> sys/imgact_elf.ph sys/inflate.h -> sys/inflate.ph sys/interrupt.h -> sys/interrupt.ph sys/inttypes.h -> sys/inttypes.ph sys/ioccom.h -> sys/ioccom.ph sys/ioctl.h -> sys/ioctl.ph sys/ioctl_compat.h -> sys/ioctl_compat.ph sys/ipc.h -> sys/ipc.ph sys/kernel.h -> sys/kernel.ph sys/ktrace.h -> sys/ktrace.ph sys/libkern.h -> sys/libkern.ph sys/linker.h -> sys/linker.ph sys/linker_set.h -> sys/linker_set.ph sys/lkm.h -> sys/lkm.ph sys/lock.h -> sys/lock.ph sys/lockf.h -> sys/lockf.ph sys/malloc.h -> sys/malloc.ph sys/mbuf.h -> sys/mbuf.ph sys/md5.h -> sys/md5.ph sys/memrange.h -> sys/memrange.ph sys/mman.h -> sys/mman.ph sys/module.h -> sys/module.ph sys/mount.h -> sys/mount.ph sys/msg.h -> sys/msg.ph sys/msgbuf.h -> sys/msgbuf.ph sys/mtio.h -> sys/mtio.ph sys/namei.h -> sys/namei.ph sys/param.h -> sys/param.ph sys/pioctl.h -> sys/pioctl.ph sys/pipe.h -> sys/pipe.ph sys/poll.h -> sys/poll.ph sys/proc.h -> sys/proc.ph sys/procfs.h -> sys/procfs.ph sys/protosw.h -> sys/protosw.ph sys/ptio.h -> sys/ptio.ph sys/ptrace.h -> sys/ptrace.ph sys/queue.h -> sys/queue.ph sys/reboot.h -> sys/reboot.ph sys/resource.h -> sys/resource.ph sys/resourcevar.h -> sys/resourcevar.ph sys/rlist.h -> sys/rlist.ph sys/rman.h -> sys/rman.ph sys/rtprio.h -> sys/rtprio.ph sys/scsiio.h -> sys/scsiio.ph sys/select.h -> sys/select.ph sys/sem.h -> sys/sem.ph sys/shm.h -> sys/shm.ph sys/signal.h -> sys/signal.ph sys/signalvar.h -> sys/signalvar.ph sys/sliceio.h -> sys/sliceio.ph sys/snoop.h -> sys/snoop.ph sys/socket.h -> sys/socket.ph sys/socketvar.h -> sys/socketvar.ph sys/sockio.h -> sys/sockio.ph sys/stat.h -> sys/stat.ph sys/syscall-hide.h -> sys/syscall-hide.ph sys/syscall.h -> sys/syscall.ph sys/sysctl.h -> sys/sysctl.ph sys/sysent.h -> sys/sysent.ph sys/syslimits.h -> sys/syslimits.ph sys/syslog.h -> sys/syslog.ph sys/sysproto.h -> sys/sysproto.ph sys/systm.h -> sys/systm.ph sys/tablet.h -> sys/tablet.ph sys/termios.h -> sys/termios.ph sys/time.h -> sys/time.ph sys/timeb.h -> sys/timeb.ph sys/timepps.h -> sys/timepps.ph sys/timers.h -> sys/timers.ph sys/times.h -> sys/times.ph sys/timex.h -> sys/timex.ph sys/tprintf.h -> sys/tprintf.ph sys/tty.h -> sys/tty.ph sys/ttychars.h -> sys/ttychars.ph sys/ttycom.h -> sys/ttycom.ph sys/ttydefaults.h -> sys/ttydefaults.ph sys/ttydev.h -> sys/ttydev.ph sys/types.h -> sys/types.ph sys/ucred.h -> sys/ucred.ph sys/uio.h -> sys/uio.ph sys/un.h -> sys/un.ph sys/unistd.h -> sys/unistd.ph sys/unpcb.h -> sys/unpcb.ph sys/user.h -> sys/user.ph sys/utsname.h -> sys/utsname.ph sys/vadvise.h -> sys/vadvise.ph sys/vcmd.h -> sys/vcmd.ph sys/vlimit.h -> sys/vlimit.ph sys/vmmeter.h -> sys/vmmeter.ph sys/vnioctl.h -> sys/vnioctl.ph sys/vnode.h -> sys/vnode.ph sys/vsio.h -> sys/vsio.ph sys/wait.h -> sys/wait.ph sys/wormio.h -> sys/wormio.ph sys/xrpuio.h -> sys/xrpuio.ph Skipping directory `ufs/ffs' Skipping directory `ufs/mfs' Skipping directory `ufs/ufs' vm/default_pager.h -> vm/default_pager.ph vm/pmap.h -> vm/pmap.ph vm/swap_pager.h -> vm/swap_pager.ph vm/vm.h -> vm/vm.ph vm/vm_extern.h -> vm/vm_extern.ph vm/vm_inherit.h -> vm/vm_inherit.ph vm/vm_kern.h -> vm/vm_kern.ph vm/vm_map.h -> vm/vm_map.ph vm/vm_object.h -> vm/vm_object.ph vm/vm_page.h -> vm/vm_page.ph vm/vm_pageout.h -> vm/vm_pageout.ph vm/vm_pager.h -> vm/vm_pager.ph vm/vm_param.h -> vm/vm_param.ph vm/vm_prot.h -> vm/vm_prot.ph vm/vm_zone.h -> vm/vm_zone.ph vm/vnode_pager.h -> vm/vnode_pager.ph *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. FreeBSD gateway.mydomain 3.5.1-RELEASE FreeBSD 3.5.1-RELEASE #0: Mon Oct 16 21:26:24 GMT 2000 root@gateway.mydomain:/usr/src/sys/compile/GENERIC i386 # exit Script done on Tue Oct 17 16:20:45 2000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message