New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #25436 (closed defect: fixed)

Opened 3 years ago

Last modified 18 months ago

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

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

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.

comment:4 Changed 18 months ago by ryandesign@…

Is this still a problem with the current versions?

comment:5 Changed 18 months ago by hayarobipark@…

I found that it issue was resolved, for a few months before. Thanks a lot.

comment:6 Changed 18 months ago by raimue@…

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.