pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Bump - Non-functional xfreerdp2 on 8.1 STABLE - missing POSIX timer_create?





On 17.11.2020 13:53, Uwe Klaus wrote:
On Mon, 16 Nov 2020, Bodie wrote:

original questions is now nearly one year old https://mail-index.netbsd.org/pkgsrc-users/2019/12/10/msg029983.html There was no response and I can confirm that problem still exists on 9.1 stable amd64 and evbarm. Are developers at least aware that there is such problem and freerdp2 is not working with newer Windows hosts over RDP?
here is my quick and possibly dirty patch

diff /root/Patches/synch_timer.c
/tmp/pkgsrc/net/freerdp2/work.nb9-amd64/freerdp-2.1.2/winpr/libwinpr/synch/timer.c
246,253d245
< #elif defined(__NetBSD__)
< timer->fd = kqueue();
<  if (timer->fd <= 0)
<  {
<  free(timer);
<  return -1;
<  }
<

Hi,

it works with this patch against servers where it was before throwing error from this email chain.
Tested here:

$ sysctl kern.version
kern.version = NetBSD 9.99.75 (GENERIC) #0: Fri Nov 20 20:01:16 UTC 2020
mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/amd64/compile/GENERIC

$

with pkgsrc from 21.11.2020


Best regards,
Uwe Klaus
--


Home | Main Index | Thread Index | Old Index