Opened 3 years ago

Closed 3 years ago

#62736 closed defect (fixed)

rizin @0.2.0: ERROR: could not get https://dist.libuv.org/dist/v1.40.0/libuv-v1.40.0.tar.gz is the internet available?

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: l2dy (Zero King)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: rizin

Description

rizin fails to build:

https://build.macports.org/builders/ports-11_arm64-builder/builds/16350/steps/install-port/logs/stdio

Downloading libuv source from https://dist.libuv.org/dist/v1.40.0/libuv-v1.40.0.tar.gz
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)>
A fallback URL could be specified using source_fallback_url key in the wrap file

meson.build:265:4: ERROR: could not get https://dist.libuv.org/dist/v1.40.0/libuv-v1.40.0.tar.gz is the internet available?

It shouldn't be trying to download things at build time anyway. If it needs libuv, it should be depending on the libuv port. See also #62604.

Change History (1)

comment:1 Changed 3 years ago by l2dy (Zero King)

Resolution: fixed
Status: assignedclosed

In 905154883c4e14ae26d4578af151613f3803798c/macports-ports (master):

rizin: update to 0.2.1

Add flags to pin sys dependencies

Closes: #62604
Closes: #62736

Note: See TracTickets for help on using tickets.