make installworld doesn't work

Christian Baer christian.baer at uni-dortmund.de
Mon Apr 19 09:14:58 UTC 2010


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


More information about the freebsd-sparc64 mailing list