Bug 2341533
| Summary: | webrtc-audio-processing: FTBFS in Fedora rawhide/f42 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
| Component: | webrtc-audio-processing | Assignee: | Christian Schaller <uraeus> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | rawhide | CC: | code, debarshir, rdieter, uraeus | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | webrtc-audio-processing-1.3-5.fc43 webrtc-audio-processing-1.3-5.fc42 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2025-02-05 23:16:36 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 2300528 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Fedora Release Engineering
2025-01-22 22:19:04 UTC
Created attachment 2073121 [details]
build.log
Created attachment 2073123 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 2073124 [details]
state.log
In file included from ../webrtc/rtc_base/synchronization/sequence_checker.h:15,
from ../webrtc/rtc_base/thread_checker.h:17,
from ../webrtc/rtc_base/platform_thread.h:22,
from ../webrtc/rtc_base/platform_thread.cc:11:
../webrtc/api/task_queue/task_queue_base.h:53:32: error: ‘uint32_t’ has not been declared
53 | uint32_t milliseconds) = 0;
| ^~~~~~~~
../webrtc/api/task_queue/task_queue_base.h:18:1: note: ‘uint32_t’ is defined in header ‘<cstdint>’; this is probably fixable by adding ‘#include <cstdint>’
17 | #include "rtc_base/thread_annotations.h"
+++ |+#include <cstdint>
18 |
This is due to header dependency changes in the C++ standard library for GCC 15; see https://gcc.gnu.org/gcc-15/porting_to.html#header-dep-changes.
This is easy enough to fix (and the compiler suggests how), but I would like to draw attention to that fact that the packaged webrtc-audio-processing is 1.3, while the latest release is 2.1, and upstream release monitoring is disabled. Is there a plan to update to 2.x eventually?
FEDORA-2025-49e5ffc47e (webrtc-audio-processing-1.3-5.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-49e5ffc47e FEDORA-2025-49e5ffc47e (webrtc-audio-processing-1.3-5.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-f33d7025a1 (webrtc-audio-processing-1.3-5.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-f33d7025a1 FEDORA-2025-f33d7025a1 (webrtc-audio-processing-1.3-5.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. |