From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 10:21:43 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8E6F106564A for ; Wed, 7 Apr 2010 10:21:43 +0000 (UTC) (envelope-from christian.baer@uni-dortmund.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mx1.freebsd.org (Postfix) with ESMTP id 70D698FC1B for ; Wed, 7 Apr 2010 10:21:43 +0000 (UTC) Received: from [192.168.1.100] (p508C32A7.dip0.t-ipconnect.de [80.140.50.167]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0LzFLh-1NV0zi1oPZ-014o9n; Wed, 07 Apr 2010 12:08:59 +0200 Message-ID: <4BBC59D3.3080908@uni-dortmund.de> Date: Wed, 07 Apr 2010 12:09:23 +0200 From: Christian Baer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.24) Gecko/20100228 Lightning/0.9 Thunderbird/2.0.0.24 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19FlU+TlJshq31IRgMrOpgE+RZLb1Uc8XvlnN2 dcQspXif27LJE9W6MqP1Ptw8FLWbNORL7zRyw14gcQyfhRpFLY YPAg8QK1gmjYVULa+TlcT6EIydVx3A5 Subject: make installworld broke - try again? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 10:21:43 -0000 Hi there peeps! I just tried to update from 8.0-RELEASE to RELENG_8_0. I gut this far: - buildworld - buildkernel - installkernel - reboot - mergemaster -p Then I started a make buildworld and it broke here: install -s -o root -g wheel -m 555 sort /usr/bin install -o root -g wheel -m 444 sort.1.gz /usr/share/man/man1 ===> gnu/usr.bin/texinfo (install) ===> gnu/usr.bin/texinfo/libtxi (install) ===> gnu/usr.bin/texinfo/makeinfo (install) install -s -o root -g wheel -m 555 makeinfo /usr/bin install -o root -g wheel -m 444 makeinfo.1.gz /usr/share/man/man1 ===> gnu/usr.bin/texinfo/info (install) install -s -o root -g wheel -m 555 info /usr/bin install -o root -g wheel -m 444 info.1.gz /usr/share/man/man1 install -o root -g wheel -m 444 info.5.gz /usr/share/man/man5 install -o root -g wheel -m 444 texinfo.5.gz /usr/share/man/man5 ===> gnu/usr.bin/texinfo/infokey (install) install -s -o root -g wheel -m 555 infokey /usr/bin install -o root -g wheel -m 444 infokey.1.gz /usr/share/man/man1 ===> gnu/usr.bin/texinfo/install-info (install) install -s -o root -g wheel -m 555 install-info /usr/bin install -o root -g wheel -m 444 install-info.1.gz /usr/share/man/man1 ===> gnu/usr.bin/texinfo/texindex (install) install -s -o root -g wheel -m 555 texindex /usr/bin install -o root -g wheel -m 444 texindex.1.gz /usr/share/man/man1 ===> gnu/usr.bin/texinfo/doc (install) install-info --quiet --defsection=Miscellaneous --defentry= info.info /usr/share/info/dir install-info --quiet --defsection=Miscellaneous --defentry= info-stnd.info /usr/share/info/dir install-info --quiet --defsection=Miscellaneous --defentry= texinfo.info /usr/share/info/dir install -o root -g wheel -m 444 info.info.gz info-stnd.info.gz texinfo.info.gz /usr/share/info ===> include (install) creating osreldate.h from newvers.sh touch: not found *** Error code 127 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Obviously, just trying to install again won't do any good (this isn't Windows), I'm just a little careful about breaking the system. It is also possible that I broke this by playing with the compiler-options (I added 'CFLAGS+= -mcpu=ultrasparc' in make.conf). Maybe that broke my world. Would it be a good idea to simply remove this entry and/or update the source, recompile and try to install again? I don't really want to break the system so it doesn't boot again, because after that, it's usually easier to reinstall it from scratch - especially if you are setting up a new system as I am now. Regards, Chris