Your message dated Mon, 27 Jan 2014 13:03:42 +0000 with message-id <[email protected]> and subject line Bug#736750: fixed in gnutls26 2.12.23-10 has caused the Debian Bug report #736750, regarding gnutls26: Do not depend on p11-kit for OpenRISC. Do not use chrpath if cross compiling. 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 [email protected] immediately.) -- 736750: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736750 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: gnutls26 Version: 2.12.23-8 Severity: normal Tags: patch Dear Maintainer, OpenRISC does not have support for libffi and thus not p11-kit. Do not require it to be present for or1k. chrpath does not support OpenRISC ELFs and cannot be used to strip binaries. Do not use chrpath if we are cross compiling. *** gnutls26-cross.patch diff -Nru gnutls26-2.12.23/debian/control gnutls26-2.12.23/debian/control --- gnutls26-2.12.23/debian/control 2013-10-06 11:49:33.000000000 +0000 +++ gnutls26-2.12.23/debian/control 2014-01-26 12:20:10.000000000 +0000 @@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9), libgcrypt11-dev (>= 1.4.0), zlib1g-dev, cdbs (>= 0.4.93), gtk-doc-tools, texinfo (>= 4.8), libtasn1-3-dev (>= 2.14-0), autotools-dev, datefudge, - libp11-kit-dev (>= 0.11), pkg-config, chrpath + libp11-kit-dev (>= 0.11) [!or1k], pkg-config, chrpath Build-Conflicts: libgnutls-dev Standards-Version: 3.9.4 #Vcs-Svn: svn://svn.debian.org/svn/pkg-gnutls/packages/gnutls26/trunk @@ -25,7 +25,7 @@ Depends: libgnutls26 (= ${binary:Version}), libgnutlsxx27 (= ${binary:Version}),libgnutls-openssl27 (= ${binary:Version}), libgcrypt11-dev (>= 1.4.0), libc6-dev | libc-dev, zlib1g-dev, - libtasn1-3-dev (>= 2.14-0), libp11-kit-dev (>= 0.4), ${misc:Depends} + libtasn1-3-dev (>= 2.14-0), libp11-kit-dev (>= 0.4) [!or1k], ${misc:Depends} Suggests: gnutls26-doc Conflicts: gnutls-dev Replaces: gnutls-dev diff -Nru gnutls26-2.12.23/debian/rules gnutls26-2.12.23/debian/rules --- gnutls26-2.12.23/debian/rules 2013-06-29 11:07:32.000000000 +0000 +++ gnutls26-2.12.23/debian/rules 2014-01-26 12:16:10.000000000 +0000 @@ -16,6 +16,16 @@ DEB_DH_MAKESHLIBS_ARGS_libgnutlsxx27 := -V 'libgnutlsxx27 (>= 2.12.17-0)' DEB_COMPRESS_EXCLUDE := gnutls.pdf +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +# If the architecture does not have libffi then p11-kit will not be +# available either. +p11_no_cpus := or1k +ifneq (,$(findstring $(DEB_HOST_ARCH_CPU),$(p11_no_cpus))) + DEB_CONFIGURE_EXTRA_FLAGS := $(DEB_CONFIGURE_EXTRA_FLAGS) --without-p11-kit +endif + # pre-clean rule: save gnutls.pdf since it is expensive to regenerate. # See README.source cleanbuilddir/gnutls26-doc:: @@ -39,10 +49,12 @@ $(MAKE) html common-install-arch:: +ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) find debian/tmp/usr/lib/* -name '*.so.*.*' -type f -exec \ chrpath -d {} + find debian/tmp/usr/bin/ -type f -exec \ chrpath -d {} + +endif if ! test -e debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgnutls26 ; \ then \ install -d -m755 \ -- System Information: Debian Release: 7.2 Architecture: amd64 (x86_64) Foreign Architectures: or1k Kernel: Linux 3.12-1-amd64 (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
--- End Message ---
--- Begin Message ---Source: gnutls26 Source-Version: 2.12.23-10 We believe that the bug you reported is fixed in the latest version of gnutls26, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andreas Metzler <[email protected]> (supplier of updated gnutls26 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 27 Jan 2014 13:37:21 +0100 Source: gnutls26 Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls26-doc libgnutlsxx27 libgnutls-openssl27 Architecture: source all i386 Version: 2.12.23-10 Distribution: unstable Urgency: medium Maintainer: Debian GnuTLS Maintainers <[email protected]> Changed-By: Andreas Metzler <[email protected]> Description: gnutls26-doc - GNU TLS library 2.x - documentation and examples libgnutls-dev - GNU TLS library - development files libgnutls-openssl27 - GNU TLS library - OpenSSL wrapper libgnutls26 - GNU TLS library - runtime library libgnutls26-dbg - GNU TLS library - debugger symbols libgnutlsxx27 - GNU TLS library - C++ runtime library Closes: 736750 Changes: gnutls26 (2.12.23-10) unstable; urgency=medium . * Point vcs* to git. * Fix build on or1k (OpenRISC), thanks to Christian Svensson. Closes: #736750 + Drop (build-)depends on libp11-kit-dev on or1k which is lacking libffi currently. + Do not use chrpath if we are cross compiling. Checksums-Sha1: 9ea2821e87b78ef4857fb5e4f6dc5863b7bb2c64 2595 gnutls26_2.12.23-10.dsc b0bb3c6d6c77b08d3c379c9bec55a5250dedbdd2 27344 gnutls26_2.12.23-10.debian.tar.xz 5172bbaf7d26d28fd1a3db1b26a9ae50c66751d5 2459632 gnutls26-doc_2.12.23-10_all.deb f7505f406562e956527f6b7c8ddac2f73c91ac29 569394 libgnutls-dev_2.12.23-10_i386.deb 24854bbf175777cc4581047455b36c8fa2728d37 510918 libgnutls26_2.12.23-10_i386.deb dab051f0bd49737c8d3640cd736dcd7e879161bb 1457962 libgnutls26-dbg_2.12.23-10_i386.deb 6d1e55ad170fa02ed43270a0965aa9fff31cce34 218920 libgnutlsxx27_2.12.23-10_i386.deb eba70f2809d6226daae54166a60682d92fee2e96 219228 libgnutls-openssl27_2.12.23-10_i386.deb Checksums-Sha256: d4a23f244572afe3463c79a35fca6e9382b84768eebf2b76d33c104963974695 2595 gnutls26_2.12.23-10.dsc df67d0994e94765fc1ea358d11b78173392487a0865c4d46bf2ade15056713ea 27344 gnutls26_2.12.23-10.debian.tar.xz 043ad1bd0667b25eac7d1c17c7e1a2b666fca31feee2570c43fc093b94ec7eb2 2459632 gnutls26-doc_2.12.23-10_all.deb 368f0710cf3e890857d3c6d883eb2b9bafada67d1d77970e7066e4c03af3d623 569394 libgnutls-dev_2.12.23-10_i386.deb dd6bc53d8e50f00b30cbada1472f1b305f54df9214dc00a9ba9080825a6eec6a 510918 libgnutls26_2.12.23-10_i386.deb da15b9ae2eaf8ee1fc65b2b3825f83374b946b1fa93be77c75c813534a3685e7 1457962 libgnutls26-dbg_2.12.23-10_i386.deb 50e6155f0e9f688a6a639fb481b3246db6556d20b2222c2b678b6d6751c8760a 218920 libgnutlsxx27_2.12.23-10_i386.deb 9d51decbeb27790e4754a07601b810956ce3abe6e63901070887a6a200845cea 219228 libgnutls-openssl27_2.12.23-10_i386.deb Files: 6dee6ad6284bd7bf035d33483ee1b696 2595 libs optional gnutls26_2.12.23-10.dsc d02187452582e0acf6ac13657d66dd84 27344 libs optional gnutls26_2.12.23-10.debian.tar.xz 88d639dfbfc0bf02d37c19e393372b52 2459632 doc optional gnutls26-doc_2.12.23-10_all.deb e50c440fdf799175f22a2c93416f3718 569394 libdevel optional libgnutls-dev_2.12.23-10_i386.deb 475c53989f826d1689137744696a9346 510918 libs standard libgnutls26_2.12.23-10_i386.deb f87e4b807d960a5ea105cb66e1ed43b2 1457962 debug extra libgnutls26-dbg_2.12.23-10_i386.deb 70ed835fe1000a3a2643b07fe5ccd176 218920 libs extra libgnutlsxx27_2.12.23-10_i386.deb eb345657498a064ee2bd5f036edd5968 219228 libs standard libgnutls-openssl27_2.12.23-10_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCgAGBQJS5lRhAAoJEKVPAYVDghSEJaMP/3cUjs3Y0YJL0KyKsxepu2wo guA9cBZjicjxw3mz/OYMcH5YbWKs5yXYz0VzuY52KKM/PddHuRfd2cIf94APzmLq IRYZJUze3fGCou/Q/gKug7/eD/ohVjOMZcsJuqJaEsBg9pqyPIuaE+8iq+tTWVHg dPhn2N+mECQwlffweSwf5AmIaqlJg3kqqJAtV9vqlsEn/IRj8fw/JYIURILqu/QS 5mqOHFwRGU5xNKbNxMG3rnUKodowsmcscY9x7baPUdpBbNLiDemmjhMDjXjETTRc bLlSD3vKvJA3hWbQzCFCYp/kw/hikgGVMRY+mqQ+a3G5ZuW8Mh8F7EUzeuOuoIs0 Er2Te/pNngH0bfU8DuBh+J2OFSaFExALgD7GVtoUKNSLwj7Q0lvkgMYL57x71Lfd 8n0YB1RI5lpyLNLcugmnX4fX/43TWeg3JnbRil6wO08+dMSXYQId/UWNVF/EULNe wgndVDQ5Kn+lVsD6ppyJgFJPbOQxKHyWJP23sNWNAVB/hrgkbuJu8C+Xkt0rvN0/ uy/AmUeBKypE+GHv2YXR14SAPcl13jV5+8vZxHCzyJ5o+mzWg9Vi+6u32F65P6fP D2BjEzOP8XH6kGZW58wz89dDZPrrVvDcPPPqZpT4QprV1BO72ewRNoTXbI1pNGJE +YwvIjM8nVuvoar4WaX+ =2NS0 -----END PGP SIGNATURE-----
--- End Message ---

