Theses ports failed to build in poudriere due to the following PLIST issue: ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%ETCDIR%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/x11-toolkits/pango ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/10-vendor.d Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/20-org.d Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/30-site.d Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/50-local.d Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/90-mandatory.d Error: Orphaned: @dir %%DATADIR%%-1/rules.d ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/sysutils/polkit The patch is available at: - https://people.freebsd.org/~sunpoet/gnome/pango.patch - https://people.freebsd.org/~sunpoet/gnome/polkit.patch
Auto-assigned to maintainer gnome@FreeBSD.org
(In reply to Sunpoet Po-Chuan Hsieh from comment #0) > Theses ports failed to build in poudriere due to the following PLIST issue: > > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: @dir %%ETCDIR%% > ===> Checking for items in pkg-plist which are not in STAGEDIR > ===> Error: Plist issues found. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/x11-toolkits/pango > > ====> Checking for pkg-plist issues (check-plist) > ===> Parsing plist > ===> Checking for items in STAGEDIR missing from pkg-plist > Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/10-vendor.d > Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/20-org.d > Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/30-site.d > Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/50-local.d > Error: Orphaned: @dir %%ETCDIR%%-1/localauthority/90-mandatory.d > Error: Orphaned: @dir %%DATADIR%%-1/rules.d > ===> Checking for items in pkg-plist which are not in STAGEDIR > ===> Error: Plist issues found. > *** Error code 1 > > Stop. > make: stopped in /usr/ports/sysutils/polkit > > > The patch is available at: > - https://people.freebsd.org/~sunpoet/gnome/pango.patch > - https://people.freebsd.org/~sunpoet/gnome/polkit.patch I think, it's better to replace %%ETCDIR%%-1 by etc/polkit-1.
(In reply to Olivier Duchateau from comment #2) > (In reply to Sunpoet Po-Chuan Hsieh from comment #0) > I think, it's better to replace %%ETCDIR%%-1 by etc/polkit-1. You're right. It should be etc/polkit-1. Thanks.
A commit references this bug: Author: kwm Date: Thu Jan 1 16:35:25 UTC 2015 New revision: 376000 URL: https://svnweb.freebsd.org/changeset/ports/376000 Log: Remove mkdir line in post-install, this is a left over form the old pango cache location. PR: 196417 Submitted by: sunpoet@ Changes: head/x11-toolkits/pango/Makefile
A commit references this bug: Author: kwm Date: Thu Jan 1 16:56:00 UTC 2015 New revision: 376002 URL: https://svnweb.freebsd.org/changeset/ports/376002 Log: Add @dir lines for empty directories reported by check-plist. PR: 196417 Submitted by: sunpoet@ Changes: head/sysutils/polkit/Makefile head/sysutils/polkit/pkg-plist
Problems resolved, thanks for reporting.
*** Bug 195567 has been marked as a duplicate of this bug. ***