Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

Right. This happens when [CMP0025](https://cmake.org/cmake/help/latest/policy/CMP0025.html) is set to `NEW`. MacPorts sets this to `NEW` by default.

I'm not familiar with node internals at all, but does this [guide for migrating from eio_custom to uv_queue_work](https://github.com/joyent/node/wiki/How-to-migrate-from-eio_custom-to-uv_queue_work) help?

Ok, good to know I should avoid the macOS targets. Of course regardless of the target I'll need something newer than the Xcode 9 I use. Which I can find...

Thank you, you're right, it did complete after around five minutes. ``` % time link-generator -l en --verbosity=2 # # Corpus for language: "en" # Sentence length: 6 # Requested...

> As you can see, it is not an infinite loop, as it eventually finishes Right, I see that now. I was explaining what my impression was at the time...

I've rebased this PR and now instead of failing at `make` due to #1495 it fails as expected at `make check` due to #1514. If a fix for #1514 is...

Ok, you're right that this depends on which flex is installed. The issue happens when using [Apple flex](https://github.com/apple-oss-distributions/flex) as preinstalled on macOS: ``` % /usr/bin/flex --version flex 2.6.4 Apple(flex-34) ```...

> Presumably you have encountered this in your capacity as a MacPorts maintainer That's right, I just noticed the failure on our automated build system and wanted to do something...

> testing for the functionality is preferable to checking compiler version numbers I meant to add that another reason for this is that the problem might not relate to the...

> the problem might not relate to the compiler version but to the OS version With a little grepping around the SDKs I think I have assured myself that's not...