Date: Sun, 30 Jan 2022 21:47:01 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 246028] games/retroarch: Fails to build with UDEV enabled Message-ID: <bug-246028-7788-lIWL3ZksMk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-246028-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-246028-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246028 --- Comment #16 from Ivan Rozhuk <rozhuk.im@gmail.com> --- with latest update: In file included from deps/switchres/custom_video.cpp:18: ./deps/switchres/custom_video.h:99:7: warning: private field 'm_device_name= ' is not used [-Wunused-private-field] char m_device_name[32]; ^ ./deps/switchres/custom_video.h:100:7: warning: private field 'm_device_key= ' is not used [-Wunused-private-field] char m_device_key[128]; ^ ./deps/switchres/custom_video.h:103:6: warning: private field 'm_custom_met= hod' is not used [-Wunused-private-field] int m_custom_method; ^ 3 warnings generated. deps/switchres/edid.cpp:165:20: warning: implicit conversion from 'int' to 'char' changes value from 229 to -27 [-Wconstant-conversion] edid->b[66] =3D 485 & 0xff; ~ ~~~~^~~~~~ 1 warning generated. LD retroarch ld: error: undefined symbol: rarch_key_map_linux >>> referenced by udev_input.c >>> obj-unix/release/input/drivers/udev_input.o:(udev_input_i= nit) >>> referenced by udev_input.c >>> obj-unix/release/input/drivers/udev_input.o:(udev_input_i= nit) c++: error: linker command failed with exit code 1 (use -v to see invocatio= n) --=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-246028-7788-lIWL3ZksMk>