The int64_t supposedly is used to holf file offsets, question is, if it should rather be off_t or if cstdint should instead be included. Include-section in file_wrapper.h: #include <stddef.h> #include <stdio.h> #include <string> None of this explicitly would provide int64_t. Reproducible: Always
Created attachment 875838 [details, diff] webrtc-audio-processing-musl.patch iFast fix adding in cstdint include
Created attachment 875840 [details, diff] webrtc-audio-processing-musl.patch iPatch Variant resorting to off_t, file wrapper ist compiled with -D_FILE_OFFSET_BITS=54 anyway.
Two pull requests with the same change, both with no response from upstream.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cd0e622b574df6adff5704ab4e220709619767 commit 29cd0e622b574df6adff5704ab4e220709619767 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-01-02 04:36:56 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-01-02 04:39:17 +0000 media-libs/webrtc-audio-processing: fix x86 w/o SSE Tested with CFLAGS="-O2" CFLAGS_x86="-m32 -O2 -mno-sse -march=i686 -fcf-protection=none" e webrtc-audio-processing-1.3-r3.ebuild clean compile. Closes: https://bugs.gentoo.org/918668 Closes: https://bugs.gentoo.org/921140 Signed-off-by: Sam James <sam@gentoo.org> .../files/webrtc-audio-processing-1.3-musl.patch | 34 ++++++++++++++++++ .../webrtc-audio-processing-1.3-x86-no-sse.patch | 13 +++++++ .../webrtc-audio-processing-1.3-r3.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 87 insertions(+)