From owner-freebsd-stable@FreeBSD.ORG Fri May 16 23:56:16 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CE2937B4E0 for ; Fri, 16 May 2003 23:56:16 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id D897943F3F for ; Fri, 16 May 2003 23:56:10 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h4H6u6Ed025451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 17 May 2003 09:56:06 +0300 (EEST) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h4H6u5bS025446; Sat, 17 May 2003 09:56:05 +0300 (EEST) (envelope-from ru) Date: Sat, 17 May 2003 09:56:05 +0300 From: Ruslan Ermilov To: Morton Lin Message-ID: <20030517065605.GD23902@sunbay.com> References: <00af01c31c3d$a404b2e0$c40a27ca@morton> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C1iGAkRnbeBonpVg" Content-Disposition: inline In-Reply-To: <00af01c31c3d$a404b2e0$c40a27ca@morton> User-Agent: Mutt/1.5.4i cc: freebsd-stable@freebsd.org Subject: Re: make installworld fails : touch not found ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2003 06:56:16 -0000 --C1iGAkRnbeBonpVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 17, 2003 at 02:29:15PM +0800, Morton Lin wrote: > Hi, hackers : >=20 > Yesterday night and this morning, I cvsup my system to latest STABLE bran= ch > source (RELENG_4). All make buildworld, buildkernel, and installkernel > procedure was completed with no error. But when I boot into single user m= ode > and try to make installworld, I always got " touch: not found " error. > Does anyone encounter this situation ? I have no idea about that. :-( >=20 > Here is error message : >=20 > ---------[make installworld ]--------------------------------------------= --- >=20 > mkdir -p /tmp/install.466 > for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find > grep l > n make makewhatis mkdir mtree mv perl pwd_mkdb rm sed sh sysctl test true > uname > wc zic; do cp `which $prog` /tmp/install.466; done > cd /usr/src; MAKEOBJDIRPREFIX=3D/usr/obj MACHINE_ARCH=3Di386 MACHINE=3D= i386 > OBJFORM > AT_PATH=3D/usr/obj/usr/src/i386/usr/libexec > PERL5LIB=3D/usr/obj/usr/src/i386/usr/li > bdata/perl/5.00503 GROFF_BIN_PATH=3D/usr/obj/usr/src/i386/usr/bin > GROFF_FONT_PAT > H=3D/usr/obj/usr/src/i386/usr/share/groff_font > GROFF_TMAC_PATH=3D/usr/obj/usr/src/i > 386/usr/share/tmac > PATH=3D/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/us > r/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.466 make -f Makefile.i= nc1 > rei > nstall > -------------------------------------------------------------- > >>> Making hierarchy > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 hierarchy > cd /usr/src/etc; make distrib-dirs > set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt = 0 ] > ; > do for dir in /usr/share/locale /usr/share/nls /usr/local/share/nls; = do > tes > t -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" > && te > st -d "$1" && mv "$1" "$2"; done; shift; shift; done > mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / > mtree -deU -f /usr/src/etc/mtree/BSD.var.dist -p /var > mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr > mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include > mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p > /usr/libdata/perl/5.00503/ > mach > mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p / > cd /; rm -f /sys; ln -s usr/src/sys sys > cd /usr/share/man/en.ISO8859-1; ln -sf ../man* . > cd /usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; whi= le > [ $# > -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /usr/share/locale; set - `grep "^[a-zA-Z]" /usr/src/etc/locale.alias`; > whil > e [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done > cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . > cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; whi= le > [ $# > -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done >=20 > -------------------------------------------------------------- > >>> Installing everything.. > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > =3D=3D=3D> share/info > =3D=3D=3D> include > creating osreldate.h from newvers.sh > setvar PARAMFILE /usr/src/include/../sys/sys/param.h; . > /usr/src/include/../sys > /conf/newvers.sh; echo "$COPYRIGHT" > osreldate.h; > echo "#ifdef _KERNEL" >> osreldate.h; > echo '# > error "osreldate.h must not be used in the kernel, use sys/param.h"' >> > osreldat > e.h; echo "#else" >> osreldate.h; echo > \#'undef _ > _FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' > $RELD > ATE >> osreldate.h; echo "#endif" >> osreldate.h > touch: not found > *** Error code 127 >=20 > Stop in /usr/src/include. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > *** Error code 1 >=20 > Stop in /usr/src. > -------------------------------------------------------------------------= --- > --- >=20 > And here were my kernel config file, make.conf, and dmesg message : >=20 > ------ [modified LINT] -------------------------------------------------- > machine i386 >=20 > ident ANGEL >=20 > maxusers 64 >=20 > makeoptions CONF_CFLAGS=3D-fno-builtin #Don't allow use of memcmp, e= tc. >=20 > options MAXDSIZ=3D"(512*1024*1024)" > options MAXSSIZ=3D"(256*1024*1024)" > options DFLDSIZ=3D"(256*1024*1024)" >=20 > cpu I686_CPU # aka Pentium Pro(tm) >=20 > options CPU_ATHLON_SSE_HACK > options CPU_ENABLE_SSE >=20 > options COMPAT_43 >=20 > options SYSVSHM # include support for shared memory >=20 > options SYSVSEM # include support for semaphores >=20 > options SYSVMSG # include support for message queues >=20 > options UCONSOLE >=20 > options USERCONFIG #boot -c editor >=20 > options INET #Internet communications protocols > options INET6 #IPv6 communications protocols > options IPSEC #IP security > options IPSEC_ESP #IP security (crypto; define w/ > IPSEC) >=20 > pseudo-device ether #Generic Ethernet > pseudo-device loop #Network loopback device > pseudo-device bpf #Berkeley packet filter >=20 > pseudo-device gif #IPv6 and IPv4 tunneling > pseudo-device faith 1 #for IPv6 and IPv4 translation > pseudo-device stf #6to4 IPv6 over IPv4 encapsulation >=20 > options MROUTING # Multicast routing > options IPFIREWALL #firewall > options IPFIREWALL_VERBOSE #enable logging to syslogd(8) > options IPFIREWALL_FORWARD #enable transparent proxy support >=20 > options IPFIREWALL_VERBOSE_LIMIT=3D100 #limit verbosity > options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by defa= ult > options IPV6FIREWALL #firewall for IPv6 > options IPV6FIREWALL_VERBOSE > options IPV6FIREWALL_VERBOSE_LIMIT=3D100 > options IPV6FIREWALL_DEFAULT_TO_ACCEPT > options IPDIVERT #divert sockets >=20 > options RANDOM_IP_ID >=20 > options ACCEPT_FILTER_DATA > options ACCEPT_FILTER_HTTP >=20 > options ICMP_BANDLIM >=20 > options DEVICE_POLLING >=20 > options FFS #Fast filesystem > options NFS #Network File System >=20 > options CD9660 #ISO 9660 filesystem > options CD9660_ROOT #CD-ROM usable as root device > options FFS_ROOT #FFS usable as root device >=20 > options NFS_ROOT #NFS usable as root device >=20 > options SOFTUPDATES >=20 > options QUOTA #enable disk quotas >=20 > options P1003_1B > options _KPOSIX_PRIORITY_SCHEDULING > options _KPOSIX_VERSION=3D199309L >=20 > options HZ=3D1000 >=20 > pseudo-device pty #Pseudo ttys > pseudo-device speaker #Play IBM BASIC-style noises out your > speaker > pseudo-device gzip #Exec gzipped a.out's > pseudo-device vn #Vnode driver (turns a file into a device) > pseudo-device md #Memory/malloc disk > pseudo-device snp #Snoop device - to look at pty/vty/etc.. >=20 > device isa >=20 > device atkbdc0 at isa? port IO_KBD >=20 > device atkbd0 at atkbdc? irq 1 >=20 > device psm0 at atkbdc? irq 12 >=20 > device vga0 at isa? >=20 > options VESA >=20 > pseudo-device splash >=20 > device sc0 at isa? > options MAXCONS=3D16 # number of virtual consoles > options SC_DISABLE_REBOOT # disable reboot key sequence > options SC_HISTORY_SIZE=3D5000 # number of history buffer lines >=20 > device npx0 at nexus? port IO_NPX flags 0x0 irq 13 >=20 > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > # needs CAM to be present (scbus & pass) > options ATA_STATIC_ID >=20 > device wdc0 at isa? port IO_WD1 irq 14 >=20 > device wcd >=20 > device fdc0 at isa? port IO_FD1 irq 6 drq 2 >=20 > device fd0 at fdc0 drive 0 >=20 > device sio0 at isa? port IO_COM1 flags 0x10 irq 4 > device sio1 at isa? port IO_COM2 irq 3 >=20 > device pci >=20 > device agp >=20 > device miibus >=20 > device fxp # Intel EtherExpress PRO/100B (82557, 825= 58) >=20 > device ppc0 at isa? irq 7 > device ppbus > device lpt > device plip >=20 > device ppi >=20 > options NMBCLUSTERS=3D8192 >=20 > device uhci > device usb >=20 > device mgadrm >=20 > options COMPAT_LINUX > -------------------------------------------------------------------------= --- > -- >=20 > -------------[ make.conf ]-----------------------------------------------= -- > CPUTYPE=3Dathlon-xp > CFLAGS=3D -O -pipe > BDECFLAGS=3D -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-ali= gn \ > -Wcast-qual -Wchar-subscripts -Winline \ > -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ > -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-st= rin > gs > COPTFLAGS=3D -O -pipe >=20 > [SUP related message deleted] > -------------------------------------------------------------------------= --- > --- >=20 > ------------[ > dmesg ] ---------------------------------------------------------- > Copyright (c) 1992-2003 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 4.8-RELEASE #0: Thu Apr 3 10:53:38 GMT 2003 > root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC > Timecounter "i8254" frequency 1193182 Hz > CPU: AMD Athlon(tm) XP 2000+ (1667.40-MHz 686-class CPU) > Origin =3D "AuthenticAMD" Id =3D 0x681 Stepping =3D 1 >=20 > Features=3D0x383fbff CM > OV,PAT,PSE36,MMX,FXSR,SSE> > AMD Features=3D0xc0400000 > real memory =3D 536805376 (524224K bytes) > avail memory =3D 517066752 (504948K bytes) > Preloaded elf kernel "kernel.old" at 0xc051d000. > Pentium Pro MTRR support enabled > md0: Malloc disk > Using $PIR table, 8 entries at 0xc00fdef0 > npx0: on motherboard > npx0: INT 16 interface > pcib0: on motherboard > pci0: on pcib0 > agp0: mem 0xc0000000-0xcfffffff at device > 0.0 o > n pci0 > pcib1: at device 1.0 on= pci0 > pci1: on pcib1 > pci1: at 0.0 irq 11 > fxp0: port 0xc000-0xc03f mem > 0xd5000000-0xd50f > ffff,0xd5100000-0xd5100fff irq 5 at device 11.0 on pci0 > fxp0: Ethernet address 00:d0:b7:09:09:8e > inphy0: on miibus0 > inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isab0: at device 17.0 o= n pci0 > isa0: on isab0 > atapci0: port 0xc400-0xc40f at device 17.1 on > pci0 > ata0: at 0x1f0 irq 14 on atapci0 > ata1: at 0x170 irq 15 on atapci0 > uhci0: port 0xc800-0xc81f irq 5 at device 17.2 > on pc > i0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xcc00-0xcc1f irq 5 at device 17.3 > on pc > i0 > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > atapci1: port > 0xe000-0xe0ff,0xdc00-0xdc03,0 > xd800-0xd807,0xd400-0xd403,0xd000-0xd007 irq 10 at device 19.0 on pci0 > ata2: at 0xd000 on atapci1 > ata3: at 0xd800 on atapci1 > orm0: