Date: Tue, 02 May 2023 13:42:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 271200] sysutils/synergy Failed to open /usr/share/X11/xkb/rules/evdev.xml because wrong directory hardcoding. Message-ID: <bug-271200-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271200 Bug ID: 271200 Summary: sysutils/synergy Failed to open /usr/share/X11/xkb/rules/evdev.xml because wrong directory hardcoding. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: koinec@yahoo.co.jp Flags: maintainer-feedback?(yuri@freebsd.org) Assignee: yuri@freebsd.org Attachment #241926 text/plain mime type: Created attachment 241926 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D241926&action= =3Dedit patch-src_lib_synergy_unix_AppUtilUnix.cpp Hello. I found an issue where the xkb evdev.xml rules file's directory hardcoded in the sysutils/synergy 1.14.5.14.3 source code is for Linux, so the following error=20 messages is keeping logged in the /var/log/messages. Apr 16 11:06:39 localhost Synergy[1.14.5]: - [2023-04-16T11:06:39] WARNING: Failed to open /usr/share/X11/xkb/rules/evdev.xml Apr 16 11:06:39 localhost Synergy[1.14.5]: - [2023-04-16T11:06:39] WARNING: Language "jp" is unknown Apr 16 11:06:39 localhost Synergy[1.14.5]: - [2023-04-16T11:06:39] WARNING: Failed to convert layout lang code! Code: "jp" To fix this issue, I create a patch file for the sysutils/synergy port. Please merge into the current port tree if possible. (How to apply) 1. # mkdir -p /usr/ports/sysutils/synergy/files 2. Store the attached patch file (patch-src_lib_synergys_unix_AppUtilUnix.cpp) in the /usr/ports/sysutils/synergy/files directory. 3. make & install port. Best regards. --=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-271200-7788>