tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem with net/bind918



uv_loop_init failed: no such file or directory

This suggests that some file (perhaps part of libuv) is missing inside your cheroot. If it doesn't print the file name, try running under ktrace and look out for ENOENT being returned.

There are quite a few, like so:

  8632   8632 named    NAMI  "/etc/ld.so.conf"
  8632   8632 named    RET   open -1 errno 2 No such file or directory

But the libuv open succeeds:

  8632   8632 named    NAMI  "/usr/local/lib/libuv.so.1"
  8632   8632 named    RET   open 3
  8632   8632 named    CALL  __fstat50(3,0x7f7fffd25eb8)
  8632   8632 named    RET   __fstat50 0

So I'm not sure why it's not happy.

Another issue with libuv on aarch64 while compiling firefox:

ld: ../../../media/libyuv/libyuv/libyuv_libyuv/convert.o: in function `ARGBToI420':
convert.cc:(.text.ARGBToI420+0xf0): undefined reference to `ARGBToUVRow_SVE2'
ld: convert.cc:(.text.ARGBToI420+0xf8): undefined reference to `ARGBToUVRow_SVE2'
ld: ../../../media/libyuv/libyuv/libyuv_libyuv/convert.o: in function `BGRAToI420':
convert.cc:(.text.BGRAToI420+0xf0): undefined reference to `BGRAToUVRow_SVE2'

I'll see if have time to look in to this this evening.

Thanks,
John


Home | Main Index | Thread Index | Old Index