Bug 255371 - sysutils/plasma5-discover: fails check-plist
Summary: sysutils/plasma5-discover: 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:
Keywords: needs-patch
Depends on:
Blocks:
 
Reported: 2021-04-24 19:27 UTC by Jan Beich
Modified: 2021-04-26 14:53 UTC (History)
1 user (show)

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


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 2021-04-24 19:27:40 UTC
$ poudriere testport -j main-amd64 sysutils/plasma5-discover
[...]
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/plasma-discover is linked to /usr/local/lib/qt5/libQt5X11Extras.so.5 from x11/qt5-x11extras but it is not declared as a dependency
Warning: you need USES=qt:5 and USE_QT+=x11extras
Error: /usr/local/lib/qt5/plugins/kcms/kcm_updates.so is linked to /usr/local/lib/libKF5KCMUtils.so.5 from devel/kf5-kcmutils but it is not declared as a dependency
Warning: you need to use USE_KDE+=kcmutils
====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: share/locale/cs/LC_MESSAGES/kcm_updates.mo
===> 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 2021-04-26 14:39:18 UTC
A commit in branch main references this bug:

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

commit 0c26ec0b51c48bdd5531fce9f6b3fca2d1dbbc52
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2021-04-26 14:25:47 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2021-04-26 14:38:12 +0000

    [KDE Plasma] fix plists

    sysutils/plasma5-discover: fix plist
    x11/plasma5-plasma-desktop: fix plist
    sysutils/plasma5-plasma-disks: fix plist

    Reported by:    jbeich
    PR:             255371 255372 255373

 sysutils/plasma5-discover/pkg-plist     | 1 +
 sysutils/plasma5-plasma-disks/pkg-plist | 1 +
 x11/plasma5-plasma-desktop/pkg-plist    | 1 +
 3 files changed, 3 insertions(+)
Comment 2 Adriaan de Groot freebsd_committer freebsd_triage 2021-04-26 14:53:43 UTC
I would have sworn I ran a full local build here beforehand, but ..