GNU bug report logs - #73183
[PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Wed, 11 Sep 2024 19:02:01 UTC

Severity: normal

Tags: patch

Done: Herman Rimm <herman <at> rimm.ee>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Herman Rimm <herman <at> rimm.ee>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73183: closed ([PATCH] gnu: perl-gd: Use native
 perl-extutils-pkgconfig.)
Date: Thu, 19 Sep 2024 18:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Sep 2024 20:33:01 +0200
with message-id <zharz2fbdty5mr3edo6emexn4bzxrea4zhzbp5hjsmw4yxgdpi <at> cy7k3v4catty>
and subject line Re: [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
has caused the debbugs.gnu.org bug report #73183,
regarding [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
73183: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73183
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Herman Rimm <herman <at> rimm.ee>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
Date: Wed, 11 Sep 2024 21:00:19 +0200
* gnu/packages/gd.scm (perl-gd)[native-inputs]: Replace
perl-extutils-pkgconfig with %perl-extutils-pkgconfig.
---
 gnu/packages/gd.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gd.scm b/gnu/packages/gd.scm
index 98d34cfa71..6ebc871161 100644
--- a/gnu/packages/gd.scm
+++ b/gnu/packages/gd.scm
@@ -127,7 +127,9 @@ (define-public perl-gd
            libjpeg-turbo
            zlib))
     (native-inputs
-     (list perl-extutils-pkgconfig
+      ;; Avoid error in pre-inst-env.  Cross-compilation is broken
+      ;; anyway, so no big loss.
+     (list %perl-extutils-pkgconfig
            perl-test-nowarnings))
     (arguments
      (list #:make-maker-flags
-- 
2.45.2



[Message part 3 (message/rfc822, inline)]
From: Herman Rimm <herman <at> rimm.ee>
To: 73183-done <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: Re: [bug#73183] [PATCH] gnu: perl-gd: Use native
 perl-extutils-pkgconfig.
Date: Thu, 19 Sep 2024 20:33:01 +0200
Hi Ludo,

On Tue, Sep 17, 2024 at 05:31:56PM +0200, Ludovic Courtès wrote:
> What error is this supposed to fix?
> 
> “./pre-inst-env guix build perl-gd” works for me.

Having reinstalled my OS, I no longer have an issue building perl-gd as
you described.  I lost the relevant build logs.  I'll close the issue.

Cheers,
Herman


This bug report was last modified 303 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.