Summary: | app-editors/nano-8.4 - configure: error: cannot run test program while cross compiling | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | z6np <b.douglas.hilton> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | b.douglas.hilton, jsmolic |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | riscv | ||
OS: | Linux | ||
See Also: |
https://savannah.gnu.org/bugs/?66978 https://github.com/gentoo/crossdev/pull/36 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build log
config log |
Description
z6np
2025-04-04 01:48:39 UTC
Created attachment 923552 [details]
build log
Created attachment 923553 [details]
config log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=c60ec5e000ffdfe1af5d458ce8e0ce6d3c0f0e0c commit c60ec5e000ffdfe1af5d458ce8e0ce6d3c0f0e0c Author: Jakov Smolić <jsmolic@gentoo.org> AuthorDate: 2025-04-09 01:42:24 +0000 Commit: Jakov Smolić <jsmolic@gentoo.org> CommitDate: 2025-04-09 12:46:18 +0000 wrappers: linux-{gnu,musl}: set gl_cv_func_strcasecmp_works for gnulib Recent gnulib added a check for strcasecmp which the build system tries to execute when cross-compiling, so we can set the corresponding variable to avoid running in until its fixed upstream. Closes: https://bugs.gentoo.org/953104 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> wrappers/site/linux-gnu | 4 ++++ wrappers/site/linux-musl | 4 ++++ 2 files changed, 8 insertions(+) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c65fc42bb047438586fc497caac8ba9b9f4df5d3 commit c65fc42bb047438586fc497caac8ba9b9f4df5d3 Author: Sam James <sam@gentoo.org> AuthorDate: 2025-04-10 10:07:11 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-04-10 10:07:32 +0000 sys-devel/crossdev: add 20250410 Jakov Smolić (1): wrappers: linux-{gnu,musl}: set gl_cv_func_strcasecmp_works for gnulib James Le Cuirot (1): crossdev: Prevent functions.sh from complaining about command line args Jordan R Abrahams-Whitehead (1): crossdev: allow --ex-pkg to install stable Mike Gilbert (1): cross-pkg-config: call ${CBUILD}-pkg-config when available Sam James (2): crossdev: update --ex-gcc description wrappers: site: cleanup typo & link in comments Bug: https://bugs.gentoo.org/953104 Signed-off-by: Sam James <sam@gentoo.org> sys-devel/crossdev/Manifest | 1 + sys-devel/crossdev/crossdev-20250410.ebuild | 40 +++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) |