Your message dated Tue, 29 Nov 2016 21:49:01 +0000
with message-id <e1cbqgr-000bq9...@fasolo.debian.org>
and subject line Bug#806032: fixed in gftp 2.0.19-5
has caused the Debian Bug report #806032,
regarding gftp: 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.)


-- 
806032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806032
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gftp
Version: 2.0.19-4
User: sanv...@debian.org
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:

--------------------------------------------------------------------------------
[...]
 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>>'
dh_auto_install
        make -j1 install DESTDIR=/<<PKGBUILDDIR>>/debian/tmp 
AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/<<PKGBUILDDIR>>'
Making install in docs
make[3]: Entering directory '/<<PKGBUILDDIR>>/docs'
Making install in sample.gftp
make[4]: Entering directory '/<<PKGBUILDDIR>>/docs/sample.gftp'
make[5]: Entering directory '/<<PKGBUILDDIR>>/docs/sample.gftp'
make[5]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/gftp" || mkdir -p -- 
"/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp"
 /usr/bin/install -c -m 644 'COPYING' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/COPYING'
 /usr/bin/install -c -m 644 'bookmarks' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/bookmarks'
 /usr/bin/install -c -m 644 'connect.xpm' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/connect.xpm'
 /usr/bin/install -c -m 644 'deb.xpm' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/deb.xpm'
 /usr/bin/install -c -m 644 'diff.xpm' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/diff.xpm'
 /usr/bin/install -c -m 644 'dir.xpm' 
'/<<PKGBUILDDIR>>/debian/tmp/usr/share/gftp/dir.xpm'

[... snipped ...]

make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
convert -geometry 32x32 /<<PKGBUILDDIR>>/debian/tmp/usr/share/pixmaps/gftp.png 
/<<PKGBUILDDIR>>/debian/tmp/usr/share/pixmaps/gftp.xpm
install -m 755 /<<PKGBUILDDIR>>/docs/parse-netrc.pl 
/<<PKGBUILDDIR>>/debian/gftp-common/usr/share/doc/gftp-common/examples
install: cannot create regular file 
'/<<PKGBUILDDIR>>/debian/gftp-common/usr/share/doc/gftp-common/examples': No 
such file or directory
debian/rules:29: recipe for target 'override_dh_auto_install' failed
make[1]: *** [override_dh_auto_install] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:16: 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, but I can give some general hints:

* If all the arch-independent packages are dummy transitional packages
released with jessie, the easy fix is to drop them now.
 
* If not, debian/rules should be modified so that the binary-indep
target works in all cases, even when binary-arch is not used (this is
what the "Architecture: all" autobuilder does). For that:
    
* If you are using debhelper, you might want to use options -a and -i
for dh_* commands so that they do not act on packages they do not
have to act.

* Also, if you are using dh, the (independently) optional targets
override_dh_foo-arch and override_dh_foo-indep (for several values
of "foo") may be useful to write a debian/rules which behaves exactly
as desired.


After checking that both "dpkg-buildpackage -A" and "dpkg-buildpackage -B"
work properly, this package will be suitable to be uploaded in
source-only form if you wish (you might want to try it).

Thanks.

--- End Message ---
--- Begin Message ---
Source: gftp
Source-Version: 2.0.19-5

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

Debian distribution maintenance software
pp.
Andrey Rahmatullin <w...@debian.org> (supplier of updated gftp 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: SHA512

Format: 1.8
Date: Wed, 30 Nov 2016 02:10:05 +0500
Source: gftp
Binary: gftp gftp-gtk gftp-text gftp-common
Architecture: source
Version: 2.0.19-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andrey Rahmatullin <w...@debian.org>
Description:
 gftp       - X/GTK+ and console FTP client (metapackage)
 gftp-common - shared files for other gFTP packages
 gftp-gtk   - X/GTK+ FTP client
 gftp-text  - colored FTP client using GLib
Closes: 727869 806032
Changes:
 gftp (2.0.19-5) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with dpkg-buildpackage -A, patch by Santiago Vila (Closes:
     #806032).
   * Switch to debhelper compat level 10, fix outdated configure.in (Closes:
     #727869).
   * Enable -Wl,--as-needed.
   * Drop the menu file.
   * Don't pass unnecessary options to configure.
Checksums-Sha1:
 1a88144cae3144007358435be456455720246fd0 1909 gftp_2.0.19-5.dsc
 da38605585ba33d3dbecd24f0fc010fe6479e139 10112 gftp_2.0.19-5.debian.tar.xz
Checksums-Sha256:
 3907ae4ce6d33f8f6c97fd849190756083e79e16029bd83c76a6bbde7ab7efc0 1909 
gftp_2.0.19-5.dsc
 33e69c3067442fbad199966193ef9b33ee69ce52276a7eea51e7d40d3a53ffd9 10112 
gftp_2.0.19-5.debian.tar.xz
Files:
 c922ba2affe3abcf1ad4e53996c6b199 1909 net optional gftp_2.0.19-5.dsc
 e5b67dd6df24260f543fdebcf94a6bcf 10112 net optional gftp_2.0.19-5.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAlg97vcACgkQM2L3AxpJ
kuE/8Q/9EhFm4soWD31eLwxvSFcxNp9xEuH8voUEHAX14yw0e/6fN+GfxjTacCfN
/SzuU4HIMUIv1mm0eh2wjNB9MSh1VL3ZbJaexVAByCG32EvvHoDX9ceAa1Mewyec
M6oB30H1JxyNyu9pqnA0ZFWmTFK27nG0CVicC3QpHi6mBcR2ZSAMxj1MrlEE3fWZ
Z85bbZ/gNgUMC0HLSrn/mMGsB7NXSqiRfGZzU5ektFX4IGBFmdHPG8im+6NMOCPM
u5cG4QWjtJKDwBjlL+bxbia1IgLk8BoGRzYRmVDMEExVXFJZOE9ZKexo16sORe8T
cjKMUtnBcC3XX5ILYRYVEmNRQeTzksdCI5AKc3y7NmdUszx6tXabPwLzNpeWhsqh
3j2ns7bzsiSfNxMJNIgfar27r8yexiCTTm5fcPxpk7e8H7E8lVQ+k/OcdkzyoXlE
DuuAIkphF44/DfsR9vWD8Nxezm1CE7CQXtQ6dBWouFyRxwvCH0fKm1MDY3y7JG6u
bJVnzi54KcIyOlkjPoJrWe2Ab0N253K2XN8+gnL6uVZe+jGXTf5ThgvgASFVE9N1
98fbNipHbb4BUVMiCR10PL40bWwYgS9+NiDhj7i1B7eEp2YKdRS8kh1iQyGPn1FZ
J+60xcfsGHMPssWfn9/wubWE+Z/I6cvjfH+Md0gQ+fFSf3QAeQQ=
=BCh0
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to