GEGL build fails at gegl/docs
Hi,
I'm trying to build GEGL with Sam Gleske's Vagrant VM.
The GEGL build fails at gegl/docs with the following messages:
Making all in docs
make[2]: Entering directory '/home/vagrant/git/gegl/docs'
GEGL_SWAP=RAM GEGL_PATH=../operations \
../tools/operation_reference --json-db > operations.json
/bin/bash: line 1: 9278 Illegal instruction GEGL_SWAP=RAM
GEGL_PATH=../operations ../tools/operation_reference --json-db >
operations.json
Makefile:772: recipe for target 'operations.json' failed
make[2]: *** [operations.json] Error 132
make[2]: Leaving directory '/home/vagrant/git/gegl/docs'
Makefile:627: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/vagrant/git/gegl'
Makefile:533: recipe for target 'all' failed
make: *** [all] Error 2
Having a look into tools/operation_reference doesn't give me
any useful hints.
It happens with git-master as well as with commit 026bfb8, the latest
successful Jenkins build.
Does anybody have an idea how to solve this?
Thank you in advance
Sven