#25436: Bash configure can't find function locale_charset ------------------------------------+--------------------------------------- Reporter: hayarobipark@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: ------------------------------------+--------------------------------------- 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. -- Ticket URL: <http://trac.macports.org/ticket/25436> MacPorts <http://www.macports.org/> Ports system for Mac OS