MySQL new install issues

kg648

Verified User
Joined
Apr 5, 2007
Messages
23
Evening,

I have a new DA install on FBSD 12.2 64bit, everything is fine apart from MySQL, I have tried CC,GCC, in case it didn't like clang - I have installed all of the pre-install pre-reqs.

Any suggestions where I can start with this? as I don't know what else to try.


Code:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/table_tiws_by_table.cc:33:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/table_tiws_by_table.h:34:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/pfs_instr.h:60:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/pfs_con_slice.h:31:
/usr/local/directadmin/custombuild/mysql-5.7.31/sql/sql_class.h:2255:8: warning: 'auto_ptr<Transaction_ctx>' is deprecated [-Wdeprecated-declarations]
  std::auto_ptr<Transaction_ctx> m_transaction;
       ^
/usr/include/c++/v1/memory:2130:28: note: 'auto_ptr<Transaction_ctx>' has been explicitly marked deprecated here
class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 auto_ptr
                           ^
/usr/include/c++/v1/__config:972:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/usr/include/c++/v1/__config:961:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
3 warnings generated.
[ 61%] Building CXX object storage/perfschema/CMakeFiles/perfschema.dir/table_tlws_by_table.cc.o
20 errors generated.
--- rapid/plugin/x/CMakeFiles/mysqlx.dir/src/xpl_plugin.cc.o ---
*** [rapid/plugin/x/CMakeFiles/mysqlx.dir/src/xpl_plugin.cc.o] Error code 1

make[2]: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
1 error

make[2]: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
--- rapid/plugin/x/CMakeFiles/mysqlx.dir/all ---
*** [rapid/plugin/x/CMakeFiles/mysqlx.dir/all] Error code 2

make[1]: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/table_tlws_by_table.cc:33:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/table_tlws_by_table.h:32:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/storage/perfschema/pfs_engine_table.h:26:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/sql/auth/auth_common.h:29:
In file included from /usr/local/directadmin/custombuild/mysql-5.7.31/sql/table.h:37:
/usr/local/directadmin/custombuild/mysql-5.7.31/libbinlogevents/include/table_id.h:53:8: warning: definition of implicit copy constructor for 'Table_id' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
--- storage/perfschema/CMakeFiles/perfschema.dir/all ---
*** [storage/perfschema/CMakeFiles/perfschema.dir/all] Error code 2

make[1]: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
2 errors

make[1]: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
*** [all] Error code 2

make: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31
1 error

make: stopped in /usr/local/directadmin/custombuild/mysql-5.7.31

Thanks.
 
On 12.1 r10. Mysql 8 installs fine. I don't think 12.2 is supported yet and may not be.
 
Back
Top