From owner-freebsd-sparc64@FreeBSD.ORG Mon Apr 19 09:14:58 2010 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54FC2106564A for ; Mon, 19 Apr 2010 09:14:58 +0000 (UTC) (envelope-from christian.baer@uni-dortmund.de) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id C83A78FC1F for ; Mon, 19 Apr 2010 09:14:57 +0000 (UTC) Received: from [192.168.1.100] (p508C2255.dip0.t-ipconnect.de [80.140.34.85]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0MQ7u7-1O8zve3BGV-005NzR; Mon, 19 Apr 2010 11:02:17 +0200 Message-ID: <4BCC1C18.7040708@uni-dortmund.de> Date: Mon, 19 Apr 2010 11:02:16 +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-sparc64@freebsd.org X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX19lK4J4NMyhH/HcbpzNVZzhPAYuRq1tX3dFo2A /X96O6fZXg5TMlVsYxkf4mVs7lXK9epm39WICf9iUayhVcvMjC 1A1/oMs6iNoD+R1QeTWDI/A5IOxY7whbPUOKysQ438= Subject: make installworld doesn't work X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2010 09:14:58 -0000 Hello there dear readers! A while back I tried to update from 8.0-RELEASE to RELENG_8_0. I got this far: - buildworld - buildkernel - installkernel - reboot - mergemaster -p Then I started a make installworld 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. Strangely, it compiled without any error I could see, so I don't see why installing should fail. I removed alle additional compiler-flags from make.conf, erased the entire contents of /usr/obj/ and tried to make the world again. Same thing happened: The world built fine but refused to install. Updating the sources didn't do any good either. Actually, the sources haven't been updated since. I tried an Update a few minutes ago. The ports (and maybe docs) got updated, nothing else. So I am guessing, this isn't a know problem, or it probably would have been fixed by now. Any ideas, anybody? Regards, Chris