Git Product home page Git Product logo

Comments (10)

bnoordhuis avatar bnoordhuis commented on June 14, 2024

Can you provide more details? Arch, os and version in particular.

from libuv.

SylvainCorlay avatar SylvainCorlay commented on June 14, 2024

As per the logs, the test failure occurs on OS X x86.

from libuv.

bnoordhuis avatar bnoordhuis commented on June 14, 2024

What version of OS X? Per SUPPORTED_PLATFORMS.md, macos < 11 isn't supported.

from libuv.

SylvainCorlay avatar SylvainCorlay commented on June 14, 2024

We use a recent version of OS X as build platform but buit against rather old MACOS SDK by default (10.9).

Is the SDK Version 11 required? (This seems like a big jump).

from libuv.

vtjnash avatar vtjnash commented on June 14, 2024

IIRC, this particular macro changed from a runtime detection to a compile-time detection, hence the resulting test failure you notice when compiling with older headers

from libuv.

santigimeno avatar santigimeno commented on June 14, 2024

this particular macro changed from a runtime detection to a compile-time detection.

This was also a problem when trying to upgrade libuv for last Node.js 20 release: we couldn't do it because Node.js still supports macos 10.15 (also refs: nodejs/node#51976 (comment)). @bnoordhuis IIRC you were open to bring back support somehow at least until 20.x goes EOL?

from libuv.

bnoordhuis avatar bnoordhuis commented on June 14, 2024

Yes. I'll open a pull request. All this back and forth just wastes everyone's time. :)

from libuv.

bnoordhuis avatar bnoordhuis commented on June 14, 2024

#4345 - please refresh my memory: does that also apply to pwritev?

from libuv.

santigimeno avatar santigimeno commented on June 14, 2024

#4345 - please refresh my memory: does that also apply to pwritev?

I think we're ok only with preadv as that's the one they kind of expose via the API.

from libuv.

santigimeno avatar santigimeno commented on June 14, 2024

I think we're ok only with preadv as that's the one they kind of expose via the API.

That was completely wrong, we need to manually check for pwritev availability too, otherwise it'll fail on old macos. Don't think we need a fallback though because it's not exposed

from libuv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.