Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Apr 2010 12:09:23 +0200
From:      Christian Baer <christian.baer@uni-dortmund.de>
To:        freebsd-questions@freebsd.org
Subject:   make installworld broke - try again?
Message-ID:  <4BBC59D3.3080908@uni-dortmund.de>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BBC59D3.3080908>