Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 895694

Summary: dev-cpp/opentelemetry-cpp-1.6.0 fails to compile (GCC-13-SYSTEM): hex.h:37:21: error: uint8_t was not declared in this scope
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: CONFIRMED ---    
Severity: normal CC: jy6x2b32pie9
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    
Attachments: build.log
actually visible build failure

Description Agostino Sarubbo gentoo-dev 2023-02-21 10:14:13 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-cpp/opentelemetry-cpp-1.6.0 fails to compile (GCC-13-SYSTEM).
Discovered on: amd64 (internal ref: gcc13_tinderbox)

NOTE:
(GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-21 10:14:15 UTC
Created attachment 853464 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-02-21 10:14:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: api/test/trace/propagation/CMakeFiles/jaeger_propagation_test.dir/jaeger_propagation_test.cc.o 
/var/tmp/portage/dev-cpp/opentelemetry-cpp-1.6.0/work/opentelemetry-cpp-1.6.0/api/include/opentelemetry/trace/propagation/detail/hex.h:37:21: error: ‘uint8_t’ was not declared in this scope
Comment 3 NHO 2024-03-25 06:38:13 UTC
First, I'm having completely different compilation failure. See attached.

Second, bug is obsolete, upstream fixed it some time ago by removing jaeger extension
Comment 4 NHO 2024-03-25 06:39:51 UTC
Created attachment 888491 [details]
actually visible build failure