int08h / roughenough

A Roughtime secure time sync client and server written in Rust
https://int08h.com/post/roughenough-a-rust-roughtime-server/
Apache License 2.0
123 stars 21 forks source link

Failed to build on IPv6-only host #36

Closed marek22k closed 9 months ago

marek22k commented 1 year ago

The source code cannot be downloaded on an IPv6-only node and accordingly cannot be compiled.

$ git clone https://github.com/int08h/roughenough.git
Cloning into 'roughenough'...
fatal: unable to access 'https://github.com/int08h/roughenough.git/': Failed to connect to github.com port 443 after 32 ms: Couldn't connect to server
$ wget "https://github.com/int08h/roughenough/archive/refs/heads/master.zip"
--2023-10-12 18:34:42--  https://github.com/int08h/roughenough/archive/refs/heads/master.zip
Resolving github.com (github.com)... 140.82.121.4
Connecting to github.com (github.com)|140.82.121.4|:443... failed: Network is unreachable.
$ nslookup github.com
Server:     ::1
Address:    ::1#53

Non-authoritative answer:
Name:   github.com
Address: 140.82.121.3
int08h commented 9 months ago

Hmm, this doesn't look specific to this project. Seems to be a general issue with the system doing the clone (this should impact anything accessing github). Closing.