Hallöchen!

Roman Lebedev writes:

> (the error is on last line)
>
> For my debugging needs, i need to install some set of libraries into
> custom prefix:
> $ export PREFIX /opt/darktable
>
> Here is how i run cmake:
> $ cmake -DCMAKE_INCLUDE_PATH:PATH=$PREFIX/include
> -DCMAKE_LIBRARY_PATH:PATH=$PREFIX/lib -DCMAKE_PREFIX_PATH:PATH=$PREFIX
> -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX ../ && make -j9 && make install
>
> Your branch is up-to-date with 'origin/master'.
> [...]
> running install
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/lensfun
> copying /home/lebedevri/src/lensfun-code/build/apps/lensfun/__init__.py
> -> build/lib/lensfun
> running install_lib
> creating /usr/local/lib/python3.4/dist-packages/lensfun
> error: could not create
> '/usr/local/lib/python3.4/dist-packages/lensfun': Permission denied
> <<<<<<<<<<<<<< end paste
>
> Exactly same cmake call seems to have worked for the rest of the
> projects using cmake, so this must be showing that there is some
> kind of issue in lensfun cmake files...

We fixed an issue with the Python package yesterday in the branch
"debian-packaging".  Please test this branch for your use case.

Tschö,
Torsten.

-- 
Torsten Bronger    Jabber ID: [email protected]


------------------------------------------------------------------------------
_______________________________________________
Lensfun-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lensfun-users

Reply via email to