amshafer / nvidia-driver

Fork of the Nvidia FreeBSD driver to port the nvidia-drm.ko module from Linux
44 stars 5 forks source link

Cannot be build in poudriere with nobody user #14

Closed monwarez closed 1 year ago

monwarez commented 1 year ago

When doing the staging phase, it fails due to permission issue.

===========================================================================
=======================<phase: stage          >============================
===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534
===>  Staging for nvidia-drm-510-kmod-530.41.03
===>   Generating temporary packing list
install -T release -o root -g wheel -m 555   nvidia-drm.ko /wrkdirs/usr/ports/graphics/nvidia-drm-510-kmod/work/stage/boot/modules/
install: /wrkdirs/usr/ports/graphics/nvidia-drm-510-kmod/work/stage/boot/modules/nvidia-drm.ko: chown/chgrp: Operation not permitted
*** Error code 71

I will check how to fix it.

Well, it is a missing uidfix in USES