Date: Wed, 12 Jan 2022 22:11:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 261164] databases/mysql80-client fails to build Message-ID: <bug-261164-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261164 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/viosslfac= tories.cc:538:27: error: use of undeclared identifier 'FIPS_mode' int ret =3D FIPS_mode_set(FIPS_mode() =3D=3D 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+=3D pgsql=3D12 perl5=3D5.32 mysql=3D5.7 ssl=3Dlibressl p= ython3=3D3.8 and the port options are: OPTIONS_FILE_SET+=3DSASLCLIENT OPTIONS_FILE_UNSET+=3DFIDO I am trying to build both mysql 5.7 and 8.0 here at the same time. 5.7 work= s. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261164-7788>