Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS instructions for downloading and installing via homebrew do not work #129

Open
ns-gpilz opened this issue Dec 30, 2024 · 2 comments
Open

Comments

@ns-gpilz
Copy link

Running brew install https://raw.githubusercontent.com/insomniacslk/dublin-traceroute/master/homebrew/dublin-traceroute.rb resulted in the following:

Error: Non-checksummed download of dublin-traceroute formula file from an arbitrary URL is unsupported! brew extractorbrew createandbrew tap-new to create a formula file in a tap on GitHub instead.

@insomniacslk
Copy link
Owner

hi @ns-gpilz , the error you're seeing is a feature that was introduced in Homebrew after I wrote the instructions, so now you have to do this in two steps:

wget https://raw.githubusercontent.com/insomniacslk/dublin-traceroute/master/homebrew/dublin-traceroute.rb
brew install ./dublin-traceroute.rb

However, even so the build is failing because there are a few things that were deprecated in C++11, so I will also fix this in the next few days, and update the instructions on the README

@insomniacslk
Copy link
Owner

meanwhile feel free to test out the Go implementation under go/dublintraceroute/cmds/dublin-traceroute. Make sure to have a recent Go installation, then run go build and ./dublin-traceroute -h

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants