Hello, i try since the last two days to get IO:Async running. I tried with Strawberry 5.32.x and now i tried with 5.28.2 on a fresh windows 10 and fresh Strawberry system. Nothing done before. The first step is always cpan IO::Async It fails always on the same point:
Configuring P/PE/PEVANS/IO-Async-0.802.tar.gz with Build.PL Checking prerequisites... test_requires: ! Test::Future::IO::Impl is not installed ! Test::Metrics::Any is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the v +ersions of the modules indicated above before proceeding with this installatio +n .... Running Build install for PEVANS/Future-IO-0.13.tar.gz Building Future-IO Installing C:\STRAWB~1\perl\site\lib\Future\IO.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\ImplBase.pm Installing C:\STRAWB~1\perl\site\lib\Future\IO\System.pm Installing C:\STRAWB~1\perl\site\lib\Test\Future\IO\Impl.pm PEVANS/Future-IO-0.13.tar.gz C:\Strawberry\perl\bin\perl.exe ./Build install --uninst 1 -- OK Stopping: 'install' failed for 'Test::Future::IO::Impl'.
I tried already cpan -if IO:ASYNC which fails on the same point I update socket via  cpan Socket Test::Future::Io seams to be required by IO:Async but not possible to compile. I tried cpan -f IO:Async too, but it stopped with the same result:
cpan -f IO:Async Loading internal logger. Log::Log4perl recommended for better logging CPAN: CPAN::SQLite loaded ok (v0.217) Database was generated on Wed, 22 Feb 2023 07:47:44 GMT CPAN: Module::CoreList loaded ok (v5.20190420) Running install for module 'IO::Async' ... t\70future-io.t .............. 1/? Nothing was ready after 10 second w +ait; called at t\70future-io.t line 61 # Tests were run but no plan was declared and done_testing() was not s +een. # Looks like your test exited with 255 just after 3. # Seeded srand with seed '20230222' from local date. t\70future-io.t .............. Dubious, test returned 255 (wstat 65280 +, 0xff00) All 3 subtests passed t\99pod.t .................... ok Test Summary Report ------------------- t\70future-io.t (Wstat: 65280 Tests: 3 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=64, Tests=1272, 127 wallclock secs ( 0.27 usr + 0.17 sys = 0.4 +4 CPU) Result: FAIL Failed 1/64 test programs. 0/1272 subtests failed. PEVANS/IO-Async-0.802.tar.gz C:\Strawberry\perl\bin\perl.exe ./Build test -- NOT OK //hint// to see the cpan-testers results for installing this module, t +ry: reports PEVANS/IO-Async-0.802.tar.gz Running Build install for PEVANS/IO-Async-0.802.tar.gz Building IO-Async PEVANS/IO-Async-0.802.tar.gz C:\Strawberry\perl\bin\perl.exe ./Build install --uninst 1 -- OK Stopping: 'install' failed for 'IO::Async'.
By any unknown reason now it seams to be installed. If i try to install:
>cpan IO:Async Loading internal logger. Log::Log4perl recommended for better logging CPAN: CPAN::SQLite loaded ok (v0.217) Database was generated on Wed, 22 Feb 2023 07:47:44 GMT CPAN: Module::CoreList loaded ok (v5.20190420) IO::Async is up to date (0.802).
What can I do installed correctly? Or is it not possible? thanks regards Carsten

In reply to Re^4: Unable to install module IO::Async::Loop on windows 10 strawberry Perl by carsten73
in thread Unable to install module IO::Async::Loop on windows 10 strawberry Perl by programmingzeal

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.