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

2008-02-02 Thread skip
Ryan> As ports are tested, "use_parallel_build yes" is added to the Ryan> portfile. Then MacPorts will build those ports using -j$jobs Ryan> (where $jobs is the number of CPU cores in your computer). This Ryan> was added for MacPorts 1.6. Excellent, thanks. That makes it transpar

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] - http://www

Re: [Proposal ] Name of Python's port

2008-02-02 Thread js
> A mass renaming of ports would basically cause massive failures during > upgrades (why can't any of my port dependencies activate during upgrade?) > unless every single py-* port was DUPLICATED as a py24-* port and then made > a non-installing dependent of the py24-* port (look in the SVN histor

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

2008-02-02 Thread Ryan Schmidt
On Feb 2, 2008, at 19:25, Rainer Müller wrote: Ryan Schmidt wrote: Changes in base should not break existing ports, if at all possible. Ports may fail with this option enabled. Therefore it's opt-in on a port-by-port basis. So every maintainer has to check for himself if his/her ports bu

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

2008-02-02 Thread Rainer Müller
Ryan Schmidt wrote: Changes in base should not break existing ports, if at all possible. Ports may fail with this option enabled. Therefore it's opt-in on a port-by-port basis. So every maintainer has to check for himself if his/her ports built fine with parallel building enabled? With this a

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

2008-02-02 Thread Ryan Schmidt
On Feb 2, 2008, at 18:37, Rainer Müller wrote: Yves de Champlain wrote: However, macports will not use it unless the Portfile says it'S OK to do so with each specific port. Now, very few (almost none) Portfiles have this flag defined. It's just too bad because most ports will build fin

Re: Error upgrading Apache2

2008-02-02 Thread Chris Janton
On 2008-02-02 , at 16:28 , Ryan Schmidt wrote: See my response just now to Paul Beard about the same problem: http://lists.macosforge.org/pipermail/macports-users/2008-February/ 008651.html unfortunately I have looked at the response, looked at the 2 different places where the error is, a

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

2008-02-02 Thread Rainer Müller
Yves de Champlain wrote: However, macports will not use it unless the Portfile says it'S OK to do so with each specific port. Now, very few (almost none) Portfiles have this flag defined. It's just too bad because most ports will build fine with -j > 1 (I have tried over 150 ports with -j 8 a

Re: [Proposal ] Name of Python's port

2008-02-02 Thread js
So, now that we have py25-* and even py30-* ports, let's do something about it. Renaming py-* t- py24-*. could be done in a simple perl regex like this $ find dports \! -path '*.svn*' -type f -print0 | xargs -0 perl -i -pe 's/py-/py24-/g' It might be better to leave py-* ports without any changes

Re: how to reconfigure f2py

2008-02-02 Thread Adam Mercer
On Jan 30, 2008 5:13 PM, Dexter Douglas <[EMAIL PROTECTED]> wrote: > Then I modified the linker flags. > In > /opt/local/lib/python2.5/site-packages/numpy/distutils/fcompiler/g95.py > > I changed line 24 from >'linker_so': ["","-static"], > to >'linker_so': ["","-dynamiclib > -L/op

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

2008-02-02 Thread Yves de Champlain
Le 08-02-02 à 13:53, [EMAIL PROTECTED] a écrit : As the subject says, can I take advantage my my shiny new dual-core MacBook Pro? Something like "port install -j2"? The answer is yes and no ... $prefix/etc/macports/macports.conf lets you specify a -j arg. However, macports will not use i

Re: Cannot install gimp-app (libgnomeprint fetch problem)

2008-02-02 Thread Ryan Schmidt
This problem was fixed: http://trac.macosforge.org/projects/macports/changeset/33577 "sudo port selfupdate" and try again. On Jan 30, 2008, at 02:55, Juraj Kubelka wrote: Hi All! May I ask for help? I'm trying to install gimp-app package and it ends up with error. Is there a way how can

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

2008-02-02 Thread Ryan Schmidt
On Feb 2, 2008, at 12:53, [EMAIL PROTECTED] wrote: As the subject says, can I take advantage my my shiny new dual-core MacBook Pro? Something like "port install -j2"? Not exactly. Not all software supports parallel building. Each port must be tested to ensure that it works. As ports are

Re: [Proposal ] Name of Python's port

2008-02-02 Thread Ryan Schmidt
On Feb 1, 2008, at 23:45, js wrote: port search python shows me that every python2.5 port has prefix "py25" but that of 2.4 is only "py". If MacPorts would consider python2.4 is recommended python (due to some known problem) and called python2.4 port just "python", that would make sense, but ,un

Re: myodbc 5.1.1?

2008-02-02 Thread Ryan Schmidt
On Feb 2, 2008, at 17:35, Ryan Schmidt wrote: On Jan 30, 2008, at 16:43, Justin Fagnani wrote: Is there any chance that a portfile for the MySQL odbc 5.1.1 drivers are coming soon? I don't see any ticket filed on that, so I'd guess not. You could file a ticket requesting such an update.

Re: libgnomeprint patch fetch fails

2008-02-02 Thread Ryan Schmidt
This was fixed: http://trac.macosforge.org/projects/macports/changeset/33577 On Jan 30, 2008, at 08:06, William Davis wrote: ---> Fetching libgnomeprint DEBUG: Executing org.macports.fetch (libgnomeprint) ---> patch-configure.diff doesn't seem to exist in /opt/local/var/ macports/distfiles

Re: myodbc 5.1.1?

2008-02-02 Thread Ryan Schmidt
On Jan 30, 2008, at 16:43, Justin Fagnani wrote: Is there any chance that a portfile for the MySQL odbc 5.1.1 drivers are coming soon? I don't see any ticket filed on that, so I'd guess not. You could file a ticket requesting such an update. Be sure to Cc the maintainer of the port. You

Re: Installing PHP5: "Error, SSL/TLS libraries were missing or unusable"

2008-02-02 Thread Ryan Schmidt
On Jan 30, 2008, at 02:28, Stefan Schwarzer wrote: I did a successful install like this: sudo port install php5 +apache2 +mysql5 +server The php5 port does not have a +server variant. If you were trying to get a mysql5 server out of this, then you need to do two separate commands:

Re: Error upgrading Apache2

2008-02-02 Thread Ryan Schmidt
See my response just now to Paul Beard about the same problem: http://lists.macosforge.org/pipermail/macports-users/2008-February/ 008651.html On Feb 2, 2008, at 11:06, Chris Janton wrote: This occurs on both 10.4 and 10.5 with macports version 1.6 or later. Same error on both systems. ---

Re: libtool woes

2008-02-02 Thread Ryan Schmidt
"unable to infer tagged configuration" when trying to build apache2 is already filed: http://trac.macosforge.org/projects/macports/ticket/13653 Someone also filed it for mjpegtools: http://trac.macosforge.org/projects/macports/ticket/13648 Both tickets include lots of discussion. The apache2

Re: python/py-mysql

2008-02-02 Thread Ryan Schmidt
I can't really help you since I don't use python or leopard. I just wanted to say a few things: On Jan 31, 2008, at 09:29, Suresh Pillai wrote: I was imprecise on python25 not installing. In fact, it was py25- hashlib that failed to compile, a dependency for py25-mysql. I don't see any ti

Re: PostGIS - Installation in different Schema

2008-02-02 Thread Ryan Schmidt
On Jan 31, 2008, at 11:02, Stefan Schwarzer wrote: I would like to know if somebody could tell me how I can - by using the PostGIS MacPort - install the postgis functions not in the schema "public", but in another schema (to separate it from the tables which are being inserted into the publ

macports-users has been fixed

2008-02-02 Thread William Siegrist
Sorry for the oversight, there was a mis-set permission on the server for macports-users. All the mail got deferred and has now been delivered. -Bill William Siegrist Software Support Engineer Mac OS Forge http://macosforge.org/ [EMAIL PROTECTED] 408 862 7337 smime.p7s Descrip

Re: bug for installing Macports?

2008-02-02 Thread Juan Manuel Palacios
' Even for the selfupdate I get error messages: $ sudo port selfupdate Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports tree: Synchronization the local ports tree failed doing rsync and fails. Providing us with more information through port(1)'s -d flag would b

Endless Avahi system.log errors

2008-02-02 Thread Adam Dershowitz
I have Avahi port installed due to a dependency. I recently noticed that my system.log contains this repeated every 10 seconds: Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: connect(): No such file or directory Feb 2 14:16:35 Macintosh org.freedesktop.avahi-dnsconfd[808]: F

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 know that Randy Newman

Error upgrading Apache2

2008-02-02 Thread Chris Janton
This occurs on both 10.4 and 10.5 with macports version 1.6 or later. Same error on both systems. ---> Building apache2 with target all Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_port

Error in sqlite3 build - invalid command name "configure.awk"

2008-02-02 Thread Chris Janton
PPC Mac OS X 10.3.9 server [EMAIL PROTECTED]:admin:124 $ sudo port sync [EMAIL PROTECTED]:admin:125 $ sudo port outdated The following installed ports are outdated: sqlite33.5.4_0 < 3.5.5_0 [EMAIL PROTECTED]:admin:126 $ sudo port upgrade sqlite3 Error: Unable to open port:

Re: My Nano Is in French!

2008-02-02 Thread N_Ox
Le 2 févr. 08 à 14:30, Charlse Darwin a écrit : Hi, Nano is installed in French; how do I change it back to English? Regards, Your environment must say you're french. Check your environment to see if LANG or LC_ALL is set to something like fr_FR and reset it accordingly. Regards, -- Ant

Anyone have dcraw 8.81 installed?

2008-02-02 Thread Ryan Schmidt
Does anybody have the dcraw 8.81 port installed? If so, please email me; I would like to get the distfile from you. The distfile currently available from the dcraw web site does not match the one with which the portfile was made; see: http://trac.macosforge.org/projects/macports/ticket/1394

[Proposal ] Name of Python's port

2008-02-02 Thread js
Hi, port search python shows me that every python2.5 port has prefix "py25" but that of 2.4 is only "py". If MacPorts would consider python2.4 is recommended python (due to some known problem) and called python2.4 port just "python", that would make sense, but ,unfortunately, it's not so. So IMHO

Re: This version of Links does not contain SSL/TLS support

2008-02-02 Thread Bryan Blackburn
On Feb 1, 2008, at 10:42 AM, Charlse Darwin wrote: Hi, I get this error when I try to load some pages. `This version of Links does not contain SSL/TLS support' How did you install links? You need to use the ssl variant: $ sudo port install links +ssl and that should build in support for S

This version of Links does not contain SSL/TLS support

2008-02-02 Thread Charlse Darwin
Hi, I get this error when I try to load some pages. `This version of Links does not contain SSL/TLS support' However it reads `SSL support since version 0.94.' here: $ links -version Links 2.1pre28 Regards, ___ ma

libtool woes

2008-02-02 Thread paul beard
Looks like I have some problem with libtool. libIDL and Apache2 both fail to upgrade. ---> Building apache2 with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_www_apache2/work

libIDL woes

2008-02-02 Thread paul beard
Anyone else seeing this? /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc-4.0 -O2 -no-cpp-precomp -version-info 0:0:0 -L/opt/local/lib -lglib-2.0 -lintl -liconv -no-undefined -L/opt/local/lib -o libIDL-2.la -rpath /opt/local/lib parser.lo lexer.lo ns.lo util.lo /usr/bin/gcc-4.0 -dynamiclib

PostGIS - Installation in different Schema

2008-02-02 Thread Stefan Schwarzer
Hi there, I would like to know if somebody could tell me how I can - by using the PostGIS MacPort - install the postgis functions not in the schema "public", but in another schema (to separate it from the tables which are being inserted into the public schema). Thanks for any hints, Stef

Re: python/py-mysql

2008-02-02 Thread Suresh Pillai
I was imprecise on python25 not installing. In fact, it was py25-hashlib that failed to compile, a dependency for py25-mysql. I've also found with some googling that the py-mysql error can be fixed on LEOPARD by commenting out from _mysql.c #ifndef uint #define uint unsigned int #endif Apol

myodbc 5.1.1?

2008-02-02 Thread Justin Fagnani
Is there any chance that a portfile for the MySQL odbc 5.1.1 drivers are coming soon? I tried getting it to compile and work with the macports mysql5, but found it quicker to just pay for some commercial drivers for the moment. The only problem with the MySQL provided binaries is that they're looki

python/py-mysql

2008-02-02 Thread Suresh Pillai
I am running Macports 1.6 OS X 10.5 xcode 3.0 xquartz 2.1.3 python24 installs fine but gives me bus errors for the simplest of things like printing a list. Someone else mentioned this too back in Nov but I didnt see any responses to the thread. Also py-mysql won't compile (log not show sinc

Re: how to reconfigure f2py

2008-02-02 Thread Dexter Douglas
Hello, I have resolved my problem with f2py. First, installed python2.5. "sudo port install python2.5" Then I linked python. "cd /opt/local/bin ; sudo ln -s python2.5 python" Then I installed numpy. "sudo port install py25-numpy" Then I modified the linker flags. In /opt/local/lib/python2.5/s

Re: qt build failure due to libmng build failure

2008-02-02 Thread Ludwig
On Jan 21, 2008 1:39 PM, Ludwig <[EMAIL PROTECTED]> wrote: > > > ---> Fetching libmng > > > ---> Verifying checksum(s) for libmng > > > ---> Checksumming libmng-1.0.9.tar.gz > > > ---> Extracting libmng > > > ---> Extracting libmng-1.0.9.tar.gz > > > ---> Configuring libmng > > > /opt/local/

libgnomeprint patch fetch fails

2008-02-02 Thread William Davis
---> Fetching libgnomeprint DEBUG: Executing org.macports.fetch (libgnomeprint) ---> patch-configure.diff doesn't seem to exist in /opt/local/var/ macports/distfiles/libgnomeprint ---> Attempting to fetch patch-configure.diff from http://svn.macports.org/repository/macports/distfiles/libgno

Cannot install gimp-app (libgnomeprint fetch problem)

2008-02-02 Thread Juraj Kubelka
Hi All! May I ask for help? I'm trying to install gimp-app package and it ends up with error.Is there a way how can I solve it? Thank you in advance. Jura ## log: ## sudo port install gimp-app Skipping org.macports.activate (aalib ) since this port is already active --->

Installing PHP5: "Error, SSL/TLS libraries were missing or unusable"

2008-02-02 Thread Stefan Schwarzer
Hi there, I did a successful install like this: sudo port install php5 +apache2 +mysql5 +server Now, I discovered that php5 wasn't configured with postgres, that's why I wanted to repeat the process, this time using the postgres variant. So, I did an uninstall and clean of php5, m