From owner-svn-ports-all@freebsd.org Tue Aug 29 17:13:23 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04D73DE09DF; Tue, 29 Aug 2017 17:13:23 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DB7306A460; Tue, 29 Aug 2017 17:13:22 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 3B0CB1232B; Tue, 29 Aug 2017 17:13:22 +0000 (UTC) From: Jan Beich To: Johannes M Dieterich Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r448928 - in head/graphics: . drm-next-kmod References: <201708291632.v7TGWJq0022465@repo.freebsd.org> Date: Tue, 29 Aug 2017 19:13:16 +0200 In-Reply-To: <201708291632.v7TGWJq0022465@repo.freebsd.org> (Johannes M. Dieterich's message of "Tue, 29 Aug 2017 16:32:19 +0000 (UTC)") Message-ID: <60d6-1emr-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Aug 2017 17:13:23 -0000 Johannes M Dieterich writes: > Author: jmd > Date: Tue Aug 29 16:32:19 2017 > New Revision: 448928 > URL: https://svnweb.freebsd.org/changeset/ports/448928 > > Log: > New port: graphics/drm-next-kmod. [...] > +USES= kmod uidfix Fails to build if SRC_BASE != /usr/src. With SRCTOP undefined the port relies on /sys symlink existing and pointing to a real location. The latter conflicts with $SRC_BASE/etc/Makefile hardcoding "usr/src/sys". Maybe add MAKE_ENV = SRCTOP="${SRC_BASE}" to fix the following. $ make DISABLE_MAKE_JOBS= ===> Building for drm-next-kmod-g20170825 ===> drm (all) Warning: Object directory not changed from original /usr/ports/graphics/drm-next-kmod/work/kms-drm-4ee5acb/drm ===> amd (all) make[3]: "/usr/ports/graphics/drm-next-kmod/work/kms-drm-4ee5acb/amd/Makefile" line 3: Cannot open /sys/conf/kern.opts.mk make[3]: Fatal errors encountered -- cannot continue make[3]: stopped in /usr/ports/graphics/drm-next-kmod/work/kms-drm-4ee5acb/amd *** Error code 1