libfontconfig-devel-2.15.0-1 links wrong DLL

2024-03-05 Thread Masamichi Hosoda via Cygwin
Hi If I understand correctly, libfontconfig-devel-2.15.0-1 links wrong DLL (i.e. libfontconfig-1.dll) instead of correct DLL (i.e. cygfontconfig-1.dll). Since the wrong DLL does not exist, the executable file using libfontconfig-devel-2.15.0-1 cannot be executed. ``` $ cat foo.c #include int ma

libfontconfig-common-2.15.0-2 system font cache directory settings seem to be wrong

2024-03-08 Thread Masamichi Hosoda via Cygwin
Hi If I understand correctly, the system font cache directory setting in /etc/fonts/fonts.conf provided by libfontconfig-common-2.15.0-2 is wrong. In /etc/fonts/fonts.conf provided by libfontconfig-common-2.13.1-2 ``` /var/cache/fontconfig ``` So `fc-cache -s` creates system font cache f

python 3.12.9 hangs on Flask

2025-03-08 Thread Masamichi Hosoda via Cygwin
Hi. I've found python 3.12.9 hangs on Flask. After starting the Flask HTTP server, the first HTTP access works fine but hangs immediately afterward. Once hung, CTRL+C and sending any signals have no effect. Here's a reproduction procedure. ``` $ uname -srvmo CYGWIN_NT-10.0-19045 3.5.7-1.x86_64 2