make installworld broke - try again?

Christian Baer christian.baer at uni-dortmund.de
Wed Apr 7 10:21:43 UTC 2010


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


More information about the freebsd-questions mailing list