|
|
#1 |
|
Installing MacPorts & Fink Under Snow Leopard (10.6)
For those of us who need these packages, here are some tips for installing both under 10.6:
For fink, a great set of instructions exists here: http://sage.ucsc.edu/~wgscott/xtal/w..._Fink_for_10.5
For MacPorts, the process was even simpler (although it does look more complicated in these instructions, really it is simpler):
Now, to get the binary paths configured properly for all users of the Mac, I edited /etc/profile with the following:
Then, close your Terminal window and reopen a new one in order to use the fink and port commands. (In case you don't know, closing/reopening the window in Terminal is the easiest way to test that your installations and path configurations work properly and that your bash sessions can find the paths as you configured them... but if you're following along up to this point, you probably know that already!) |
|
|
|
0
|
|
|
#2 |
|
Thank you!
This is helpful to know. I don't have access to Snow Leopard yet. Is there any confirmation that packages will be updated from Leopard versions?
|
|
|
|
0
|
|
|
#3 |
|
Thanks. This is helpful. I am having a problem though - when I ./configure, it is saying that I have no c compiler, even though I have developer tools installed and was using macports on leopard. What can I do short of trying to reinstall the developer tools?
__________________
Got me a 13.3in 2.26GHz MacBook Pro. I work for a Chicago Web Design Company I freelance for an SEO Company |
|
|
|
0
|
|
|
#4 |
|
thanks!
With ports working I am moving completely to Snow Leopard...
Thanks again. |
|
|
|
0
|
|
|
#5 | |
|
Quote:
Any ideas? (I'm only installing macports here, not fink) -- update -- You need to use the Xcode installer that comes with Snow Leopard! I foolishly tried using the download of Xcode 3.1.3! Last edited by jphastings; Jul 23, 2009 at 08:28 AM. |
||
|
|
0
|
|
|
#6 |
|
Path Issues
I initially had difficulty getting this to work and started investigating some fairly nasty issues related to threading when I realized that I had a /opt directory already from a previous old install of MacPorts. I renamed it /opt.old (in case I needed to refer to it later) and all went smoothly.
While probably not even related, but just to be sure, I also renamed my /sw directory (from an old fink install). I migrated both directories to my new machine a while back and the architecture was even different, so the binaries in there were most likely pretty useless. Hope this helps. -Troy |
|
|
|
0
|
|
|
#7 |
|
Fink installation migration
I have the same problem. I updated from Leopard to Snow Leopard and now in any of my projects that rely on Linux libraries I get linker complaints about wrong architecture libraries.
I did a fink dist-upgrade right after my Snow Leopard migration, but that seems not to have updated the packages to 64 bit.I looked at the above mentioned guide, and I am tempted to move my existing /sw directory to a backup (/sw_bak) and do a clean fink ./bootstrap onto /sw. But as far as I understand that of course means I'll have to install packages by hand, don't I? I did create a list of installed fink packages two months ago, it is still a bit of a hassle, but I most definitely need the libraries for software development. Is there an easier way to migrate? Otherwise I'll just bite the bullet, move the directory and go through my package list with fink install <package> (I still could write a bash script maybe). ![]() Thanks. |
|
|
|
0
|
|
|
#8 |
|
Macports ./Configure Error during MacPorts compilation
Hello
i came across this error when i run ./configure during MacPorts compilation checking for Tcl package directory... /sw64/lib/tcl8.5 checking whether tclsh was compiled with threads... no configure: error: tcl wasn't compiled with threads enabled is there any tip for resolving this problem as i tried different stuff thanks in advance Bye |
|
|
|
0
|
|
|
#9 |
|
Regarding MacPorts: download their Snow Leopard installer package, it will automatically install MacPorts without going through all the hassle in the first post.
@alisajjad007: either recompile tcl with thread support or try the official installer from MacPorts. |
|
|
|
0
|
|
|
#10 |
|
I'll second that…
…I will second that, here, now that 10.6 is officially out (actually 10.6.2), you can quite easily install the official Snow Leopard release and avoid messages like the above. Despite what I've read recommended in other places, I had quite a bit of luck just installing the official package over the previous installation.
Mahalo, Thinkingman
__________________
Thinkingman.com / OrangePurpleSilver.com New Media Advanced web app, game, print and crossmedia design. |
|
|
|
0
|
|
|
#11 |
|
Do you mean during Fink compilation? /sw64 looks like a Fink path. MacPorts uses /opt
__________________
15" rMBP | 27" iMac | iPhone 5 | iPad (3rd gen)Let's discuss your first world problems |
|
|
|
0
|
|
|
#12 |
|
I am also interested in this package for Leopard versions, if anybody know more about this, please let me know. Thanks in Advance.
__________________
good one |
|
|
|
0
|
|
|
#13 |
|
interesting and catchy post there………………….. interesting read should be a sticky lol
(\_/) (O.o) (> <) /_|_\ |
|
|
|
0
|
|
|
#14 |
|
That is real quick..
How you people able to find the answers...?
__________________
BORROWS |
|
|
|
0
|
|
|
#15 |
|
Installing macports
Here's what I get (did I misunderstand?):
Macintosh-2:~ jackuretsky$ svn co http://svn. macports.org/repository/macports/trunk/base/ svn: OPTIONS of 'http://svn.': Could not resolve hostname `svn.': Host not found (http://svn.) Macintosh-2:~ jackuretsky$ svn co http://svn. macports.org/repository/macports/trunk/base/ |
|
|
|
0
|
|
|
#16 | |
|
Quote:
That should solve the problem. Enjoy!
__________________
Got me a 13.3in 2.26GHz MacBook Pro. I work for a Chicago Web Design Company I freelance for an SEO Company |
||
|
|
0
|
|
|
#17 |
|
I'm really sorry for the stupid question, but am I the only one who gets:
" -bash: make: command not found " o.O |
|
|
|
0
|
|
|
#18 |
|
Install Xcode and use the binary installer to install Macports. That way everything will be setup properly and very easily. When it screams it can not find make that might be because you don't have Xcode installed.
|
|
|
|
0
|
|
|
#19 |
|
How can I get binaries of Macports?
I installed Macports on my Macbook Pro 2011 (running SnowLeopard 10.6.6) successfully in order to use KDEnlive.
Then I ran Code:
sudo port install kdenlive Is there a way to get the binaries just lile the "sudo apt-get install kdenlive" in Ubuntu 10.10 ? (I have Ubuntu 10.10 in a VMware on my Macbook). |
|
|
|
0
|
|
|
#20 |
|
Useful Discussion. Thanks.
Last edited by wasoomro; Apr 26, 2012 at 05:47 AM. |
|
|
|
0
|
|
|
#21 | |
|
Quote:
Last edited by DaveTheMaster; Feb 29, 2012 at 11:50 AM. |
||
|
|
0
|
|
|
#22 | |
|
Quote:
Install Xcode (formerly just known as the Developer Tools). make is part of that package. jW
__________________
The Bearded Nerd 13" MacBook Pro; 64GB iPod touch "It's a real burn, being right so often." NoiseTrade.com/Walker |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| Photostream on Snow Leopard 10.6.8? | jzone3 | iOS 5 and earlier | 0 | Oct 15, 2011 11:15 AM |
| New safari 5.1 won't start under Snow Leopard 10.6.8 | Thunderbird8 | Mac Applications and Mac App Store | 6 | Jul 21, 2011 09:04 AM |
| How Can I Resize Volumes Partitions with Disk Utility Under Snow Leopard 10.6 10A432? | busterbraun | Mac Basics and Help | 5 | Sep 21, 2010 01:33 PM |
| Maya 2009: major improvements under Snow Leopard 10.6.2 | zarusoba | Design and Graphics | 0 | Nov 9, 2009 05:01 PM |
| MacBook Pro with Snow Leopard (10.6.1) | AndieB | MacBook Pro | 2 | Sep 22, 2009 10:58 PM |
All times are GMT -5. The time now is 04:59 AM.








Linear Mode

