Bug 280041 - databases/mariadb114-server modified pkp-plist for options INNOBASE and GSSAPI_NONE, only
Summary: databases/mariadb114-server modified pkp-plist for options INNOBASE and GSSAP...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bernard Spil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-28 18:36 UTC by Michael Grimm
Modified: 2024-06-30 14:49 UTC (History)
1 user (show)

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


Attachments
Modified pkp-plist (945 bytes, text/plain)
2024-06-28 18:36 UTC, Michael Grimm
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grimm 2024-06-28 18:36:38 UTC
Created attachment 251749 [details]
Modified pkp-plist

I have reported this in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279362#c21 already, bt that might have been the wrong place. Thus:

I did UNSET all options except INNOBASE and GSSAPI_NONE.

Compilation with poudriere fails:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plistial
===> Checking for items in STAGEDIR missing from pkg-plist
===> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: share/man/man1/galera_new_cluster.1.gz
Error: Missing: share/man/man1/galera_recovery.1.gz
===> Error: Plist issues found.
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/mariadb114-server
=>> Error: check-plist failures detected

The attached patch is trival. And I have successfully tested 'poudriere testport ...' with default options as well.
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-06-30 14:49:02 UTC
A commit in branch main references this bug:

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

commit 5cf68e36231b9739790d274abec4a87e12f475f4
Author:     Bernard Spil <brnrd@FreeBSD.org>
AuthorDate: 2024-06-30 14:46:51 +0000
Commit:     Bernard Spil <brnrd@FreeBSD.org>
CommitDate: 2024-06-30 14:46:51 +0000

    databases/mariadb114-server: Fix pkg-list issue for WSREP

    PR:             280041
    Reported by:    Michael Grimm <trashcan ellael com>

 databases/mariadb114-server/pkg-plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2024-06-30 14:49:31 UTC
It was the WSREP option. Fixed!

Thank you for reporting.