Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 933862 - net-libs/nodejs-20.14.0 - [gcc-15] ../.../data.cc: error: class node::quic::QuicError has no member named error_
Summary: net-libs/nodejs-20.14.0 - [gcc-15] ../.../data.cc: error: class node::quic::Q...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-09 08:12 UTC by Toralf Förster
Modified: 2024-06-09 08:12 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.67 KB, text/plain)
2024-06-09 08:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,115.79 KB, text/plain)
2024-06-09 08:12 UTC, Toralf Förster
Details
environment (environment,150.78 KB, text/plain)
2024-06-09 08:12 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.36 KB, application/x-xz)
2024-06-09 08:12 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,25.32 KB, application/x-xz)
2024-06-09 08:12 UTC, Toralf Förster
Details
net-libs:nodejs-20.14.0:20240609-063352.log.xz (net-libs:nodejs-20.14.0:20240609-063352.log.xz,73.76 KB, application/x-xz)
2024-06-09 08:12 UTC, Toralf Förster
Details
qlist-info.txt (qlist-info.txt,225.68 KB, text/plain)
2024-06-09 08:12 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,33.18 KB, application/x-xz)
2024-06-09 08:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2024-06-09 08:12:17 UTC
../../src/quic/data.cc:182:27: error: ISO C++ forbids declaration of type name with no type [-fpermissive]
  182 | QuicError::operator const ngtcp2_connection_close_error*() const {
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/quic/data.cc:182:27: error: ISO C++ forbids declaration of type name with no type [-fpermissive]
../../src/quic/data.cc:182:27: error: operator const int in class node::quic::QuicError does not name a type
../../src/quic/data.cc: In static member function static node::quic::QuicError node::quic::QuicError::ForTransport(error_code, std::string_view):
../../src/quic/data.cc:216:14: error: class node::quic::QuicError has no member named error_
  216 |       &error.error_, code, error.reason_c_str(), reason.length());
      |              ^~~~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_hardened_systemd-20240606-232505

  UNMASKED:
  <sys-devel/gcc-15.0.9999:15
    Please re-assign to toolchain@ if you get a test failure in C, C++, or Fortran code which makes no sense.

  The attached etc.portage.tar.xz has all details.
  -------------------------------------------------------------------

GNUMAKEFLAGS="$GNUMAKEFLAGS --shuffle"
gcc-config -l:
 [1] x86_64-pc-linux-gnu-15 *
clang/llvm (if any):
clang version 18.1.7
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/18/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/18
18.1.7
Python 3.12.4
Available Ruby profiles:
  [1]   ruby31 (with Rubygems)
  [2]   ruby32 (with Rubygems)
  [3]   ruby33 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.78.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.11_p9 [openjdk-bin-17]
*)	Eclipse Temurin JDK 21.0.3_p9 [openjdk-bin-21]
Available Java Virtual Machines:
  [1]   openjdk-bin-17 
  [2]   openjdk-bin-21  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
  [1]   php8.2
  [2]   php8.3 *
go version go1.22.3 linux/amd64

  HEAD of ::gentoo
commit 139eb8db2899428454ac48b1ad8a4c0b43ad7f81
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sun Jun 9 06:04:16 2024 +0000

    2024-06-09 06:04:15 UTC

emerge -qpvO net-libs/nodejs
[ebuild  N    ] net-libs/nodejs-20.14.0  USE="icu inspector npm snapshot ssl system-icu -corepack -debug -doc (-lto) (-pax-kernel) -system-ssl -test" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2024-06-09 08:12:18 UTC
Created attachment 895441 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2024-06-09 08:12:19 UTC
Created attachment 895442 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2024-06-09 08:12:21 UTC
Created attachment 895443 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2024-06-09 08:12:22 UTC
Created attachment 895444 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2024-06-09 08:12:23 UTC
Created attachment 895445 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2024-06-09 08:12:24 UTC
Created attachment 895446 [details]
net-libs:nodejs-20.14.0:20240609-063352.log.xz
Comment 7 Toralf Förster gentoo-dev 2024-06-09 08:12:25 UTC
Created attachment 895447 [details]
qlist-info.txt
Comment 8 Toralf Förster gentoo-dev 2024-06-09 08:12:27 UTC
Created attachment 895448 [details]
temp.tar.xz