Bug 278648 - x11/nvidia-settings: fails to make package in poudriere
Summary: x11/nvidia-settings: fails to make package in poudriere
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-29 00:41 UTC by bitbucket63-it
Modified: 2024-05-11 20:44 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bitbucket63-it 2024-04-29 00:41:49 UTC
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