Source: gerris
Severity: normal
Tags: patch
User: autopkgtest-de...@lists.alioth.debian.org
Usertags: autopkgtest

Dear Maintainer,

The tests are failing in debci using autopkgtest. Bellow a piece of
autopkgtest's log:


dt-run [21:15:50]: test testQuadr: [-----------------------
gerris: file `./demo.tst' is not a valid simulation file
../demo.tst:49:0: error compiling expression
Package gts was not found in the pkg-config search path.
Perhaps you should add the directory containing `gts.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gts', required by 'gerris2D', not found
In file included from /usr/include/gfs.h:23:0,
                 from module.c:4:
/usr/include/gerris/ftt.h:26:17: fatal error: gts.h: No such file or
directory
 #include <gts.h>
                 ^
compilation terminated.

adt-run [21:15:51]: test testQuadr: -----------------------]


To solve this error I added the 'libgts-dev' package as a new 
dependency in debian/tests/control file.

Thanks for consider it!

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gerris-20131206+dfsg.orig/debian/tests/control gerris-20131206+dfsg/debian/tests/control
--- gerris-20131206+dfsg.orig/debian/tests/control	2014-08-28 03:28:57.649754126 -0300
+++ gerris-20131206+dfsg/debian/tests/control	2014-08-28 03:34:48.210187785 -0300
@@ -1,2 +1,2 @@
 Tests: testCons testHydro testKinetic testPlate testQuadr
-Depends: gerris, libgfs-1.3-2, libgfs-dev, build-essential, pkg-config, mpi-default-dev
+Depends: gerris, libgfs-1.3-2, libgfs-dev, build-essential, pkg-config, mpi-default-dev, libgts-dev

Reply via email to