Tagged Questions
MacPorts is a package manager for Mac OS X. It is modeled after BSD Ports. macports.org
47
votes
20answers
26k views
MacPorts or Fink?
Which do you use?
I am just in the process of installing sqlite3 from MacPorts (Mac version is 3.1.3 and Python 2.5 seems to be linked to a newer version, fileformat is new...) and have to download ...
20
votes
11answers
12k views
What is the most compatible way to install python modules on a Mac?
I'm starting to learn python and loving it. I work on a Mac mainly as well as Linux. I'm finding that on Linux (Ubuntu 9.04 mostly) when I install a python module using apt-get it works fine. I can ...
15
votes
2answers
2k views
macports didn't place python_select in /opt/local/bin
I've uninstalled and reinstalled python_select using MacPorts and yet it won't show up in /opt/local/bin. Consequently, I get a "command not found" error when attempting to run it. Yet MacPorts ...
13
votes
7answers
14k views
How do I uninstall python from OSX Leopard so that I can use the MacPorts version?
I want to use the macports version of python instead of the one that comes with Leopard.
9
votes
4answers
2k views
Ruby on Mac OSX via Mac Ports
I'm new to both Ruby and to Mac OSX, though I do have a fair amount of experience with Unix commands. I just installed Ruby 1.9 via a MacPorts command (port install ruby19). I then needed to do a find ...
8
votes
3answers
2k views
Errors installing some gems on Snow Leopard - libxml2
After upgrading to Snow Leopard, I found that installing some gems no longer worked, including webrat, mechanize etc. Each time I get this error:
checking for xmlParseDoc() in -lxml2... no
libxml2 ...
8
votes
3answers
5k views
Why does Macports take FOREVER to build simple packages?
I guess the title says it all. Building from source outside of macports is a breeze. Building with macports takes forever and seems to freeze the os every so often. Is this typical behavior? ...
7
votes
1answer
1k views
rspec errors, missing libraries after installing homebrew and uninstalling macports
I may have taken one step to far beyond my knowledge.
I installed homebrew and after it continued to give me warnings about having macports installed I uninstalled that. But now my rspec tests don't ...
7
votes
4answers
4k views
MacPorts doesn't install org.macports.mysql5.plist with mysql5 +server
The last two times I've used MacPorts to install mysql5 +server, the plist isn't installed that allows me to have MySQL start on launch. I can't remember what, if anything, I did the on the last ...
6
votes
2answers
1k views
MacPorts-2.0.0 can’t be installed on this computer
When I try to install macports on Lion I get the following message:
MacPorts-2.0.0 can’t be installed on this computer.
Xcode is not installed, or was installed with UNIX Development (10.5+) or ...
6
votes
6answers
2k views
do you have kcachegrind like profiling tools for mac
Can anybody tell me about the tools you have for profiling like kcachegrind wingrind valgrind for mac platform.
I don't think these work on mac, i have also quick check on that.
6
votes
1answer
725 views
std::thread in MacPorts gcc4.5
I'm trying to compile some software I've been writing in Linux that uses some fancy new C++0x features on my Mac. I used MacPorts to install the gcc45 package, which gave me /opt/local/bin/g++-mp-4.5, ...
6
votes
6answers
13k views
Installing GCC to Mac OS X Leopard without installing Xcode
I'd like to install gcc to Mac OS X Leopard, and compile some software from source using MacPorts. As http://www.macports.org/install.php has suggested, I've registered as an Apple developer. Now I ...
5
votes
3answers
315 views
Integrate GCC 4.4 with NetBeans on a Mac
I've got NetBeans 6.9 installed on a Mac OS Snow Leopard. Also, I installed gcc 4.4 through MacPorts in order to experiment with C++0x. I believe, by default NetBeans uses the standard Apple gcc 4.2 ...
5
votes
3answers
2k views
How do I instruct CMake to look for libraries installed by MacPorts?
I'm trying to build some of our software, which was designed to run solely on Linux, on MacOS X. We are using CMake and I installed MacPorts so I could easily get CMake along with some of the third ...
5
votes
2answers
714 views
How do I reset a port in MacPorts?
Suppose I want to reset a port to its initial state, including its configuration files. This can be achieved by:
sudo port uninstall portname
sudo port install portname
(Deactivating and then ...
4
votes
2answers
177 views
Dynamic library problems with Python and libstdc++
Executive summary: a Python module is linked against a different version of libstdc++.dylib than the Python executable. The result is that calls to iostream from the module crash.
Backstory
I'm ...
4
votes
2answers
1k views
Pear install for macports PHP5
I have PHP5 installed via macports in /opt/local/..the default location for macports. There's no portfile for pear. If I do a standard pear install from the pear site what directory location should ...
4
votes
3answers
270 views
common sense advice about python package management on OSX for beginners
If I'm learning python development on OSX (Snow Leopard), how should I best manage my python packages?
I am very excited about the large number of great python packages out there. I would love to ...
4
votes
1answer
308 views
Is there a way to get the CLISP compiled with dynamic FFI support on Mac OS?
I use clisp 2.48 (2009-07-28) on Mac OS X 10.6.4. I downloaded the clisp with 'sudo port install clisp'.
After installing quick lisp, I installed some packages, and most of them are OK.
However, ...
4
votes
2answers
3k views
pyqt installation problem in mac osx snow leopard
I'm following a tutorial of making desktop apps. with python and qt4, I downloaded and installed qt creator ide, created the .ui file and then I had to convert it using pyuic4, I've been trying a lot ...
4
votes
3answers
2k views
Broken Java Mac 10.6
Some background:
On Mac OS X 10.6 using Macports and I have DYLD_LIBRARY_PATH set in my .bash_profile.
The problem:
When I run java -version I get this error:
Error occurred during ...
4
votes
5answers
4k views
Fixing broken Macports
I just tried (for the first time, I might add) a
port upgrade installed
in Macports, and I'm afraid I might come to regret it: A lot of errors -- specially regarding X11 and Python.
Here's a ...
3
votes
1answer
564 views
Macports Port Select Commands
What are the new commands & or equivalents of:
python_select -L (shows available python versions)
python_select -s (sets the default version of your choice of python).
I know they have changed ...
3
votes
3answers
357 views
Locate MacPorts package?
I just installed the py27-numpy package via MacPorts and python will not find the module when I use this command: import scipy
I used the help('modules') command and the scipy port did not come up.
...
3
votes
3answers
3k views
macports python_select command not found
I'm using MacPorts and had installed python_select to switch between 2.6 and 2.7. But for some reason I'm now getting a "command not found" error when running:
sudo python_select python26
Possibly ...
3
votes
0answers
2k views
Pros and cons of MacPorts vs. Fink vs. Homebrew? [closed]
MacPorts, Fink and Homebrew are package management systems for compiling, installing and upgrading software for Unix-like systems on OS X. Homebrew is billed as the "perfect replacement" for MacPorts ...
3
votes
2answers
197 views
A way to check the integrity of installed perl modules?
I have MacPorts and CPAN installed and I've only just found out that it's sort of bad to be using them both at the same time.
I recently installed perl 5.13.9 via CPAN as it had some updated modules ...
3
votes
1answer
336 views
Setting up SLIME via macports
I followed the instructions as best I could for installing terminal SLIME on mac os x, but when I press M-x it does not prompt me.
I installed emacs and lisp using the following two sudo commands:
...
3
votes
5answers
3k views
How do I install the hstore module on PostgreSQL 9.0 (MacPorts install)?
I have a lovely PostgreSQL 9.0 server installed on my laptop via MacPorts. I would like to enable the hstore module, but I can't find any instructions for installing these optional modules (nor can I ...
3
votes
4answers
272 views
Negative doubles or floats in Haskell (macports)
Why do I get a segmentation fault when I try to show a negative double or float? There is no problem for negative integers.
Prelude> let a = 4
Prelude> :t a
a :: Integer
Prelude> let b = -4
...
3
votes
4answers
950 views
“git diff” does nothing
I presume this is a configuration error somewhere, but I can't figure out where. Regular git commands appear to work fine, but "git diff" does nothing. To be safe, I removed external diff tools from ...
3
votes
3answers
987 views
How do I debug C++0x programs in MacPorts gcc 4.5?
I have a simple c++ program I am trying to debug, but gdb cannot find the object file for the libraries (or no debug info is available), and it does not seem able to find the debug symbols for my ...
3
votes
1answer
1k views
How can I get rid of this ruby warning?
I have just installed ruby 1.9.1-p429 with macports. Every time I use it, it displays this error message:
$ ruby1.9 -e "puts 'hi.'"
Error loading gem paths on load path in gem_prelude
can't modify ...
3
votes
3answers
478 views
Enable python support while installing opencv using mac ports
I installed opencv in my mac using mac ports by the following command
sudo port install opencv
It took around 2 hours and it installed properly. But the problem is that the python bindings are not ...
3
votes
2answers
1k views
Problem installing MongoDB using MacPorts
Im trying to install MongoDB on Snow Leopard using MacPorts, as explained on the MongoDB site (http://www.mongodb.org/display/DOCS/Quickstart+OS+X). However, it's stuck 'building boost'. Nothing's ...
3
votes
2answers
414 views
missing locale_t
Installing gtk 1.2 (package name gtk1) with macports chokes on the final make, in libintl.h line 440.
extern locale_t libintl_newlocale (junk, stuff, stuff)
The compiler can't find locale_t, and ...
3
votes
1answer
319 views
How do I get ruby-svm to look for libraries in macports' /opt/local?
I want to install Ruby SVM. I already have macports with normal settings, and installed libsvm via port just fine. But when I go to compile rubysvm, it barfs. :(
Ruby SVM: ...
3
votes
5answers
5k views
Macports mysql5 setup under Snow Leopard
I've managed to get my install all screwed up as I'm a newbie and messing up is what I'm good at.
1) Can anyone reference a credible set of setup instructions for this stuff?
2) Can I just uninstall ...
3
votes
2answers
2k views
How to avoid installing unnecessary dependencies with MacPorts?
I've tried to get postgresql 8.4 via MacPorts (on Snow Leopard) but it seems that the dependencies are endless - including getting older version of stuff that is already available in Snow Leopard, ...
3
votes
2answers
2k views
Anyone get python26 install in Snow Leopard via Macports?
I got build error after run in Snow Leopard (MacPort v.1.8.0)
sudo port install python26
any workaround please?
Error: Target org.macports.build returned: shell command " cd ...
3
votes
6answers
689 views
Any risks using Macports?
I'm considering installing MacPorts on my Mac so I can have easy access to *nix dev tools/apps. However, I'm wondering if there are any risks. I'm OK with the inevitable compatibility issue from ...
3
votes
6answers
2k views
Install MySQL using MacPorts or Mac OS X binary package?
Is there any advantage in using one over the other? Should I use the vendor provided PKG file or use the Darwin Ports version? Is there a general rule of thumb for deciding how to install a package?
2
votes
1answer
76 views
Installing Shogun toolbox with MacPorts for Python 2.7
I am having a hard time trying to install the Shogun machine-learning toolbox via MacPorts. It seems that the only version MacPorts has declares Python 2.6 as a dependency and as a result MacPorts ...
2
votes
2answers
65 views
How many installations of macports do I need
Over the past couple of months I've set about using Wing IDE to do the vast majority of my programming. I chose Wing primarily because it works well with wxPython, allowing me to debug much more ...
2
votes
1answer
47 views
Can I compile universal code using Macports' GCC?
Since Apple do not support GCC 4.6 or GCC 4.7, I just switched to MacPorts' build of GCC 4.6/4.7. However, I had a problem to build my code in "Universal" architecture.
Traditionally, I'd do g++ ...
2
votes
3answers
87 views
How to use the gcc installed in macports?
I installed gcc 4.6. from macports (for support of C++0x). But when I check the 'gcc --version` it is showing older version. How to use the newer gcc installed by macports?
2
votes
1answer
129 views
Error: Failed to install atk with mac ports
I got this probleml when I try to install putty with mac ports :
---> Building atk
Error: Target org.macports.build returned: shell command failed (see log for details)
Error: Failed to install ...
2
votes
0answers
58 views
How to replace MacPort's libiconv with Mac's default 64-bit version?
MacPorts installed "libiconv @1.14_0+universal" as a dependency on my system. This happens to be a 32-bit flavor and it started causing issue when I tried to compile a voice recognition software ...
2
votes
1answer
104 views
default python on osx lion
Problem is that default command python is used by osx python. That means for example if you install py-pil from macports, osx python won't find this module. after python27 installed with macports, I ...