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

Bug#318113: marked as done (FTBFS on GNU/kFreeBSD)



Your message dated Fri, 02 Sep 2005 09:02:07 -0700
with message-id <E1EBDzT-0000bn-00@spohr.debian.org>
and subject line Bug#318113: fixed in openssh 1:4.1p1-7
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Jul 2005 14:53:06 +0000
>From aurel32@debian.org Wed Jul 13 07:53:06 2005
Return-path: <aurel32@debian.org>
Received: from farad.aurel32.net [82.232.2.251] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Dsibi-0002Sw-00; Wed, 13 Jul 2005 07:53:06 -0700
Received: from hertz.aurel32.net ([2001:618:400:fc13:250:fcff:fe4c:da07])
	by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
	(Exim 4.50)
	id 1Dsibg-0001AY-PP; Wed, 13 Jul 2005 16:53:04 +0200
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.52)
	id 1DsibH-00088P-JH; Wed, 13 Jul 2005 16:52:39 +0200
Content-Type: multipart/mixed; boundary="===============1978352152=="
MIME-Version: 1.0
From: Aurelien Jarno <aurel32@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.15
Date: Wed, 13 Jul 2005 16:52:39 +0200
Message-Id: <E1DsibH-00088P-JH@hertz.aurel32.net>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.2 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
	HAS_PACKAGE,UPPERCASE_25_50 autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1978352152==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: openssh
Severity: important
Tags: patch

Hi,

openssh currently fails to build from source on GNU/kFreeBSD. Some stuff
has to be added to configure.ac to support this system. Please find
attached a patch to do that. Could you please add it in the next upload
of openssh?

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i586)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-16
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--===============1978352152==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="openssh_4.1p1-6.kfreebsd.patch"

diff -u openssh-4.1p1/configure.ac openssh-4.1p1/configure.ac
--- openssh-4.1p1/configure.ac
+++ openssh-4.1p1/configure.ac
@@ -250,6 +250,14 @@
 	AC_DEFINE(WITH_ABBREV_NO_TTY)
 	AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*")
 	;;
+*-*-k*bsd*-gnu)
+	check_for_libcrypt_later=1
+	AC_DEFINE(PAM_TTY_KLUDGE)
+	AC_DEFINE(LOCKED_PASSWD_PREFIX, "!")
+	AC_DEFINE(SPT_TYPE,SPT_REUSEARGV)
+	AC_DEFINE(_PATH_BTMP, "/var/log/btmp", [log for bad login attempts])
+	AC_DEFINE(USE_BTMP, 1, [Use btmp to log bad logins])
+	;;
 *-*-linux*)
 	no_dev_ptmx=1
 	check_for_libcrypt_later=1
diff -u openssh-4.1p1/configure openssh-4.1p1/configure
--- openssh-4.1p1/configure
+++ openssh-4.1p1/configure
@@ -5562,6 +5562,29 @@
 _ACEOF
 
 	;;
+*-*-k*bsd*-gnu)
+	check_for_libcrypt_later=1
+	cat >>confdefs.h <<\_ACEOF
+#define PAM_TTY_KLUDGE 1
+_ACEOF
+
+	cat >>confdefs.h <<\_ACEOF
+#define LOCKED_PASSWD_PREFIX "!"
+_ACEOF
+
+	cat >>confdefs.h <<\_ACEOF
+#define SPT_TYPE SPT_REUSEARGV
+_ACEOF
+
+
+	cat >>confdefs.h <<\_ACEOF
+#define _PATH_BTMP "/var/log/btmp"
+_ACEOF
+
+	cat >>confdefs.h <<\_ACEOF
+#define USE_BTMP 1
+_ACEOF
+	;;
 *-*-linux*)
 	no_dev_ptmx=1
 	check_for_libcrypt_later=1


--===============1978352152==--

---------------------------------------
Received: (at 318113-close) by bugs.debian.org; 2 Sep 2005 16:08:29 +0000
>From katie@spohr.debian.org Fri Sep 02 09:08:29 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EBDzT-0000bn-00; Fri, 02 Sep 2005 09:02:07 -0700
From: Colin Watson <cjwatson@debian.org>
To: 318113-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#318113: fixed in openssh 1:4.1p1-7
Message-Id: <E1EBDzT-0000bn-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Fri, 02 Sep 2005 09:02:07 -0700
Delivered-To: 318113-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 2

Source: openssh
Source-Version: 1:4.1p1-7

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:

openssh-client-udeb_4.1p1-7_powerpc.udeb
  to pool/main/o/openssh/openssh-client-udeb_4.1p1-7_powerpc.udeb
openssh-client_4.1p1-7_powerpc.deb
  to pool/main/o/openssh/openssh-client_4.1p1-7_powerpc.deb
openssh-server-udeb_4.1p1-7_powerpc.udeb
  to pool/main/o/openssh/openssh-server-udeb_4.1p1-7_powerpc.udeb
openssh-server_4.1p1-7_powerpc.deb
  to pool/main/o/openssh/openssh-server_4.1p1-7_powerpc.deb
openssh_4.1p1-7.diff.gz
  to pool/main/o/openssh/openssh_4.1p1-7.diff.gz
openssh_4.1p1-7.dsc
  to pool/main/o/openssh/openssh_4.1p1-7.dsc
ssh-askpass-gnome_4.1p1-7_powerpc.deb
  to pool/main/o/openssh/ssh-askpass-gnome_4.1p1-7_powerpc.deb
ssh_4.1p1-7_all.deb
  to pool/main/o/openssh/ssh_4.1p1-7_all.deb



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 318113@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@debian.org)


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

Format: 1.7
Date: Fri,  2 Sep 2005 16:18:11 +0100
Source: openssh
Binary: ssh-askpass-gnome openssh-client-udeb ssh openssh-server openssh-client openssh-server-udeb
Architecture: source powerpc all
Version: 1:4.1p1-7
Distribution: unstable
Urgency: low
Maintainer: Matthew Vernon <matthew@debian.org>
Changed-By: Colin Watson <cjwatson@debian.org>
Description: 
 openssh-client - Secure shell client, an rlogin/rsh/rcp replacement
 openssh-client-udeb - Secure shell client for the Debian installer (udeb)
 openssh-server - Secure shell server, an rshd replacement
 openssh-server-udeb - Secure shell server for the Debian installer (udeb)
 ssh        - Secure shell client and server (transitional package)
 ssh-askpass-gnome - under X, asks user for a passphrase for ssh-add
Closes: 312312 318113
Changes: 
 openssh (1:4.1p1-7) unstable; urgency=low
 .
   * Do the IDEA host key check on a temporary file to avoid altering
     /etc/ssh/ssh_host_key itself (closes: #312312).
   * Work around the ssh-askpass alternative somehow ending up in manual mode
     pointing to the obsolete /usr/lib/ssh/gnome-ssh-askpass.
   * Add GNU/kFreeBSD support (thanks, Aurelien Jarno; closes: #318113).
   * Fix XSIish uses of 'test' in openssh-server.preinst.
   * Policy version 3.6.2: no changes required.
Files: 
 c592abb9e4c2e200449c125d053cbb30 953 net standard openssh_4.1p1-7.dsc
 ce7f258bae48b97dd4607f6276287938 153356 net standard openssh_4.1p1-7.diff.gz
 befc4172cddc60e30d2762b94c90fda9 1052 net extra ssh_4.1p1-7_all.deb
 f827336caeec859b7f0e95ac3bee032b 566430 net standard openssh-client_4.1p1-7_powerpc.deb
 935eb17f644c6ec0be7f7996028520d1 214174 net optional openssh-server_4.1p1-7_powerpc.deb
 b53c4765429d4e3029fdc2c84164fca9 77864 gnome optional ssh-askpass-gnome_4.1p1-7_powerpc.deb
 91edec567a4ef44e8499e3baad85763a 154890 debian-installer optional openssh-client-udeb_4.1p1-7_powerpc.udeb
 75cce85041802a99507e510e50f89dd0 162668 debian-installer optional openssh-server-udeb_4.1p1-7_powerpc.udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDGHLr9t0zAhD6TNERAsrDAJ9k+eaIld2iHYS287ei5rHCst4JsgCggaGz
R83PuJ5O2cmypbjJN01YvBk=
=y6lX
-----END PGP SIGNATURE-----




Reply to: