Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2019 10:12:39 -0400
From:      George Mitchell <george+freebsd@m5p.com>
To:        freebsd ports <freebsd-ports@freebsd.org>
Subject:   Can't update qt5-gui on 11.2-RELEASE-p13
Message-ID:  <86831899-6a69-1529-e889-6bdac81772cb@m5p.com>

next in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--jr2lvsSss8KJ8mfoyPWJ09SXCWcjnAd51
Content-Type: multipart/mixed; boundary="jWL0l0ieYSULou5h8oZFIrsVnWv5wHaom";
 protected-headers="v1"
From: George Mitchell <george+freebsd@m5p.com>
To: freebsd ports <freebsd-ports@freebsd.org>
Message-ID: <86831899-6a69-1529-e889-6bdac81772cb@m5p.com>
Subject: Can't update qt5-gui on 11.2-RELEASE-p13

--jWL0l0ieYSULou5h8oZFIrsVnWv5wHaom
Content-Type: text/plain; charset=utf-8
Content-Language: en-US
Content-Transfer-Encoding: quoted-printable

Apparently the definitions of various structures found in
/usr/local/include/mtdev.h from libmtdev-1.1.5_2 conflict with
the definitions /usr/include/dev/evdev/input.h from base.
This is in the middle of a portmaster qt5 upgrade, trying to
reinstall qt5-gui-5.12.2_1.  I didn't see anything in UPDATING
that seemed relevant.  My ports tree is at 514153.    -- George

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:27:8: error: redefinition of 'input_even=
t'
struct input_event {
       ^
/usr/include/dev/evdev/input.h:41:8: note: previous definition is here
struct input_event {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:53:8: error: redefinition of 'input_id'
struct input_id {
       ^
/usr/include/dev/evdev/input.h:50:8: note: previous definition is here
struct input_id {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:84:8: error: redefinition of
'input_absinfo'
struct input_absinfo {
       ^
/usr/include/dev/evdev/input.h:57:8: note: previous definition is here
struct input_absinfo {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:108:8: error: redefinition of
'input_keymap_entry'
struct input_keymap_entry {
       ^
/usr/include/dev/evdev/input.h:68:8: note: previous definition is here
struct input_keymap_entry {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:300:8: error: redefinition of 'ff_replay=
'
struct ff_replay {
       ^
/usr/include/dev/evdev/input.h:158:8: note: previous definition is here
struct ff_replay {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:310:8: error: redefinition of 'ff_trigge=
r'
struct ff_trigger {
       ^
/usr/include/dev/evdev/input.h:164:8: note: previous definition is here
struct ff_trigger {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:327:8: error: redefinition of 'ff_envelo=
pe'
struct ff_envelope {
       ^
/usr/include/dev/evdev/input.h:170:8: note: previous definition is here
struct ff_envelope {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:339:8: error: redefinition of
'ff_constant_effect'
struct ff_constant_effect {
       ^
/usr/include/dev/evdev/input.h:177:8: note: previous definition is here
struct ff_constant_effect {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:350:8: error: redefinition of
'ff_ramp_effect'
struct ff_ramp_effect {
       ^
/usr/include/dev/evdev/input.h:182:8: note: previous definition is here
struct ff_ramp_effect {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:366:8: error: redefinition of
'ff_condition_effect'
struct ff_condition_effect {
       ^
/usr/include/dev/evdev/input.h:188:8: note: previous definition is here
struct ff_condition_effect {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:395:8: error: redefinition of
'ff_periodic_effect'
struct ff_periodic_effect {
       ^
/usr/include/dev/evdev/input.h:215:8: note: previous definition is here
struct ff_periodic_effect {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:416:8: error: redefinition of
'ff_rumble_effect'
struct ff_rumble_effect {
       ^
/usr/include/dev/evdev/input.h:226:8: note: previous definition is here
struct ff_rumble_effect {
       ^
In file included from evdevtouch/qevdevtouchhandler.cpp:62:
In file included from /usr/local/include/mtdev.h:36:
/usr/local/include/linux/input.h:444:8: error: redefinition of 'ff_effect=
'
struct ff_effect {
       ^
/usr/include/dev/evdev/input.h:247:8: note: previous definition is here
struct ff_effect {
       ^
13 errors generated.
*** [.obj/qevdevtouchhandler.o] Error code 1

make[3]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport/input
1 error

make[3]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport/input
*** [sub-input-support-pro-all-ordered] Error code 2

make[2]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport/input
1 error

make[2]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport/input
*** [sub-input-all] Error code 2

make[1]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport
1 error

make[1]: stopped in
/usr/ports/x11-toolkits/qt5-gui/work/qtbase-everywhere-src-5.13.0/src/pla=
tformsupport
*** Error code 2

Stop.
make: stopped in /usr/ports/x11-toolkits/qt5-gui

=3D=3D=3D>>> make build failed for x11-toolkits/qt5-gui
=3D=3D=3D>>> Aborting update

=3D=3D=3D>>> Update for qt5-gui-5.12.2_1 failed
=3D=3D=3D>>> Aborting update

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D


--jWL0l0ieYSULou5h8oZFIrsVnWv5wHaom--

--jr2lvsSss8KJ8mfoyPWJ09SXCWcjnAd51
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAl2d6tcACgkQwRES3m+p
4fkd7A//RaFq0XxK3Kw5H7/IuIzd5miu1hMDFdbdrqdplT02d7Jf4dULYYawJTXB
t3PRsXQl99dnoDxH5F7tOOKGTHUt1o5iiN2fJp/cMQHqCPoEx5xVR3O0mNY47TTu
nQJ+DdplfFESRO9yVn5ABo83pZyEHFlXFRLBH3YxuquQIvKDDAbNpoTDDjDQMl6i
smpi+rg84U/0vb6TP/XfPKt8Hi14BLM84k8zaWMJ3+Fzk4yFiIEMmeoPsbFlGKDl
GddIu4/eG983rnDbIG9bNfNopAYPYUxobpkg+pyKzigxPghogmdbdV6H6kls65iu
p1vR7V+/MZC3Lp5mG9NbGLBS4Kno4qL7NquO6czs1jkZPuo4WtXuNitY189gIY3U
ikUlvQEQMAi2jjAqFRQmF/8rTgapTxDIJIXTkxHZZiPqEw0jGtH9Kfku8LUuD15v
62/noTsqwRkZrkomuJoe0xRM3AHGsr5ZblF4Z4lSaetpvOEvIQDcEQLhIxanTvdu
pxSoWb7odwXdWNIJERIwLhBUPv8fzphifnWcjomMHh7bjbNc3186GLf/JaCKmw8b
sBsh87vWcTqyi395oY9S9Pb3YWUKuJRLuFYLWs+Il/Mtw2zbAYH9qhLrVib/7GLB
hAHQ0APCmxzijrACt41jx58jN2Md0jaSUKdEGofWmalsXHQTKPU=
=rS3g
-----END PGP SIGNATURE-----

--jr2lvsSss8KJ8mfoyPWJ09SXCWcjnAd51--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86831899-6a69-1529-e889-6bdac81772cb>