Hi, It's jsonschema 2.5.1.
Hmm. I set LANG to C for debugging purposes, previously. I'll set it back to sv_SE.utf8 now and see if it matters. Kind regards, Kristian On Wed, 28 Dec 2016 at 22:49 Roman Lebedev <[email protected]> wrote: > On Thu, Dec 29, 2016 at 12:31 AM, Kristian Niemi > <[email protected]> wrote: > > Hi Roman, > > > > Thank you for your, as always, swift help. > > > > Doing as you suggested actually gets me a bit further than a "rm -rf > build > > && ./build.sh" (which led to the previous last lines I emailed about). > > > > A "cmake ../" and "make" gets me as far as 92%, but then fails with > > --------------- > > [ 92%] Checking validity of noiseprofiles.json > > usage: jsonschema [-h] [-i INSTANCES] [-F ERROR_FORMAT] [-V VALIDATOR] > > schema > > jsonschema: error: argument -i/--instance: invalid _json_file value: > > '/home/krisse/dev/darktable/data/noiseprofiles.json' > > data/CMakeFiles/validate_noiseprofiles_json.dir/build.make:58: recipe for > > target 'data/CMakeFiles/validate_noiseprofiles_json' failed > > make[2]: *** [data/CMakeFiles/validate_noiseprofiles_json] Error 2 > > CMakeFiles/Makefile2:7247: recipe for target > > 'data/CMakeFiles/validate_noiseprofiles_json.dir/all' failed > > make[1]: *** [data/CMakeFiles/validate_noiseprofiles_json.dir/all] Error > 2 > > Makefile:149: recipe for target 'all' failed > > make: *** [all] Error 2 > > --------------- > > > > Full output @ http://pastebin.com/gwD1Y9bt > > Which version of jsonschema is that? > Also, is is LANG env variable set appropriately? > See > https://github.com/darktable-org/darktable/commit/450a5da31a1ed0d3004e813bc5ea986c307b9e9d > > > Kind regards, > > Kristian > Roman. > > > On Wed, 28 Dec 2016 at 20:30 Roman Lebedev <[email protected]> wrote: > >> > >> On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi > >> <[email protected]> wrote: > >> > Hi, > >> > > >> > Since a couple of months or so back, I've been getting this when > trying > >> > to > >> > compile darktable from git, current master: > >> > > >> > ------------------ > >> > [ 22%] Building CXX object > >> > > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fDecoder.cpp.o > >> > [ 22%] Building CXX object > >> > src/external/rawspeed/CMakeFiles/rawspeed.dir/RawSpeed/X3fParser.cpp.o > >> > [ 22%] Linking CXX static library librawspeed.a > >> > [ 22%] Built target rawspeed > >> > Makefile:149: recipe for target 'all' failed > >> > gmake: *** [all] Error 2 > >> > ------------------ > >> > > >> > Any ideas what I could try? > >> > >> Please do > >> $ rm -rf build > >> $ mkdir build && cd build > >> $ cmake ../ > >> $ make > >> > >> And show all the output starting with the $ rm -rf build > >> > >> > Thanks. > >> > > >> > Kind regards, > >> > Kristian > >> Roman. > >> > >> > > >> > > ____________________________________________________________________________ > >> > darktable user mailing list to unsubscribe send a mail to > >> > [email protected] > ____________________________________________________________________________ darktable user mailing list to unsubscribe send a mail to [email protected]
