brpc icon indicating copy to clipboard operation
brpc copied to clipboard

Unable to compile 1.8.0 with the latest GCC 13 toolchain

Open douglarek opened this issue 1 year ago • 2 comments

Describe the bug (描述bug) Unable to compile with the latest GCC 13 toolchain.

To Reproduce (复现方法)

git clone https://github.com/apache/brpc.git
git checkout 1.8.0
cmake -B build 
cmake --build build > brpc.log 2>&1

Expected behavior (期望行为) Compilation successful.

Versions (各种版本) OS:

DISTRIB_ID="ManjaroLinux"
DISTRIB_RELEASE="23.1.3"
DISTRIB_CODENAME="Vulcan"
DISTRIB_DESCRIPTION="Manjaro Linux"

Compiler: gcc13.2.1 brpc: 1.8.0 protobuf: 25.3

Additional context/screenshots (更多上下文/截图)

log file:

brpc.log

douglarek avatar Mar 27 '24 09:03 douglarek

The latest master branch is fine, when can we release a new version?

douglarek avatar Mar 27 '24 09:03 douglarek

According to the plan, the community will release a new version in April.

chenBright avatar Mar 29 '24 08:03 chenBright