Problema con la ricetta homebrew per ctags

2

Stavo cercando di installare ctags usando homebrew :

>brew install ctags
==> Downloading http://downloads.sourceforge.net/ctags/ctags-5.8.tar.gz
Already downloaded: /Library/Caches/Homebrew/ctags-5.8.tar.gz
==> Downloading patches

curl: (22) The requested URL returned error: 404
Error: Failure while executing: /usr/bin/curl -f#LA Homebrew\ 0.9.4\ (Ruby\ 1.8.7-358;\ Mac\ OS\ X\ 10.8.5) https://raw.github.com/gist/4010022/8d0697dc87a40e65011e2192439609c17578c5be/ctags.patch -o 000-homebrew.diff

Qualche idea su come posso risolvere questo problema?

    
posta amphibient 19.12.2013 - 22:18
fonte

1 risposta

4

Errore 404 HTTP : non trovato. Ciò significa che l'URL fa riferimento a qualcosa che non esiste più in quella posizione. Il problema non è con curl , il problema è con la ricetta homebrew per ctags - non è aggiornato.

Puoi vederlo da solo puntando un browser sull'URL della patch che la ricetta homebrew sta cercando sull'URL che curl sta cercando di scaricare da: link

Riceverai un errore 404 non trovato da GitHub.

Prova ad aggiornare le tue ricette, è probabile che la ricetta ctags non sia aggiornata:

brew update

Se ciò non risolve il problema, segnalalo come problema per la ricetta ctags qui: link

    
risposta data 19.12.2013 - 22:29
fonte

Leggi altre domande sui tag