* bug#58420: packages with guile-3.0 as an input fail to cross-compile
@ 2022-10-10 17:25 Mitchell F. Schmeisser
2022-10-11 14:17 ` Maxime Devos
0 siblings, 1 reply; 3+ messages in thread
From: Mitchell F. Schmeisser @ 2022-10-10 17:25 UTC (permalink / raw)
To: 58420
[-- Attachment #1: Type: text/plain, Size: 1118 bytes --]
I cannot cross compile any packages which depend on guile. The configure phase either fails to find the autoconf macros or fails to find guile itself.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
configure: checking for guile 3.0
configure: found guile 3.0
checking for guile-3.0... no
checking for guile3.0... no
checking for guile-3... no
checking for guile3... no
checking for guile... no
configure: error: guile required but not found
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
configure.ac:70: error: possibly undefined macro: GUILE_PKG
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:71: error: possibly undefined macro: GUILE_PROGS
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
I've tried compiling guile-config, guile-quickcheck, and guile-udev with --target=arm-linux-gnueabihf and --target=aarch64-linux-gnu and all fail in similar ways.
Guile itself cross-compiles fine and is listed as an input (not a native-input) on all of these packages.
Thanks,
Mitchell
[-- Attachment #2: Type: text/html, Size: 3276 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58420: packages with guile-3.0 as an input fail to cross-compile
2022-10-10 17:25 bug#58420: packages with guile-3.0 as an input fail to cross-compile Mitchell F. Schmeisser
@ 2022-10-11 14:17 ` Maxime Devos
2022-10-11 16:09 ` Mitchell F. Schmeisser
0 siblings, 1 reply; 3+ messages in thread
From: Maxime Devos @ 2022-10-11 14:17 UTC (permalink / raw)
To: Mitchell F. Schmeisser, 58420
[-- Attachment #1.1.1: Type: text/plain, Size: 492 bytes --]
merge 47221 58420
thanks
On 10-10-2022 19:25, Mitchell F. Schmeisser wrote:
> I cannot cross compile any packages which depend on guile. The configure
> phase either fails to find the autoconf macros or fails to find guile
> itself. [...]
The issue is that guile needs to be in native-inputs even though
sometimes it isn't, as I noticed in <https://issues.guix.gnu.org/47221>.
A patch series is available there as well, though it needs to be rebased.
Greetings,
Maxime.
[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 929 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#58420: packages with guile-3.0 as an input fail to cross-compile
2022-10-11 14:17 ` Maxime Devos
@ 2022-10-11 16:09 ` Mitchell F. Schmeisser
0 siblings, 0 replies; 3+ messages in thread
From: Mitchell F. Schmeisser @ 2022-10-11 16:09 UTC (permalink / raw)
To: Maxime Devos, 58420@debbugs.gnu.org
Thank you for sharing this, I have a lot to learn about the autotools.
-----Original Message-----
From: Maxime Devos <maximedevos@telenet.be>
Sent: Tuesday, October 11, 2022 10:18 AM
To: Mitchell F. Schmeisser <mfs5173@arl.psu.edu>; 58420@debbugs.gnu.org
Subject: [EXTERNAL] Re: bug#58420: packages with guile-3.0 as an input fail to cross-compile
merge 47221 58420
thanks
On 10-10-2022 19:25, Mitchell F. Schmeisser wrote:
> I cannot cross compile any packages which depend on guile. The
> configure phase either fails to find the autoconf macros or fails to
> find guile itself. [...]
The issue is that guile needs to be in native-inputs even though sometimes it isn't, as I noticed in <https://issues.guix.gnu.org/47221>.
A patch series is available there as well, though it needs to be rebased.
Greetings,
Maxime.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-11 19:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 17:25 bug#58420: packages with guile-3.0 as an input fail to cross-compile Mitchell F. Schmeisser
2022-10-11 14:17 ` Maxime Devos
2022-10-11 16:09 ` Mitchell F. Schmeisser
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.