Alex Suykov

Results 48 comments of Alex Suykov

Fri, Dec 01, 2023 at 04:09:05AM -0800, Timo Gurr wrote: > Thanks, does that mean https://github.com/arsv/perl-cross/releases will not be > updated with new releases anymore? Probably not, at least not...

IO::Async has both Build.PL (Build::Module) and Makefile.PL (MakeMaker) and it seems to build just fine for me using the MakeMaker path. If you're not sure what to do, unpack IO::Async...

Can you post config.log and config.sh from the failing build? Looks like it mis-detects something about threads on the target.

That xconfig.h patch must be either applied everywhere, or not applied anywhere (but that would defeat its whole purpose — do at your own risk). Normally config.h is only included...

Mon, Mar 31, 2025 at 03:58:13AM -0700, Alexander Kanavin wrote: > Sort the order of the module lists from configure_mods.sh since otherwise the > result isn't the same leading to...

I'm AFK for a while and won't be able to make a proper release until I'm back. Hopefully I'll get to merging PRs sooner.

Mon, Apr 07, 2025 at 04:39:11PM -0700, Dmitry Makovey wrote: > whatever I do I can't make Fcntl.pm be part of deployment. I suspect other > modules might be missing...

Mon, Mar 31, 2025 at 03:58:22AM -0700, Alexander Kanavin wrote: > use bash instead of sh Followed by a PR "don't use bash" because of course there are people running...