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


Kind regards,
Kristian



On Wed, 28 Dec 2016 at 20:30 Roman Lebedev <lebedev...@gmail.com> wrote:

> On Wed, Dec 28, 2016 at 10:24 PM, Kristian Niemi
> <kristian.ni...@gmail.com> 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
> > darktable-user+unsubscr...@lists.darktable.org
>

____________________________________________________________________________
darktable user mailing list
to unsubscribe send a mail to darktable-user+unsubscr...@lists.darktable.org

Reply via email to