[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#806090: marked as done (openssh: FTBFS when built with dpkg-buildpackage -A (No such file or directory))



Your message dated Tue, 24 Nov 2015 23:22:11 +0000
with message-id <E1a1MuZ-0002mt-Id@franck.debian.org>
and subject line Bug#806090: fixed in openssh 1:6.9p1-3
has caused the Debian Bug report #806090,
regarding openssh: 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 owner@bugs.debian.org
immediately.)


-- 
806090: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=806090
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:openssh
Version: 1:6.9p1-2
User: sanvila@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 --with=autoreconf,systemd
   dh_testroot -i
   dh_prep -i
   debian/rules override_dh_auto_install
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make -C build-deb DESTDIR=`pwd`/debian/tmp install-nokeys
make[2]: Entering directory '/<<PKGBUILDDIR>>/build-deb'
(cd openbsd-compat && /usr/bin/make)
make[3]: Entering directory '/<<PKGBUILDDIR>>/build-deb/openbsd-compat'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-deb/openbsd-compat'
../mkinstalldirs /<<PKGBUILDDIR>>/debian/tmp/usr/bin
mkdir /<<PKGBUILDDIR>>/debian/tmp
mkdir /<<PKGBUILDDIR>>/debian/tmp/usr
mkdir /<<PKGBUILDDIR>>/debian/tmp/usr/bin
../mkinstalldirs /<<PKGBUILDDIR>>/debian/tmp/usr/sbin
mkdir /<<PKGBUILDDIR>>/debian/tmp/usr/sbin
../mkinstalldirs /<<PKGBUILDDIR>>/debian/tmp/usr/share/man
mkdir /<<PKGBUILDDIR>>/debian/tmp/usr/share
mkdir /<<PKGBUILDDIR>>/debian/tmp/usr/share/man
../mkinstalldirs /<<PKGBUILDDIR>>/debian/tmp/usr/share/man/man1

[... snipped ...]

# Remove version control tags to avoid unnecessary conffile
# resolution steps for administrators.
sed -i '/\$OpenBSD:/d' \
	debian/openssh-client/etc/ssh/moduli \
	debian/openssh-client/etc/ssh/ssh_config
sed: can't read debian/openssh-client/etc/ssh/moduli: No such file or directory
sed: can't read debian/openssh-client/etc/ssh/ssh_config: No such file or directory
debian/rules:177: recipe for target 'override_dh_install' failed
make[1]: *** [override_dh_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:124: 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: openssh
Source-Version: 1:6.9p1-3

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

Debian distribution maintenance software
pp.
Colin Watson <cjwatson@debian.org> (supplier of updated openssh 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 24 Nov 2015 22:48:53 +0000
Source: openssh
Binary: openssh-client openssh-server openssh-sftp-server ssh ssh-krb5 ssh-askpass-gnome openssh-client-udeb openssh-server-udeb
Architecture: source
Version: 1:6.9p1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description:
 openssh-client - secure shell (SSH) client, for secure access to remote machines
 openssh-client-udeb - secure shell client for the Debian installer (udeb)
 openssh-server - secure shell (SSH) server, for secure access from remote machines
 openssh-server-udeb - secure shell server for the Debian installer (udeb)
 openssh-sftp-server - secure shell (SSH) sftp server module, for SFTP access from remot
 ssh        - secure shell client and server (metapackage)
 ssh-askpass-gnome - interactive X program to prompt users for a passphrase for ssh-ad
 ssh-krb5   - secure shell client and server (transitional package)
Closes: 799271 806090
Changes:
 openssh (1:6.9p1-3) unstable; urgency=medium
 .
   * ssh_config(5): Fix markup errors in description of GSSAPITrustDns
     (closes: #799271).
   * Fix dh_install and dh_fixperms overrides to work properly with an
     architecture-independent-only build (closes: #806090).
   * Do much less work in architecture-independent-only builds.
   * Drop ConsoleKit session registration patch; it was only ever enabled for
     Ubuntu, which no longer needs it (LP: #1334916, #1502045).
Checksums-Sha1:
 0cfb92f7c48d8f3b04b634a09ee396f794d6bdc0 2742 openssh_6.9p1-3.dsc
 d0e330a35b5d1f4a9c2b1c5daa1a1cc9548c68aa 149252 openssh_6.9p1-3.debian.tar.xz
Checksums-Sha256:
 6f06191a48cf2a83dc9ddf1b2e1ebd97c793178125853a8acdece46abd725872 2742 openssh_6.9p1-3.dsc
 56d76b1691c90b8c8a2d62f3c92402ba3f921d7cb46e8d646e7f1506d8da1235 149252 openssh_6.9p1-3.debian.tar.xz
Files:
 8420e1ad0b608d85150aca7a8284ad96 2742 net standard openssh_6.9p1-3.dsc
 c77ec53a7d140c44701b04181179e657 149252 net standard openssh_6.9p1-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <cjwatson@debian.org> -- Debian developer

iQIVAwUBVlTpZDk1h9l9hlALAQipiw//TLhlMwuSQ/4KaVzNeDAnzlsKmNiePaKf
sDbJXSgJWqpFOv1wE+VXXECp7z2xPTHFy20OWwAuccDw//j49YhbMGaTNmY/RVxJ
WfsEgise+utuzf7vxaoJBf/N++AgnGVsDzZXQ+6WEcetJ0v3S7MOPiUOnnFRE/tA
OA99EIS6K9azQWVFePL5abeo6kXQwXmz9O+ve6ogA8nk+3rDSojxXWq2dq7SysST
gSfwLrRS8kGj3y+eAD43HDMpG5sOQtMHUfj8d8iH8Msyuf8+Zg9jH9Buc8s5Lbjv
PPjtbF6qtNef9OQYVBbH9+A3xCF/LCW6gTCSZi5Qndok+nGqn2LNRW6yPDUSoExe
sb+UC3ZyaB9AmZEMYAJyw6lXiLEGvDMwz13gyFRaaSGnHpF1Mns4q+oz9rsJzqaf
5fPuXYHFlQjzfOIOF9Tj0mncGPpE5C+IowhQRzueCWm+FkM0gdfJDtsKRZkBC3Gw
GUpzaHgy0NAM+F1BqfEK8XZYZrruMLOiBDcpHPrCp3+tzsnRKlY9PDHaupCSdEs1
f9mUCDy82fM2m02GO7N1yudxIKGVVpee8vzg0nF0b7FcLD6dRWSxmY+xp8pEe23Z
/2v/kQ4GUizSwVk44xOfAkkdnb2MhsIu3o/1nCaK7mr38ZGdEQCBZxMMVTSjbxfi
5F6bQmpvejY=
=UCG8
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: