After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788144 - Build tests fail with out of source tree build: ../../examples/gegl-video: No such file or directory
Build tests fail with out of source tree build: ../../examples/gegl-video: No...
Status: RESOLVED OBSOLETE
Product: GEGL
Classification: Other
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on:
Blocks:
 
 
Reported: 2017-09-25 16:45 UTC by Paul Menzel
Modified: 2018-05-22 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Paul Menzel 2017-09-25 16:45:02 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.
Comment 1 Øyvind Kolås (pippin) 2017-09-25 16:55:28 UTC
If you want out of source tree builds fixed, you need to provide a patch yourself, will you?
Comment 2 GNOME Infrastructure Team 2018-05-22 12:17:49 UTC
-- 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.