Date: Wed, 26 Oct 2016 18:41:35 -0500 From: Kyle Evans <kevans91@ksu.edu> To: <freebsd-pkgbase@freebsd.org> Subject: Custom -NODEBUG kernel configuration failing Message-ID: <CACNAnaHxkBF-UymqAE1R1UBfHL2KRhERwt%2BnKdKsCD%2BkO_7k-A@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello! I've recently setup a server dedicated to doing pkgbase builds for all of my other machines. I've got 5 custom configurations (GENERIC with irrelevant devices removed) as well as corresponding -NODEBUG for each. These -NODEBUG configs are modeled after GENERIC-NODEBUG, but with 'nomakeoptions DEBUG' added to the nooptions* lines. When I try to issue a `make packages` with KERNCONF including any of these -NODEBUG configs and the proper NO_INSTALLEXTRAKERNELS option specified, make packages fails with the following end of log: https://files.kyle-evans.net/freebsd/error.log All of my debug kernel configs work, but every -NODEBUG (with exception to GENERIC-NODEBUG) exhibits this same problem (presumably linked to nomakeoptions DEBUG) -- it tries to generate the $CONF-debug package and dies when no .plist comes out of it. Is this something that should be clearly unsupported, or just a bug that should be fixed right up? Thanks, Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaHxkBF-UymqAE1R1UBfHL2KRhERwt%2BnKdKsCD%2BkO_7k-A>