Date: Tue, 26 Sep 2006 09:30:25 +0200 From: "Ulrich Spoerlein" <uspoerlein@gmail.com> To: stable@freebsd.org Subject: make release vs. installworld Message-ID: <7ad7ddd90609260030g24ed098ft534719cd4c396570@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi all, I am building my own releases for FreeBSD. When upgrading a server to the new release, I'd like to use the 'make installworld' procedure. Therefore I'm mounting the /usr/src and /usr/obj from the release build via NFS onto the server in question. However, installworld will fail, as it looks like some binaries are not built inside the chrooted make release build. First missing binary is cat(1). After manually building it, the installworld stops at chmod(1) ===> bin/chio (install) install -s -o root -g wheel -m 555 chio /bin install -o root -g wheel -m 444 chio.1.gz /usr/share/man/man1 ===> bin/chmod (install) install -s -o root -g wheel -m 555 chmod /bin install: chmod: No such file or directory *** Error code 71 So, what's the recommended way to a) build own releases and b) update your servers with it. Uli PS: And why is the FreeBSD release build process so complex?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7ad7ddd90609260030g24ed098ft534719cd4c396570>