Opened 2 years ago

Closed 22 months ago

#64394 closed defect (fixed)

rizin fetches things at build time

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

Description

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

Cloning into 'sdb'...
Note: switching to 'db7edd4a96a89b6749b677a85d7fa4ee2c6fbbb9'.
Cloning into 'tree-sitter-c'...
Note: switching to '3dd21d9440ca39d8c201335b2f3a393db41aab36'.
tree-sitter-c| Downloading tree-sitter source from https://github.com/tree-sitter/tree-sitter/archive/v0.19.5.tar.gz
tree-sitter-c| <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)>
tree-sitter-c| A fallback URL could be specified using source_fallback_url key in the wrap file

subprojects/tree-sitter-c/meson.build:7:0: ERROR: could not get https://github.com/tree-sitter/tree-sitter/archive/v0.19.5.tar.gz is the internet available?

Change History (1)

comment:1 Changed 22 months ago by thestr4ng3r (Florian Märkl)

Resolution: fixed
Status: assignedclosed

In 1f58684e1b19d61d19fb0ce242ef8eb1e7ac6048/macports-ports (master):

rizin: switch to github releases instead of archive

In contrast to the auto-generated tarballs by GitHub, the official
ones fetched from releases include all necessary (internal)
dependencies, so any network access is avoided.

Closes: #64394

Note: See TracTickets for help on using tickets.