Date: Fri, 14 Feb 2020 12:21:10 +0000 From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 244103] multimedia/gstreamer1-plugins: playbin problem Message-ID: <bug-244103-12827-ycAA1bQBDB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244103-12827@https.bugs.freebsd.org/bugzilla/> References: <bug-244103-12827@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244103 --- Comment #1 from commit-hook@freebsd.org --- A commit references this bug: Author: jbeich Date: Fri Feb 14 12:20:26 UTC 2020 New revision: 526106 URL: https://svnweb.freebsd.org/changeset/ports/526106 Log: net/libfabric: unbreak build after r525983 src/fabric.c:683:7: error: no member named 'epoll_shim_close' in 'fi_ops' FI_CHECK_OP(info->nic->fid.ops, struct fi_ops, close)= ) { ^ ~~~~~ ./include/rdma/fabric.h:555:23: note: expanded from macro 'FI_CHECK_OP' (ops && (ops->size > offsetof(opstype, op)) && ops->op) ^ ~~ /usr/include/stddef.h:73:31: note: expanded from macro 'offsetof' #define offsetof(type, field) __offsetof(type, field) ^ ~~~~~ /usr/include/sys/cdefs.h:487:34: note: expanded from macro '__offsetof' #define __offsetof(type, field) __builtin_offsetof(type, field) ^ ~~~~~ src/fabric.c:683:54: error: no member named 'epoll_shim_close' in 'struct fi_ops' FI_CHECK_OP(info->nic->fid.ops, struct fi_ops, close)= ) { ~~~~~~~~~~~~~~~~~~ ^ /usr/local/include/libepoll-shim/sys/epoll.h:74:15: note: expanded from m= acro 'close' #define close epoll_shim_close ^ ./include/rdma/fabric.h:555:54: note: expanded from macro 'FI_CHECK_OP' (ops && (ops->size > offsetof(opstype, op)) && ops->op) ~~~ ^ PR: 244103 Reported by: pkg-fallout Reviewed by: Jan Kokem?ller (epoll-shim upstream) Approved by: yuri (maintainer) Changes: head/net/libfabric/Makefile --=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-244103-12827-ycAA1bQBDB>