Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912780 - dev-util/bloaty-1.1 fails to compile: any_invocable.h:139:40: error: missing binary operator before token "("
Summary: dev-util/bloaty-1.1 fails to compile: any_invocable.h:139:40: error: missing ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 912819
  Show dependency tree
 
Reported: 2023-08-21 20:01 UTC by Agostino Sarubbo
Modified: 2023-08-22 10:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,32.85 KB, application/x-xz)
2023-08-21 20:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
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>