Bug 193763 - archivers/rpm4 poudriere Error: Missing: %%LUA_LIBDIR%%/rpm-plugins/systemd_inhibit.so
Summary: archivers/rpm4 poudriere Error: Missing: %%LUA_LIBDIR%%/rpm-plugins/systemd_i...
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 07:31 UTC by Vikash Badal
Modified: 2014-09-19 13:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vikash Badal 2014-09-19 07:31:51 UTC
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 Bugzilla Automation freebsd_committer freebsd_triage 2014-09-19 07:31:51 UTC
Maintainers CC'd
Comment 2 Johan van Selst freebsd_committer freebsd_triage 2014-09-19 13:00:47 UTC
This is not the correct solution.
The extra file is built when certain libraries are present. Since this option cannot be switched off, I have now added the relevant library as a dependency.