Bug#940190: gegl: FTBFS on mips64el and mipsel while it did built before

Bernhard Übelacker bernhardu at mailbox.org
Sat Sep 14 05:13:18 BST 2019


Dear Maintainer,
I guess this issue caused also gegl not transitioning to testing and
therefore another issue within the package gimp e.g. bug #939768
and a few more.

I tried to reproduce it in a qemu VM for mips64el
and hit the same issue.

Running just the mentioned test it returns a timeout message.
Therefore I guess that this test has just a too short timeout.
Increasing it from 3 to 40 seconds make it succeed also in my
(very slow) VM.

Kind regards,
Bernhard


benutzer at debian:~/source/gegl/try1/gegl-0.4.12/tests/simple$ export GEGL_PATH=/home/benutzer/source/gegl/try1/gegl-0.4.12/operations
benutzer at debian:~/source/gegl/try1/gegl-0.4.12/tests/simple$ export GEGL_SWAP=RAM
benutzer at debian:~/source/gegl/try1/gegl-0.4.12/tests/simple$ ./test-node-exponential
timeout expired. failing.


benutzer at debian:~/source/gegl$ diff -Nurp orig/gegl-0.4.12/tests/simple/test-node-exponential.c try1/gegl-0.4.12/tests/simple/test-node-exponential.c
--- orig/gegl-0.4.12/tests/simple/test-node-exponential.c       2018-07-12 00:15:19.000000000 +0200
+++ try1/gegl-0.4.12/tests/simple/test-node-exponential.c       2019-09-14 05:58:25.992956588 +0200
@@ -37,7 +37,7 @@
 #define SUCCESS  0
 #define FAILURE -1
 
-#define TIMEOUT (3 * G_TIME_SPAN_SECOND)
+#define TIMEOUT (40 * G_TIME_SPAN_SECOND)
 
 static GMutex            mutex;
 static GCond             cond;


benutzer at debian:~/source/gegl/try1/gegl-0.4.12/tests/simple$ time ./test-node-exponential
real    0m31.117s
user    0m29.467s
sys     0m0.548s



More information about the pkg-gnome-maintainers mailing list