Bug 195871 - www/rt42 stage-qa fail
Summary: www/rt42 stage-qa fail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-11 02:36 UTC by me
Modified: 2014-12-13 13:10 UTC (History)
0 users

See Also:
matthew: maintainer-feedback-


Attachments
build log file (81.58 KB, text/plain)
2014-12-11 16:27 UTC, me
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description me 2014-12-11 02:36:01 UTC
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 !!!
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-11 02:36:01 UTC
Auto-assigned to maintainer matthew@FreeBSD.org
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2014-12-11 06:59:03 UTC
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.
Comment 3 me 2014-12-11 16:27:36 UTC
Created attachment 150477 [details]
build log file

Build log with all the details
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-12-13 13:09:40 UTC
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