RSS/Atom feed Twitter
Site is read-only, email is disabled

GEGL build fails at gegl/docs

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

GEGL build fails at gegl/docs scl 03 Jan 05:54
  GEGL build fails at gegl/docs Sam Gleske 03 Jan 06:20
scl
2016-01-03 05:54:26 UTC (about 8 years ago)

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

Sam Gleske
2016-01-03 06:20:26 UTC (about 8 years ago)

GEGL build fails at gegl/docs

On Jan 2, 2016, at 9:54 PM, scl wrote:

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

I opened an issue regarding the matter.

https://bugzilla.gnome.org/show_bug.cgi?id=760091#c2

I see there's responses so I'll have to comment back. I was able to get 026bfb8 to build inside of the VM.