[Bug 292364] multimedia/v4l_compat: Break u-boot compilation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Jan 2026 18:17:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292364
Bug ID: 292364
Summary: multimedia/v4l_compat: Break u-boot compilation
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: multimedia@FreeBSD.org
Reporter: jsm@FreeBSD.org
Assignee: multimedia@FreeBSD.org
Flags: maintainer-feedback?(multimedia@FreeBSD.org)
multimedia/v4l_compat headers interferes with u-boot compilation. (rockpro64 as
example)
Here is the error output snippet for reference
include/asm-generic/int-ll64.h:28:44: error: typedef redefinition with
different types ('long long' vs 'int64_t' (aka 'long'))
28 | __extension__ typedef __signed__ long long __s64;
| ^
/usr/local/include/linux/types.h:22:17: note: previous definition is here
22 | typedef int64_t __s64;
| ^
/usr/local/include/linux/types.h is installed by v4l_compat.
Looks like an old conflict, easily solved be removing v4l_compat while building
u-boot. So I post it mostly for reference.
--
You are receiving this mail because:
You are the assignee for the bug.