Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 912780

Summary: dev-util/bloaty-1.1 fails to compile: any_invocable.h:139:40: error: missing binary operator before token "("
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 912819    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2023-08-21 20:01:15 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/bloaty-1.1 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-08-21 20:01:17 UTC
Created attachment 868393 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2023-08-21 20:01:18 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: CMakeFiles/bloaty.dir/src/main.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/bloaty.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/bloaty.pb.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/disassemble.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/dwarf.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/elf.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/macho.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/range_map.cc.o 
FAILED: CMakeFiles/libbloaty.dir/src/webassembly.cc.o 
/usr/include/absl/functional/internal/any_invocable.h:139:40: error: missing binary operator before token "("
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-22 10:29:13 UTC
commit d81985c517eaa22408155bf1e42cc86914a2b775
Author: Sam James <sam@gentoo.org>
Date:   Mon Aug 21 20:22:18 2023 +0100

    dev-util/bloaty: fix new protobuf (deux)

    Fixes: 9459a5f07b31fb170b09a4f3aa828178cde9ea8c
    Signed-off-by: Sam James <sam@gentoo.org>

commit 9459a5f07b31fb170b09a4f3aa828178cde9ea8c
Author: Sam James <sam@gentoo.org>
Date:   Mon Aug 21 19:51:15 2023 +0100

    dev-util/bloaty: protobuf now needs >=c++14

    Signed-off-by: Sam James <sam@gentoo.org>