[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703
- Reply: bugzilla-noreply_a_freebsd.org: "maintainer-feedback requested: [Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 265024] multimedia/v4l-utils: fails to build with libepoll-shim 0.0.20220703"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Jul 2022 07:52:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265024
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 = 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=265017
[Bug 265017] devel/libepoll-shim: update to 0.0.20220703
--
You are receiving this mail because:
You are the assignee for the bug.