Bug 274374 - comms/qt6-serialbus: fails check-plist
Summary: comms/qt6-serialbus: fails check-plist
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-kde (group)
URL: https://pkg-status.freebsd.org/packag...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-10-09 12:57 UTC by Jan Beich
Modified: 2023-10-10 04:02 UTC (History)
1 user (show)

See Also:
jhale: maintainer-feedback+
jhale: merge-quarterly+


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 2023-10-09 12:57:53 UTC
Regressed by ports b27916d94c81. See URL for complete log and compare with past logs in https://pkg-status.freebsd.org/package21/data/latest-per-pkg/qt6-serialbus/

$ poudriere testport -j 132amd64 comms/qt6-serialbus
[...]
===========================================================================
====> 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: %%QT_INCDIR%%/QtSerialBus/QModbusRtuSerialMaster
Error: Orphaned: %%QT_INCDIR%%/QtSerialBus/QModbusRtuSerialSlave
===> 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 2023-10-10 03:56:01 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=172821a532be97f6d9ce7c6062d257681218f75f

commit 172821a532be97f6d9ce7c6062d257681218f75f
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-10 03:35:34 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-10 03:55:10 +0000

    comms/qt6-serialbus: Fix pkg-plist

    PR:             274374
    Reported by:    jbeich
    MFH:            2023Q4

 comms/qt6-serialbus/Makefile  | 1 +
 comms/qt6-serialbus/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-10-10 03:58:05 UTC
A commit in branch 2023Q4 references this bug:

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

commit c8fef54434e7f07ec2cd3504533983cda6dde63b
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-10 03:35:34 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-10 03:56:37 +0000

    comms/qt6-serialbus: Fix pkg-plist

    PR:             274374
    Reported by:    jbeich
    MFH:            2023Q4

    (cherry picked from commit 172821a532be97f6d9ce7c6062d257681218f75f)

 comms/qt6-serialbus/Makefile  | 1 +
 comms/qt6-serialbus/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2023-10-10 04:02:44 UTC
Fixed. Thanks for the report!