https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288445
Yasuhiro Kimura <y...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --- Comment #3 from Yasuhiro Kimura <y...@freebsd.org> --- (In reply to Antoine Brodin from comment #2) I tried build of sysutils/vagrant with following conditions. * Poudriere 3.4.3 * 13.5-RELEASE i386 jail * Ports 4222a5a822fc of main branch And it failed with check-plist error as below. ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: %%GEMS_DIR%%/extensions/x86-freebsd-13/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/gem.build_complete Error: Orphaned: %%GEMS_DIR%%/extensions/x86-freebsd-13/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/gem_make.out Error: Orphaned: %%GEMS_DIR%%/extensions/x86-freebsd-13/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/mkmf.log Error: Orphaned: %%GEMS_DIR%%/extensions/x86-freebsd-13/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/vagrant/vagrant_ssl.so ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: %%GEMS_DIR%%/extensions/%%BUILD_TARGET%%/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/gem.build_complete Error: Missing: %%GEMS_DIR%%/extensions/%%BUILD_TARGET%%/%%RUBY_VER%%/vagrant-%%PORTVERSION%%/vagrant/vagrant_ssl.so ===> Error: Plist issues found. *** Error code 1 So it seems build error has nothing to do with my patch. -- You are receiving this mail because: You are the assignee for the bug.