make release vs. installworld
- From: "Ulrich Spoerlein" <uspoerlein@xxxxxxxxx>
- Date: Tue, 26 Sep 2006 09:30:25 +0200
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?
_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: make release vs. installworld
- From: Joseph Koshy
- Re: make release vs. installworld
- From: Ruslan Ermilov
- Re: make release vs. installworld
- Prev by Date: Re: Upgrading to 6.2 stable - failed to compile kernel
- Next by Date: Re: make release vs. installworld
- Previous by thread: Is there any good reason for get*by*_r()?
- Next by thread: Re: make release vs. installworld
- Index(es):
Relevant Pages
|
|