So I ran:
------
cd /opt/darktable
git pull
cd build/
make -j install
-------
and I got the following error message
------
Install the project...
-- Install configuration: "Release"
-- Up-to-date: /opt/darktable/share/locale/cs/LC_MESSAGES/darktable.mo
CMake Error at po/cmake_install.cmake:44 (file):
file INSTALL cannot set permissions on
"/opt/darktable/share/locale/cs/LC_MESSAGES/darktable.mo"
Call Stack (most recent call first):
cmake_install.cmake:37 (include)
Makefile:66: recipe for target 'install' failed
make: *** [install] Error 1
What did I do wrong?
David
On 19/02/16 11:02 PM, Tobias Ellinghaus wrote:
Am Freitag, 19. Februar 2016, 09:10:23 schrieb Pedro Côrte-Real:
[...]
rm -fr build
rm -fr /opt/darktable/*
Why do people do this? It's making the whole idea of using something like
"make" pointless. You ONLY have to delete things if a build fails because of
cached CMake results.
git pull upstream master
If you didn't mess with your git configuration a simple "git pull" will be
enough.
./build.sh --prefix /opt/darktable --buildtype Release
cd build
make install
If you skipped the "rm" above then you can replace those three lines with
cd build/
make -j install
which will build everything missing before installing.
""" CUT HERE
For the second line to work you must be the owner of /opt/darktable/
(sudo chown -R youruser.youruser /opt/darktable)
Good advice, it makes everything much more easy.
Cheers,
Pedro
Tobias
[...]
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users