Date: Tue, 23 May 2023 20:01:38 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 271594] WITHOUT_IPFW= breaks installworld Message-ID: <bug-271594-227-dOh2IVxYkB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-271594-227@https.bugs.freebsd.org/bugzilla/> References: <bug-271594-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271594 --- Comment #4 from Mark Johnston <markj@FreeBSD.org> --- (In reply to Anton Saietskii from comment #3) Well it looks like your srcconf isn't getting honoured at all during installworld for some reason. Look at sbin/Makefile for example: the ipfw = dir is clear predicated on MK_IPFW, but the build is descending into it anyway. Rather than submitting fifteen different bugs for the same problem, please = try narrowing it down further. For example, does: $ make buildworld SRCCONF=3D/dev/null WITHOUT_IPFW=3D # make installworld SRCCONF=3D/dev/null WITHOUT_IPFW=3D work? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271594-227-dOh2IVxYkB>