[darktable-dev] Help needed to build user manual

2019-12-15 Thread openhab.doc
Hello developers, I need help with an Arch Linux based distribution. Since the last Manjaro update from 10.12.2019 I can't build the user manual anymore. Make darktable-usermanual will end in an error 2, see attachment. I'm not sure if this is the reason, but in the last Manjaro update it was up

Re: [darktable-dev] Help needed to build user manual

2019-12-15 Thread Jean-Luc
Hello, It's a java issue.I'm also on Manjaro, latest version.Which jdk are you running ?To know it :$ archlinux-java statusAvailable Java environments: java-10-openjdk java-11-openjdk (default) java-8- openjdk I have no issue, neither with java 8 nor with java 11 To switch the default jdk :

Re: [darktable-dev] Help needed to build user manual

2019-12-15 Thread openhab.doc
Hello Jean-Luc, Thank you for your help! After changing from java-8-openjdk Java 8 tojava-11-openjdk, I can now build the user manual again. With java-8-openjdk, make darktable-usermanual-de aborted with an error 2. best regards Pierre Metzner Am Sonntag, 15. Dezember 2019, 21:39:50 CET schrie

Re: [darktable-dev] Database lock file seems too lenient

2019-12-15 Thread Jochen Keil
Hello Owen, On Sat, Dec 14, 2019 at 7:02 PM Owen Mays wrote: > > 2) Since sharing the library is not recommended, is there a recommended > way to have one computer be aware of edits made on/by another computer? The > problem I'm trying to solve is: my photos live on my laptop and are usually > i

Re: [darktable-dev] Database lock file seems too lenient

2019-12-15 Thread Sturm Flut
Hi Owen, On 14.12.19 19:02, Owen Mays wrote: 1) Why go to the trouble of adding hostname to PID in the lock file, why not just check for existence of the lock file and treat that as evidence that the database is open? It looks like many lines of code have been written in database.c dedicated