Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907679 - media-tv/ivtv-utils-1.4.1-r1 fails to compile (MUSL-SYSTEM): ../utils/linux/ivtvfb.h:35:49: error: 'u_int32_t' undeclared
Summary: media-tv/ivtv-utils-1.4.1-r1 fails to compile (MUSL-SYSTEM): ../utils/linux/i...
Status: RESOLVED DUPLICATE of bug 833882
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: not a regression in 1.2.4
Keywords:
Depends on:
Blocks: musl-1.2.4
  Show dependency tree
 
Reported: 2023-06-02 06:01 UTC by Agostino Sarubbo
Modified: 2024-03-27 15:40 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,44.34 KB, text/plain)
2023-06-02 06:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-02 06:01:57 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-02 06:01:59 UTC
Created attachment 863023 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-12 08:35:02 UTC
tinderbox_musl has reproduced this issue with version 1.4.1-r1 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2024-03-03 18:27:52 UTC
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(-)
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2024-03-03 18:29:06 UTC
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)
      |                                                 ^~~~~~~~~
Comment 5 Andreas K. Hüttel archtester gentoo-dev 2024-03-04 21:25:18 UTC
(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
Comment 6 Agostino Sarubbo gentoo-dev 2024-03-27 15:40:36 UTC
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 ***