Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jan 2015 14:44:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196661] shells/fish: fish shell is not accepting any commands
Message-ID:  <bug-196661-13-I5m8VLHSwp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-196661-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-196661-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196661

--- Comment #6 from zanchey@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196661-13-I5m8VLHSwp>