masaori335 commented on pull request #7371:
URL: https://github.com/apache/trafficserver/pull/7371#issuecomment-773680939
For CIs, we can't build 8.1.x on Fedora anyway because of TCL dependency.
The failure on the FreeBSD seems unrelated to this PR, it's wired though.
```
libtool: compile: ccache clang -DHAVE_CONFIG_H -I. -I../../include
-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH -D_GLIBCXX_USE_C99_MATH_TR1
-Dfreebsd -D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_REENTRANT
-D__STDC_LIMIT_MACROS=1 -D__STDC_FORMAT_MACROS=1
-I/var/jenkins/workspace/freebsd-github/src/include
-I/var/jenkins/workspace/freebsd-github/src/lib -I/usr/local/include
-I/usr/local/include/tcl8.6 -D_GNU_SOURCE -I/usr/include
-DOPENSSL_NO_SSL_INTERN -I/usr/local/include -std=gnu99 -g -pipe -Wall
-Wno-deprecated-declarations -Qunused-arguments -Wextra -Wno-ignored-qualifiers
-Wno-unused-parameter -O3 -fno-strict-aliasing -Werror -mcx16 -MT
TsConfigSyntax.lo -MD -MP -MF .deps/TsConfigSyntax.Tpo -c TsConfigSyntax.c
-fPIC -DPIC -o .libs/TsConfigSyntax.o
In file included from TsBuilder.cc:27:
./TsConfigGrammar.hpp:21:16: error: ISO C++ forbids forward references to
'enum' types
typedef enum yytokentype yytoken_kind_t;
^
1 error generated.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]