Bug 282718 - security/snowflake-tor: Make without go mod download
Summary: security/snowflake-tor: Make without go mod download
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Vinícius Zavam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-13 00:14 UTC by Jesper Schmitz Mouridsen
Modified: 2024-11-16 23:59 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (egypcio)


Attachments
download more with fetch (41.21 KB, patch)
2024-11-13 00:14 UTC, Jesper Schmitz Mouridsen
no flags Details | Diff
same but full port (12.70 KB, application/gzip)
2024-11-14 20:24 UTC, Jesper Schmitz Mouridsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2024-11-13 00:14:11 UTC
Created attachment 255128 [details]
download more with fetch

This is a bit rough, but tries to avoid go to download with go mod download, for users behind isps blocking the tor project sites. go get does not respect the proxy options of fetch (apparently).
Comment 1 Jesper Schmitz Mouridsen freebsd_committer freebsd_triage 2024-11-14 20:24:57 UTC
Created attachment 255180 [details]
same but full port
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-14 20:50:05 UTC
export SOCKS5_PROXY=127.0.0.1:9050
make fetch
make install clean
Work fine!
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-11-16 23:59:24 UTC
I got "same" error during make fetch in another port.
Skipping all steps…
It's bug in NFS.
With nolock mount options no more error and I can make fetch this port without this patch.

Sorry, and thanks for your time!