0
votes
1answer
105 views

Cleaning up my .bash_profile: Can I delete some of this?

I'm not a Unix guru. I'm running OS X 10.8.3 Mountain Lion. Today I removed Macports from my machine. I believe macports left some cruft in my `~/.bash_profile which I would like to remove (the ...
1
vote
0answers
25 views

Is there any way to speed up kdiff3 startup time?

I recently switched over to OS X from Kubuntu and am trying to get my favourite development tools working. In Kubuntu I always used kdiff3 as my git difftool. I can get it to work on OS X, either by ...
0
votes
0answers
47 views

Is there a rpmbuild that works on macosx?

I am working on a maven build that needs to make an rpm. Is there a native rpmbuild utility that will run on MacOSX? So far I have found some old abandoned macports/darwin projects and people ...
0
votes
1answer
47 views

Removing current Python version and use other python version

First of all i installed python 2.7 with manual.After i installed python2.6 with macport with referenced this. And after i deleted my Python 2.7 files. The main point is when i write python at ...
1
vote
1answer
211 views

SSH connection hangs out at SSH2_MSG_SERVICE_ACCEPT recieved

I tried to connect to a server with ssh, but it failed. I tried UseDNS no, update OpenSSH with MacPorts. But it didn't work. Using user@ip -v I get the following output OpenSSH_5.9p1, OpenSSL 0.9.8r ...
1
vote
1answer
240 views

How do I launch shell applications after changing shell to MacPorts bash?

I have installed a current bash version via MacPorts and changed Terminal.app to use /opt/local/bin/bash. Unfortunately shell applications won't launch from Finder and Spotlight anymore. (OSX 10.8.2, ...
0
votes
2answers
356 views

How to download pre-built binaries from MacPorts without installing?

I see as of 2.0 MacPorts is hosting pre-built binaries, which it would install by default if licensing is present and compatible. I'm looking for a more current version of rsync than ships by default ...
0
votes
1answer
484 views

MacPorts on mountain lion - cannot install apache2 due to gettext package

I have been having problem with installing gettext package from macports. When I am launching /opt/local/bin/port -v install apache2 it checks dependencies, and continues with gettext package ...
1
vote
2answers
938 views

Xcode 4.4.1 version not recognized in Macports?

After upgrading to Mountain Lion, I noticed that I can't install ports via Macports. I get the following error: Error: The installed version of Xcode (3.2.6) is too old to use on the installed OS ...
1
vote
1answer
186 views

Mountain Lion Figlet through MacPorts error?

I've just installed Mountain Lion, Xcode 4.4.1 + command line tools, and MacPorts for ML. It's working for other packages but I can't get figlet to install. When I use sudo port install figlet in ...
0
votes
1answer
376 views

Failed to install ghostscript, during Imagemagick installation

I'm kinda new to those CLI installations so I don't know exactly what I'm doing I'm just following the installation steps of the guide: I want to install Imagemagick on my Mac 10.5.8: I typed ´sudo ...
0
votes
1answer
342 views

Cannot find where php5-fpm is stored in MacPorts

I installed php5 from macports. But i can't find php-fpm for start. Look in /opt/local/sbin and /usr/sbin/ I used console command: sudo port install php5 May be need some like php5 +fastcgi fscgi
0
votes
0answers
170 views

Trouble installing sqlite3 on OS X 10.5.8

I am trying to install Rails 3, but having trouble with sqlite3. First I tried $ sudo gem install sqlite3 however, I got this error message: http://pastie.org/2419493 After googling around, I ...
5
votes
4answers
6k views

Mac OS X Lion and sshpass

I've upgraded from Mac OS X Snow Leopard to Lion. I used several scripts with sshpass but after I upgraded to Lion the following error appears: Permission denied, please try again. debug1: ...
2
votes
1answer
2k views

How to install and run nautilus using macports (or any other way)

I've installed macports and then done 'sudo port install nautilus' to install nautilus, which all works fine. Now i'm not sure how to actually run nautilus - there's no app in the applications, and if ...
10
votes
8answers
8k views

What are your “must-have” MacPorts? [closed]

I hate to be all cliché with yet another "best [something]" question, but I am genuinely interested in what you most often install with MacPorts. When you get a new Mac, which ports do you first ...
2
votes
1answer
142 views

Why do X11 applications start but their windows stay invisible?

After using a fresh OS X system for a while, I regularly hit the point where X11 clients start and run, but their windows do not show up anywhere. I suspect it has something to do with Mac port ...
2
votes
2answers
747 views

Mac ports installation of gcc46 failing due to architecture problems

When trying to install gcc46 on OS X 10.6.4 using port (MacPorts 1.9.1) i get the following errors: artemis:foo$ sudo port install gcc46 Error: Cannot install gcc46 for the arch(s) 'x86_64' because ...