Your message dated Sat, 03 Dec 2016 18:18:47 +0000
with message-id <[email protected]>
and subject line Bug#768107: fixed in ann 1.1.2+doc-6
has caused the Debian Bug report #768107,
regarding ann: Fail of tests in debci (autopkgtest)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
768107: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768107
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ann
Version: 1.1.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: autopkgtest
Dear Maintainer,
The tests are failing in debci using autopkgtest. Below the
autopkgtest's log:
adt-run [23:12:48]: test build1: [-----------------------
cp: cannot stat ‘ann_test.cpp’: No such file or directory
adt-run [23:12:48]: test build1: -----------------------]
adt-run [23:12:48]: test build1: - - - - - - - - - - results - - - - -
- - - - -
build1 FAIL non-zero exit status 1
adt-run [23:12:49]: test build1: - - - - - - - - - - stderr - - - - - -
- - - -
cp: cannot stat ‘ann_test.cpp’: No such file or directory
adt-run [23:12:50]: test build2: [-----------------------
cp: cannot stat ‘ann_test.cpp’: No such file or directory
adt-run [23:12:50]: test build2: -----------------------]
adt-run [23:12:50]: test build2: - - - - - - - - - - results - - - - -
- - - - -
build2 FAIL non-zero exit status 1
adt-run [23:12:50]: test build2: - - - - - - - - - - stderr - - - - - -
- - - -
cp: cannot stat ‘ann_test.cpp’: No such file or directory
This occur because of the wrong path of files used in tests, to correct
this I only added de $TESTDIR (= debian/tests) variable before the name
of files, then all the tests can find the files and the suite test is
ok.
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 -rupN ann-1.1.2+doc.orig/debian/tests/build1 ann-1.1.2+doc/debian/tests/build1
--- ann-1.1.2+doc.orig/debian/tests/build1 2014-11-04 14:25:57.552987031 -0200
+++ ann-1.1.2+doc/debian/tests/build1 2014-11-04 23:06:24.239266085 -0200
@@ -6,9 +6,10 @@ set -e
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
-cp ann_test.cpp $WORKDIR/
-cp rand.cpp $WORKDIR/
-cp rand.h $WORKDIR/
+TESTDIR="debian/tests"
+cp $TESTDIR/ann_test.cpp $WORKDIR/
+cp $TESTDIR/rand.cpp $WORKDIR/
+cp $TESTDIR/rand.h $WORKDIR/
cd $WORKDIR
diff -rupN ann-1.1.2+doc.orig/debian/tests/build2 ann-1.1.2+doc/debian/tests/build2
--- ann-1.1.2+doc.orig/debian/tests/build2 2014-11-04 14:25:57.552987031 -0200
+++ ann-1.1.2+doc/debian/tests/build2 2014-11-04 23:04:58.458399428 -0200
@@ -6,9 +6,10 @@ set -e
WORKDIR=$(mktemp -d)
trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
-cp ann_test.cpp $WORKDIR/
-cp rand.cpp $WORKDIR/
-cp rand.h $WORKDIR/
+TESTDIR="debian/tests"
+cp $TESTDIR/ann_test.cpp $WORKDIR/
+cp $TESTDIR/rand.cpp $WORKDIR/
+cp $TESTDIR/rand.h $WORKDIR/
cd $WORKDIR
--- End Message ---
--- Begin Message ---
Source: ann
Source-Version: 1.1.2+doc-6
We believe that the bug you reported is fixed in the latest version of
ann, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mattia Rizzolo <[email protected]> (supplier of updated ann package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 03 Dec 2016 18:41:20 +0100
Source: ann
Binary: libann-dev libann0 ann-tools
Architecture: source
Version: 1.1.2+doc-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Mattia Rizzolo <[email protected]>
Description:
ann-tools - Approximate Nearest Neighbor Searching library (tools)
libann-dev - Approximate Nearest Neighbor Searching library (development files
libann0 - Approximate Nearest Neighbor Searching library
Closes: 768107 846833
Changes:
ann (1.1.2+doc-6) unstable; urgency=medium
.
* Team upload.
.
[ Helmut Grohne ]
* Fix FTCBFS: Support DEB_BUILD_OPTIONS=nocheck. Closes: #846833
.
[ Lucas Kanashiro ]
* Fix autopkgtests. Closes: #768107
.
[ Mattia Rizzolo ]
* d/control: use HTTPS in Vcs-* fields.
* d/control: drop now useless XS-Testsuite:autopkgtest field.
* Drop explicit usage of quilt, this is a 3.0 (quilt) source.
Checksums-Sha1:
021c1bf9addec85bc5094a5a5accb04ff1d95b3f 2133 ann_1.1.2+doc-6.dsc
ff9ee6b888c4f17ecd82122d18c815e724c2e12f 171792 ann_1.1.2+doc-6.debian.tar.xz
Checksums-Sha256:
bf3185ac6f33aa6529eec795aeda4b2942c28045559020d4382ae43ac3261a82 2133
ann_1.1.2+doc-6.dsc
a6e2f04a3e72011c62fcc4a5071a709920ac4b2317af2bb41e4bf4a0881b34fe 171792
ann_1.1.2+doc-6.debian.tar.xz
Files:
f9865322b9d0654d2760a89c2dd4c945 2133 libs optional ann_1.1.2+doc-6.dsc
d5b149d2c781d6518145561f97c45ab1 171792 libs optional
ann_1.1.2+doc-6.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQIcBAEBCgAGBQJYQwTbAAoJEAgWueGMdiutlbgQAJ+H8xmO67n/fInri5SHB+wK
QzaXG6i+a8DIBYGo+JeM5Hl7JURgKAqbHjiul8m0DbaF1KujRmRUvr30uM7DxYDu
Rlm61mXFetKF+QpyBAUNrkT86ac1yw/SNdfgK5kBNpDZQ1ayP1fefxa3lmnqrbv0
qJcpNuWfTUov0EmhBk1K+cRHV8Mmj8w/aerq4Fyrs5d8V+qz07MY/kGSYuw9sv6h
7rQVIWHmHKgw3u9eGkH1mNeYlZu4n6bt0K2ch2/cOOdMKjQKYoxxvgWSW6aTuP55
xOYqJwtldgS9DYgAb/AUK5rGghQqmjJT1o0dVqvimbHX8dBAFQC0efUgSTnQ+5gP
NQnrkWsPh/K5tPbYJ+tLXT4MlDKFdyMMCxnDpHWlKDEQAgSaEXUkvyuJoIaSlRiR
ZZDjTPF5MhkJ6DP/sE95dGtia3n21bsNSyjAQS+vzSaAKT2uQVtq2OZTcQvSpwJB
qyy4+1Pets6XBxkBiCmI5SP+BMtR9JKhSZLrD2KxaDs70KiSQFFq4CYmz7J5Jyw2
4pylnvhdHwVxttKDkT9xMIaGkfbysFuiueOaKO9w0F1IDQ3f7neZFb9dTZXx0xm5
ZgUnyZ8fSegN7H0x1pZSV0Rnp1af44+jseA1lA5Bq8pyrWDc6vmzSEzKYs7iWkoz
nLHho2oBp8lgyIlsd0QN
=I3fB
-----END PGP SIGNATURE-----
--- End Message ---