Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Automated report: NetBSD-current/i386 build failure



Fixed...

christos

> On Apr 18, 2021, at 9:39 AM, Andreas Gustafsson <gson%gson.org@localhost> wrote:
> 
> The i386 build is still failing, with errors like these:
> 
>  --- dependall-tmux ---
>  /tmp/build/2021.04.18.12.05.29-i386/src/external/bsd/tmux/dist/cmd-display-menu.c: In function 'cmd_display_menu_get_position':
>  /tmp/build/2021.04.18.12.05.29-i386/src/external/bsd/tmux/dist/cmd-display-menu.c:158:8: error: comparison of integer expressions of different signedness: 'long int' and 'u_int' {aka 'unsigned int'} [-Werror=sign-compare]
>    158 |  if (n >= tty->sy)
>        |        ^~
>  /tmp/build/2021.04.18.12.05.29-i386/src/external/bsd/tmux/dist/cmd-display-menu.c:191:8: error: comparison of integer expressions of different signedness: 'long int' and 'u_int' {aka 'unsigned int'} [-Werror=sign-compare]
>    191 |  if (n >= tty->sy)
>        |        ^~
>  /tmp/build/2021.04.18.12.05.29-i386/src/external/bsd/tmux/dist/cmd-display-menu.c:239:8: error: comparison of integer expressions of different signedness: 'long int' and 'u_int' {aka 'unsigned int'} [-Werror=sign-compare]
>    239 |  if (n < h)
>        |        ^
> 
> --
> Andreas Gustafsson, gson%gson.org@localhost

Attachment: signature.asc
Description: Message signed with OpenPGP



Home | Main Index | Thread Index | Old Index