I am building 2023Q1 on Tribblix on a Sparc T5140. Everything seemed to be working well but eventually I started running into an intermittent problem with some packages. I get the following error:
=> Automatic manual page handling
=> Generating post-install file lists
pkg_create: can't stat `/opt/local/pkgsrc/pkgsrc/devel/gobject-introspection/work/.destdir/opt/local/find: '/opt/local/pkgsrc/pkgsrc/devel/gobject-introspection/work/.destdir/opt/local/': No such file or directory'
=> Checking file-check results for gobject-introspection-1.74.0nb1
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /opt/local/pkgsrc/pkgsrc/devel/gobject-introspection/work/.destdir/opt/local:
ERROR: /opt/local/pkgsrc/pkgsrc/devel/gobject-introspection/work/.destdir/opt/local/find: '/opt/local/pkgsrc/pkgsrc/devel/gobject-introspection/work/.destdir/opt/local/': No such file or directory
*** Error code 1
Basically, a command error is somehow making its way into the generated PLIST and causing the problem. However, when I run bmake again, it creates the package without error and moves on.
This particular package uses Meson as the build system so I am not sure if I am mainly seeing this with that specific build system. There are other packages that build successfully without this problem. So I am not sure where the culprit is. My PATH is /opt/local/bin:/opt/local/sbin:/usr/sbin:/usr/bin.