Re: livecheck error

2009-09-04 Thread Artie Ziff
FWIW, I thnk this helps: $ sudo port -v selfupdate $ port -v MacPorts 1.8.0 $ sudo port install git-core +svn +doc +bash_completion +gitweb Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-varia

livecheck error

2009-09-04 Thread Artie Ziff
Hello, Wow! Such a busy list. Personal computers are really catching on! Does anyone recognize this message and what a remedy may be? $ sudo port install git-core +svn Error: Unable to open port: invalid command name "livecheck.type" Mac OS v10.5.8 MacPorts 1.710 Thanks! Cheers, AZ _

Open Al: No universal variant in the port tree

2009-09-04 Thread Michael_google gmail_Gersten
(I sent this to macports-dev by mistake.) "openal" does not have a +universal option defined. Manually adding the line PortGroup               muniversal 1.0 to the port file did NOT suffice -- this is the output sudo port install openal +universal --->  Computing dependencies for openal --->  F

Re: Trying to rebuild on 10.6

2009-09-04 Thread Savory Michael
Hi Mark If you only have one machine, and that one is critical for you. Then I suggest you buy a USB external drive (available for around $60 now). Then you can clone your current install play with Snow Leopard and port upgrades until you are satisfied. Restoration to your untouched syste

Re: Trying to rebuild on 10.6

2009-09-04 Thread Mark Hattam
On 2 Sep 2009, at 15:26, Ryan Schmidt wrote: On Aug 31, 2009, at 22:41, Joshua Root wrote: On 2009-9-1 11:06, Ryan Schmidt wrote: I updated the Migration page BTW. I have not tested the new instructions so they may still need tweaking. With the instructions as written, "sudo port instal

hellanzbHelp

2009-09-04 Thread Mack Johnson
Can someone help me apply the patches to get "hellanzb" to work? mack ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: emacs-app-devel fails to build under Snow Leopard

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 15:50, Artemio Gonzalez Lopez wrote: emacs-app-devel does not build under Snow Leopard (yes, I uninstalled first all my ports and rebuilt from scratch with Snow Leopard). More specifically, the error I get is: Please file a ticket for this problem in the issue tracker.

Re: tomcat 5 has errors on Snow Leopard

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 15:47, Aaron Boxer wrote: The install chokes on commons-dbcp: This error has already been filed here: http://trac.macports.org/ticket/21037 You can Cc yourself on that ticket if you would like to be informed about it. ___ m

Re: php-oracle workaround

2009-09-04 Thread Ryan Schmidt
On Aug 28, 2009, at 16:26, John Korchok wrote: After installing the new Oracle PHP port, I was getting an error: Warning: oci_connect() [function.oci-connect]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that DYLD_LIBRARY_PATH includes the directory wi

emacs-app-devel fails to build under Snow Leopard

2009-09-04 Thread Artemio Gonzalez Lopez
Hi everybody, emacs-app-devel does not build under Snow Leopard (yes, I uninstalled first all my ports and rebuilt from scratch with Snow Leopard). More specifically, the error I get is: make[1]: *** [nsterm.o] Error 1 make[1]: *** Waiting for unfinished jobs In file included from nster

tomcat 5 has errors on Snow Leopard

2009-09-04 Thread Aaron Boxer
Hello, The install chokes on commons-dbcp: ---> Building commons-dbcp Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_commons-dbcp/work/commons-dbcp-1.2.2-src" && ant dist -Djunit

Re: strange error installing wxpython

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 14:30, Victor Eijkhout wrote: On 2009/09/04, at 2:04 PM, Ryan Schmidt wrote: sudo port clean py25-wxypthon sudo port -d install py25-wxpython That did it. Thanks. Ok, glad you got it working. There was probably stuff left over from a previous failed build attempt.

Re: Two errors compiling wine-devel

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 13:57, Payam Minoofar wrote: [mac0023329b341a:~] payam% sudo port install winetricks [snip] ---> Fetching wine Error: wine 1.0.1 is not compatible with Mac OS X 10.6 or later. Until wine 1.2 is released, please install wine-devel instead. If wine-devel is installed and ac

Re: strange error installing wxpython

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 13:54, Victor Eijkhout wrote: ---> Computing dependencies for py25-wxpython ---> Building py25-wxpython Error: Target org.macports.build returned: shell command " cd "/opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync.macports.org_release_ports_python_p

strange error installing wxpython

2009-09-04 Thread Victor Eijkhout
[albook:~] %% sudo port install py25-wxpython Warning: Skipping upgrade since openssl 0.9.8k_0 >= openssl 0.9.8k_0, even though installed variants "" do not match "+darwin". Use 'upgrade --enforce-variants' to switch to the requested variants. Warning: Skipping upgrade since tcl 8.5.6_0 >= tcl

Re: macports-users Digest, Vol 37, Issue 4

2009-09-04 Thread Payam Minoofar
My sincere apologies. I had forgotten to clean up wine before compiling wine-devel. Wine-devel built for me as well. Now, I get this from Winetricks. [mac0023329b341a:~] payam% sudo port install winetricks ---> Computing dependencies for winetricks ---> Fetching cabextract ---> Attempting to

Re: thanks for 1.8

2009-09-04 Thread Damien Clauzel
Le 4 sept. 2009 à 18:28, William Davis a écrit : This works in 1.8: port installed inactive and lists all your installed but inactive ports. Oh, I didn't know that was possible. I was always complaining that I have to run a bash script for getting those information. So it is definitely very

Re: Install PHP 5.2 with Macports 1.8?

2009-09-04 Thread Bryan Blackburn
On Sat, Sep 05, 2009 at 01:06:01AM +0800, Jason Dinh Ba Thanh said: > Hi all, > > I just did a clean install of Snow Leopard on my Mac. After I > installed macports 1.8, 'sudo port install php5' now gives me 5.3 > instead of 5.2. There's many projects I'm working on could not run on > 5.3. Anyone

Install PHP 5.2 with Macports 1.8?

2009-09-04 Thread Jason Dinh Ba Thanh
Hi all, I just did a clean install of Snow Leopard on my Mac. After I installed macports 1.8, 'sudo port install php5' now gives me 5.3 instead of 5.2. There's many projects I'm working on could not run on 5.3. Anyone knows a quick and easy way to downgrade to 5.2? I searched php ports bu

Re: gmp failed build

2009-09-04 Thread Frank J. R. Hanstick
Hello, I just upgraded my PPC to 10.5 and still got the gmp error when trying to install. On Aug 31, 2009, at 4:52 AM, David Evans wrote: Hm, ok, looks like it's just more of the same. The system is PPC Tiger (10.4.11). I'm sure I've installed gmp on Tiger PPC, so I suppose gmp mu

Re: thanks for 1.8

2009-09-04 Thread Ryan Schmidt
On Sep 4, 2009, at 11:28, William Davis wrote: This works in 1.8: port installed inactive and lists all your installed but inactive ports. Thanks!! 1.7.1 could already do that, I'm pretty sure it's been around quite awhile before that too. :) But I agree it certainly is useful. ___

thanks for 1.8

2009-09-04 Thread William Davis
This works in 1.8: port installed inactive and lists all your installed but inactive ports. Thanks!! :) William Davis frstanATbellsouthDOTnet Mac OS X ver 10.6 Darwin 10.6 XQuartz 2.3.4 (xorg-server 1.4.2-apple45) Mac Mini Intel Duo @ 1.86 GHz Mundus vult decepi, ego non

Re: Non-working non-root install

2009-09-04 Thread Ryan Schmidt
On Sep 2, 2009, at 10:41, Perry Lee wrote: Ryan Schmidt wrote: > Can somebody please test what happens when they run this script on their > system? It will not affect your current MacPorts install. The version of > the script attached to this email is updated so that you don't need to > e

Re: Two errors compiling wine-devel

2009-09-04 Thread Ryan Schmidt
On Sep 3, 2009, at 15:29, Payam Minoofar wrote: On Sep 3, 2009, at 11:05 AM, Ryan Schmidt wrote: I need to see the full debug output to look into what's going wrong. sudo port -d install ... HTH. It's not critical, though. I can live without wine. I hope it is helpful in the general context

Re: installing i386-mingw32-binutils

2009-09-04 Thread Ryan Schmidt
On Sep 3, 2009, at 21:47, Aaron Patterson wrote: Hi, I'm having a hard time installing i386-mingw32-binutils on OS X 10.6. I've pasted the error here: http://gist.github.com/180700 Am I doing something wrong? Is there more information I can provide to help debug the issue? It would be

Re: MacPorts 1.8.0 has been released

2009-09-04 Thread Ryan Schmidt
On Aug 28, 2009, at 11:28, Randal L. Schwartz wrote: This port broke my system. Good thing I had backups, so I could figure out what went wrong. $ sudo port -v selfupdate [upgrade to 1.8.0] $ port outdated The following installed ports are outdated: libcanberra

Re: attempt to build on Mac OS 10.6 (Snow Leopard)

2009-09-04 Thread Lenore Horner
On Sep 2, 2009, at 02:39 , Ryan Schmidt wrote: On Aug 31, 2009, at 21:00, Lenore Horner wrote: (Forwarding Octave list exchange as they try to figure out why Octave won't build except with g95. The previously said it must be a MP fault.) Perhaps this information should be added to htt