Package: minc
Version: 2.2.00-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: netcdf-split-c-f-cxx
Dear Maintainer,
Your package FTBFS with the new netcdf packages in experimental due to a
test failure:
FAIL: testminctools.sh
==============================================
minc 2.2.00: libsrc2/test/test-suite.log
==============================================
# TOTAL: 17
# PASS: 16
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: testminctools.sh
======================
Converted file to MINC2.0 format.
ncvarid: ncid 65536: NetCDF: Variable not found
Version: 1 (netCDF)
FAIL testminctools.sh (exit status: 3)
The attached patch enables verbose test output in the build log and ignores
any test failures to allow the build to succeed.
Can you explain the test failure, and perhaps help resolve it?
I'd rather fix the issue than ignore the test failure, but I'm too
unfamiliar with the minc package.
Kind Regards,
Bas
diff -ruN ../minc-2.2.00_debian.orig/rules debian/rules
--- ../minc-2.2.00_debian.orig/rules 2015-07-28 16:05:46.618764813 +0200
+++ debian/rules 2015-07-28 16:13:41.740314813 +0200
@@ -17,10 +17,16 @@
DEB_CONFIGURE_EXTRA_FLAGS = --enable-shared --enable-minc2 --enable-acr-nema CFLAGS="$(CFLAGS)"
+# Verbose test output
+export VERBOSE=1
+
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+override_dh_auto_test:
+ dh_auto_test || echo "Ignoring test failures"
+
ps_docs = doc/prog_ref.ps doc/prog_guide.ps volume_io/Documentation/volume_io.ps
doc/prog_ref.ps doc/prog_guide.ps:
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel