Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2012 15:46:14 +0900
From:      Randy Bush <randy@psg.com>
To:        Jeremy Chadwick <freebsd@jdc.parodius.com>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: buildworld: don't know how to make iterator.cc
Message-ID:  <m2obtwfd55.wl%randy@psg.com>
In-Reply-To: <20120122050406.GA51443@icarus.home.lan>
References:  <m2zkdhgsdw.wl%randy@psg.com> <m2zkdgfj3o.wl%randy@psg.com> <20120122050406.GA51443@icarus.home.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
> Randy, when moving from one to another, are you deleting the contents of
> /usr/src before doing the csup?  More explicitly, this is what you
> should do when going from one release to another:
> 
> rm -fr /usr/src
> rm -fr /var/db/sup/src-all
> rm -fr /usr/obj/*
> csup ...

first one in is one of the amd64 systems

/lib/clang/libllvmsupport/libllvmsupport.a -legacy
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   clang-tblgen /usr/obj/usr/src/tmp/legacy/usr/bin
===> gnu/usr.bin/gperf (obj,depend,all,install)
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf created for /usr/src/gnu/usr.bin/gperf
===> gnu/usr.bin/gperf/doc (obj)
/usr/obj/usr/src/tmp/usr/src/gnu/usr.bin/gperf/doc created for /usr/src/gnu/usr.bin/gperf/doc
make: don't know how to make iterator.cc. Stop
*** Error code 2

---

    # cat /etc/make.conf
    KERNCONF=RIP
    NO_I4B=true
    BOOTWAIT=5000
    WITHOUT_X11=yes
    MAKE_IDEA=YES
    USA_RESIDENT=YES

    # added by use.perl 2011-04-24 09:23:38
    PERL_VERSION=5.10.1

---

    # cat /etc/src.conf
    # 2009.08.10
    #
    WITHOUT_ATM=yes
    WITHOUT_BIND=yes
    WITHOUT_BLUETOOTH=yes
    WITHOUT_FLOPPY=yes
    WITHOUT_GAMES=yes
    WITHOUT_GPIB=YES
    WITHOUT_I4B=YES
    WITH_IDEA=yes
    WITHOUT_IPFILTER=yes
    WITHOUT_IPX=yes
    WITHOUT_KERBEROS=yes
    WITHOUT_LPR=YES
    WITHOUT_LPR=yes
    WITHOUT_MAIL=yes
    WITHOUT_MAILWRAPPER=yes
    WITHOUT_NIS=YES
    WITHOUT_OBJC=yes
    WITHOUT_PF=YES
    WITHOUT_PROFILE=yes
    WITHOUT_SENDMAIL=yes
    WITHOUT_USB=yes
    WITHOUT_WIRELESS=yes
    WITHOUT_WPA_SUPPLICANT_EAPOL=yes

randy



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m2obtwfd55.wl%randy>