[Bug 261164] databases/mysql80-client fails to build

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 12 Jan 2022 22:11:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261164

            Bug ID: 261164
           Summary: databases/mysql80-client fails to build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: joneum@FreeBSD.org
          Reporter: dave@jetcafe.org
          Assignee: joneum@FreeBSD.org
             Flags: maintainer-feedback?(joneum@FreeBSD.org)

The build failure encountered from a poudriere build is this:

[ 40%] Built target mysys_objlib
--- vio/CMakeFiles/vio_objlib.dir/all ---
--- vio/CMakeFiles/vio_objlib.dir/viosslfactories.cc.o ---
/wrkdirs/usr/ports/databases/mysql80-client/work/mysql-8.0.27/vio/viosslfactories.cc:538:27:
error: use of undeclared identifier 'FIPS_mode'
  int ret = FIPS_mode_set(FIPS_mode() == 0 ? 1 : 0);
                          ^
1 error generated.
*** [vio/CMakeFiles/vio_objlib.dir/viosslfactories.cc.o] Error code 1

I should mention the following options in my make.conf:

DEFAULT_VERSIONS+=   pgsql=12 perl5=5.32 mysql=5.7 ssl=libressl python3=3.8

and the port options are:

OPTIONS_FILE_SET+=SASLCLIENT
OPTIONS_FILE_UNSET+=FIDO

I am trying to build both mysql 5.7 and 8.0 here at the same time. 5.7 works.

-- 
You are receiving this mail because:
You are the assignee for the bug.