Created attachment 870255 [details] build.log (compressed) Error compiling Cython file: ------------------------------------------------------------ ... """ super().__init__() self.pd = pd self.init_attr.pd = <v.ibv_pd*>pd.pd if pd_context: self.init_attr.alloc = pd_alloc ^ ------------------------------------------------------------ /var/tmp/portage/sys-cluster/rdma-core-47.0/work/rdma-core-47.0/pyverbs/pd.pyx:230:35: Cannot assign type 'void *(ibv_pd *, void *, size_t, size_t, uint64_t) except? NULL' to 'void *(*)(ibv_pd *, void *, size_t, size_t, uint64_t) noexcept'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void *(ibv_pd *, void *, size_t, size_t, uint64_t) except? NULL'. Error compiling Cython file: ------------------------------------------------------------ ... super().__init__() self.pd = pd self.init_attr.pd = <v.ibv_pd*>pd.pd if pd_context: self.init_attr.alloc = pd_alloc self.init_attr.free = pd_free ^ ------------------------------------------------------------ /var/tmp/portage/sys-cluster/rdma-core-47.0/work/rdma-core-47.0/pyverbs/pd.pyx:231:34: Cannot assign type 'void (ibv_pd *, void *, void *, uint64_t) except *' to 'void (*)(ibv_pd *, void *, void *, uint64_t) noexcept'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (ibv_pd *, void *, void *, uint64_t) except *' Full build log and info attached.
Created attachment 870256 [details] emerge --info
*** This bug has been marked as a duplicate of bug 898734 ***