[Bug 196661] shells/fish: fish shell is not accepting any commands

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 18 14:44:05 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196661

--- Comment #6 from zanchey at ucc.gu.uwa.edu.au ---
So the problem AFAIK is that between 10.0 and 10.1, 'WCHAR_T' was removed as
encoding alias in revision 260249
(https://svnweb.freebsd.org/base?view=revision&revision=260249). fish has some
old (and probably wrong) code that breaks when that encoding is not available.

This whole module is gone in development versions but a new release is still
not around the corner so I have attached a patch which requests a different
encoding (which is probably more accurate); you can give that a go too.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list