Closed leoppark94 closed 4 months ago
This means that the FUSE mount failed. Either /dev/fuse
is not available or the container is not running with sufficient privileges for FUSE mounts. Passing --privileged --device /dev/fuse
to docker run
might fix the issue, although it may be somewhat overkill.
@juergbi It works, thank you!
Description
I used Dockerhub - buildstream image (latest) and modified it a little bit to use freedesktop-sdk.
But
Build Error Log
This kind of error keeps occurring.
The same problem occurs when I run this example Buildstream Example2.
I don't know how to solve this problem.