Your message dated Wed, 28 Jul 2021 23:03:36 +0000
with message-id <[email protected]>
and subject line Bug#991617: fixed in libxcrypt 1:4.4.18-5
has caused the Debian Bug report #991617,
regarding libcrypt-dev: Dangling libcrypt.so symlink on alpha
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.)


-- 
991617: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991617
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libcrypt-dev
Version: 1:4.4.18-4
Severity: important
Tags: patch

libcrypt.so has a different soname on alpha,
see #947606 and #953958 for background.

The change in 1:4.4.18-4 creates the symlink in debian/rules
in a way that the target does not exist on alpha breaking
linking with libcrypt.

Fix:

--- libxcrypt-4.4.18/debian/rules.old   2021-07-28 19:50:35.414070680 +0300
+++ libxcrypt-4.4.18/debian/rules       2021-07-28 19:50:38.422073011 +0300
@@ -100,7 +100,11 @@
        # libc6 package used to install it (see #953562 for details).
        mkdir -p $D/lib/$(DEB_HOST_MULTIARCH)
        mv $D/usr/lib/$(DEB_HOST_MULTIARCH)/libcrypt.so.1* 
$D/lib/$(DEB_HOST_MULTIARCH)/
+ifeq ($(DEB_HOST_ARCH), alpha)
+       ln -sf /lib/$(DEB_HOST_MULTIARCH)/libcrypt.so.1.1 
$D/usr/lib/$(DEB_HOST_MULTIARCH)/libcrypt.so
+else
        ln -sf /lib/$(DEB_HOST_MULTIARCH)/libcrypt.so.1 
$D/usr/lib/$(DEB_HOST_MULTIARCH)/libcrypt.so
+endif
 ifeq ($(BUILD_DEV_VER), 1)
        dh_movefiles -plibcrypt-dev --sourcedir=debian/libcrypt1/
 else

--- End Message ---
--- Begin Message ---
Source: libxcrypt
Source-Version: 1:4.4.18-5
Done: Marco d'Itri <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libxcrypt, 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.
Marco d'Itri <[email protected]> (supplier of updated libxcrypt 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: SHA256

Format: 1.8
Date: Thu, 29 Jul 2021 00:48:02 +0200
Source: libxcrypt
Architecture: source
Version: 1:4.4.18-5
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri <[email protected]>
Changed-By: Marco d'Itri <[email protected]>
Closes: 991617
Changes:
 libxcrypt (1:4.4.18-5) unstable; urgency=high
 .
   [ Adrian Bunk ]
   * Fix the libcrypt.so symlink on alpha, broken by 1:4.4.18-4.
     (Closes: #991617)
Checksums-Sha1:
 84ddae548b15e99b91186f2f2e88f2c5c3b0aabd 1477 libxcrypt_4.4.18-5.dsc
 267b2e699b8fc17c47c5dcd16dd874b4eff7f678 7620 libxcrypt_4.4.18-5.debian.tar.xz
 6385d3324bbd009b826a64103064edd886d67df5 6338 
libxcrypt_4.4.18-5_amd64.buildinfo
Checksums-Sha256:
 a104066bbe3520b2674268615defd1ce512e46d195be482ceb9b6635283070df 1477 
libxcrypt_4.4.18-5.dsc
 ef5d8e276aa4e48abebc6038694fa1787d3b9a5e4bbe5eb4473fe8eba161829b 7620 
libxcrypt_4.4.18-5.debian.tar.xz
 737f40b2281339176287608448ef9048acbce9f2955a6b4c19f7818e15329472 6338 
libxcrypt_4.4.18-5_amd64.buildinfo
Files:
 51e9a8cf3924852d7f568408e68cade5 1477 admin optional libxcrypt_4.4.18-5.dsc
 db487d8596bb5085f895304943678f0c 7620 admin optional 
libxcrypt_4.4.18-5.debian.tar.xz
 49ce8944bb47e24b7f0cde0b2fe46039 6338 admin optional 
libxcrypt_4.4.18-5_amd64.buildinfo

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

iHUEARYIAB0WIQQnKUXNg20437dCfobLPsM64d7XgQUCYQHfcwAKCRDLPsM64d7X
gddYAQDIWdIjcyyCUpyX1Nn1ELYxOCkbU0Y6Nva7xivPB21GiwEAvWDndAvvt89z
7cWQYfsv+jVmRZGPn1oaUo31uNzjEQM=
=vr0f
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to