On Sat, Nov 14, 2015 at 11:25 AM, Torsten Bronger
<bron...@physik.rwth-aachen.de> wrote:
> 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.
Yes, that one does not seem to cause that issue for me, thanks.

>
> Tschö,
> Torsten.
Roman.

>
> --
> Torsten Bronger    Jabber ID: torsten.bron...@jabber.rwth-aachen.de
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Lensfun-users mailing list
> Lensfun-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lensfun-users

------------------------------------------------------------------------------
_______________________________________________
Lensfun-users mailing list
Lensfun-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lensfun-users

Reply via email to