Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2017 22:50:59 +0200
From:      Jan Beich <jbeich@FreeBSD.org>
To:        Jung-uk Kim <jkim@FreeBSD.org>
Cc:        Johannes M Dieterich <jmd@FreeBSD.org>, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r448928 - in head/graphics: . drm-next-kmod
Message-ID:  <fuca-yu6k-wny@FreeBSD.org>
In-Reply-To: <e44221eb-1cf6-499c-9966-5c29761d0c21@FreeBSD.org> (Jung-uk Kim's message of "Tue, 29 Aug 2017 16:46:04 -0400")
References:  <201708291632.v7TGWJq0022465@repo.freebsd.org> <60d6-1emr-wny@FreeBSD.org> <e44221eb-1cf6-499c-9966-5c29761d0c21@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jung-uk Kim <jkim@FreeBSD.org> writes:

> On 08/29/2017 13:13, Jan Beich wrote:
>
>> Johannes M Dieterich <jmd@FreeBSD.org> 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
>
> Also, please fix non-root build while you're at it.  Please see the
> attached patch.

See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221915 ;)

> +MAKE_ENV+=	KMODOWN=${UID} KMODGRP=${GID}

According to bsd.own.mk when USES=uidfix is set KMOD(OWN|GRP) inherit
uid/group from BIN(OWN|GRP). Have you tried to omit the line?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fuca-yu6k-wny>