Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912790 - net-analyzer/netdata-1.44.0 - /.../span.h: error: Container was not declared in this scope
Summary: net-analyzer/netdata-1.44.0 - /.../span.h: error: Container was not declared ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords:
: 913897 923838 (view as bug list)
Depends on:
Blocks: 912819
  Show dependency tree
 
Reported: 2023-08-21 20:13 UTC by Toralf Förster
Modified: 2024-03-21 10:49 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,19.43 KB, text/plain)
2023-08-21 20:13 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,55.55 KB, application/x-xz)
2023-08-21 20:13 UTC, Toralf Förster
Details
environment (environment,157.57 KB, text/plain)
2023-08-21 20:13 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,780 bytes, application/x-xz)
2023-08-21 20:13 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,34.52 KB, application/x-xz)
2023-08-21 20:13 UTC, Toralf Förster
Details
logs.tar.xz (logs.tar.xz,17.38 KB, application/x-xz)
2023-08-21 20:13 UTC, Toralf Förster
Details
net-analyzer:netdata-1.42.1:20230821-195319.log.xz (net-analyzer:netdata-1.42.1:20230821-195319.log.xz,17.81 KB, application/x-xz)
2023-08-21 20:14 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,53.49 KB, application/x-xz)
2023-08-21 20:14 UTC, Toralf Förster
Details
build.log.xz (build.log.xz,27.72 KB, application/x-xz)
2024-03-21 08:10 UTC, Leonid Kopylov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2023-08-21 20:13:53 UTC
  119 |   using Container = std::remove_const_t<T>;
      |                          ^~~~~~~~~~~~~~
      |                          remove_const
/usr/include/absl/types/internal/span.h:121:44: error: parse error in template argument list
  121 |       decltype(span_internal::GetData(std::declval<const Container&>()));
      |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/absl/types/internal/span.h:122:64: error: 'Container' was not declared in this scope
  122 | sing MutData = decltype(span_internal::GetData(std::declval<Container&>()));
      |                                                             ^~~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib-20230816-090515

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-13 *
clang/llvm (if any):
clang version 16.0.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.6
Python 3.11.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.71.1
  [2]   rust-1.71.1 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.19_p7 [openjdk-bin-11]
2)	Eclipse Temurin JDK 17.0.7_p7 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.372_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17 

php cli (if any):
go version go1.21.0 linux/amd64

  HEAD of ::gentoo
commit 6f80b9c73eb2ade01ae6f20b1dfad66160121a97
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Aug 21 18:31:43 2023 +0000

    2023-08-21 18:31:42 UTC

emerge -qpvO net-analyzer/netdata
[ebuild   R   ] net-analyzer/netdata-1.42.1  USE="cloud compression dbengine filecaps jsonc lto prometheus python xen -caps -cups -ipmi -mongodb -mysql -nfacct -nodejs -postgres -tor" CPU_FLAGS_X86="sse2" PYTHON_SINGLE_TARGET="python3_11 -python3_10"
Comment 1 Toralf Förster gentoo-dev 2023-08-21 20:13:54 UTC
Created attachment 868410 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-08-21 20:13:55 UTC
Created attachment 868411 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-08-21 20:13:56 UTC
Created attachment 868412 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-08-21 20:13:57 UTC
Created attachment 868413 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-08-21 20:13:58 UTC
Created attachment 868414 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-08-21 20:13:59 UTC
Created attachment 868415 [details]
logs.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-08-21 20:14:00 UTC
Created attachment 868416 [details]
net-analyzer:netdata-1.42.1:20230821-195319.log.xz
Comment 8 Toralf Förster gentoo-dev 2023-08-21 20:14:01 UTC
Created attachment 868417 [details]
temp.tar.xz
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-21 20:21:16 UTC
-std=c++17 or -std=gnu++17 may help (or 14)
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-06 09:21:02 UTC
*** Bug 923838 has been marked as a duplicate of this bug. ***
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-06 09:21:14 UTC
*** Bug 913897 has been marked as a duplicate of this bug. ***
Comment 12 Volkmar W. Pogatzki 2024-03-21 06:43:21 UTC
1.42.1 is gone. can this bug be reproduced with actual version?
Comment 13 Leonid Kopylov 2024-03-21 08:08:50 UTC
net-analyzer/netdata-1.44.0 - still fails
Comment 14 Leonid Kopylov 2024-03-21 08:10:29 UTC
Created attachment 888026 [details]
build.log.xz