Re: macports on linux

2013-04-02 Thread Niels Dettenbach
Peng Yu pengyu...@gmail.com schrieb: Linux packages are usually outdated. Since macports are usually updated, is there a way to install macports on linux (e.g. ubuntu). If you are on linux or other open source *ix you may take a look a the pkgsrc system which offers source based software

Re: macports on linux

2013-04-02 Thread Phil Dobbin
On 02/04/2013 03:36, Peng Yu wrote: Hi, Linux packages are usually outdated. Since macports are usually updated, is there a way to install macports on linux (e.g. ubuntu). As others have said, it'd probably end up being counter productive trying to use MacPorts on Linux. I use Fedora,

Re: macports on linux

2013-04-02 Thread Niels Dettenbach
Am Dienstag, 2. April 2013, 09:29:28 schrieb Phil Dobbin: If not, the old fashioned way of installing via a tarball is pretty much the way to go. Linux is pretty much set up out the box to do this (after installing 'Development Tools' or build-essential so on) so it's usually no sweat. This

Re: macports on linux

2013-04-02 Thread Phil Dobbin
On 02/04/2013 09:38, Niels Dettenbach wrote: Am Dienstag, 2. April 2013, 09:29:28 schrieb Phil Dobbin: If not, the old fashioned way of installing via a tarball is pretty much the way to go. Linux is pretty much set up out the box to do this (after installing 'Development Tools' or

Re: macports on linux

2013-04-02 Thread Benito Mourelo Caldeiro
On lun, 2013-04-01 at 21:36 -0500, Peng Yu wrote: Hi, Linux packages are usually outdated. Since macports are usually updated, is there a way to install macports on linux (e.g. ubuntu). Hello, Linux kernel plus ports is Gentoo Linux (since 1999) and Gentoo-derived distributions (ej.

Re: macports on linux

2013-04-02 Thread Niels Dettenbach
Am Dienstag, 2. April 2013, 16:09:46 schrieb Benito Mourelo Caldeiro: Hello, Linux kernel plus ports is Gentoo Linux (since 1999) and Gentoo-derived distributions (ej. Funtoo and Sabayon Linux). Gentoo portage is not ports (but a bit [or more then a bit...] similiar) - this is why there are

Re: macports on linux

2013-04-02 Thread Benito Mourelo Caldeiro
On mar, 2013-04-02 at 16:15 +0200, Niels Dettenbach wrote: Am Dienstag, 2. April 2013, 16:09:46 schrieb Benito Mourelo Caldeiro: Hello, Linux kernel plus ports is Gentoo Linux (since 1999) and Gentoo-derived distributions (ej. Funtoo and Sabayon Linux). Gentoo portage is not ports (but a

Re: macports on linux

2013-04-02 Thread Niels Dettenbach
Am Dienstag, 2. April 2013, 16:32:51 schrieb Benito Mourelo Caldeiro: Portage is Gentoo's package management system. It is similar in idea to the BSD ports collections: the original design was based on FreeBSD ports. In contrast, the Portage tree does not contain directories of Makefiles, Yes

OT: OpenShot vs. iMovie

2013-04-02 Thread Markus Neuenschwander
I use iMovie at the moment. I wish to switch to OpenShot, after it gets native ported to OS X. Can somebody with OpenShot know how compare them side by side? Is it possible for a iMovie power user switching to OpenShot. Because iMovie is the only software I use from iLife.. Will I be miss

Re: unable to upgrade/build texlive-bin

2013-04-02 Thread MAS!
clang can in some cases use a lot more RAM than gcc did. Try updating to Xcode 4.6.1 if you haven't already. Also ensure your command line tools are up to date by open Xcode, I'm updating che command line tools.. but I'm compiling it (even with the outdated command line tools) without the

Complier warning message

2013-04-02 Thread Phil Dobbin
Hi, all. I've just ran selfupdate got this warning message: 'Warning: All compilers are either blacklisted or unavailable; using first fallback entry as last resort' I last ran selfupdate twenty-four hours ago it wasn't there. My gcc version is: 'gcc version 4.2.1 (Apple Inc. build 5666)

Re: macports on linux

2013-04-02 Thread James Linder
On 03/04/2013, at 3:00 AM, macports-users-requ...@lists.macosforge.org wrote: If not, the old fashioned way of installing via a tarball is pretty much the way to go. Linux is pretty much set up out the box to do this (after installing 'Development Tools' or build-essential so on) so it's

Python pip issue

2013-04-02 Thread Adam Dershowitz Ph.D., P.E.
I am trying to install a package, and have run into a problem. I did make sure that I am running the correct python: I have pip-2.6 installed, and I have used port select to make sure that macport python26 is active. If I then do: sudo pip-2.6 install PyJSBSim I get progress and then I see:

Re: unable to upgrade/build texlive-bin

2013-04-02 Thread Dan Ports
On Mon, Apr 01, 2013 at 12:25:14PM +0200, MAS! wrote: I'm under mountain lion and I wish to upgrade texlive-bin (2012_5 2012_6) but it seems it goes in loop and eat all memory and even all 'swap', until the disk is full :-( I'm seeing this now too (it's apparently specific to some

Path Out of Control

2013-04-02 Thread Christopher Stone
Hey Folks, I was having a discussion about paths with someone and looked at mine because of it. What I found was a bit surprising; there are several duplications — and it appears to my inexpert eye that MacPorts is the culprit. From ~/.profile:

Re: Path Out of Control

2013-04-02 Thread Ryan Schmidt
On Apr 2, 2013, at 20:44, Christopher Stone wrote: I was having a discussion about paths with someone and looked at mine because of it. What I found was a bit surprising; there are several duplications — and it appears to my inexpert eye that MacPorts is the culprit. From ~/.profile:

Re: OT: OpenShot vs. iMovie

2013-04-02 Thread Ryan Schmidt
On Apr 2, 2013, at 12:41, Markus Neuenschwander wrote: I use iMovie at the moment. I wish to switch to OpenShot, after it gets native ported to OS X. Can somebody with OpenShot know how compare them side by side? Is it possible for a iMovie power user switching to OpenShot. Because

Re: Complier warning message

2013-04-02 Thread Ryan Schmidt
On Apr 2, 2013, at 18:10, Phil Dobbin wrote: I've just ran selfupdate got this warning message: 'Warning: All compilers are either blacklisted or unavailable; using first fallback entry as last resort' I last ran selfupdate twenty-four hours ago it wasn't there. My gcc version is:

Re: Python pip issue

2013-04-02 Thread Brandon Allbery
On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. de...@alum.mit.edu wrote: I have pip-2.6 installed, and I have used port select to make sure that macport python26 is active. If I then do: This only works as expected if /opt/local/bin precedes /usr/bin in your $PATH; you might

Re: Python pip issue

2013-04-02 Thread Adam Dershowitz Ph.D., P.E.
On Apr 2, 2013, at 7:10 PM, Brandon Allbery allber...@gmail.com wrote: On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. de...@alum.mit.edu wrote: I have pip-2.6 installed, and I have used port select to make sure that macport python26 is active. If I then do: This only

Re: Path Out of Control

2013-04-02 Thread Ryan Schmidt
On Apr 2, 2013, at 21:00, Ryan Schmidt wrote: The code that changes your .profile hasn't really changed in a long time. It should not have added to your .profile if the path was already set properly. The code the installer runs to set up your .profile is here, by the way:

Re: macports on linux

2013-04-02 Thread Ian Wadham
On 03/04/2013, at 10:35 AM, James Linder wrote: On 03/04/2013, at 3:00 AM, macports-users-requ...@lists.macosforge.org wrote: If not, the old fashioned way of installing via a tarball is pretty much the way to go. Linux is pretty much set up out the box to do this (after installing

Re: Python pip issue

2013-04-02 Thread Ned Deily
In article 77d0858c-1c68-4628-a4f4-5db5c7b0f...@alum.mit.edu, Adam Dershowitz Ph.D., P.E. de...@alum.mit.edu wrote: On Apr 2, 2013, at 7:10 PM, Brandon Allbery allber...@gmail.com wrote: On Tue, Apr 2, 2013 at 9:27 PM, Adam Dershowitz Ph.D., P.E. de...@alum.mit.edu wrote: I have pip-2.6

Re: Python pip issue

2013-04-02 Thread Ned Deily
In article nad-ec6e3f.22181202042...@news.gmane.org, Ned Deily n...@acm.org wrote: cd ./ib/python2.6/site-packages/ cd ./lib/python2.6/site-packages/ -- Ned Deily, n...@acm.org ___ macports-users mailing list