pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: x11/gtk4 fails to biuld - PLIST error?



On Mon, Jul 24, 2023 at 02:44:46AM -0700, Paul Goyette wrote:
> Repeatable failure with up-to-date pkgsrc while building on amd64 with
> NetBSD 10.99.4
> 
> 
> 
> ....
> => Automatic manual page handling
> => Generating post-install file lists
> pkg_create: can't stat `/tmp/pkgs/x11/gtk4/work.x86_64/.destdir/usr/pkg/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so'
> => Checking file-check results for gtk4-4.10.4
> ERROR: ************************************************************
> ERROR: The following files are in the PLIST but not in /tmp/pkgs/x11/gtk4/work.x86_64/.destdir/usr/pkg:
> ERROR:         /tmp/pkgs/x11/gtk4/work.x86_64/.destdir/usr/pkg/lib/gtk-4.0/4.0.0/printbackends/libprintbackend-lpr.so
> *** Error code 1
> 

Works for me.
=> Creating binary package /packages/All/gtk4-4.10.4.tgz

Perhaps you have disabled the cups option and in options.mk

	.else
	PLIST.lpr=              yes
	MESON_ARGS+=            -Dprint-cups=disabled
	.endif

the PLIST.lpr=yes is wrong?
 Thomas



Home | Main Index | Thread Index | Old Index