Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2018 15:10:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 232678] x11-drivers/xf86-input-mouse: compile error on 13.0-CURRENT
Message-ID:  <bug-232678-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 232678
           Summary: x11-drivers/xf86-input-mouse: compile error on
                    13.0-CURRENT
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: x11@FreeBSD.org
          Reporter: gosha-necr@yandex.ru
             Flags: maintainer-feedback?(x11@FreeBSD.org)
          Assignee: x11@FreeBSD.org

Good day!

I have a error while x11-drivers/xf86-input-mouse reinstall on 13-CURRENT.

uname -a
--------------------------
FreeBSD BSD-NUC 13.0-CURRENT FreeBSD 13.0-CURRENT r339640 BSDSERV  amd64

Error log
--------------------------
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include
-I/usr/local/include/xorg -fvisibility=3Dhidden -I/usr/local/include
-I/usr/local/include/pixman-1 -I/usr/local/include/X11/dri
-I/usr/local/include/libdrm -Wall -Wpointer-arith -Wmissing-declarations
-Wformat=3D2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs
-Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement
-Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attri=
bute
-Wredundant-decls -Werror=3Dimplicit -Werror=3Dnonnull -Werror=3Dinit-self
-Werror=3Dmain -Werror=3Dmissing-braces -Werror=3Dsequence-point -Werror=3D=
return-type
-Werror=3Dtrigraphs -Werror=3Darray-bounds -Werror=3Dwrite-strings -Werror=
=3Daddress
-Werror=3Dint-to-pointer-cast -Werror=3Dpointer-to-int-cast -fno-strict-ali=
asing
-Os -pipe -march=3Dnative -fstack-protector -fno-strict-aliasing -MT bsd_mo=
use.lo
-MD -MP -MF .deps/bsd_mouse.Tpo -c bsd_mouse.c  -fPIC -DPIC -o
.libs/bsd_mouse.o
--- pnp.lo ---
mv -f .deps/pnp.Tpo .deps/pnp.Plo
--- bsd_mouse.lo ---
bsd_mouse.c:202:11: error: use of undeclared identifier 'MOUSE_PROTO_BUS'
        { MOUSE_PROTO_BUS,              "BusMouse" },
          ^
bsd_mouse.c:203:11: error: use of undeclared identifier 'MOUSE_PROTO_INPORT'
        { MOUSE_PROTO_INPORT,           "BusMouse" },
          ^
bsd_mouse.c:260:31: error: invalid application of 'sizeof' to an incomplete
type 'struct (anonymous struct at bsd_mouse.c:193:8) []'
        for (i =3D 0; i < sizeof(devproto)/sizeof(devproto[0]); ++i) {
                              ^~~~~~~~~~
3 errors generated.
*** [bsd_mouse.lo] Error code 1

make[3]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3/src
--- mouse.lo ---
mv -f .deps/mouse.Tpo .deps/mouse.Plo
1 error

make[3]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3/src
*** [all-recursive] Error code 1

make[2]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3
1 error

make[2]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3
*** [all] Error code 2

make[1]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3
1 error

make[1]: stopped in
/usr/ports/x11-drivers/xf86-input-mouse/work/xf86-input-mouse-1.9.3
=3D=3D=3D> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the failure =
to
the maintainer.
*** Error code 1

Stop.
make: stopped in /usr/ports/x11-drivers/xf86-input-mouse

=3D=3D=3D>>> make build failed for x11-drivers/xf86-input-mouse
=3D=3D=3D>>> Aborting update

--=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-232678-7788>