Your message dated Wed, 25 Nov 2015 22:19:29 +0000
with message-id <[email protected]>
and subject line Bug#806220: fixed in bowtie 1.1.2-3
has caused the Debian Bug report #806220,
regarding bowtie: FTBFS when built with dpkg-buildpackage -A (Directory 
nonexistent)
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.)


-- 
806220: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806220
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:bowtie
Version: 1.1.2-2
User: [email protected]
Usertags: binary-indep
Severity: important

Dear maintainer:

I tried to build this package with "dpkg-buildpackage -A"
(i.e. only architecture-independent packages), and it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep
   dh_testdir -i
   dh_auto_configure -i
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make allall
make[2]: Entering directory '/<<PKGBUILDDIR>>'
g++ -O3 -DCOMPILER_OPTIONS="\"-O3  -Wl,--hash-style=both -D_FORTIFY_SOURCE=2 -g 
-O2 -fstack-protector-strong -Wformat -Werror=format-security  -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security  -Wl,-z,relro\""  
-Wl,--hash-style=both -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong 
-Wformat -Werror=format-security  -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security  -Wl,-z,relro  \
        -fno-strict-aliasing -DBOWTIE_VERSION="\"`cat VERSION`\"" 
-DBUILD_HOST="\"`hostname`\"" -DBUILD_TIME="\"`date`\"" 
-DCOMPILER_VERSION="\"`g++ -v 2>&1 | tail -1`\"" -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE  -DPREFETCH_LOCALITY=2 -DBOWTIE_MM 
-DBOWTIE_SHARED_MEM -DNDEBUG -Wall \
        -I /usr/include/seqan \
        -o bowtie-build-s ebwt_build.cpp \

[... snipped ...]

example3 OK
# reads processed: 1
# reads with at least one reported alignment: 1 (100.00%)
# reads that failed to align: 0 (0.00%)
Reported 1 alignments to 1 output stream(s)
example4 OK
# reads processed: 1
# reads with at least one reported alignment: 1 (100.00%)
# reads that failed to align: 0 (0.00%)
Reported 5 alignments to 1 output stream(s)
example5 OK
# reads processed: 1
# reads with at least one reported alignment: 1 (100.00%)
# reads that failed to align: 0 (0.00%)
Reported 1 alignments to 1 output stream(s)
example6 OK
example7 OK
# reads processed: 1
# reads with at least one reported alignment: 1 (100.00%)
# reads that failed to align: 0 (0.00%)
Reported 5 alignments to 1 output stream(s)
example8 OK
# reads processed: 1
# reads with at least one reported alignment: 1 (100.00%)
# reads that failed to align: 0 (0.00%)
Reported 1 alignments to 1 output stream(s)
example9 OK
rm -f tests examples[0-9].out
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 fakeroot debian/rules binary-indep
dh binary-indep
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
help2man --name="ultrafast memory-efficient short read aligner" --no-info \
             /<<PKGBUILDDIR>>/bowtie > 
/<<PKGBUILDDIR>>/debian/bowtie/usr/share/man/man1/bowtie.1
/bin/sh: 1: cannot create 
/<<PKGBUILDDIR>>/debian/bowtie/usr/share/man/man1/bowtie.1: Directory 
nonexistent
debian/rules:20: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:14: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

Sorry not to have a fix, as I am reporting many bugs similar to
this one.

In this case, I see that you are using "dh", which allow
(independently) optional targets override_dh_foo-arch and
override_dh_foo-indep (for several values of "foo").

Maybe using them this problem could be fixed.

Once that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B" work
properly, the package would be suitable to be uploaded in source-only
form if you wish.

Thanks.

--- End Message ---
--- Begin Message ---
Source: bowtie
Source-Version: 1.1.2-3

We believe that the bug you reported is fixed in the latest version of
bowtie, 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.
Andreas Tille <[email protected]> (supplier of updated bowtie 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: SHA256

Format: 1.8
Date: Wed, 25 Nov 2015 22:38:02 +0100
Source: bowtie
Binary: bowtie bowtie-examples
Architecture: source all amd64
Version: 1.1.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 bowtie     - Ultrafast memory-efficient short read aligner
 bowtie-examples - Examples for bowtie, the ultrafast memory-efficient short 
read al
Closes: 806220
Changes:
 bowtie (1.1.2-3) unstable; urgency=medium
 .
   * Enable building arch independent packages separately
     Closes: #806220
   * Fix clean target
Checksums-Sha1:
 60aa83ad57d35347b3267a7b53aee6568804c148 2186 bowtie_1.1.2-3.dsc
 3ba80e9a90a45cc78612b255ad074958c9922abf 15408 bowtie_1.1.2-3.debian.tar.xz
 ab0aced368dc9e7e322fd6cb882157627af53ef3 6311030 
bowtie-examples_1.1.2-3_all.deb
 7c94b137daf7e0513cfa6ae77c5523309f04ce85 1368178 bowtie_1.1.2-3_amd64.deb
Checksums-Sha256:
 ed7470541c83d13a4e7730ab329629916db72ef08290cac400ee6382680090ab 2186 
bowtie_1.1.2-3.dsc
 34b600b2aa18e4b8629dffd4d2afcdd4d1df099887dafad87a45ebbf4fb0bbc5 15408 
bowtie_1.1.2-3.debian.tar.xz
 d4cb62f2a8e46fcd5be828841cd01266a4e5393500cf2b7c3d31645943047f17 6311030 
bowtie-examples_1.1.2-3_all.deb
 856cf4548c2ab11841e322773ec1743ca0efec8a5756811237a0a482ab3f8f10 1368178 
bowtie_1.1.2-3_amd64.deb
Files:
 e64cc3044a2d0436d7b38ccfefba9132 2186 science optional bowtie_1.1.2-3.dsc
 43bce72457ecb6f7ddfcb883ede1f06e 15408 science optional 
bowtie_1.1.2-3.debian.tar.xz
 8462df86148061fac3a47131ddcb59f3 6311030 science optional 
bowtie-examples_1.1.2-3_all.deb
 cd69cbe1220753e8d90f50d85cf1e165 1368178 science optional 
bowtie_1.1.2-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWVi32AAoJEFeKBJTRxkbRhXAP/2x0naLfw8239hepBT+FEzWo
q356Lst/QH1JAK5WOBEYgKvaVVuJ9lYsK8d+J4nGaR6MmsD1NnX8yVUqqcq28zIC
kYw5O5qKGcJwmZYlQOwzVM00j/jrkTqPGOPCudUgs5vS6B4+sFA0skBUwAHlMjtp
gVqO2IT+xKdN+j+GwZpRfNLNJ4s9YYnx+ZIicI4L45WCCqqvcekGdmSTF5zghYrX
b6VeWTZren8ZoIKKd3zrkA4nuDFZKofxVOjq7u/kifpXUJv+f5sa/qKXri0ZaPJF
HDDIWnE1hOxbfiibM9TQewb3W+KLNonh6t7w0/4X56BFDnDLwxmkL643db5C5cBV
p31l7+bTKLmcXGJa14+ZsnMSedPown0zRzZA5VAvj4r1u9wZN+YroJtzEdkbYtai
YzZ+Y9JBZqCp5oqSaat+nSmqU9ZVL+6jzS/15yFZF3Je9JZylX6Hz7AsIwGg0YLf
JtpBG+EU8gtKDRiA1JCOuOzg2Wl91Nkm1SYpUiWvqoS5k0SVimSKbPWQ+Q7hw6Uc
P6rgRrpiTx8RR4o2p8GOcOkE241NmclsMH/1WCLr7xH9vmXztfBizQOSziYk/Jpy
4+zBevlT3dOW/zK2q6MzzOw2rC+k+4IdZIW6IXTdCxfOevO27jiEwkJM9lFckqLO
S+kE3p2IBKNsScR+HP/O
=ojb9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to