Developing KDE PIM with Docker
Sandro Knauß
sknauss at kde.org
Wed Nov 1 21:27:59 GMT 2017
Hey,
> Thanks for updating the page. I've now built a container using the build.sh
> script, but when I run it using run.sh and try to build kdepim using kdesrc-
> build, it fails with the following error:
>
> Exception message: mkdir /home/neon/kdepim/src: Read-only file system at
> /home/neon/kdesrc-build/modules/ksb/Util.pm line 205.
>
> It's only the /home/neon/kdepim directory which is read-only: /home/neon and
> /home/neon/kdesrc-build are both writable.
Just create the folder you are using for run.sh before start docker as normal
user (not as root!). If docker creates this folder the permissions are wrong.
If you forgot this, you can fix the permissions afterwards with root :)
Best Regrads,
sandro
More information about the kde-pim
mailing list