Ticket #25436 (closed defect: fixed)
Bash configure can't find function locale_charset
| Reported by: | hayarobipark@… | Owned by: | raimue@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.9.1 |
| Keywords: | Cc: | ||
| Port: | bash |
Description
on building bash-4.1.7 configure couldn't find function name locale_charset with libiconv-1.13.1, and that prevent rl_filename_rewrite_hook working properly, and, finally, bash filename auto-completion for my Korean letter (Hangeul and purely NFD filename) didn't work.
I inspected something more. When I built bash with MacOS built-in libiconv (in /usr/lib), which is previous version than MacPort's one, the build Bash can handle unicode NFD characters.
It looks like that current version of iconv moved locale_charset function to libcharset and the develpers of bash does not notice yet.
I hope I can see auto-completed Korean filename in My MacBook. Help me, please.
Change History
comment:1 Changed 3 years ago by jmr@…
- Owner changed from macports-tickets@… to raimue@…
- Port set to bash
comment:2 follow-up: ↓ 3 Changed 3 years ago by raimue@…
- Status changed from new to assigned
As I don't know how I should reprodue this issue, I would kindly ask you to report this to the developers of bash directly with the bashbug(1) tool or by mailing bug-bash@…. Thanks.
comment:3 in reply to: ↑ 2 Changed 3 years ago by hayarobipark@…
I thought that it seems to be Mac OS specific issue. I'll try to use bashbug tool. Thanks a lot.


Please remember to fill in the Port field and cc the maintainer.