Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Jan 2021 02:40:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 252903] misc/mc  4.8.26 build fails
Message-ID:  <bug-252903-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 252903
           Summary: misc/mc  4.8.26 build fails
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: woodsb02@freebsd.org
          Reporter: jakub_lach@mailplus.pl
          Assignee: woodsb02@freebsd.org
             Flags: maintainer-feedback?(woodsb02@freebsd.org)

warning: unknown warning option '-Wformat-signedness'
[-Wunknown-warning-option]=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20
warning: unknown warning option '-Wmaybe-uninitialized'; did you mean
'-Wuninitialized'?=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
      [-Wunknown-warning-option]=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20
mv -f .deps/color-ncurses.Tpo .deps/color-ncurses.Plo=20=20=20=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20
tty-ncurses.c:556:5: error: unknown type name 'cchar_t'; did you mean
'wchar_t'?
    cchar_t *ctext;
    ^~~~~~~
    wchar_t
/usr/include/stdlib.h:58:20: note: 'wchar_t' declared here
typedef ___wchar_t      wchar_t;
                        ^
tty-ncurses.c:565:31: error: use of undeclared identifier 'cchar_t'
    ctext =3D g_malloc (sizeof (cchar_t) * (cols + 1));
                             ^
tty-ncurses.c:569:9: warning: implicit declaration of function 'mvin_wchnst=
r'
is invalid in C99
      [-Wimplicit-function-declaration]
        mvin_wchnstr (y + row, x, ctext, cols);
        ^
tty-ncurses.c:573:13: warning: implicit declaration of function 'getcchar' =
is
invalid in C99
      [-Wimplicit-function-declaration]
            getcchar (&ctext[col], wch, &attrs, &color_pair, NULL);
            ^
tty-ncurses.c:574:13: warning: implicit declaration of function 'setcchar' =
is
invalid in C99
      [-Wimplicit-function-declaration]
            setcchar (&ctext[col], wch, attrs, color, NULL);
            ^
tty-ncurses.c:577:9: warning: implicit declaration of function 'mvadd_wchns=
tr'
is invalid in C99
      [-Wimplicit-function-declaration]
        mvadd_wchnstr (y + row, x, ctext, cols);
        ^
6 warnings and 2 errors generated.
gmake[5]: *** [Makefile:548: tty-ncurses.lo] Error 1
gmake[5]: Leaving directory '/usr/obj/usr/ports/misc/mc/work/mc-4.8.26/lib/=
tty'
gmake[4]: *** [Makefile:704: all-recursive] Error 1
gmake[4]: Leaving directory '/usr/obj/usr/ports/misc/mc/work/mc-4.8.26/lib'
gmake[3]: *** [Makefile:584: all-recursive] Error 1
gmake[3]: Leaving directory '/usr/obj/usr/ports/misc/mc/work/mc-4.8.26'
gmake[2]: *** [Makefile:514: all] Error 2
gmake[2]: Leaving directory '/usr/obj/usr/ports/misc/mc/work/mc-4.8.26'
=3D=3D=3D> Compilation failed unexpectedly.

--=20
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-252903-7788>