When build the lang/gnucobol package from the trunk branch on macOS 15, there are issues in PLIST preventing the binary package being created and installed.
=> Generating post-install file lists
pkg_create: can't stat `/opt/pkgsrc/lang/gnucobol/work/.destdir/opt/pkg/lib/gnucobol/CBL_OC_DUMP.so'
=> Checking file-check results for gnucobol-3.2nb8
ERROR: ************************************************************
ERROR: The following files are in the PLIST but not in /opt/pkgsrc/lang/gnucobol/work/.destdir/opt/pkg:
ERROR: /opt/pkgsrc/lang/gnucobol/work/.destdir/opt/pkg/lib/gnucobol/CBL_OC_DUMP.so
ERROR: ************************************************************
ERROR: The following files are in /opt/pkgsrc/lang/gnucobol/work/.destdir/opt/pkg but not in the PLIST:
ERROR: /opt/pkgsrc/lang/gnucobol/work/.destdir/opt/pkg/lib/gnucobol/CBL_OC_DUMP.dylib
*** Error code 1
It seems to be a mismatch in the PLIST file, please fix it.
Thank you.
When build the
lang/gnucobolpackage from the trunk branch on macOS 15, there are issues in PLIST preventing the binary package being created and installed.It seems to be a mismatch in the PLIST file, please fix it.
Thank you.