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

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-x11 mailing li=
st
<x11@FreeBSD.org> for maintainer-feedback:
Bug 232678: x11-drivers/xf86-input-mouse: compile error on 13.0-CURRENT
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232678



--- Description ---
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232678-7141-Up2kEJaYmQ>