GNU bug report logs -
#75642
A fix for `guile-3.0.pc`
Previous Next
Reported by: Werner LEMBERG <wl <at> gnu.org>
Date: Sat, 18 Jan 2025 06:28:02 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75642 in the body.
You can then email your comments to 75642 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#75642
; Package
guile
.
(Sat, 18 Jan 2025 06:28:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Werner LEMBERG <wl <at> gnu.org>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Sat, 18 Jan 2025 06:28:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hope this helps.
Werner
[0011-Add-LIB_GETRANDOM-to-Libs.private-in-.pc-files.patch (text/x-patch, inline)]
From d92e90bf2a019fc4cb62b0a7398bddf87740e9f1 Mon Sep 17 00:00:00 2001
From: Werner Lemberg <wl <at> gnu.org>
Date: Fri, 17 Jan 2025 11:10:26 +0100
Subject: [PATCH] Add `LIB_GETRANDOM` to `Libs.private` in `.pc` files
The omission was discovered while cross-compiling LilyPond with mingw
11.0.1: without this addition, linking with libguile causes the error
undefined reference to `BCryptGenRandom'
---
meta/Makefile.am | 1 +
meta/guile-3.0-uninstalled.pc.in | 8 ++++----
meta/guile-3.0.pc.in | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/meta/Makefile.am b/meta/Makefile.am
index 28cd3b0b3..0525b0493 100644
--- a/meta/Makefile.am
+++ b/meta/Makefile.am
@@ -81,6 +81,7 @@ dependency_substitutions = \
-e "s|[@]BDW_GC_CFLAGS[@]|$(BDW_GC_CFLAGS)|g" \
-e "s|[@]BDW_GC_LIBS[@]|$(BDW_GC_LIBS)|g" \
-e "s|[@]LIB_CLOCK_GETTIME[@]|$(LIB_CLOCK_GETTIME)|g" \
+ -e "s|[@]LIB_GETRANDOM[@]|$(LIB_GETRANDOM)|g" \
-e "s|[@]LIBGMP[@]|$(LIBGMP)|g" \
-e "s|[@]LIBLTDL[@]|$(LIBLTDL)|g" \
-e "s|[@]LIBFFI_LIBS[@]|$(LIBFFI_LIBS)|g" \
diff --git a/meta/guile-3.0-uninstalled.pc.in b/meta/guile-3.0-uninstalled.pc.in
index e43fd3ae4..725c74c24 100644
--- a/meta/guile-3.0-uninstalled.pc.in
+++ b/meta/guile-3.0-uninstalled.pc.in
@@ -5,8 +5,8 @@ Name: GNU Guile (uninstalled)
Description: GNU's Ubiquitous Intelligent Language for Extension (uninstalled)
Version: @GUILE_VERSION@
Libs: -L${builddir}/libguile -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
-Libs.private: @LIB_CLOCK_GETTIME@ @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ \
- @LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ @LIBSOCKET@ \
- @SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ @INET_NTOP_LIB@ \
- @INET_PTON_LIB@
+Libs.private: @LIB_CLOCK_GETTIME@ @LIB_GETRANDOM@ @LIBGMP@ @LIBLTDL@ \
+ @LIBFFI_LIBS@ @LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ \
+ @LIBSOCKET@ @SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ \
+ @INET_NTOP_LIB@ @INET_PTON_LIB@
Cflags: -I${srcdir} -I${builddir} @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
diff --git a/meta/guile-3.0.pc.in b/meta/guile-3.0.pc.in
index c6d12b589..202868589 100644
--- a/meta/guile-3.0.pc.in
+++ b/meta/guile-3.0.pc.in
@@ -23,8 +23,8 @@ Name: GNU Guile
Description: GNU's Ubiquitous Intelligent Language for Extension
Version: @GUILE_VERSION@
Libs: -L${libdir} -lguile-@GUILE_EFFECTIVE_VERSION@ @BDW_GC_LIBS@
-Libs.private: @LIB_CLOCK_GETTIME@ @LIBGMP@ @LIBLTDL@ @LIBFFI_LIBS@ \
- @LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ @LIBSOCKET@ \
- @SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ @INET_NTOP_LIB@ \
- @INET_PTON_LIB@
+Libs.private: @LIB_CLOCK_GETTIME@ @LIB_GETRANDOM@ @LIBGMP@ @LIBLTDL@ \
+ @LIBFFI_LIBS@ @LIBUNISTRING@ @GUILE_LIBS@ @LIBICONV@ @LIBINTL@ \
+ @LIBSOCKET@ @SERVENT_LIB@ @HOSTENT_LIB@ @GETADDRINFO_LIB@ \
+ @INET_NTOP_LIB@ @INET_PTON_LIB@
Cflags: -I${pkgincludedir}/@GUILE_EFFECTIVE_VERSION@ @GUILE_CFLAGS@ @BDW_GC_CFLAGS@
--
2.35.3
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Fri, 28 Feb 2025 20:19:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Werner LEMBERG <wl <at> gnu.org>
:
bug acknowledged by developer.
(Fri, 28 Feb 2025 20:19:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75642-done <at> debbugs.gnu.org (full text, mbox):
Hi Werner,
Werner LEMBERG <wl <at> gnu.org> skribis:
>>From d92e90bf2a019fc4cb62b0a7398bddf87740e9f1 Mon Sep 17 00:00:00 2001
> From: Werner Lemberg <wl <at> gnu.org>
> Date: Fri, 17 Jan 2025 11:10:26 +0100
> Subject: [PATCH] Add `LIB_GETRANDOM` to `Libs.private` in `.pc` files
>
> The omission was discovered while cross-compiling LilyPond with mingw
> 11.0.1: without this addition, linking with libguile causes the error
>
> undefined reference to `BCryptGenRandom'
Applied, together with a ‘NEWS’ update. Thanks!
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 29 Mar 2025 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.