Your message dated Sun, 29 Jan 2012 03:32:16 +0000
with message-id <e1rrlv2-0003lf...@franck.debian.org>
and subject line Bug#639747: fixed in ckermit 302-1
has caused the Debian Bug report #639747,
regarding ckermit version 301-2 failed to build with multiarch krb5
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.)


-- 
639747: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639747
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ckermit
Version: 301-2
Severity: important
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu, the attached patch was applied to achieve the following:

  * Update 01_search-usr-lib-for-libk5crypto.patch to handle
    remaining multiarch libs. Fixes FTBFS. (LP: #831177)

The variable(s) in debian/rules is(are) not likely the cleanest
resolution, but thanks for considering the patch.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-9-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru ckermit-301/debian/patches/01_search-usr-lib-for-libk5crypto.patch ckermit-301/debian/patches/01_search-usr-lib-for-libk5crypto.patch
--- ckermit-301/debian/patches/01_search-usr-lib-for-libk5crypto.patch	2011-07-19 20:55:20.000000000 -0400
+++ ckermit-301/debian/patches/01_search-usr-lib-for-libk5crypto.patch	2011-08-29 17:24:16.000000000 -0400
@@ -1,15 +1,24 @@
-Index: ckermit/makefile
+Index: ckermit-301/makefile
 ===================================================================
---- ckermit.orig/makefile	2011-07-20 01:39:33.000000000 +0100
-+++ ckermit/makefile	2011-07-20 01:39:39.000000000 +0100
+--- ckermit-301.orig/makefile	2011-07-11 09:24:33.000000000 -0400
++++ ckermit-301/makefile	2011-08-29 17:24:14.000000000 -0400
 @@ -6277,7 +6277,9 @@
                  K5CRYPTO='-lk5crypto'; \
          else if ls /usr/lib64/libk5crypto* > /dev/null 2> /dev/null; then \
                  K5CRYPTO='-lk5crypto'; \
 -        fi; fi; \
-+        else if ls /usr/lib/libk5crypto* > /dev/null 2> /dev/null; then \
++        else if ls /usr/lib/$(MULTIARCH)/libk5crypto* > /dev/null 2> /dev/null; then \
 +                K5CRYPTO='-lk5crypto'; \
 +        fi; fi; fi; \
  	COM_ERR=''; \
  	if ls /lib/libcom_err* > /dev/null 2> /dev/null; then \
  		COM_ERR='-lcom_err'; \
+@@ -6285,7 +6287,7 @@
+ 	GSSAPILIB='-lgssapi'; \
+ 	if ls /lib/libgssapi_krb5* > /dev/null 2> /dev/null; then \
+ 		GSSAPILIB='-lgssapi_krb5'; \
+-	else if ls /usr/lib/libgssapi_krb5* > /dev/null 2> /dev/null; then \
++	else if ls /usr/lib/$(MULTIARCH)/libgssapi_krb5* > /dev/null 2> /dev/null; then \
+ 		GSSAPILIB='-lgssapi_krb5'; \
+ 	else K5DIR=`echo $(K5LIB) | sed 's|-L||'`; \
+ 		if ls $$K5DIR/libgssapi_krb5* > /dev/null 2> /dev/null; then \
diff -Nru ckermit-301/debian/rules ckermit-301/debian/rules
--- ckermit-301/debian/rules	2011-07-19 20:55:20.000000000 -0400
+++ ckermit-301/debian/rules	2011-08-29 17:22:17.000000000 -0400
@@ -4,6 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 BUILDDIR=`pwd`/debian/ckermit
 
 CFLAGS =-g \
@@ -22,7 +24,7 @@
 	CFLAGS += -DSELECT
 endif
 
-MAKEOPTS=-f makefile DESTDIR=\"$(BUILDDIR)\" BINDIR=/usr/bin MANDIR=/usr/share/man/man1 INFODIR=/usr/share/doc/ckermit KFLAGS='$(CFLAGS)' LNKFLAGS="-Wl,-z,defs -Wl,--as-needed"
+MAKEOPTS=-f makefile DESTDIR=\"$(BUILDDIR)\" BINDIR=/usr/bin MANDIR=/usr/share/man/man1 INFODIR=/usr/share/doc/ckermit KFLAGS='$(CFLAGS)' MULTIARCH=\"$(DEB_HOST_MULTIARCH)\" LNKFLAGS="-Wl,-z,defs -Wl,--as-needed"
 MAKETARGET=linux+krb5+openssl
 
 %:

--- End Message ---
--- Begin Message ---
Source: ckermit
Source-Version: 302-1

We believe that the bug you reported is fixed in the latest version of
ckermit, which is due to be installed in the Debian FTP archive:

ckermit_302-1.debian.tar.gz
  to main/c/ckermit/ckermit_302-1.debian.tar.gz
ckermit_302-1.dsc
  to main/c/ckermit/ckermit_302-1.dsc
ckermit_302-1_amd64.deb
  to main/c/ckermit/ckermit_302-1_amd64.deb
ckermit_302.orig.tar.gz
  to main/c/ckermit/ckermit_302.orig.tar.gz



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 639...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Beckwith <i...@debian.org> (supplier of updated ckermit 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...@debian.org)


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

Format: 1.8
Date: Sun, 29 Jan 2012 02:24:28 +0000
Source: ckermit
Binary: ckermit
Architecture: source amd64
Version: 302-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith <i...@debian.org>
Changed-By: Ian Beckwith <i...@debian.org>
Description: 
 ckermit    - serial and network communications package
Closes: 639747
Changes: 
 ckermit (302-1) unstable; urgency=low
 .
   * New upstream version.
   * 01_search-usr-lib-for-libk5crypto.patch:
     + Update to properly find multiarch library paths (Closes: #639747).
       Based on patch from Ubuntu, thanks to Daniel T Chen.
     + Add dep3 header.
   * debian/copyright:
     + Change Source: to point to new kermitproject.org site.
     + Update DEP5 Format: URL.
Checksums-Sha1: 
 e551adbc64a399cbed529e74e8782ba06220b83b 1137 ckermit_302-1.dsc
 d04c8b5600bc0bb0f163d294881f7a5a0d4395b5 3122219 ckermit_302.orig.tar.gz
 0c28a8ab419d76405adaead628f9766228ca81f3 20747 ckermit_302-1.debian.tar.gz
 9ec9a8e50b1ad1cf8abac5b5ba31dbb45908991e 1859402 ckermit_302-1_amd64.deb
Checksums-Sha256: 
 24d03069aa77f95918573d98e4617bc7b2aba8c78cdb0dcec7b053f3cfa0669b 1137 
ckermit_302-1.dsc
 0d5f2cd12bdab9401b4c836854ebbf241675051875557783c332a6a40dac0711 3122219 
ckermit_302.orig.tar.gz
 e9b190968e8fe74eca53b739b12a93386e8261ff79cbc9118888e552f79ff236 20747 
ckermit_302-1.debian.tar.gz
 1f29a3d9b8dcbee8c70b304f36a82bed3ab8b43d1183dc7b7de0e533be301e11 1859402 
ckermit_302-1_amd64.deb
Files: 
 74091a2a57c9c0a38c84566207dba81c 1137 comm extra ckermit_302-1.dsc
 eac4dbf18b45775e4cdee5a7c74762b0 3122219 comm extra ckermit_302.orig.tar.gz
 1c113c6aa4c7d61e4dbeec8d0fc09878 20747 comm extra ckermit_302-1.debian.tar.gz
 f9d793d6a5b776a7e715a93dbee0bcaf 1859402 comm extra ckermit_302-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: http://erislabs.net/ianb/key/

iEUEARECAAYFAk8kr3MACgkQQOzBVKi6weqvJQCeP+CO1HZa9ZyUgzG+rAUkjTjh
JzYAl3zdxtAlOELHdwtwXH1EIleU0ws=
=rrHN
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to