Probelms with "make isntallworld"

From: stan (stanb_at_panix.com)
Date: 02/29/04

  • Next message: fbsd_user: "Counter in php script"
    Date: Sun, 29 Feb 2004 07:50:07 -0500
    To: Free BSD Questions list <freebsd-questions@freebsd.org>
    
    

    Can anyone tell me what's going on here? I'm trying to build a new STABEL
    amchine this weekend. I installed the minimum distribution, cvsup'd and am
    trying to do a make buildworld, make buildkernel, make installkernel,
    reboot, make installworld sequence.

    It keeps erroring out in the make isntallworld. I've even re cvsup'd and
    started over from scratch. Here's what I see:

    Script started on Sat Apr 19 15:52:38 2003
    # make installkerne     world
    mkdir -p /tmp/install.47749
    for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make makewhatis mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do cp `which $prog` /tmp/install.47749; done
    cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.47749 make -f Makefile.inc1 reinstall
    --------------------------------------------------------------
    >>> 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 test -d /${dir} && cd /${dir}; test -L "$2" && rm -rf "$2"; test \! -L "$1" && test -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`; while [ $# -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`; while [ $# -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`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done

    --------------------------------------------------------------
    >>> Installing everything..
    --------------------------------------------------------------
    cd /usr/src; make -f Makefile.inc1 install
    ===> share/info
    ===> 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"' >> osreldate.h; echo "#else" >> osreldate.h; echo \#'undef __FreeBSD_version' >> osreldate.h; echo \#'define __FreeBSD_version' $RELDATE >> osreldate.h; echo "#endif" >> osreldate.h
    touch: not found
    *** Error code 127

    Stop in /usr/src/include.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.
    *** Error code 1

    Stop in /usr/src.
    # ^D
    Script done on Sat Apr 19 15:52:51 2003

    BTW, a "whch touch" does find touch.

    -- 
    "They that would give up essential liberty for temporary safety deserve
    neither liberty nor safety."
    						-- Benjamin Franklin
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: fbsd_user: "Counter in php script"

    Relevant Pages

    • make installworld fails : touch not found ?
      ... All make buildworld, buildkernel, and installkernel ... *** Error code 1 ... And here were my kernel config file, make.conf, and dmesg message: ... <VIA Generic host to PCI bridge> mem 0xc0000000-0xcfffffff at device ...
      (freebsd-stable)
    • installworld problem
      ... I've now done a buildworld, buildkernel, installkernel, reboot, and ... In all instances, the buildworld, buildkernel, and installkernel proceeds ... *** Error code 1 ...
      (freebsd-questions)
    • 3 problems on my 5.2 server
      ... installkernel, but when trying to installworld I get: ... *** Error code 1 ... Suddently I can't use 'adduser' to add users to the system. ... the program add "\n/sbin/nologin" after the user info to the passwd ...
      (freebsd-hackers)
    • recurring installworld problem
      ... make installkernel ... -- reboot -- ... *** Error code 1 ... use the multi-ip jail patch. ...
      (freebsd-current)
    • Error code 1 on make installworld 6.0-Beta5
      ... I cvsup-ed the source tree. ... make installkernel all run without errors ... Bellow I'm retyping the error messages: ... *** Error code 1 ...
      (freebsd-questions)