From: catalyst@demeter.amd64.dev.gentoo.org
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - clang/stage1-openrc.spec
Date: Mon, 22 Jan 2024 14:24:35 +0000 (UTC) [thread overview]
Message-ID: <20240122142435.0857B268042@demeter.amd64.dev.gentoo.org> (raw)
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/logic.cc:843:
./gt-cp-logic.h:134:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/hash-table.h:374:7: note: previous use is here
374 | class hash_table
| ^
./gt-cp-logic.h:134:3: note: did you mean class here?
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^~~~~~
| class
./gt-cp-logic.h:134:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/hash-table.h:374:7: note: previous use is here
374 | class hash_table
| ^
./gt-cp-logic.h:134:65: note: did you mean class here?
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^~~~~~
| class
4 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/mapper-client.o -MT cp/mapper-client.o -MMD -MP -MF cp/.deps/mapper-client.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:546:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
546 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:841:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
841 | # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
| ^
/usr/include/c++/v1/__config:820:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
820 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:547:37: error: expected ';' at end of declaration list
547 | char_type toupper(char_type __c) const
| ^
/usr/include/c++/v1/__locale:553:48: error: too many arguments provided to function-like macro invocation
553 | const char_type* toupper(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:565:48: error: too many arguments provided to function-like macro invocation
565 | const char_type* tolower(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:656:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
656 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:841:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
841 | # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
| ^
/usr/include/c++/v1/__config:820:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
820 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:657:37: error: expected ';' at end of declaration list
657 | char_type toupper(char_type __c) const
| ^
/usr/include/c++/v1/__locale:663:48: error: too many arguments provided to function-like macro invocation
663 | const char_type* toupper(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:675:48: error: too many arguments provided to function-like macro invocation
675 | const char_type* tolower(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:791:21: error: too many arguments provided to function-like macro invocation
791 | isspace(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
140 | #define isspace(c) do_not_use_isspace_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:791:1: error: declaration conflicts with target of using declaration already in scope
791 | isspace(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:182:1: note: target of using declaration
182 | __isctype_f (space)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:138:1: note: expanded from here
138 | isspace
| ^
/usr/include/c++/v1/cctype:121:9: note: using declaration
121 | using ::isspace _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:793:5: error: expected expression
793 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
| ^
/usr/include/c++/v1/__locale:794:2: error: expected ';' at end of declaration
794 | }
| ^
/usr/include/c++/v1/__locale:799:21: error: too many arguments provided to function-like macro invocation
799 | isprint(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
136 | #define isprint(c) do_not_use_isprint_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:799:1: error: declaration conflicts with target of using declaration already in scope
799 | isprint(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:180:1: note: target of using declaration
180 | __isctype_f (print)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:134:1: note: expanded from here
134 | isprint
| ^
/usr/include/c++/v1/cctype:119:9: note: using declaration
119 | using ::isprint _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:801:5: error: expected expression
801 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
| ^
/usr/include/c++/v1/__locale:802:2: error: expected ';' at end of declaration
802 | }
| ^
/usr/include/c++/v1/__locale:807:21: error: too many arguments provided to function-like macro invocation
807 | iscntrl(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
128 | #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:807:1: error: declaration conflicts with target of using declaration already in scope
807 | iscntrl(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:176:1: note: target of using declaration
176 | __isctype_f (cntrl)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:126:1: note: expanded from here
126 | iscntrl
| ^
/usr/include/c++/v1/cctype:115:9: note: using declaration
115 | using ::iscntrl _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mapper-client.cc:31:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2529:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:809:5: error: expected expression
809 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
make[3]: *** [Makefile:1163: cp/mapper-client.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/mangle.o -MT cp/mangle.o -MMD -MP -MF cp/.deps/mangle.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mangle.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mangle.cc:52:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/cp-tree.h:42:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/c-family/c-common.h:24:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1543 | struct cpp_char_column_policy
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/input.h:67:1: note: did you mean struct here?
67 | class cpp_char_column_policy;
| ^~~~~
| struct
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mangle.cc:54:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1687:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1687 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:859:1: note: did you mean class here?
859 | struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/coretypes.h:144:1: note: did you mean class here?
144 | struct cgraph_edge;
| ^~~~~~
| class
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/mangle.cc:54:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2213 | friend struct cgraph_edge;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: note: did you mean class here?
2213 | friend struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: note: did you mean class here?
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: note: did you mean class here?
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^~~~~~
| class
6 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DHOST_MACHINE=\"x86_64-pc-linux-gnu\" -DTARGET_MACHINE=\"x86_64-pc-linux-gnu\" -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/t
mp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/module.o -MT cp/module.o -MMD -MP -MF cp/.deps/module.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:546:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
546 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:841:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
841 | # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
| ^
/usr/include/c++/v1/__config:820:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
820 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:547:37: error: expected ';' at end of declaration list
547 | char_type toupper(char_type __c) const
| ^
/usr/include/c++/v1/__locale:553:48: error: too many arguments provided to function-like macro invocation
553 | const char_type* toupper(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:565:48: error: too many arguments provided to function-like macro invocation
565 | const char_type* tolower(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:656:5: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
656 | _LIBCPP_INLINE_VISIBILITY
| ^
/usr/include/c++/v1/__config:841:37: note: expanded from macro '_LIBCPP_INLINE_VISIBILITY'
841 | # define _LIBCPP_INLINE_VISIBILITY _LIBCPP_HIDE_FROM_ABI
| ^
/usr/include/c++/v1/__config:820:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
820 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:657:37: error: expected ';' at end of declaration list
657 | char_type toupper(char_type __c) const
| ^
/usr/include/c++/v1/__locale:663:48: error: too many arguments provided to function-like macro invocation
663 | const char_type* toupper(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:675:48: error: too many arguments provided to function-like macro invocation
675 | const char_type* tolower(char_type* __low, const char_type* __high) const
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:791:21: error: too many arguments provided to function-like macro invocation
791 | isspace(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
140 | #define isspace(c) do_not_use_isspace_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:791:1: error: declaration conflicts with target of using declaration already in scope
791 | isspace(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:182:1: note: target of using declaration
182 | __isctype_f (space)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:128:1: note: expanded from here
128 | isspace
| ^
/usr/include/c++/v1/cctype:121:9: note: using declaration
121 | using ::isspace _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:793:5: error: expected expression
793 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
| ^
/usr/include/c++/v1/__locale:794:2: error: expected ';' at end of declaration
794 | }
| ^
/usr/include/c++/v1/__locale:799:21: error: too many arguments provided to function-like macro invocation
799 | isprint(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
136 | #define isprint(c) do_not_use_isprint_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:799:1: error: declaration conflicts with target of using declaration already in scope
799 | isprint(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:180:1: note: target of using declaration
180 | __isctype_f (print)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:124:1: note: expanded from here
124 | isprint
| ^
/usr/include/c++/v1/cctype:119:9: note: using declaration
119 | using ::isprint _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:801:5: error: expected expression
801 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
| ^
/usr/include/c++/v1/__locale:802:2: error: expected ';' at end of declaration
802 | }
| ^
/usr/include/c++/v1/__locale:807:21: error: too many arguments provided to function-like macro invocation
807 | iscntrl(_CharT __c, const locale& __loc)
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
128 | #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:807:1: error: declaration conflicts with target of using declaration already in scope
807 | iscntrl(_CharT __c, const locale& __loc)
| ^
/usr/include/ctype.h:176:1: note: target of using declaration
176 | __isctype_f (cntrl)
| ^
/usr/include/ctype.h:93:3: note: expanded from macro '__isctype_f'
93 | is##type (int __c) __THROW \
| ^
<scratch space>:116:1: note: expanded from here
116 | iscntrl
| ^
/usr/include/c++/v1/cctype:115:9: note: using declaration
115 | using ::iscntrl _LIBCPP_USING_IF_EXISTS;
| ^
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/module.cc:212:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:321:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:32:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:809:5: error: expected expression
809 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning and 20 errors generated.
make[3]: *** [Makefile:1163: cp/module.o] Error 1
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/method.o -MT cp/method.o -MMD -MP -MF cp/.deps/method.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/method.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/method.cc:28:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/cp-tree.h:42:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/c-family/c-common.h:24:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1543 | struct cpp_char_column_policy
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/input.h:67:1: note: did you mean struct here?
67 | class cpp_char_column_policy;
| ^~~~~
| struct
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/method.cc:30:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1687:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1687 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:859:1: note: did you mean class here?
859 | struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/coretypes.h:144:1: note: did you mean class here?
144 | struct cgraph_edge;
| ^~~~~~
| class
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/method.cc:30:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2213 | friend struct cgraph_edge;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: note: did you mean class here?
2213 | friend struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: note: did you mean class here?
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: note: did you mean class here?
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^~~~~~
| class
6 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/optimize.o -MT cp/optimize.o -MMD -MP -MF cp/.deps/optimize.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/optimize.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/optimize.cc:25:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/cp-tree.h:42:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/c-family/c-common.h:24:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1543 | struct cpp_char_column_policy
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/input.h:67:1: note: did you mean struct here?
67 | class cpp_char_column_policy;
| ^~~~~
| struct
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/optimize.cc:27:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1687:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1687 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:859:1: note: did you mean class here?
859 | struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/coretypes.h:144:1: note: did you mean class here?
144 | struct cgraph_edge;
| ^~~~~~
| class
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/optimize.cc:27:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2213 | friend struct cgraph_edge;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: note: did you mean class here?
2213 | friend struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: note: did you mean class here?
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: note: did you mean class here?
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^~~~~~
| class
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/optimize.cc:29:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/tree-inline.h:25:1: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
25 | struct cgraph_edge;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/tree-inline.h:25:1: note: did you mean class here?
25 | struct cgraph_edge;
| ^~~~~~
| class
7 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/name-lookup.o -MT cp/name-lookup.o -MMD -MP -MF cp/.deps/name-lookup.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/name-lookup.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/name-lookup.cc:25:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/cp-tree.h:42:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/c-family/c-common.h:24:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1543 | struct cpp_char_column_policy
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/input.h:67:1: note: did you mean struct here?
67 | class cpp_char_column_policy;
| ^~~~~
| struct
2 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
make[3]: Entering directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
clang++ -std=c++11 -fno-PIE -c -fno-PIE -DIN_GCC_FRONTEND -m64 -pipe -O2 -DIN_GCC -fno-strict-aliasing -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wno-format -Wmissing-format-attribute -Wconditionally-supported -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Icp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcody -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libdecnumb
er/bid -I../libdecnumber -I/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libbacktrace -o cp/parser.o -MT cp/parser.o -MMD -MP -MF cp/.deps/parser.TPo /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/parser.cc
warning: unknown warning option '-Wconditionally-supported' [-Wunknown-warning-option]
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/parser.cc:25:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/cp-tree.h:42:
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/c-family/c-common.h:24:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/../libcpp/include/cpplib.h:1543:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1543 | struct cpp_char_column_policy
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/input.h:67:1: note: did you mean struct here?
67 | class cpp_char_column_policy;
| ^~~~~
| struct
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/parser.cc:29:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1687:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1687 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:859:1: note: did you mean class here?
859 | struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/coretypes.h:144:1: note: did you mean class here?
144 | struct cgraph_edge;
| ^~~~~~
| class
In file included from /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cp/parser.cc:29:
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2213 | friend struct cgraph_edge;
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2213:10: note: did you mean class here?
2213 | friend struct cgraph_edge;
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2624:32: note: did you mean class here?
2624 | void initialize_inline_failed (struct cgraph_edge *);
| ^~~~~~
| class
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:1688:16: note: previous use is here
1688 | for_user)) cgraph_edge
| ^
/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826/gcc/cgraph.h:2625:28: note: did you mean class here?
2625 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^~~~~~
| class
6 warnings generated.
make[3]: Leaving directory '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build/gcc'
rm gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod gcov.pod lto-dump.pod
make[2]: *** [Makefile:4966: all-stage1-gcc] Error 2
make[1]: *** [Makefile:22747: stage1-bubble] Error 2
make: *** [Makefile:23095: bootstrap-lean] Error 2
^[[31;01m*^[[0m ERROR: sys-devel/gcc-13.2.1_p20230826::gentoo failed (compile phase):
^[[31;01m*^[[0m emake failed
^[[31;01m*^[[0m
^[[31;01m*^[[0m If you need support, post the output of `emerge --info '=sys-devel/gcc-13.2.1_p20230826::gentoo'`,
^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv '=sys-devel/gcc-13.2.1_p20230826::gentoo'`.
^[[31;01m*^[[0m The complete build log is located at '/var/log/portage/sys-devel:gcc-13.2.1_p20230826:20240122-130231.log.gz'.
^[[31;01m*^[[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/temp/build.log.gz'.
^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/temp/environment'.
^[[31;01m*^[[0m Working directory: '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build'
^[[31;01m*^[[0m S: '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826'
tar: build.log: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
rm: cannot remove 'build.log': No such file or directory
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please include /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-build-logs.tar.xz in your bug report.
^[[31;01m*^[[0m
* Messages for package sys-devel/clang-runtime-17.0.6 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-devel:clang-runtime-17.0.6:20240122-130008.log.gz
* You seem to be using clang as a system compiler. As of clang-16,
* upstream has turned a few warnings that commonly occur during
* configure script runs into errors by default. This causes some
* configure tests to start failing, sometimes resulting in silent
* breakage, missing functionality or runtime misbehavior. It is
* not yet clear whether the change will remain or be reverted.
*
* For more information, please see:
* https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
* Messages for package sys-apps/portage-3.0.61-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-apps:portage-3.0.61-r1:20240122-130010.log.gz
* Unable to find kernel sources at /tmp/stage1root/usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package acct-group/portage-0-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/acct-group:portage-0-r1:20240122-130117.log.gz
* Group portage already exists
* Messages for package sys-apps/coreutils-9.4 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-apps:coreutils-9.4:20240122-130012.log.gz
* Make sure you run 'hash -r' in your active shells.
* You should also re-source your shell settings for LS_COLORS
* changes, such as: source /etc/profile
* Messages for package sys-apps/less-643-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-apps:less-643-r1:20240122-130139.log.gz
* Install additional packages for optional runtime features:
* dev-python/pygments for Colorized output support
* Messages for package acct-user/portage-0-r2 merged to /tmp/stage1root/:
* Log file: /var/log/portage/acct-user:portage-0-r2:20240122-130204.log.gz
* User portage already exists
* Updating user portage
* Messages for package app-alternatives/bzip2-1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/app-alternatives:bzip2-1:20240122-130250.log.gz
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /tmp/stage1root/bin/bzip2
* /tmp/stage1root/bin/bzcat
* /tmp/stage1root/bin/bunzip2
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/bzip2-1' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package app-alternatives/gzip-1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/app-alternatives:gzip-1:20240122-130252.log.gz
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /tmp/stage1root/bin/zcat
* /tmp/stage1root/bin/gzip
* /tmp/stage1root/bin/gunzip
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/gzip-1' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package sys-apps/util-linux-2.38.1-r3 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-apps:util-linux-2.38.1-r3:20240122-130259.log.gz
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
* The agetty util now clears the terminal by default. You
* might want to add --noclear to your /etc/inittab lines.
* Messages for package app-alternatives/tar-0 merged to /tmp/stage1root/:
* Log file: /var/log/portage/app-alternatives:tar-0:20240122-130308.log.gz
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /tmp/stage1root/bin/tar
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/tar-0' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package app-alternatives/lex-0-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/app-alternatives:lex-0-r1:20240122-130321.log.gz
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /tmp/stage1root/usr/bin/lex
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/lex-0-r1' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package dev-libs/libxml2-2.11.5-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/dev-libs:libxml2-2.11.5-r1:20240122-130221.log.gz
* Skipping XML catalog creation for stage building (bug #208887).
* Messages for package app-alternatives/yacc-1-r2 merged to /tmp/stage1root/:
* Log file: /var/log/portage/app-alternatives:yacc-1-r2:20240122-130347.log.gz
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /tmp/stage1root/usr/bin/yacc
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/yacc-1-r2' merged despite file collisions.
* If necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package sys-apps/portage-3.0.61-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-apps:portage-3.0.61-r1:20240122-130856.log.gz
* Unable to find kernel sources at /tmp/stage1root/usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package sys-devel/gcc-13.2.1_p20230826 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-devel:gcc-13.2.1_p20230826:20240122-130231.log.gz
* ERROR: sys-devel/gcc-13.2.1_p20230826::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=sys-devel/gcc-13.2.1_p20230826::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-devel/gcc-13.2.1_p20230826::gentoo'`.
* The complete build log is located at '/var/log/portage/sys-devel:gcc-13.2.1_p20230826:20240122-130231.log.gz'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/temp/build.log.gz'.
* The ebuild environment file is located at '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/temp/environment'.
* Working directory: '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/build'
* S: '/var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-13-20230826'
*
* Please include /var/tmp/portage/sys-devel/gcc-13.2.1_p20230826/work/gcc-build-logs.tar.xz in your bug report.
*
* Messages for package dev-lang/perl-5.38.2-r1 merged to /tmp/stage1root/:
* Log file: /var/log/portage/dev-lang:perl-5.38.2-r1:20240122-130950.log.gz
* Unable to establish /tmp/stage1root//usr/share/man/man1/ptar.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/ptardiff.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/ptargrep.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/cpan.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/shasum.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/enc2xs.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/piconv.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/instmodsh.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/xsubpp.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/zipdetails.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/json_pp.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/corelist.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/podchecker.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/perldoc.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/pod2usage.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/prove.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/pod2man.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/pod2text.1.bz2 symlink
* Unable to establish /tmp/stage1root//usr/share/man/man1/perlpodstyle.1.bz2 symlink
* Messages for package sys-devel/llvm-17.0.6 merged to /tmp/stage1root/:
* Log file: /var/log/portage/sys-devel:llvm-17.0.6:20240122-130336.log.gz
* You can find additional opt-viewer utility scripts in:
* /tmp/stage1root/usr/lib/llvm/17/share/opt-viewer
* To use these scripts, you will need Python along with the following
* packages:
* dev-python/pygments (for opt-viewer)
* dev-python/pyyaml (for all of them)
22 Jan 2024 14:24:34 UTC: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/stage1/controller.sh', 'run']) exited 1
ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/stage1/controller.sh', 'run']) exited 1
22 Jan 2024 14:24:34 UTC: ERROR : Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1415, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage1/controller.sh', 'run']) exited 1
ERROR:catalyst:Exception running action sequence run_local
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1415, in run_local
cmd([self.settings['controller_file'], 'run'],
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/stage1/controller.sh', 'run']) exited 1
Command exited with non-zero status 2
98799.06user 4594.92system 3:45:42elapsed 763%CPU (0avgtext+0avgdata 1926092maxresident)k
2267286inputs+10041728outputs (50544major+1328392953minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20240121T170320Z.Kcde11/log/clang_stage1-openrc.log
next reply other threads:[~2024-01-22 14:24 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-22 14:24 catalyst [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-15 17:51 [gentoo-releng-autobuilds] [amd64-auto] Catalyst fatal build error - clang/stage1-openrc.spec catalyst
2023-08-07 8:22 catalyst
2023-07-31 9:20 catalyst
2023-07-24 7:38 catalyst
2023-07-17 5:22 catalyst
2023-03-06 1:19 catalyst
2022-09-12 1:15 catalyst
2022-09-04 22:38 catalyst
2022-08-29 4:27 catalyst
2022-08-07 22:16 catalyst
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240122142435.0857B268042@demeter.amd64.dev.gentoo.org \
--to=catalyst@demeter.amd64.dev.gentoo.org \
--cc=gentoo-releng-autobuilds@lists.gentoo.org \
--cc=releng@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox