From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/crossdev:master commit in: wrappers/site/
Date: Fri, 9 Feb 2024 06:16:41 +0000 (UTC) [thread overview]
Message-ID: <1707459233.bff7bb77cc9d7f8219c95a8e6a35459fec2b458a.sam@gentoo> (raw)
commit: bff7bb77cc9d7f8219c95a8e6a35459fec2b458a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 06:13:53 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 06:13:53 2024 +0000
URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=bff7bb77
wrappers: mipsel-linux-gnu: fix ac_cv_type_uid_t cache value
Reported by matoro when building coreutils for mipsel-unknown-linux-gnu. If
autoconf-2.72 is used, apparently this shows up, and the coreutils-9.4 dist
tarball was indeed built with it...
The symptoms are similar to bug #885485 but it's a different cause -- we
were exporting a dodgy cache value with a missing '$':
```
configure:14771: checking for uid_t
configure:14771: result: {ac_cv_type_uid_t=yes}
```
```
ac_cv_type_uid_t='{ac_cv_type_uid_t=yes}'
```
```
$ rg ac_cv_type_uid_t
wrappers/site/mipsel-linux-gnu:115:ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
```
Bug: https://bugs.gentoo.org/885485
Signed-off-by: Sam James <sam <AT> gentoo.org>
wrappers/site/mipsel-linux-gnu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wrappers/site/mipsel-linux-gnu b/wrappers/site/mipsel-linux-gnu
index 7ecdba1..c96fad1 100644
--- a/wrappers/site/mipsel-linux-gnu
+++ b/wrappers/site/mipsel-linux-gnu
@@ -112,7 +112,7 @@ mono_cv_uscore=${mono_cv_uscore=no}
ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ac_cv_func_memcmp_working=${ac_cv_func_memcmp_working=yes}
-ac_cv_type_uid_t={ac_cv_type_uid_t=yes}
+ac_cv_type_uid_t=${ac_cv_type_uid_t=yes}
# bash
bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
next reply other threads:[~2024-02-09 6:16 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 6:16 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-09 16:35 [gentoo-commits] proj/crossdev:master commit in: wrappers/site/ Jakov Smolić
2025-01-19 17:06 Sam James
2023-02-09 0:47 Sam James
2022-12-27 16:06 Sam James
2022-06-17 2:44 Sam James
2018-07-31 6:44 Sergei Trofimovich
2017-12-31 13:50 Sergei Trofimovich
2017-12-31 13:50 Sergei Trofimovich
2016-06-02 15:56 Mike Frysinger
2015-07-16 8:31 Mike Frysinger
2015-05-31 3:30 Mike Frysinger
2015-05-30 9:04 Mike Frysinger
2015-05-27 15:00 Mike Frysinger
2015-05-26 14:04 Mike Frysinger
2015-05-25 10:08 Mike Frysinger
2015-02-24 19:15 Mike Frysinger
2015-02-24 19:15 Mike Frysinger
2014-10-31 2:15 Mike Frysinger
2014-07-29 6:07 Mike Frysinger
2014-09-17 21:41 ` Mike Frysinger
2012-07-21 16:46 Mike Frysinger
2012-05-30 15:28 Mike Frysinger
2012-03-05 23:15 Mike Frysinger
2011-08-18 20:06 Mike Frysinger
2011-05-15 14:27 Diego Elio Pettenò
2011-03-10 4:59 Mike Frysinger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1707459233.bff7bb77cc9d7f8219c95a8e6a35459fec2b458a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox