Bug 274378 - graphics/qt6-wayland: fails check-plist
Summary: graphics/qt6-wayland: 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:
: 274386 (view as bug list)
Depends on:
Blocks:
 
Reported: 2023-10-09 15:05 UTC by Jan Beich
Modified: 2023-10-10 04:04 UTC (History)
2 users (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 15:05:07 UTC
Regressed by ports b27916d94c81. See URL for complete log and compare with past versions in https://pkg-status.freebsd.org/package21/data/latest-per-pkg/qt6-wayland/

$ poudriere testport -j 131amd64 graphics/qt6-wayland
[...]
===========================================================================
====> Running Q/A tests (stage-qa)
Warning: you might not need LIB_DEPENDS on libdouble-conversion.so
Warning: you might not need LIB_DEPENDS on libepoll-shim.so
Warning: you might not need LIB_DEPENDS on libexpat.so
Warning: you might not need LIB_DEPENDS on libffi.so
Warning: you might not need LIB_DEPENDS on libfontconfig.so
Warning: you might not need LIB_DEPENDS on libfreetype.so
Warning: you might not need LIB_DEPENDS on libgraphite2.so
Warning: you might not need LIB_DEPENDS on libharfbuzz.so
Warning: you might not need LIB_DEPENDS on libicudata.so
Warning: you might not need LIB_DEPENDS on libpcre.so
Warning: you might not need LIB_DEPENDS on libpcre2-16.so
Warning: you might not need LIB_DEPENDS on libpng16.so
Warning: you might not need LIB_DEPENDS on libzstd.so
Warning: you might not need LIB_DEPENDS on libintl.so
Warning: you might not need LIB_DEPENDS on libGL.so
Warning: you might not need LIB_DEPENDS on libglib-2.0.so
Warning: you might not need LIB_DEPENDS on libintl.so
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%QT_INCDIR%%/QtWaylandClient/qwaylandclientexport.h
Error: Orphaned: %%QT_INCDIR%%/QtWaylandCompositor/qwaylandexport.h
===> 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:02 UTC
A commit in branch main references this bug:

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

commit c49d2372984c4cb43494578dd9dea5814b8d83b7
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-10 03:37:48 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-10 03:55:10 +0000

    graphics/qt6-wayland: Fix pkg-plist

    PR:             274378
    Reported by:    jbeich
    MFH:            2023Q4

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

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

commit 01dfe89637d0055a972daea7a776230e22990393
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-10-10 03:37:48 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-10-10 03:57:01 +0000

    graphics/qt6-wayland: Fix pkg-plist

    PR:             274378
    Reported by:    jbeich
    MFH:            2023Q4

    (cherry picked from commit c49d2372984c4cb43494578dd9dea5814b8d83b7)

 graphics/qt6-wayland/Makefile  | 1 +
 graphics/qt6-wayland/pkg-plist | 2 ++
 2 files changed, 3 insertions(+)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2023-10-10 04:01:28 UTC
*** Bug 274386 has been marked as a duplicate of this bug. ***
Comment 4 Jason E. Hale freebsd_committer freebsd_triage 2023-10-10 04:04:28 UTC
Fixed. Thanks for the report!