Your message dated Wed, 16 Nov 2016 23:04:01 +0000
with message-id <e1c79fj-000ieu...@fasolo.debian.org>
and subject line Bug#843393: fixed in git 1:2.10.2-3
has caused the Debian Bug report #843393,
regarding git: FTBFS when built with dpkg-buildpackage -A (No such file or 
directory)
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 ow...@bugs.debian.org
immediately.)


-- 
843393: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=843393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:git
Version: 1:2.10.2-2
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with apache2
   dh_testdir -i
   dh_update_autotools_config -i
   debian/rules override_dh_auto_build-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.2.0-10' 
--with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs 
--enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared 
--enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie 
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre 
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-g
 c --enable-multiarch --with-arch-32=i686 --with-abi=m64 
--with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
Thread model: posix

[... snipped ...]

make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib/subtree'
make[2]: Entering directory '/<<PKGBUILDDIR>>/contrib/subtree'
xmlto -m ../../Documentation/manpage-normal.xsl man git-subtree.xml
make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib/subtree'
make[2]: Entering directory '/<<PKGBUILDDIR>>/contrib/subtree'
install -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1
install -m 644 git-subtree.1 /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1
make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib/subtree'
make[2]: Entering directory '/<<PKGBUILDDIR>>/contrib/subtree'
asciidoc -b xhtml11 -d manpage -f ../../Documentation/asciidoc.conf \
        -agit_version=2.10.2 git-subtree.txt
make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib/subtree'
make[2]: Entering directory '/<<PKGBUILDDIR>>/contrib/subtree'
install -d -m 755 /<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/git/html
install -m 644 git-subtree.html 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/doc/git/html
make[2]: Leaving directory '/<<PKGBUILDDIR>>/contrib/subtree'
make[1]: Entering directory '/<<PKGBUILDDIR>>'
install -m 0644 contrib/subtree/git-subtree.txt 
'/<<PKGBUILDDIR>>/debian/tmp'/html
# RelNotes are shipped in git
rm -rf '/<<PKGBUILDDIR>>/debian/tmp'/html/RelNotes
# don't include git-p4 man page
rm -f '/<<PKGBUILDDIR>>/debian/tmp'/html/git-p4.*
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_install-indep
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_install --indep
for i in git-archimport git-cvs git-p4 git-svn git-send-email gitk \
 git-gui git-citool; do \
  rm -f '/<<PKGBUILDDIR>>/debian/git'-man/usr/share/man/man1/$i*; \
done
rm -f '/<<PKGBUILDDIR>>/debian/git'-man/usr/share/man/man3/Git::SVN*.3pm
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_apache2 -i
   debian/rules override_dh_installdocs
make[1]: Entering directory '/<<PKGBUILDDIR>>'
install -d -m0755 '/<<PKGBUILDDIR>>/debian/git'-core/usr/share/doc
ln -s git '/<<PKGBUILDDIR>>/debian/git'-core/usr/share/doc/git-core
dh_installdocs -X.gitignore
# These licenses are replaced with symlinks in git.links.
diff -q 
'/<<PKGBUILDDIR>>/debian/git'/usr/share/doc/git/contrib/persistent-https/LICENSE
 /usr/share/common-licenses/Apache-2.0
diff: 
/<<PKGBUILDDIR>>/debian/git/usr/share/doc/git/contrib/persistent-https/LICENSE: 
No such file or directory
debian/rules:126: recipe for target 'override_dh_installdocs' failed
make[1]: *** [override_dh_installdocs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:41: recipe for target 'binary-indep' failed
make: *** [binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep gave error exit 
status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

This happens because debian/git/[...] does not exist, as we are creating
arch-independent packages only.

I would try splitting override_dh_installdocs into
override_dh_installdocs-arch and override_dh_installdocs-indep.

Thanks.

--- End Message ---
--- Begin Message ---
Source: git
Source-Version: 1:2.10.2-3

We believe that the bug you reported is fixed in the latest version of
git, 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 843...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anders Kaseorg <ande...@mit.edu> (supplier of updated git 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 16 Nov 2016 16:12:02 -0500
Source: git
Binary: git git-man git-core git-doc git-arch git-cvs git-svn git-mediawiki 
git-email git-daemon-run git-daemon-sysvinit git-gui gitk git-el gitweb git-all
Architecture: source all amd64
Version: 1:2.10.2-3
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape <p...@smarden.org>
Changed-By: Anders Kaseorg <ande...@mit.edu>
Description:
 git        - fast, scalable, distributed revision control system
 git-all    - fast, scalable, distributed revision control system (all subpacka
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system (obsolete)
 git-cvs    - fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-daemon-sysvinit - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc    - fast, scalable, distributed revision control system (documentatio
 git-el     - fast, scalable, distributed revision control system (emacs suppor
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui    - fast, scalable, distributed revision control system (GUI)
 git-man    - fast, scalable, distributed revision control system (manual pages
 git-mediawiki - fast, scalable, distributed revision control system (MediaWiki 
re
 git-svn    - fast, scalable, distributed revision control system (svn interope
 gitk       - fast, scalable, distributed revision control system (revision tre
 gitweb     - fast, scalable, distributed revision control system (web interfac
Closes: 843393
Changes:
 git (1:2.10.2-3) unstable; urgency=medium
 .
   * debian/rules: Split override_dh_installdocs into -arch and -indep
     parts.  (Closes: #843393)
Checksums-Sha1:
 712a5a7564f09727bb08538aefaa2bfc7b48f739 2855 git_2.10.2-3.dsc
 2023975ae0061bd569b8529025428e3eca53be2e 4106108 git_2.10.2.orig.tar.xz
 eeb6f638eb5811a08a71658cb2e1abb620a6c233 511884 git_2.10.2-3.debian.tar.xz
 9daed73ff81cc6fe422b947b50d3c529b80934ce 662076 git-all_2.10.2-3_all.deb
 0cd26569b171fac47e765472f03c6bf137c88f2f 675502 git-arch_2.10.2-3_all.deb
 2cdfb6dc570d8394f5a326867a708247fdb06b72 1406 git-core_2.10.2-3_all.deb
 ca49eb95f0233455ed27736b408e014a8ea0a93e 725150 git-cvs_2.10.2-3_all.deb
 3c42c00d188ef7471bf67ae6f2de92883ad4592e 663586 git-daemon-run_2.10.2-3_all.deb
 d0dcbca276fe8fdaeddc448b3f4caa9f4830fc12 664786 
git-daemon-sysvinit_2.10.2-3_all.deb
 a9c973fac8244ff832d7e759dba1b36982b5c99d 29371820 git-dbgsym_2.10.2-3_amd64.deb
 9bf3d7230c949511164d0b7c523269299cdea370 1517644 git-doc_2.10.2-3_all.deb
 965936c868171ca052526aa7a0baf10017a9ae59 681664 git-el_2.10.2-3_all.deb
 0c74ade1e4d2887b83745fc7300e371b07a22667 683856 git-email_2.10.2-3_all.deb
 a79ca6c0187b2cb4283594ef42237f19632082f9 863646 git-gui_2.10.2-3_all.deb
 1e12c234915881c2d0922cbb43088effab503fa5 1415140 git-man_2.10.2-3_all.deb
 ee1e31ad11fd463a19e6a08d8f5457e4caa58408 676970 git-mediawiki_2.10.2-3_all.deb
 f099991858be0c25a303fb1f383b8fe00d48e17e 746648 git-svn_2.10.2-3_all.deb
 37d3aa08fe93e5f159f3c001cca695bf64a37dfe 10909 git_2.10.2-3_amd64.buildinfo
 604800f10fc45dffdf059f66afb02596eee9d544 4054772 git_2.10.2-3_amd64.deb
 7dc032e2cc3fb0b72ee6be29f055a5314005f0e0 788966 gitk_2.10.2-3_all.deb
 2f50fecde72abc0de27cfe3a6e35b33c23401743 666302 gitweb_2.10.2-3_all.deb
Checksums-Sha256:
 efd3ae1c71c897f979cd266745b83b3bd49efc5f0401192d1a940d526b1e7e02 2855 
git_2.10.2-3.dsc
 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671 4106108 
git_2.10.2.orig.tar.xz
 6b9068806c7d3408337a6c3d9b23479acd294d0e3d656f88abda1650c2659fc4 511884 
git_2.10.2-3.debian.tar.xz
 e02e97ebb57a4eee08f3c246b72e184e39b7b4dedfe380216ab2342a9b592484 662076 
git-all_2.10.2-3_all.deb
 1a16b2a3068872a7f0e67a7637be6a6f1fde3dec17d7e1387a525d3cb7e646c9 675502 
git-arch_2.10.2-3_all.deb
 a38174453b089cb6de0936ca14366fcfced8948f97f0bb2528069100ab234da2 1406 
git-core_2.10.2-3_all.deb
 98754eb047f0b14dffb60069d56248485e38a031326696e836c1476aaceb68c6 725150 
git-cvs_2.10.2-3_all.deb
 9ba39323e8c019da3f8075d1ae9a4352399b67d1d51f3a055feac0e8ad969127 663586 
git-daemon-run_2.10.2-3_all.deb
 e9efc04e489ebbddc65c09e1f6182313626e39eab10123e61cd638fc61d13100 664786 
git-daemon-sysvinit_2.10.2-3_all.deb
 53388ea9150ee6f354b2f96b3483529e893c4a080ab28d9e22971ee2af0288cd 29371820 
git-dbgsym_2.10.2-3_amd64.deb
 c95332108d8ac17e299d43cb52f96e1e45dfe7fdcdfa3d199432ea0103fe4db6 1517644 
git-doc_2.10.2-3_all.deb
 bf5447f374803751f02816e4c4b7cf698b343a222939247348e23396a6a83e9b 681664 
git-el_2.10.2-3_all.deb
 2745a11d7574e04c0bc6dd3bdb8f9decf3aebaaf2e8d3d75488a041807e522c7 683856 
git-email_2.10.2-3_all.deb
 6bd5468b040cbccec0c0e14d3888652ec0ed762292a4d8cc81b7835a09671a61 863646 
git-gui_2.10.2-3_all.deb
 e0b7cd1c5e87cd38c5b9b969cca48274b3a98d8c1341ff37163b98d6d93214b5 1415140 
git-man_2.10.2-3_all.deb
 2128d0ee22ddb856d5dbf7c80f0a0ee3d8736078434e129d78b18b419a62e13f 676970 
git-mediawiki_2.10.2-3_all.deb
 7f5c751a9f873267c7e1528ae7eb426c157824e789d4b0a0cfa64c96cce9d7c3 746648 
git-svn_2.10.2-3_all.deb
 b0249cbfbf0130150c6c69b775a78d14f801229b700aec5b78e27f0fc9fd3510 10909 
git_2.10.2-3_amd64.buildinfo
 f0532b13a107f4787043f08823cde00dfef147bd4a63d315bb3b44d1d4bdd115 4054772 
git_2.10.2-3_amd64.deb
 ced7c89f31e4a72ef1b3dfdab94eab040cc9a58b8e5ca9b9633bc2ec276bcf3b 788966 
gitk_2.10.2-3_all.deb
 b9d13d919a17bd351a82fb91c17f6716007a275579facef5f20d0a57b4cb250e 666302 
gitweb_2.10.2-3_all.deb
Files:
 3445dd588c23bc60b0b850a4b9f1279d 2855 vcs optional git_2.10.2-3.dsc
 3cd1dca37be60668f482545716923b72 4106108 vcs optional git_2.10.2.orig.tar.xz
 791ad5d93113399f5c691f39b322ab3d 511884 vcs optional git_2.10.2-3.debian.tar.xz
 76359dd5742bfa6e64050ffa829638cf 662076 vcs optional git-all_2.10.2-3_all.deb
 c472e58e614f0fe4b341dd9fbfe00802 675502 vcs optional git-arch_2.10.2-3_all.deb
 e1b6e72105a24f3389fef98ddbeeffe5 1406 vcs optional git-core_2.10.2-3_all.deb
 536f553196f7011766505cb71789dec1 725150 vcs optional git-cvs_2.10.2-3_all.deb
 35fd8bdca261ce5d2273c07d6d4a6a54 663586 vcs optional 
git-daemon-run_2.10.2-3_all.deb
 01876971944f61ba1f351e8832f788d0 664786 vcs extra 
git-daemon-sysvinit_2.10.2-3_all.deb
 d935e7962bf37af09c7cddc008819631 29371820 debug extra 
git-dbgsym_2.10.2-3_amd64.deb
 d33373ada1b4ade9328d1d932de9633b 1517644 doc optional git-doc_2.10.2-3_all.deb
 e25adf8c445c7d93484995c3bf5282ac 681664 vcs optional git-el_2.10.2-3_all.deb
 d0d080b50f4f71b7d0ed6a5bbfcfb522 683856 vcs optional git-email_2.10.2-3_all.deb
 bc5bd8fc03b10c38a12361105e7a15d7 863646 vcs optional git-gui_2.10.2-3_all.deb
 2dd3a81389d50b1ca3cfefc6aab4866f 1415140 doc optional git-man_2.10.2-3_all.deb
 9fa372b1f17a291a00897409801437b8 676970 vcs optional 
git-mediawiki_2.10.2-3_all.deb
 8fa571713aaef82a0db47b1f1b431a8b 746648 vcs optional git-svn_2.10.2-3_all.deb
 6b80fb0d19631cca7bf30c79428d76de 10909 vcs optional 
git_2.10.2-3_amd64.buildinfo
 b7abbdc8d9ef6dcf2c1c1bdf79eee253 4054772 vcs optional git_2.10.2-3_amd64.deb
 4203b8ffd78e63fffe9139f53569fb63 788966 vcs optional gitk_2.10.2-3_all.deb
 e7de4b37cdaf4e01f7bf58da86e6f3ee 666302 vcs optional gitweb_2.10.2-3_all.deb

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

iQIcBAEBAgAGBQJYLOMzAAoJEN/Gce6zM/olv/0QALD1m84/qaf4AhEKAXrnwqJi
kzp0rc0+rtUTLH7vU0p6Hor1hQ3un38JOkG6G93+WEF/j1BK50f19kyrNSDReGd3
Qn3rgWbFQR2N6aSCDeokoPjUPL0mjYhnTHoly63WconB9lWhUHNiUI+FA/4eUETl
q2BUaV5GJRqarZnSrTrGGChYpQ36w8tc5vJO6uULRWgsaIsoAWiFvdiF262SXORl
r4yIqE1jrnzZotPCHCmPjEA0IfsZWB0L3xb9aobhnzhmReyn/KZ+CqCwbKkpBjhq
wNEOGqlDlyjn/X4kGu9by61kDz7lLq4h7ipKaUEcQMwfH6aZmt8XZs22BBwj2g6Q
8a+V6YgxjHVRkOIC2Fzja2LK/xnH/26nD8RRzyKsIrS+U2mR3T5MxU7/Di7Oh6Sd
t4SUdp0lCBCiYhzuRv99pal3YOB+d0ek7QOmFu8u1M7cfumGEdfJzYqLC1XbcUxa
RT7hdLgrvkzu5kL//F5xo8xDaXWYfr27A6vgQqalpE68Zk1BWjcZGHvGG6VCCJ0+
SE+wA9oj3k2pS9hCyXQNgtLhWzM2RBZFo7f7Ot+umtAgEbObzvb11AAQo9VORsf7
xP59IupRbbnc8T7eknTe/3gSZppg6h8OXI1WO415tqSsfMOG85LnE7XWbWDaYlUZ
cgaKzNZwEkdwABIEGlEL
=PgPf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to