Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 895694 - 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
Summary: dev-cpp/opentelemetry-cpp-1.6.0 fails to compile (GCC-13-SYSTEM): hex.h:37:21...
Status: CONFIRMED
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-02-21 10:14 UTC by Agostino Sarubbo
Modified: 2024-03-25 06:39 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,81.80 KB, text/plain)
2023-02-21 10:14 UTC, Agostino Sarubbo
Details
actually visible build failure (build.log,60.63 KB, text/x-log)
2024-03-25 06:39 UTC, jy6x2b32pie9
Details

Note You need to log in before you can comment on or make changes to this bug.
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 jy6x2b32pie9 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 jy6x2b32pie9 2024-03-25 06:39:51 UTC
Created attachment 888491 [details]
actually visible build failure