Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917304 - net-misc/zerotier-1.12.2 - node/Peer.hpp: error: ZeroTier::Mutex::Mutex(const ZeroTier::Mutex&) is private within this context
Summary: net-misc/zerotier-1.12.2 - node/Peer.hpp: error: ZeroTier::Mutex::Mutex(const...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alfred Wingate
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-14
  Show dependency tree
 
Reported: 2023-11-13 15:50 UTC by Toralf Förster
Modified: 2023-11-14 03:21 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.63 KB, text/plain)
2023-11-13 15:50 UTC, Toralf Förster
Details
emerge-history.txt.xz (emerge-history.txt.xz,86.12 KB, application/x-xz)
2023-11-13 15:50 UTC, Toralf Förster
Details
environment (environment,128.67 KB, text/plain)
2023-11-13 15:50 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,1.05 KB, application/x-xz)
2023-11-13 15:50 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,36.18 KB, application/x-xz)
2023-11-13 15:50 UTC, Toralf Förster
Details
net-misc:zerotier-1.12.2:20231113-150529.log (net-misc:zerotier-1.12.2:20231113-150529.log,68.75 KB, text/plain)
2023-11-13 15:50 UTC, Toralf Förster
Details
qlist-info.txt.xz (qlist-info.txt.xz,95.92 KB, application/x-xz)
2023-11-13 15:50 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,27.86 KB, application/x-xz)
2023-11-13 15:50 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 2023-11-13 15:50:49 UTC
too long lines were shrinked:

      |                ^~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-g++ -O3 -pipe -march=native -fno-diagnostics-color -Wall -Wno-deprecated -std=c++17 -pthread -Izeroidc/target -isystem ext -Iext/prometheus-cpp-lite-1.0/core/include -Iext-prometheus-cpp-lite-1.0/3rdparty/http-client-lite/include -Iext/prometheus-cpp-lite-1.0/simpleapi/include -D
node/Peer.hpp: In instantiation of static ZeroTier::SharedPtr<ZeroTier::Peer> ZeroTier::Peer::deserializeFromCache(int64_t, void*, ZeroTier::Buffer<C>&, const ZeroTier::RuntimeEnvironment*) [with unsigned int C = 4176; int64_t = long int]:
node/Topology.cpp:105:35:   required from here
node/Network.hpp:455:16: note:   105 |                         ap = Peer::deserializeFromCache(RR->node->now(),tPtr,buf,RR);
node/Network.hpp:455:16: note:       |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
node/Peer.hpp:543:74: error: ZeroTier::Mutex::Mutex(const ZeroTier::Mutex&) is private within this context
  543 |                    SharedPtr<Peer> p(new Peer(renv,renv->identity,id));
      |                                                                     ^

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 23.0_desktop_systemd-20231105-205452

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] x86_64-pc-linux-gnu-14 *
clang/llvm (if any):
clang version 17.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/17/bin
Configuration file: /etc/clang/x86_64-pc-linux-gnu-clang.cfg
/usr/lib/llvm/17
17.0.4
Python 3.11.6
Available Ruby profiles:
  [1]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.73.0
  [2]   rust-1.73.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 11.0.20.1_p1 [openjdk-bin-11]
*)	Eclipse Temurin JDK 17.0.8.1_p1 [openjdk-bin-17]
3)	Eclipse Temurin JDK 21.0.1_p12 [openjdk-bin-21]
4)	Eclipse Temurin JDK 8.382_p05 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-11 
  [3]   openjdk-bin-17  system-vm
  [4]   openjdk-bin-21 

The Glorious Glasgow Haskell Compilation System, version 9.2.8
php cli (if any):
go version go1.21.4 linux/amd64

  HEAD of ::gentoo
commit 9bbaa198aa0bb2586e1f911fd0f944a04cfcad13
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Nov 13 14:17:29 2023 +0000

    2023-11-13 14:17:29 UTC

emerge -qpvO net-misc/zerotier
[ebuild  N    ] net-misc/zerotier-1.12.2  USE="-debug -sso"
Comment 1 Toralf Förster gentoo-dev 2023-11-13 15:50:50 UTC
Created attachment 874691 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-11-13 15:50:52 UTC
Created attachment 874692 [details]
emerge-history.txt.xz
Comment 3 Toralf Förster gentoo-dev 2023-11-13 15:50:53 UTC
Created attachment 874693 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2023-11-13 15:50:54 UTC
Created attachment 874694 [details]
etc.clang.tar.xz
Comment 5 Toralf Förster gentoo-dev 2023-11-13 15:50:55 UTC
Created attachment 874695 [details]
etc.portage.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-11-13 15:50:56 UTC
Created attachment 874696 [details]
net-misc:zerotier-1.12.2:20231113-150529.log
Comment 7 Toralf Förster gentoo-dev 2023-11-13 15:50:58 UTC
Created attachment 874697 [details]
qlist-info.txt.xz
Comment 8 Toralf Förster gentoo-dev 2023-11-13 15:50:59 UTC
Created attachment 874698 [details]
temp.tar.xz