Date: Tue, 12 Nov 2002 09:02:11 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: den@volginfo.ru, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/45239: make release fails - sh core dumped Message-ID: <200211121702.gACH2B0i005151@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: make release fails - sh core dumped State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Tue Nov 12 07:53:00 PST 2002 State-Changed-Why: Once upon a time, it was an (undocumented) prerequisite for a successful ``make release'' that the running world be the same or compatible version of what you are trying to build. It is not any longer, i.e. you can build a snapshot for 5.0 of 4.x, but this requires some black magic. The CHROOTDIR should be populated with the contents compatible with the running system, so you must buildworld for your 4.7-p1 first and not cross-build for 5.0 -- that's why you are getting the SIGSYS. Building snapshots for 5.0 on 4.x is a bit tricky due to this: cd /usr/src-4.x/release && make -f /usr/src-5.0/release/Makefile ... http://www.freebsd.org/cgi/query-pr.cgi?pr=45239 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211121702.gACH2B0i005151>