[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
sed on guix's bootstrap-guile-2.0.9 aborts on 8-bit char
From: |
Janneke Nieuwenhuizen |
Subject: |
sed on guix's bootstrap-guile-2.0.9 aborts on 8-bit char |
Date: |
Fri, 07 Jun 2024 09:24:31 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi!
Trying a bootstrap build of glibc-2.16.0 using Gash's SED, I found it to
abort. Here's a small reproducer:
guix shell -e '(@@ (gnu packages commencement) gash-utils-boot)' \
-- sed -e 's,x,X,g' <(echo x ä)
Quites possibly a guile-2.0.9 bug; as this works fine:
guix shell gash-utils -- sed -e 's,x,X,g' <(echo x ä)
I guess we'll just work around this, adding a stub for intl/msgs.h or
something.
Greetings,
Janneke
--
Janneke Nieuwenhuizen <janneke@gnu.org> | GNU LilyPond https://LilyPond.org
Freelance IT https://www.JoyOfSource.com | Avatar® https://AvatarAcademy.com
- sed on guix's bootstrap-guile-2.0.9 aborts on 8-bit char,
Janneke Nieuwenhuizen <=