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

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-multimedia
(Nobody) <multimedia@FreeBSD.org> for maintainer-feedback:
Bug 265024: multimedia/v4l-utils: fails to build with libepoll-shim
0.0.20220703
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265024



--- Description ---
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__)
		   ^



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