Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Fixing CPAN module with c extension

by haukex (Archbishop)
on Mar 14, 2020 at 19:00 UTC ( [id://11114268]=note: print w/replies, xml ) Need Help??


in reply to Fixing CPAN module with c extension

According to that bug report, you've only got one failing test. That test is checking for whether two events happening inside the same directory were coalesced into one. However, the File System Events Programming Guide says (emphasis mine):

... the file system events daemon also coalesces multiple notifications on a given directory if they occur in a short period of time. You will always receive at least one notification ... If an event in a directory occurs at about the same time as one or more events in a subdirectory of that directory, the events may be coalesced into a single event.

It seems to me that the test is making an assumption it shouldn't, and it's probably safe to force install the module.

  • Comment on Re: Fixing CPAN module with c extension

Replies are listed 'Best First'.
Re^2: Fixing CPAN module with c extension
by nysus (Parson) on Mar 14, 2020 at 19:10 UTC

    Ok, cool. But any idea on why it might install fine on an older OS and not on Catalina? I know next to nothing about lower level FS stuff.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks

      But any idea on why it might install fine on an older OS and not on Catalina?

      Nope, sorry. There is a possibility that something changed between those OS versions, but the specs document is pretty clear that the behavior causing the test failure is allowed, so unless I've missed something I still think the test is the problem here.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11114268]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-18 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found