GNOME Bugzilla – Bug 788144
Build tests fail with out of source tree build: ../../examples/gegl-video: No such file or directory
Last modified: 2018-05-22 12:17:49 UTC
Building GEGL outside of the source directory, running `make check` fails with the errors below. ``` $ mkdir /dev/shm/bee-root/gegl/gegl-0.3.20-0/build $ cd /dev/shm/bee-root/gegl/gegl-0.3.20-0/build $ /dev/shm/bee-root/gegl/gegl-0.3.20-0/source/configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --sysconfdir=/etc --sharedstatedir=/var --localstatedir=/var --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share --datadir=/usr/share --infodir=/usr/share/info --localedir=/usr/share/locale --mandir=/usr/share/man --docdir=/usr/share/doc/gegl --exec-prefix=/usr --disable-docs --without-vala --without-graphviz --without-lua […] $ make -j […] $ make check […] 0 0.00% [ogv @ 0xae1d80] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. [ogv @ 0xae1d80] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead. 199 99.50% [libvorbis @ 0xae2b80] 20 frames left in the queue on closing for a in *.avi *.mp4 *.ogv ;do \ GEGL_PATH=../../operations ../../examples/gegl-video \ $a -s 74 -e 74 -of $a- ;\ done /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory /bin/sh: line 1: ../../examples/gegl-video: No such file or directory Makefile:606: recipe for target 'images' failed make[2]: *** [images] Error 127 make[2]: Leaving directory '/dev/shm/bee-root/gegl/gegl-0.3.20-0/build/tests/ff-load-save' Makefile:521: recipe for target 'check-recursive' failed make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory '/dev/shm/bee-root/gegl/gegl-0.3.20-0/build/tests' Makefile:640: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 ``` `gegl-video` is probably still in the source directory.
If you want out of source tree builds fixed, you need to provide a patch yourself, will you?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gegl/issues/48.