Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 913080

Summary: dev-python/pyfuse3-3.2.3-r1: stabilisation (was: dev-python/pyfuse3-3.2.3 fails to emerge)
Product: Gentoo Linux Reporter: Thomas Capricelli <orzel>
Component: StabilizationAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal Keywords: CC-ARCHES
Priority: Normal Flags: nattka: sanity-check+
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
dev-python/pyfuse3-3.2.3-r1
Runtime testing required: ---
Attachments:
Description Flags
build.log none

Description Thomas Capricelli 2023-08-26 16:39:45 UTC
Error compiling Cython file:
------------------------------------------------------------
...
cdef void init_fuse_ops():
    '''Initialize fuse_lowlevel_ops structure'''

    string.memset(&fuse_ops, 0, sizeof(fuse_lowlevel_ops))

    fuse_ops.init = fuse_init
                    ^
------------------------------------------------------------


Reproducible: Always




I'm sure to understand it all, but i guess this is a python layer on top of the c-based sys-fs/fuse. I have those packages currently installed/used:

* sys-fs/fuse-3.15.1
* dev-lang/python-3.11.5
Comment 1 Thomas Capricelli 2023-08-26 16:40:04 UTC
Created attachment 868779 [details]
build.log
Comment 2 Thomas Capricelli 2023-08-26 16:40:47 UTC
(In reply to Thomas Capricelli from comment #0)
> I'm sure to understand it all,


Erm, i'm NOT sure to ... :-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-28 23:12:57 UTC
x86 done
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-08-28 23:12:58 UTC
amd64 done

all arches done
Comment 5 Thomas Capricelli 2023-08-29 01:12:47 UTC
Thx !

I can confirm dev-python/pyfuse3-3.2.3-r1 emerged fine.