Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jul 2022 07:52:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703
Message-ID:  <bug-265024-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265024

            Bug ID: 265024
           Summary: multimedia/v4l-utils: fails to build with
                    libepoll-shim 0.0.20220703
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: needs-patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: multimedia@FreeBSD.org
          Reporter: jbeich@FreeBSD.org
                CC: jan.kokemueller@gmail.com
            Blocks: 265017
          Assignee: multimedia@FreeBSD.org
             Flags: maintainer-feedback?(multimedia@FreeBSD.org)

Apply bug 265017 then try to build. See also 265021 comment 1.

$ make
[...]
In file included from v4l2-ctl.cpp:31:
In file included from ./v4l2-ctl.h:26:
In file included from ../../utils/common/cv4l-helpers.h:13:
../../utils/common/v4l-helpers.h:248:15: error: no member named
'epoll_shim_close' in 'v4l_fd'
        int res =3D f->close(f);
                  ~  ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^
In file included from v4l2-ctl.cpp:31:
In file included from ./v4l2-ctl.h:26:
In file included from ../../utils/common/cv4l-helpers.h:13:
../../utils/common/v4l-helpers.h:462:6: error: no member named
'epoll_shim_close' in 'v4l_fd'
                f->close(f);
                ~  ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^
In file included from v4l2-ctl.cpp:31:
In file included from ./v4l2-ctl.h:26:
In file included from ../../utils/common/cv4l-helpers.h:13:
../../utils/common/v4l-helpers.h:511:6: error: no member named
'epoll_shim_close' in 'v4l_fd'
                f->close(f);
                ~  ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^
In file included from v4l2-ctl.cpp:31:
In file included from ./v4l2-ctl.h:26:
In file included from ../../utils/common/cv4l-helpers.h:13:
../../utils/common/v4l-helpers.h:544:6: error: no member named
'epoll_shim_close' in 'v4l_fd'
                f->close(f);
                ~  ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^
In file included from v4l2-ctl.cpp:31:
In file included from ./v4l2-ctl.h:26:
In file included from ../../utils/common/cv4l-helpers.h:13:
../../utils/common/v4l-helpers.h:576:5: error: no member named
'epoll_shim_close' in 'v4l_fd'
        f->close(f);
        ~  ^
/usr/local/include/libepoll-shim/epoll-shim/detail/common.h:18:20: note:
expanded from macro 'close'
#define close(...) epoll_shim_close(__VA_ARGS__)
                   ^


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265017
[Bug 265017] devel/libepoll-shim: update to 0.0.20220703
--=20
You are receiving this mail because:
You are the assignee for the bug.=



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