Bug 278670 - x11/libxkbcommon: fails check-plist since 1.7.0 update
Summary: x11/libxkbcommon: fails check-plist since 1.7.0 update
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-x11 (Nobody)
URL:
Keywords: regression
Depends on:
Blocks:
 
Reported: 2024-04-30 20:07 UTC by Jan Beich
Modified: 2024-05-01 07:32 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2024-04-30 20:07:39 UTC
Regressed by ports ed5727484854. To prevent such issues in future consider adding the following to /usr/local/etc/poudriere.conf

  PORTTESTING=1                                                                                                                                    
  PORTTESTING_RECURSIVE=1                                                                                                                          
  PORTTESTING_FATAL=no                                                                                                                             

$ poudriere testport -j 132amd64 x11/libxkbcommon
[...]
===========================================================================
====> Running Q/A tests (stage-qa)
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: libexec/xkbcommon/xkbcli-compile-compose
Error: Orphaned: share/man/man1/xkbcli-compile-compose.1.gz
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-01 07:31:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8000a19fe51006d8a64892caa08f5826bfa6f7d0

commit 8000a19fe51006d8a64892caa08f5826bfa6f7d0
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-05-01 07:29:10 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-05-01 07:30:51 +0000

    x11/libxkbcommon: Fix plist

    PR:     278670
    Sponsored by:   Beckhoff Automation GmbH & Co. KG

 x11/libxkbcommon/Makefile  | 1 +
 x11/libxkbcommon/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)