Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 2026 18:17:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 292364] multimedia/v4l_compat: Break u-boot compilation
Message-ID:  <bug-292364-12827-j30KLQFjMW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-292364-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 292364: multimedia/v4l_compat: Break u-boot compilation
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292364



--- Description ---
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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-292364-12827-j30KLQFjMW>