English 中文(简体)
how to flush macports installation queue?
原标题:
  • 时间:2009-11-21 21:28:21
  •  标签:
  • macports

I wanted to install git with macports - it failed. ok. So I went with dmg - succeeded.

However, now I cannot remove git from some install queue and if I want install anything it still fetches git install command (which is failing btw).

so.. "sudo port install htop" still invokes "sudo port install git-core"

how to fix it?

问题回答

htop uses a git repo. You have to install git-core first. Try this first:

sudo port clean git-core





相关问题
Where is $ERL_TOP on a macports installation of Erlang

I ve installed Erlang through macports on my macbook and I m trying to use the Erlang Eclipse plugin, but it needs me to point it to the $ERL_TOP directory. Where does that exist? I know my erl ...

Install git-core +svn fails with MacPort

I tried several tricks, clean all, and no luck. Any tips? sudo port install git-core +svn +doc ---> Computing dependencies for git-core ---> Building db46 Error: Target org.macports.build ...

mysql + ruby = nightmare

Ok, I m done. I can t understand why I got this error with: rake features It cant be I can t connect to mysql cause the: rake db:migrate works perfectly. I keep having this error: rake features ...

how to flush macports installation queue?

I wanted to install git with macports - it failed. ok. So I went with dmg - succeeded. However, now I cannot remove git from some install queue and if I want install anything it still fetches git ...

Question about Macports

I just got Macports installed on my mac, of which os version is Snow Leopard (10.6). I used Macports to install several packages through sudo port install command, and all these packages are ...

macports confusion

hey i am new to the macports thing as i recently switched to the mac. as i was thinking of developing some applications in my mac i wanted all the usual gnu and opensource tools i need. but i had a ...

Finding the correct Python framework with cmake

I am using the macports version of python on a Snow Leopard computer, and using cmake to build a cross-platform extension to it. I search for the python interpreter and libraries on the system using ...

Unable to install Git-core+svn by MacPorts

I am trying to install git-svn on mac os x 10.5 using the following command, sudo port install git-core +svn It installation is successful but i can find the git-svn command anywhere, ~/ $ sudo ...

热门标签