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:   [Bug 292364] multimedia/v4l_compat: Break u-boot compilation
Message-ID:  <bug-292364-12827@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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.

home | help

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