From owner-freebsd-current@freebsd.org Wed Mar 17 14:27:02 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B10256AA2A for ; Wed, 17 Mar 2021 14:27:02 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4F0stF5VXdz4R3v for ; Wed, 17 Mar 2021 14:27:01 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: by mailman.nyi.freebsd.org (Postfix) id BC3C456AA28; Wed, 17 Mar 2021 14:27:01 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BC03356A61E for ; Wed, 17 Mar 2021 14:27:01 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from www121.sakura.ne.jp (www121.sakura.ne.jp [153.125.133.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0stF2j0rz4R8g for ; Wed, 17 Mar 2021 14:27:00 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (115-38-180-10.area1c.commufa.jp [115.38.180.10]) (authenticated bits=0) by www121.sakura.ne.jp (8.16.1/8.16.1/[SAKURA-WEB]/20201212) with ESMTPA id 12HEQvNv021818 for ; Wed, 17 Mar 2021 23:26:57 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Wed, 17 Mar 2021 23:26:57 +0900 From: Tomoaki AOKI To: current@freebsd.org Subject: Re: Problem building x11/nvidia-driver; ref. n245494-6827435548d2 Message-Id: <20210317232657.2294e48ffbf8ae8015d70847@dec.sakura.ne.jp> In-Reply-To: References: Reply-To: junchoon@dec.sakura.ne.jp Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4F0stF2j0rz4R8g X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Mar 2021 14:27:02 -0000 On Wed, 17 Mar 2021 05:08:50 -0700 David Wolfskill wrote: > My laptop is currently running main-n245489-15b82e00a164; after updating > sources to n245498-096a84721670, I am performing a source-based update. > > A simialr update on my build machine (which is headless, and thus does > not use anything related to X11) was successful. > > The laptop is set up to rebuild x11/nvidia-driver when the kernel > is updated. > > The buildkernel step on it fails with: > > ... > awk -f /usr/src/sys/conf/kmod_syms.awk nvidia-modeset.ko export_syms | xargs -J% objcopy % nvidia-modeset.ko > ===> lib (all) > ===> lib/libglvnd (all) > ... > ===> x11/driver (all) > ===> x11/extension (all) > ===> doc (all) > make[6]: "/usr/share/mk/bsd.man.mk" line 53: Malformed conditional (${MK_MANSPLITPKG} == "no") > make[6]: Fatal errors encountered -- cannot continue > make[6]: stopped in /common/S4/obj/usr/src/amd64.amd64/sys/CANARY/common/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-460.56/doc > *** Error code 1 > > Stop. > > > On reviewing the list of files changed in 15b82e00a164..096a84721670, I > note a couple of promising-looking candidates: > > share/mk/bsd.opts.mk | 1 + > share/mk/src.opts.mk | 1 - > > Reviewing the commit log for share/mk/bsd.opts.mk, I see that the most > recent entry is: > > | commit 6827435548d257c672f934db5c6ff01012d96995 > | Author: Jung-uk Kim > | Date: Tue Mar 16 14:16:10 2021 -0400 > | > | pkgbase: Fix building out-of-tree manual pages > | > | c7e6cb9e08d6 introduced MK_MANSPLITPKG but it was not available for > | building out-of-tree manual pages. For example, x11/nvidia-driver fails > | with the following error: > | > | ===> doc (all) > | make[3]: "/usr/share/mk/bsd.man.mk" line 53: Malformed conditional (${MK_MANSPLITPKG} == "no") > | make[3]: Fatal errors encountered -- cannot continue > | > | Move the definition from src.opts.mk to bsd.opts.mk to make it visible. > > which looks ... apropos. > > Indeed, it appears that the n245494-6827435548d2 change was intended to > fix the issue that I am now just seeing. > > But I readily confess that I have neither familairity nor expertise > with share/mk/* (and that delving into it reminds me of "You are > in a mazy twist of passages, all different") > > So... help? What do I need to do to be able to build the kernel now? > > (E.g., if I need to just skip building x11/nvidia-driver once, get > everything installed, then build "normally" (with x11/nvidia-driver) > -- that's fine; I just need a clue.) > > Thanks. > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > That broadly-popular "American Rescue Plan" (stimulus/COVID relrief)? > Ever Republican vote in Congress was against it. > > See https://www.catwhisker.org/~david/publickey.gpg for my public key. Hi. Once world whichever between git c7e6cb9e08d6 and 0b373f26bea1 is installed, nvidia-driver SHOULD ALWAYS FAIL until world after git 6827435548d2 is installed. This is the primary reason why I don't like/don't use current PORTS_MODULES approach. (Not all modules are mandatory to boot.) Building PORTS_MODULES would be better having separate target, something like buildportsmodules/installportsmodules and do NOT block buildkernel/installkernel. With the approach, buildportsmodules/installportsmodules may depend on buildkernel/installkernel. Regards. -- Tomoaki AOKI