https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: media-tv/ivtv-utils-1.4.1 fails to compile (MUSL-SYSTEM). Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: (MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
Created attachment 863023 [details] build.log build log and emerge --info
tinderbox_musl has reproduced this issue with version 1.4.1-r1 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75483c7da238cb22860ee368352d8324b6cbc290 commit 75483c7da238cb22860ee368352d8324b6cbc290 Author: Andreas K. Hüttel <dilfridge@gentoo.org> AuthorDate: 2024-03-03 18:27:16 +0000 Commit: Andreas K. Hüttel <dilfridge@gentoo.org> CommitDate: 2024-03-03 18:27:41 +0000 media-tv/ivtv-utils: Apply musl-1.2.4 largefile workaround Bug: https://bugs.gentoo.org/907679 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> media-tv/ivtv-utils/ivtv-utils-1.4.1-r1.ebuild | 7 +++++-- media-tv/ivtv-utils/ivtv-utils-1.4.1.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-)
Unfortunately this is not the only problem. It fails now with ivtv-fb-colormap-test.c: In function 'main': ../utils/linux/ivtvfb.h:35:49: error: 'u_int32_t' undeclared (first use in this function) 35 | #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) | ^~~~~~~~~
(In reply to Andreas K. Hüttel from comment #4) > Unfortunately this is not the only problem. It fails now with > > ivtv-fb-colormap-test.c: In function 'main': > ../utils/linux/ivtvfb.h:35:49: error: 'u_int32_t' undeclared (first use in > this function) > 35 | #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) > | ^~~~~~~~~ Not a regression in 1.2.4
tinderbox_musl detected this bug as duplicate of 833882 - If this an error, please let me know *** This bug has been marked as a duplicate of bug 833882 ***