[Bug 278648] x11/nvidia-settings: fails to make package in poudriere
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Apr 2024 00:41:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278648 Bug ID: 278648 Summary: x11/nvidia-settings: fails to make package in poudriere Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: x11@FreeBSD.org Reporter: bitbucket63-it@yahoo.com Assignee: x11@FreeBSD.org Flags: maintainer-feedback?(x11@FreeBSD.org) Platform FreeBSD 13.3-RELEASE-p2 amd64 JAMESTOWN_AMDX6 1303001 with poudriere-3.4.1_1 I first had this happen on 2024-04-04 and it happened again today. x11/nvidia-settings fails to complete making the package after an apparent successful build. However, building and making a package within the ports tree works without error. When comparing the output from poudriere with that from the ports tree, it seems that poudriere is attempting to install a missing libnvidia-wayland-client.so. Here's the relevant part of the poudriere log: =======================<phase: stage >============================ ===== env: NO_DEPENDS=yes USER=root UID=0 GID=0 ===> Staging for nvidia-settings-535.146.02_1 ===> Generating temporary packing list gmake[1]: Entering directory '/wrkdirs/usr/ports/x11/nvidia-settings/work/nvidia-settings-535.146.02/src' mkdir -p /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/bin install -m 755 _out/FreeBSD_amd64/nvidia-settings /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/bin/nvidia-settings mkdir -p /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/lib install -m 644 _out/FreeBSD_amd64/libnvidia-gtk3.so \ /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/lib/libnvidia-gtk3.so.535.146.02 mkdir -p /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/lib install -m 644 \ /wrkdirs/usr/ports/x11/nvidia-settings/work/stage/usr/local/lib/ usage: install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 file2 install [-bCcpSsUv] [-f flags] [-g group] [-m mode] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] [-B suffix] [-l linkflags] [-N dbdir] file1 ... fileN directory install -dU [-vU] [-g group] [-m mode] [-N dbdir] [-o owner] [-M log] [-D dest] [-h hash] [-T tags] directory ... gmake[1]: *** [Makefile:323: WAYLAND_LIB_install] Error 64 gmake[1]: Leaving directory '/wrkdirs/usr/ports/x11/nvidia-settings/work/nvidia-settings-535.146.02/src' gmake: *** [Makefile:23: install] Error 2 *** Error code 2 -- You are receiving this mail because: You are the assignee for the bug.