jeffreywildman / homebrew-virt-manager

A set of homebrew formulae to install virt-manager and virt-viewer on MAC OSX
1k stars 266 forks source link

Unable to connect to a repository at URL 'https://svn.code.sf.net/p/netpbm/code/stable' #154

Open elliotholden opened 3 years ago

elliotholden commented 3 years ago

When I run:brew install virt-manager virt-viewer

I get an error at the end that says: svn: E170013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/netpbm/code/stable' svn: E230001: Server SSL certificate verification failed: issuer is not trusted Error: Failed to download resource "netpbm" Failure while executing; svn checkout https://svn.code.sf.net/p/netpbm/code/stable /Users/elliot/Library/Caches/Homebrew/netpbm--svn --quiet -r 3870 exited with 1. Here's the output: svn: E170013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/netpbm/code/stable' svn: E230001: Server SSL certificate verification failed: issuer is not trusted

virt-manager-error

When I put this URL in a browser without a trailing slash then it won't show the SSL lock: https://svn.code.sf.net/p/netpbm/code/stable

When I add the trailing slash in a browser then I do get the SSL lock: https://svn.code.sf.net/p/netpbm/code/stable/

Could this trailing slash have something to do with why the svn repo can't be cloned during the virt-manager / virt-viewer installation process? because I notice the error message does not have the slash in the URL