Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 07:31:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193763] New: archivers/rpm4 poudriere Error: Missing: %%LUA_LIBDIR%%/rpm-plugins/systemd_inhibit.so
Message-ID:  <bug-193763-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193763

            Bug ID: 193763
           Summary: archivers/rpm4 poudriere Error: Missing:
                    %%LUA_LIBDIR%%/rpm-plugins/systemd_inhibit.so
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: vikashb@where-ever.za.net
                CC: johans@FreeBSD.org
                CC: johans@FreeBSD.org

building archivers/rpm4 in poudriere fails:


====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for directories owned by MTREEs
===> Checking for directories handled by dependencies
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: %%LUA_LIBDIR%%/rpm-plugins/systemd_inhibit.so
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/archivers/rpm4


how to repeat:

poudriere testport -o archivers/rpm4 -j RELENG_10_0_amd64


diff fix:

--- pkg-plist.org       2014-09-19 09:25:28.274782004 +0200
+++ pkg-plist   2014-09-19 09:26:46.474997479 +0200
@@ -65,7 +65,6 @@
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/_rpms.so
 %%PYTHON%%%%PYTHON_SITELIBDIR%%/rpm/transaction.py
 lib/rpm-plugins/syslog.so
-lib/rpm-plugins/systemd_inhibit.so
 lib/rpm/appdata.prov
 lib/rpm/brp-compress
 lib/rpm/brp-java-gcjcompile

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainers CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193763-13>