为了能快速了解并处理您的问题,请提供以下基础信息:
8.0.1
ubuntu 22.04 arm
安装失败. 经过很时间安装 卡死 重试一样
[ 52%] Linking CXX executable ../runtime_output_directory/mysqld/www/server/mysql/src/sql/parser_yystype.h:337:7: warning: type ‘union YYSTYPE’ violates the C++ One Definition Rule [-Wodr] 337 | union YYSTYPE { | ^/www/server/mysql/src/storage/innobase/include/fts0pars.h:50: note: a different type is defined in another translation unit 50 | typedef union YYSTYPE | /www/server/mysql/src/sql/parser_yystype.h:338:17: note: the first difference of corresponding definitions is field ‘lexer’ 338 | Lexer_yystype lexer; // terminal values from the lexical scanner | ^../storage/innobase/fts0pars.y:62: note: a field with different name is defined in another translation unit./sql/sql_yacc.cc:570: warning: type ‘yysymbol_kind_t’ violates the C++ One Definition Rule [-Wodr]./sql/sql_hints.yy.cc:137: note: an enum with different value name is defined in another translation unit./sql/sql_yacc.cc:576: note: name ‘YYSYMBOL_ABORT_SYM’ differs from name ‘YYSYMBOL_MAX_EXECUTION_TIME_HINT’ defined in another translation unit./sql/sql_hints.yy.cc:143: note: mismatching definition./sql/sql_yacc.h:51: warning: type ‘yytokentype’ violates the C++ One Definition Rule [-Wodr]/www/server/mysql/src/storage/innobase/include/pars0grm.h:46: note: an enum with different value name is defined in another translation unit 46 | enum yytokentype { | ./sql/sql_yacc.h:53: note: name ‘YYEMPTY’ differs from name ‘PARS_INT_LIT’ defined in another translation unit/www/server/mysql/src/storage/innobase/include/pars0grm.h:47: note: mismatching definition 47 | PARS_INT_LIT = 258, | |
|