Running MacPorts alongside of homebrew.

2011-12-06 Thread Skip Lentz
I already have homebrew, but I would like to use MacPorts as well for the ports it has to offer that homebrew doesn't have. Will there be anything going wrong with my system if I run those along with each other? Homebrew is on my system in /usr/local/.

Can I install an earlier version of GTK 2.x?

2008-05-15 Thread skip
It looks like MacPorts has GTK 1.2.10, 2.8.20 and 2.12.9 available. I see a gtkmm20 package with a version of 2.2.12, suggesting that maybe 2.2.12 is buried in there somewhere but invisible to me. Is it possible to fetch and install older versions of Gtk2 via MacPorts? Thanks, -- Skip

Re: gnuplot not plotting

2008-03-24 Thread skip
Ryan> Yes, just like Skip said: Ryan>sudo rm -r /Library/Frameworks/AquaTerm.framework/Aquaterm Ryan>sudo port install aquaterm BTW, I ran into precisely these problems when migrating from my old PowerBook to my shiny new MacBook Pro. I naively assumed MacPorts w

Re: gnuplot not plotting

2008-03-24 Thread skip
ts.org/release/ports/aqua/aquaterm/Portfile system "install_name_tool -change /Library/Frameworks/AquaTerm.framework/Versions/A/AquaTerm ${prefix}/lib/libaquaterm.1.dylib \ xinstall -d -m 0755 ${destroot}/Library/Frameworks ${destroot}/Library/Frame

Re: gnuplot not plotting

2008-03-24 Thread skip
gt; belong to a registered port. Unable to activate port aquaterm. Alejandro> Error: Status 1 encountered during processing. Alejandro> What does it mean? To me it means try this: sudo rm -r /Library/Frameworks/AquaTerm.framework/Aquaterm sudo port install aquaterm :-

Re: GCC compilation time

2008-03-20 Thread skip
paul> (you kids ever use a SPARCstation 20?). No, but I've used a Sun/100 and Sun-2/120. ;-) Back when I was (practically) a kid ... -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list

Re: how to delete deactivated ports

2008-03-20 Thread skip
at I can read what you wrote ;-) I have a couple other questions: * Why not put /opt/local/bin in your PATH? * Why prefer /opt/local/bin/sudo over the version Apple installed? * Referencing /usr/bin/make suggests you think there's another version earlier in y

Re: Unable to build/install mono

2008-03-16 Thread skip
;t even let me look at the ticket, let alone download the patch or add a comment. Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Unable to build/install mono

2008-03-16 Thread skip
x27;__edi' darwin_stop_world.c:113: error: 'i386_thread_state_t' has no member named '__esi' darwin_stop_world.c:114: error: 'i386_thread_state_t' has no member named '__ebp' make[3]: *** [darwin_stop_world.lo] Error 1 make[2]: *** [all-recursive

Re: matplotlib segfault

2008-03-06 Thread skip
fined. Hmmm... That leads to a follow-on question. Can this macports.conf file be used to globally get all C/C++ code to be compiled with -g? If not, is there some way to do it once (not editing every portfile)? Thx, Skip ___ macports-users

Re: matplotlib segfault

2008-03-06 Thread skip
riant is Chris> specified. Yet, amazingly, it didn't complain. Thanks, Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: matplotlib segfault

2008-03-06 Thread skip
ilding py25-matplotlib with target build ---> Staging py25-matplotlib into destroot ---> Installing py25-matplotlib 0.91.2_0+tkinter ---> Activating py25-matplotlib 0.91.2_0+tkinter ---> Cleaning py25-matplotlib I asked for the gtk variant. Why was the tkinter variant insta

Re: matplotlib segfault

2008-03-06 Thread skip
plexity of MacPorts (not always in a good way). -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: matplotlib segfault

2008-03-06 Thread skip
skip> File "/opt/local/lib/python2.5/site-packages/matplotlib/backends/backend_gdk.py", line 29, in skip> from matplotlib.backends._backend_gdk import pixbuf_get_pixels_array skip> ImportError: No module named _backend_gdk skip> Give

Re: matplotlib segfault

2008-03-06 Thread skip
tlib.backends.backend_gdk import RendererGDK, FigureCanvasGDK File "/opt/local/lib/python2.5/site-packages/matplotlib/backends/backend_gdk.py", line 29, in from matplotlib.backends._backend_gdk import pixbuf_get_pixels_array ImportError: No module named _backend_gdk Given

Re: matplotlib segfault

2008-03-06 Thread skip
a note ([EMAIL PROTECTED]). Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

matplotlib segfault

2008-03-06 Thread skip
interactive backend supported for matplotlib? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Installing py25-matplotlib fails

2008-03-06 Thread skip
Adam> When I say install it again, I don't mean the whole of MacPorts, Adam> just the py25-hashlib port. Thanks. That does indeed work. Kind of makes it hard to debug if the problem disappears on the second try... Skip ___ mac

Re: odd port list installed output

2008-03-06 Thread skip
Error: port uninstall failed: Please uninstall the ports that depend on python25 first. It doesn't appear that the port command is smart enough to realize that the active version of the python25 port should be able to satisfy the stated dependencies. Skip __

odd port list installed output

2008-03-06 Thread skip
rm -rf /opt/local sudo port install $(cat currentports) but isn't there some other directory I need to remove? Some sort of MacPorts frameworks directory? -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-user

Re: Installing py25-matplotlib fails

2008-03-06 Thread skip
ed py25-matplotlib with no problem. I'm suspicious that there's some Leopard/MacPorts thing going on here. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-users@lists.macosforge.org

Installing py25-matplotlib fails

2008-03-05 Thread skip
rt of thought it would be sorted out by now but I don't recall seeing anything about a fix. I'm running a "sudo port upgrade outdated" now just in case I missed something, but I'm skeptical much will change. Any thoughs on this problem? -- Skip Montanaro - [EMAIL PROTECTED]

Re: What does deactivate do?

2008-02-10 Thread skip
ts) ... ok CheckStatementReset (sqlite3.test.regression.RegressionTests) ... ok -- Ran 167 tests in 0.215s OK Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

What does deactivate do?

2008-02-10 Thread skip
version 1.0.0, current version 111.0.0) % ls -l /opt/local/lib/libsqlite3* ls: /opt/local/lib/libsqlite3*: No such file or directory What's up with that? How can the _sqlite3.so shared library reference it when it doesn't exist? -- Skip Montanaro - [EMAIL PROTECTED] - http:/

Re: Patching configure - Or Not

2008-02-07 Thread skip
portfile just specify the dependency? Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: Patching configure - Or Not

2008-02-06 Thread skip
upstream authors upgrade to a newer version of autoconf. If you absolutely, positively have to patch something, patch the inputs to configure, not configure itself. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mai

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
Eric> ... I search Google for "emacs site:apple.com". A quick scan Eric> later, and I get back to: Eric> <http://www.apple.com/downloads/macosx/unix_open_source/carbonemacspackage.html Excellent, thanks. Skip

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
uked its support files or something. I Jordan> would, in any case, delete it since you don't know how it got Jordan> there. :) I know nothin' about support files. I went ahead and nuked it and will wait semi-patiently for a rep

Re: Emacs and Leopard problems continue

2008-02-05 Thread skip
There's also something called EmacsStep.app in /Applications. That starts and runs, giving this summary of who he is: This is GNU Emacs 23.0.60.1 (i386-apple-darwin8.10.1, *Step 9.0rc3) of 2007-11-25 on hermes.mshome.net That app is dated Nov 25 2007. -- Skip Montanar

Re: [Proposal ] Name of Python's port

2008-02-04 Thread skip
pear to be specific to the Python 2.4 install as to the Python 2.5 install. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: py25-hashlib failing on build

2008-02-03 Thread skip
m source all the time. I've never seen this problem before. Skip Montanaro ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: Can the port command take advantage of multiple cores?

2008-02-03 Thread skip
skip> Where do I set that, on the command line, in a config file? Sorry. Saw it in a later message in the thread. I'll be more patient next time. Skip ___ macports-users mailing list macports-users@lists.macosforge.

Re: Can the port command take advantage of multiple cores?

2008-02-03 Thread skip
James> It looks to me like all you have to do is set "buildmakejobs" to James> the number of jobs you want make to use. Where do I set that, on the command line, in a config file? Thanks, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The

Re: Can the port command take advantage of multiple cores?

2008-02-02 Thread skip
thanks. That makes it transparent even. ;-) Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: [Proposal ] Name of Python's port

2008-02-02 Thread skip
js> So IMHO using py24 prefix for 2.4 port would be more intuitive. js> What do you think of this? +1. In fact, with Python 2.6 and 3.0 on the way I suspect it would be best to add version numbers to all versions of Python for awhile. -- Skip Montanaro - [EMAIL PROTECTED]

Can the port command take advantage of multiple cores?

2008-02-02 Thread skip
As the subject says, can I take advantage my my shiny new dual-core MacBook Pro? Something like "port install -j2"? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The major difference between Democrats and Republicans is that Republicans don't

Re: problems with libtk 8.5

2008-01-29 Thread skip
Adam> what does "port outdated" say? py25-tkinter-2.5.1_1 is the version Adam> with the fix for tcl-8.5 Ah, okay... I also upgraded outdated ports a couple days ago, but it shows py25-tkinter as being out-of-date, so I'm upgrading outdated ports

Re: problems with libtk 8.5

2008-01-29 Thread skip
.600 installed Downloaded MacPorts base version 1.600 The MacPorts installation is not outdated and so was not updated selfupdate done! Do I need to clean some ports and reinstall? Tcl? Tk? Thx, Skip ___ macports-users mailing list

problems with libtk 8.5

2008-01-29 Thread skip
I installed the py25-tkinter port which got me tk 8.5. Unfortunately, when I run a program which uses it I get an exception from Python (/opt/local/bin/python2.5 in this case): Traceback (most recent call last): File "/Users/skip/src/leo-4.4.6-final/src/leoPlugins.py", li

Re: [macports] Building in a jail?

2008-01-23 Thread skip
, I want to be able to James> delete the old version and move the new one to the standard James> location. I'm also about to be interested in this. I have a MacBook Pro on order. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The major difference between

Re: howto specify configure options

2008-01-16 Thread skip
standard directory CPP C preprocessor That said, I have no idea if the port command intercepts those settings in some way. -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The major difference between Democrats and Republicans is that Republicans don't k

Re: libtool vs. libtool-devel

2008-01-07 Thread skip
should be all that big a deal. It's apparently way behind the current development bleeding edge (which as you suggest might leave one pretty bloody to use it). I guess that given the meaning of "-devel" (is that a consistent meaning throughout MacPorts?), it's best

libtool vs. libtool-devel

2008-01-07 Thread skip
"-devel" implies something a bit more development-oriented, shouldn't the libtool-devel port either be renamed or deleted altogether? -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users maili

libtoolize vs. glibtoolize?

2008-01-06 Thread skip
lated to the recursion limit error? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Can I tell MacPorts a package is installed?

2008-01-05 Thread skip
port command to ignore the dependency of glade3 on py25-wxpython so I can continue with my fumbling attempts at installing it? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list macports-

Re: gcc42 target bootstrap runs forever?

2008-01-01 Thread skip
Ryan> FYI: "sudo port upgrade active" probably isn't best. You probably Ryan> want "sudo port upgrade outdated" I trust that upgrade active will only update those activated items which are out-of-date, yes? Skip

Re: gcc42 target bootstrap runs forever?

2008-01-01 Thread skip
can see what's happening. Skip ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

gcc42 target bootstrap runs forever?

2008-01-01 Thread skip
ling gcc43 instead. Should the gcc42 upgrade have worked? I've got MacPorts 1.6.0 and Xcode 2.5 installed on a Powerbook G4 running OSX 10.4.11. Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ ___ macports-users mailing list

Rebuild after Xcode update?

2007-12-31 Thread skip
ings? Is there some way to say "rebuild all" or do I just plow ahead with the Python 2.5 install and ignore the fact that everything else was built up to that point with Xcode 2.2.1? Thanks, Skip Montanaro ___ macports-users ma

Rebuild after Xcode update?

2007-12-31 Thread Skip Montanaro
ings? Is there some way to say "rebuild all" or do I just plow ahead with the Python 2.5 install and ignore the fact that everything else was built up to that point with Xcode 2.2.1? Thanks, Skip Montanaro ___ macports-users ma

Re: Problem installing ports

2007-12-03 Thread Skip Evans
sell us we are in the market for one. Must be legal! Thanks again, Skip Ryan Schmidt wrote: On Dec 3, 2007, at 01:01, Skip Evans wrote: Ryan Schmidt wrote: Well, ok, that might work too. Though Apple's X11 is really the easiest, the fastest and IMHO the best way to go. I got XFree

Re: Problem installing ports

2007-12-02 Thread Skip Evans
four terminals right away, and then a code editor like Bluefish took forever to open, leaving all these terminals open... ...yuck. Would Apple's X11 be better than this, as you say above? If it is faster than I'll go ahead and move XFfree86 aside and get X11 off my install disks.

Re: Problem installing ports

2007-12-02 Thread Skip Evans
Hey Mike & all, I went ahead and moved X11 out of the way and it is downloading XFree86 now. This might do it, eh? Skip Mike Savory wrote: Hi Skip The message means you have installed the X11 SDK that was part of the developer tools, but you have not installed the X11.app that wa

Problem installing ports

2007-12-02 Thread Skip Evans
uggestions? Recommendations to a MacPorts newbie, but an old hand at FreeBSD ports? -- Skip Evans Big Sky Penguin, LLC 503 S Baldwin St, #1 Madison, WI 53703 608-250-2720 http://bigskypenguin.com =-=-=-=-=-=-=-=-=-= Check out PHPenguin, a lightweight and versatile PHP/MySQL, AJAX & DHTML develop