* [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
@ 2024-09-11 19:00 Herman Rimm via Guix-patches via
2024-09-17 15:31 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-09-11 19:00 UTC (permalink / raw)
To: 73183
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
2024-09-11 19:00 [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig Herman Rimm via Guix-patches via
@ 2024-09-17 15:31 ` Ludovic Courtès
2024-09-19 18:33 ` bug#73183: " Herman Rimm via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2024-09-17 15:31 UTC (permalink / raw)
To: Herman Rimm; +Cc: 73183
Hi,
Herman Rimm <herman@rimm.ee> skribis:
> * gnu/packages/gd.scm (perl-gd)[native-inputs]: Replace
> perl-extutils-pkgconfig with %perl-extutils-pkgconfig.
[...]
> (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
What error is this supposed to fix?
“./pre-inst-env guix build perl-gd” works for me.
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#73183: [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig.
2024-09-17 15:31 ` Ludovic Courtès
@ 2024-09-19 18:33 ` Herman Rimm via Guix-patches via
0 siblings, 0 replies; 3+ messages in thread
From: Herman Rimm via Guix-patches via @ 2024-09-19 18:33 UTC (permalink / raw)
To: 73183-done; +Cc: Ludovic Courtès
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-19 18:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 19:00 [bug#73183] [PATCH] gnu: perl-gd: Use native perl-extutils-pkgconfig Herman Rimm via Guix-patches via
2024-09-17 15:31 ` Ludovic Courtès
2024-09-19 18:33 ` bug#73183: " Herman Rimm via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).