I went through the different issues about compiling but couldn't solve my problem.
I am stuck at this point :
__
[ 81%] Built target apfs
[ 85%] Built target apfsutil
[ 89%] Built target apfs-fuse
[ 93%] Built target apfs-dump-quick
[100%] Built target apfs-dump
__
I use a 64 bits system (Kali.
Libfuse 2 & 3 are installed :
__
golang-github-hanwen-go-fuse-dev/kali-rolling,kali-rolling 2.0.3-1 all
Native Go bindings for the FUSE kernel module
libfuse-dev/kali-rolling,now 2.9.9-5 amd64 [installé]
Filesystem in Userspace (development)
libfuse-perl/kali-rolling 0.16.1+20180422git6becd92d7fce3fc411d7c-4+b3 amd64
Perl bindings for FUSE (Filesystems in USErland
libfuse2/kali-rolling,now 2.9.9-5 amd64 [installé, automatique]
Filesystem in Userspace (library)
libfuse3-3/kali-rolling,now 3.10.3-2 amd64 [installé, automatique]
Filesystem in Userspace (library) (3.x version)
libfuse3-dev/kali-rolling,now 3.10.3-2 amd64 [installé]
Filesystem in Userspace (development) (3.x version)
python3-pyfuse3/kali-rolling 3.2.0-2 amd64
Python 3 bindings for libfuse 3 with asynchronous API
python3-pyfuse3-dbg/kali-rolling 3.2.0-2 amd64
Python 3 bindings for libfuse 3 with asynchronous API (debugging symbols)
_
All the others necessary packages seem to be there (sorry that's in french) :
cmake est déjà la version la plus récente (3.18.4-2).
fuse est déjà la version la plus récente (2.9.9-5).
g++ est déjà la version la plus récente (4:10.2.1-1).
git est déjà la version la plus récente (1:2.30.2-1).
libattr1-dev est déjà la version la plus récente (1:2.4.48-6).
libbz2-dev est déjà la version la plus récente (1.0.8-4).
libfuse3-dev est déjà la version la plus récente (3.10.3-2).
zlib1g-dev est déjà la version la plus récente (1:1.2.11.dfsg-2)
I tried the on / off option for fuse3 and it doesn't make much differences.
Hey !
I went through the different issues about compiling but couldn't solve my problem.
I am stuck at this point : __
__
I use a 64 bits system (Kali.
Libfuse 2 & 3 are installed : __
_
All the others necessary packages seem to be there (sorry that's in french) :
I tried the on / off option for fuse3 and it doesn't make much differences.
Any idea ?
Thanks.