GNU bug report logs

#76896 [PATCH core-packages-team] gnu: minizip: Remove phase 'remove-crypt-h.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#76896; Package guix-patches. (Sun, 09 Mar 2025 17:38:02 GMT) (full text, mbox, link).


Acknowledgement sent to Nicolas Graves <ngraves@ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Sun, 09 Mar 2025 17:38:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Nicolas Graves <ngraves@ngraves.fr>
To: guix-patches@gnu.org
Subject: [PATCH core-packages-team] gnu: minizip: Remove phase 'remove-crypt-h.
Date: Sun, 9 Mar 2025 18:26:50 +0100
During the update of glibc from 2.35 to 2.39, the crypt.h header has
been removed from glibc's include path.  Packages depending on this
header from minizip have no access to it anymore.  Remove this phase.

(I stumbled on that trying to package libkml, I don't know if I'll end
up sending the package (might not be needed and old), but I guess this
applies anyway).

* gnu/packages/compression.scm (minizip)[arguments]{phases}:
Delete 'remove-crypt-h phase.
---
 gnu/packages/compression.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index df876f7373..8b4ff65cda 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -183,16 +183,7 @@ (define-public minizip
      `(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'enter-source
-           (lambda _ (chdir "contrib/minizip") #t))
-         (add-after 'install 'remove-crypt-h
-           (lambda* (#:key outputs #:allow-other-keys)
-             ;; Remove <minizip/crypt.h> because it interferes with libc's
-             ;; <crypt.h> given that 'minizip.pc' says "-I…/include/minizip".
-             ;; Fedora does the same:
-             ;; <https://src.fedoraproject.org/rpms/zlib/c/4d2785ec3116947872f6f32dc4104e6d36d8a7a4?branch=master>.
-             (let ((out (assoc-ref outputs "out")))
-               (delete-file (string-append out "/include/minizip/crypt.h"))
-               #t))))))
+           (lambda _ (chdir "contrib/minizip"))))))
     (native-inputs
      (list autoconf automake libtool))
     (propagated-inputs (list zlib))
-- 
2.48.1



-- 
Best regards,
Nicolas Graves




Reply sent to Ludovic Courtès <ludo@gnu.org>:
You have taken responsibility. (Sat, 22 Mar 2025 22:00:03 GMT) (full text, mbox, link).


Notification sent to Nicolas Graves <ngraves@ngraves.fr>:
bug acknowledged by developer. (Sat, 22 Mar 2025 22:00:03 GMT) (full text, mbox, link).


Message #10 received at 76896-done@debbugs.gnu.org (full text, mbox, reply):

From: Ludovic Courtès <ludo@gnu.org>
To: Nicolas Graves <ngraves@ngraves.fr>
Cc: 76896-done@debbugs.gnu.org
Subject: Re: bug#76896: [PATCH core-packages-team] gnu: minizip: Remove phase 'remove-crypt-h.
Date: Sat, 22 Mar 2025 22:59:08 +0100
Nicolas Graves <ngraves@ngraves.fr> skribis:

> During the update of glibc from 2.35 to 2.39, the crypt.h header has
> been removed from glibc's include path.  Packages depending on this
> header from minizip have no access to it anymore.  Remove this phase.
>
> (I stumbled on that trying to package libkml, I don't know if I'll end
> up sending the package (might not be needed and old), but I guess this
> applies anyway).
>
> * gnu/packages/compression.scm (minizip)[arguments]{phases}:
> Delete 'remove-crypt-h phase.

Applied, thanks.




Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:44:04 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.