Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908686 - dev-cpp/opentelemetry-cpp-1.6.0 - /.../TUDPTransport.cc: error: ::close has not been declared
Summary: dev-cpp/opentelemetry-cpp-1.6.0 - /.../TUDPTransport.cc: error: ::close has n...
Status: RESOLVED DUPLICATE of bug 900707
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-06-17 14:20 UTC by Toralf Förster
Modified: 2024-01-16 17:16 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.96 KB, text/plain)
2023-06-17 14:20 UTC, Toralf Förster
Details
dev-cpp:opentelemetry-cpp-1.6.0:20230617-105808.log (dev-cpp:opentelemetry-cpp-1.6.0:20230617-105808.log,64.64 KB, text/plain)
2023-06-17 14:20 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,201.81 KB, text/plain)
2023-06-17 14:20 UTC, Toralf Förster
Details
environment (environment,96.10 KB, text/plain)
2023-06-17 14:20 UTC, Toralf Förster
Details
etc.clang.tar.xz (etc.clang.tar.xz,784 bytes, application/x-xz)
2023-06-17 14:20 UTC, Toralf Förster
Details
etc.portage.tar.xz (etc.portage.tar.xz,22.18 KB, application/x-xz)
2023-06-17 14:20 UTC, Toralf Förster
Details
temp.tar.xz (temp.tar.xz,25.50 KB, application/x-xz)
2023-06-17 14:20 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-06-17 14:20:06 UTC
too long lines were shrinked:

[57/92] /usr/bin/x86_64-pc-linux-gnu-g++ -Dopentelemetry_exporter_jaeger_trace_EXPORTS -I/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/api/include -I/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/sdk/include -I/var/tmp/portage/dev-cpp/op
FAILED: exporters/jaeger/CMakeFiles/opentelemetry_exporter_jaeger_trace.dir/src/TUDPTransport.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -Dopentelemetry_exporter_jaeger_trace_EXPORTS -I/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/api/include -I/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/sdk/include -I/var/tmp/portage/dev-cpp/openteleme
In file included from /var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/exporters/jaeger/src/TUDPTransport.h:16,
                 from /var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/exporters/jaeger/src/TUDPTransport.cc:6:
/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/exporters/jaeger/src/TUDPTransport.cc: In member function 'virtual void opentelemetry::v1::exporter::jaeger::TUDPTransport::close()':
/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/exporters/jaeger/src/TUDPTransport.cc:71:7: error: '::close' has not been declared; did you mean 'pclose'?
   71 |     ::THRIFT_CLOSESOCKET(socket_);
      |       ^~~~~~~~~~~~~~~~~~

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

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

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10
 [2] 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-1.69.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.6_p10 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.362_p09 [openjdk-bin-8]
3)	Eclipse Temurin JRE 17.0.6_p10 [openjdk-jre-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 
  [3]   openjdk-jre-bin-17 

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

  HEAD of ::gentoo
commit 73045011bbe34b0f956e4a319ba3875df50fe58e
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Jun 17 09:16:57 2023 +0000

    2023-06-17 09:16:56 UTC

emerge -qpvO dev-cpp/opentelemetry-cpp
[ebuild  N    ] dev-cpp/opentelemetry-cpp-1.6.0  USE="jaeger -prometheus -test"
Comment 1 Toralf Förster gentoo-dev 2023-06-17 14:20:07 UTC
Created attachment 864053 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-06-17 14:20:09 UTC
Created attachment 864054 [details]
dev-cpp:opentelemetry-cpp-1.6.0:20230617-105808.log
Comment 3 Toralf Förster gentoo-dev 2023-06-17 14:20:10 UTC
Created attachment 864055 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2023-06-17 14:20:12 UTC
Created attachment 864056 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-06-17 14:20:13 UTC
Created attachment 864057 [details]
etc.clang.tar.xz
Comment 6 Toralf Förster gentoo-dev 2023-06-17 14:20:14 UTC
Created attachment 864058 [details]
etc.portage.tar.xz
Comment 7 Toralf Förster gentoo-dev 2023-06-17 14:20:16 UTC
Created attachment 864059 [details]
temp.tar.xz
Comment 8 Agostino Sarubbo gentoo-dev 2024-01-16 17:16:52 UTC
gcc14_tinderbox detected this bug as duplicate of 900707 - If this an error, please let me know

*** This bug has been marked as a duplicate of bug 900707 ***