poudriere -t log: ====> Running Q/A tests (stage-qa) make: Working in: /usr/ports/www/rt42 ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: @dir %%DATADIR%%/etc Error: Orphaned: @dir %%DATADIR%%/lib Error: Orphaned: @dir %%DATADIR%%/plugins Error: Orphaned: @dir %%WWWDIR%%42 ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Stop. make: stopped in /usr/ports/www/rt42 ====>> Error: check-plist failures detected ====>> Cleaning up wrkdir ===> Cleaning for rt42-4.2.9_2 build of www/rt42 ended at Thu Dec 11 03:08:02 CET 2014 build time: 00:01:08 !!! build failure encountered !!!
Auto-assigned to maintainer matthew@FreeBSD.org
I can't reproduce this in my environment, and I don't see reports of this problem from the QA and package build machines. This would seem to be the result of something specific to the reporter's environment. Please show exactly what your settings are.
Created attachment 150477 [details] build log file Build log with all the details
A commit references this bug: Author: matthew Date: Sat Dec 13 13:08:54 UTC 2014 New revision: 374655 URL: https://svnweb.freebsd.org/changeset/ports/374655 Log: Make the port 'poudriere testport' clean - Remove ${STAGEDIR}/usr/local/www/rt42 which is unused - Add ${DATADIR}/{etc,lib,plugins} as empty directories: these are used by RT extensions. - Use @dir() to manage directories created under /var. This will prevent the unconditional removal and replacement of the cache directories during updates, which results in those directories ending up with the wrong ownership. PR: 195871 Submitted by: me@nileshgr.com Changes: head/www/rt42/Makefile head/www/rt42/pkg-plist