svn commit: r352275 - in head/lib/libedit: . TEST edit readline

Charlie Li ml+freebsd at vishwin.info
Fri Sep 13 20:36:10 UTC 2019


Baptiste Daroussin wrote:
> Author: bapt
> Date: Fri Sep 13 06:50:02 2019
> New Revision: 352275
> URL: https://svnweb.freebsd.org/changeset/base/352275
> 
> Log:
>   Update libedit to a snapshot from 2019-09-10
>   Reviewed by:	Yuichiro Naito <naito.yuichiro_gmail.com>
>   MFC after:	3 weeks
>   Differential Revision:	https://reviews.freebsd.org/D21584
> 
I posted in phab but repeating here, this breaks the build on (at least)
aarch64:

--- terminal.o ---
/usr/src/contrib/libedit/terminal.c:569:41: error: comparison of
integers of different signs: 'wint_t' (aka 'int') and 'wchar_t' (aka
'unsigned int') [-Werror,-Wsign-compare]
                                            el->el_cursor.v][where &
0370] !=
                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/usr/src/contrib/libedit/terminal.c:659:28: error: comparison of
integers of different signs: 'wint_t' (aka 'int') and 'wchar_t' (aka
'unsigned int') [-Werror,-Wsign-compare]
                                            [el->el_cursor.h] ==
MB_FILL_CHAR)
                                            ~~~~~~~~~~~~~~~~~ ^
~~~~~~~~~~~~
2 errors generated.
*** [terminal.o] Error code 1

-- 
Charlie Li
…nope, still don't have an exit line.

(This email address is for mailing list use; replace local-part with
vishwin for off-list communication if possible)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20190913/657fc014/attachment.sig>


More information about the svn-src-head mailing list