Bug 279305 - databases/mysql84-client: Does not install with SASLCLIENT option disabled
Summary: databases/mysql84-client: Does not install with SASLCLIENT option disabled
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: Jochen Neumeister
URL:
Keywords:
: 280051 (view as bug list)
Depends on:
Blocks:
 
Reported: 2024-05-25 22:04 UTC by mark burdett
Modified: 2024-07-28 21:28 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mark burdett 2024-05-25 22:04:41 UTC
With the SASLCLIENT (SASL client plugin module) option disabled I get:

===>  Installing for mysql84-client-8.4.0
===>  Checking if mysql84-client is already installed
===>   Registering installation for mysql84-client-8.4.0
pkg-static: Unable to access file /usr/ports/databases/mysql84-client/work/stage/usr/local/lib/mysql/plugin/authentication_ldap_sasl_client.so:No such file or directory
pkg-static: Unable to access file /usr/ports/databases/mysql84-client/work/stage/usr/local/lib/mysql/plugin/authentication_oci_client.so:No such file or directory
pkg-static: Unable to access file /usr/ports/databases/mysql84-client/work/stage/usr/local/lib/mysql/plugin/authentication_webauthn_client.so:No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/databases/mysql84-client
*** Error code 1

Stop.
make: stopped in /usr/ports/databases/mysql84-client
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-07-28 21:27:56 UTC
A commit in branch main references this bug:

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

commit 7b83e7eee3a2f43da93958958275b09e6c9f359c
Author:     Oleksii Samorukov <samm@FreeBSD.org>
AuthorDate: 2024-07-28 21:26:06 +0000
Commit:     Oleksii Samorukov <samm@FreeBSD.org>
CommitDate: 2024-07-28 21:26:59 +0000

    databases/mysql84-client: fix install with SASLCLIENT option disabled

    PR: 279305

 databases/mysql84-client/Makefile  | 2 +-
 databases/mysql84-client/pkg-plist | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 2 Oleksii Samorukov freebsd_committer freebsd_triage 2024-07-28 21:28:40 UTC
*** Bug 280051 has been marked as a duplicate of this bug. ***