Giter Site home page Giter Site logo

Comments (5)

bnoordhuis avatar bnoordhuis commented on September 27, 2024

More details? Fails how?

from libuv.

benstadin avatar benstadin commented on September 27, 2024

To reproduce:

  • Environment: Alpine 3.19 Docker image with build tools installed
  • Using the following APKBUILD file all tests but the mentioned pass: https://git.alpinelinux.org/aports/tree/main/libuv/APKBUILD
  • There is currently no libuv 1.48 package for the current alpine 3.19. This is a security concern for me.

from libuv.

bnoordhuis avatar bnoordhuis commented on September 27, 2024

I'm not going to install alpine. What's the error message you got?

from libuv.

benstadin avatar benstadin commented on September 27, 2024

No error message. It's just that make check report the failed test:

make[1]: Leaving directory '/root/libuv-v1.48.0'
make  check-TESTS
make[1]: Entering directory '/root/libuv-v1.48.0'
The libuv test suite cannot be run as root.
FAIL: test/run-tests
======================================================
1 of 1 test failed
Please report to https://github.com/libuv/libuv/issues
======================================================
make[1]: *** [Makefile:5647: check-TESTS] Error 1
make[1]: Leaving directory '/root/libuv-v1.48.0'

Even though you said you're not going to install alpine. A really fast way is to docker inside an alpine 3.19 image, install the dependencies mentioned in the APKBUILD file via apk add:

docker run -it alpine:3.19 /bin/sh

from libuv.

bnoordhuis avatar bnoordhuis commented on September 27, 2024

It says right there what the problem is....

The libuv test suite cannot be run as root.

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.