Re: Macport 2.03 glib2 problem in leopard

2011-11-25 Thread Peter
Hi Ryan, Thanks for your help. now I fixed everything except to get gtk2 to install in leopard. $sudo port install gtk2 --->  Attempting to fetch atk-1.32.0.tar.bz2 from http://distfiles.macports.org/atk --->  Verifying checksum(s) for atk --->  Extracting atk --->  Configuring atk ---> 

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
On 26/11/2011, at 5:14 PM, Jeremy Lavergne wrote: >> It returns: >> >> /Library/Frameworks/Python.framework/Versions/Current/bin/Python which is an >> alias pointing to the Enthought python. >> >> and, to confirm, when I run Python it is the Enthought version that runs. > > /Library/ is not a

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Jeremy Lavergne
> It returns: > > /Library/Frameworks/Python.framework/Versions/Current/bin/Python which is an > alias pointing to the Enthought python. > > and, to confirm, when I run Python it is the Enthought version that runs. /Library/ is not a MacPort-provided Python. They should all be based on /opt/lo

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
On 26/11/2011, at 5:05 PM, Jeremy Lavergne wrote: >> Is that as it should be or does something else need to be done to tell the >> Enthought distro that it is using PySide 1.0.8? > > Here are a basic: > > what does `which python` return? It returns: /Library/Frameworks/Python.framework/Vers

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Jeremy Lavergne
> Is that as it should be or does something else need to be done to tell the > Enthought distro that it is using PySide 1.0.8? Here are a basic: what does `which python` return? smime.p7s Description: S/MIME cryptographic signature ___ macports-use

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
On 26/11/2011, at 12:34 PM, Lawrence Velázquez wrote: __ Research School of Astronomy & Astrophysics Mt Stromlo Observatory Australian National University > Before doing anything funky with MacPorts, you might want to try installing > pyside normally and then creating a symlink to the

Re: port pkg doesn't include dependencies?

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 22:04, Roger Pack wrote: > I may be operating under the wrong assumption, but should $ port pkg XXX > also include in the pkg, that port's dependencies? > Or is it assumed that it was built with --enable-static, so has no > dependencies? > > (I noticed that currently, at lea

Re: specify pkg license

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 21:52, Jeremy Lavergne wrote: >> Would this license be displayed to the user who "installs" the >> generated pkg file? (apparently pkg files require a License.rtf file >> [1]?) >> Thanks! > > Depends on the actual binary implementation. > > As far as MacPorts itself is conce

port pkg doesn't include dependencies?

2011-11-25 Thread Roger Pack
Hello all. I may be operating under the wrong assumption, but should $ port pkg XXX also include in the pkg, that port's dependencies? Or is it assumed that it was built with --enable-static, so has no dependencies? (I noticed that currently, at least for me, it doesn't seem to include any depende

Re: feature request: tell us where the pkg is.

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 18:28, Roger Pack wrote: > After running this command: > $ port pkg dos2unix > Warning: MacPorts running without privileges. You may be unable to > complete certain actions (e.g. install). > ---> Computing dependencies for dos2unix > ---> Fetching archive for dos2unix > --->

Re: specify pkg license

2011-11-25 Thread Jeremy Lavergne
> Would this license be displayed to the user who "installs" the > generated pkg file? (apparently pkg files require a License.rtf file > [1]?) > Thanks! Depends on the actual binary implementation. As far as MacPorts itself is concerned, it is only reveled thorough the standard procedure of run

Re: specify pkg license

2011-11-25 Thread Roger Pack
On Fri, Nov 25, 2011 at 6:04 PM, Jeremy Lavergne wrote: >> Is it possible to specify a license to be placed within a macports created >> pkg? > > Simply adding it to $prefix/share/$name would suffice. Most ports do this; if > you find some that do not a ticket could be filed, depending on the li

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
Yes, the Macports install of Spyder is the one recommended for OS X on the Spyder website. DN On 26/11/2011, at 1:13 PM, Eric A. Borisch wrote: > On Fri, Nov 25, 2011 at 7:03 PM, David Nicholls wrote: >> To run the Spyder IDE with the current Enthought python distribution, I >> need PySide-1.

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Eric A. Borisch
On Fri, Nov 25, 2011 at 7:03 PM, David Nicholls wrote: > To run the Spyder IDE with the current Enthought python distribution, I > need PySide-1.0.8-1 but the Enthought distro (the free academic version) > comes with PySide-1.0.5-1. > To access the Enthought repositories (which include PySide-1.0.

Re: Macport 2.03 glib2 problem in leopard

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 16:51, Peter wrote: >> Build libffi (and all its dependencies) without the universal variant (i.e. >> "-universal"). > > Now it works. thanks. When I build my library, there is another problem: >ld: library not found or -lX11 > > I used -L/usr/X11/lib, and it looks th

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
Thanks. I'll give that a go. DN On 26/11/2011, at 12:03 PM, David Nicholls wrote: > To run the Spyder IDE with the current Enthought python distribution, I need > PySide-1.0.8-1 but the Enthought distro (the free academic version) comes > with PySide-1.0.5-1. > > To access the Enthought repos

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Lawrence Velázquez
Before doing anything funky with MacPorts, you might want to try installing pyside normally and then creating a symlink to the location Enthought expects it. So if pyside installs to /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PySide, try something li

Re: specify pkg license

2011-11-25 Thread Jeremy Lavergne
> Is it possible to specify a license to be placed within a macports created > pkg? Simply adding it to $prefix/share/$name would suffice. Most ports do this; if you find some that do not a ticket could be filed, depending on the license requirement. Keep in mind some programs have it bundled

Can I use Macports to update Enthought python?

2011-11-25 Thread David Nicholls
To run the Spyder IDE with the current Enthought python distribution, I need PySide-1.0.8-1 but the Enthought distro (the free academic version) comes with PySide-1.0.5-1. To access the Enthought repositories (which include PySide-1.0.8-1), you need a $200 subscription. It looks like PySide-1.

Re: $PATH

2011-11-25 Thread Phil Dobbin
On 26/11/11 00:32, "Brandon Allbery" wrote: > On Fri, Nov 25, 2011 at 19:22, Phil Dobbin wrote: >> I've tried all different incantations starting from the usual `export >> PATH=/usr/bin/ruby:$PATH` in my .bash_profile to more esoteric ones in my >> basrc, ~/.MacOS X/environment.plist & so on. I

specify pkg license

2011-11-25 Thread Roger Pack
Is it possible to specify a license to be placed within a macports created pkg? Sorry google didn't seem to reveal an answer to this question. Thanks! -roger- ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/

Re: feature request: tell us where the pkg is.

2011-11-25 Thread Jeremy Lavergne
Right now, all packages are in `port work PORTNAME`. Roger Pack wrote: >Hello. >After running this command: >$ port pkg dos2unix >Warning: MacPorts running without privileges. You may be unable to >complete certain actions (e.g. install). >---> Computing dependencies for dos2unix >---> Fetchin

Re: $PATH

2011-11-25 Thread Brandon Allbery
On Fri, Nov 25, 2011 at 19:22, Phil Dobbin wrote: > I've tried all different incantations starting from the usual `export > PATH=/usr/bin/ruby:$PATH` in my .bash_profile to more esoteric ones in my > basrc, ~/.MacOS X/environment.plist & so on. I sourced the .bash_profile, > quit iTerm & restarte

feature request: tell us where the pkg is.

2011-11-25 Thread Roger Pack
Hello. After running this command: $ port pkg dos2unix Warning: MacPorts running without privileges. You may be unable to complete certain actions (e.g. install). ---> Computing dependencies for dos2unix ---> Fetching archive for dos2unix ---> Unpacking tbz2 archive for dos2unix 5.1.1_0 ---> Cr

$PATH

2011-11-25 Thread Phil Dobbin
Hi, all. This question is driving me crazy so I'm going to have to ask it. I need to use the System Ruby for a Rails project & all is set-up except I can't set the `which ruby` to /usr/bin it keeps returning /opt/local (I've a copy of ruby 1.8.7 I downloaded by MacPorts). I've tried all differen

Re: installer does not find sed / uname

2011-11-25 Thread Brandon Allbery
On Fri, Nov 25, 2011 at 18:26, Kraus Philipp wrote: > I have run the pkg with the installer tool on a terminal the call does not > create any error. If I run the package via double click the error > "sed / uname not found" is shown. > Do you by any chance have a ~/.MacOSX/environment.plist file?

Re: installer does not find sed / uname

2011-11-25 Thread Kraus Philipp
Am 25.11.2011 um 23:20 schrieb Ryan Schmidt: > On Nov 25, 2011, at 16:15, Kraus Philipp wrote: > >> Am 23.11.2011 um 22:22 schrieb Ryan Schmidt: >> >>> Then unfortunately I have nothing I can suggest. It should just work. >>> >>> In the console, make sure you selected All Messages under the Da

Re: Make port inactive

2011-11-25 Thread Phil Dobbin
On 25/11/11 22:48, "Scott Webster" wrote: > port deactivate portname > > It's in the man file by the way. Thanks, Scott. Cheers, Phil... -- Nothing to see here... move along, move along ___ macports-users mailing list macports-users@lists.mac

Re: Macport 2.03 glib2 problem in leopard

2011-11-25 Thread Peter
Hi Ryan, > Build libffi (and all its dependencies) without the universal variant (i.e. > "-universal"). Now it works. thanks. When I build my library,  there is another problem:    ld: library not found or -lX11 I used -L/usr/X11/lib, and it looks tha libX11.6.dylib and libX11.la in /usr/X11

Re: Make port inactive

2011-11-25 Thread Scott Webster
On Fri, Nov 25, 2011 at 2:43 PM, Phil Dobbin wrote: > I'm wondering whether there is an option to make a port inactive as opposed > to uninstalling it. I read through the Guide but found no clues. > port deactivate portname It's in the man file by the way. Scott

Make port inactive

2011-11-25 Thread Phil Dobbin
Hi, all. I'm wondering whether there is an option to make a port inactive as opposed to uninstalling it. I read through the Guide but found no clues. Cheers, Phil... -- Nothing to see here... move along, move along ___ macports-users mailing list

Re: installer does not find sed / uname

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 16:15, Kraus Philipp wrote: > Am 23.11.2011 um 22:22 schrieb Ryan Schmidt: > >> Then unfortunately I have nothing I can suggest. It should just work. >> >> In the console, make sure you selected All Messages under the Database >> Searches heading, to get messages from all so

Re: Lots and lots of system time

2011-11-25 Thread Brandon Allbery
On Fri, Nov 25, 2011 at 15:08, Harald Hanche-Olsen wrote: > I have no idea what mach_kernel`chud is or does, but it disappears from > the list when the compilation is stopped. (So do the dtrace functions, > BTW.) The script runs for ten seconds, so CHUD is part of the instrumentation, I think (C

Re: Lots and lots of system time

2011-11-25 Thread Jeremy Lavergne
> MacBook Pro, 2.66 GHz Intel Core 2 Duo, 8 GB RAM Looks like build.macports.org is a quad core Xeon Xserve running 2.0, 2.66 or 3.0 GHz. If you have some ports that cannot be built in parallel, it should give you a reasonable comparison. The latest build took just under 10 minutes, where that

Re: Lots and lots of system time

2011-11-25 Thread Harald Hanche-Olsen
This thead has laid dormant for several weeks, so just a reminder: I asked why system time was well above 50 % while I compile macports software. ["Daniel J. Luke" (2011-10-30 15:03:08 UTC)] > If you really want to know what is going on, you could probably use some of > the provided dtrace scri

Re: Macport 2.03 glib2 problem in leopard

2011-11-25 Thread Ryan Schmidt
On Nov 25, 2011, at 00:39, Peter wrote: > Ryan, > > how to remove universal build for glib2? > > Previously, many dependencies are built with universal. > > sudo port install cairo +no_x11 +quartz +universal > > it failed with in glib2 build. > Now, I run "sudo port clean cairo; sudo port cle