Date: Thu, 13 Feb 2020 20:30:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244106] net/libfabric: fails to build against libepoll-shim-0.0.20200212 Message-ID: <bug-244106-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244106 Bug ID: 244106 Summary: net/libfabric: fails to build against libepoll-shim-0.0.20200212 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Keywords: patch, regression Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: jbeich@FreeBSD.org CC: jan.kokemueller@gmail.com Blocks: 243649 Assignee: yuri@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Regressed by https://github.com/jiixyj/epoll-shim/commit/71af8c103bb4. Not = sure which fix is better. 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 mac= ro '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) ~~~ ^ http://beefy9.nyi.freebsd.org/data/113amd64-default/526001/logs/errors/libf= abric-1.8.1.log Referenced Bugs: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243649 [Bug 243649] [patch] devel/libepoll-shim: Update to 0.0.20200211 version (f= ixes various problems) --=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-244106-7788>