Re: xCode 4.1 ?

2011-07-22 Thread Harald Hanche-Olsen
[Jeremy Huddleston jerem...@macports.org (2011-07-22 03:06:06 UTC)] FWIW, these ports work on Lion (they're the ones I install ... I haven't tried testing random ports) ... gnome and firefox require the dangerous libnotify workaround for now (you can always undo the workaround and your

Re: Problem installling GraphicsMagick

2011-07-22 Thread Jeremy Huddleston
Hmm... that's odd. I'd expect that to occur if it were using a MacPorts compiler, but it's using llvm-gcc-4.2, which should understand that builtin. I can reproduce it here with llvm-gcc-4.2, and I'm looking into the cause. It builds fine with clang, so I'd recommend falling forward to clang

Re: MacPorts 2.0.0 has been released

2011-07-22 Thread Jeremy Huddleston
After installing Lion, install XCode 4.1 (free) from the App Store. --Jeremy On Jul 22, 2011, at 12:33 AM, Sven Aluoor wrote: thank you guys. Is MacPorts 2.0.0 full Lion ready? Howto install the development tools (like gcc), because there is no CDs anymore. cheers Sven

Re: xCode 4.1 ?

2011-07-22 Thread Harald Hanche-Olsen
[Jeremy Huddleston jerem...@macports.org (2011-07-22 07:08:49 UTC)] On Jul 21, 2011, at 11:53 PM, Harald Hanche-Olsen wrote: The dangerous libnotify workaround? What's that all about? Look at my post on macports-dev, and respond to it there ... Okay, thanks. For those who, like me,

Re: GCC Version

2011-07-22 Thread Paul C
Coming back to an earlier post and after doing some more reading I have found the following... On 21/07/11 16:59, Jeremy Huddleston wrote: Irritatingly both gcc45 and gcc46 fail with the following output... checking for the correct version of gmp.h... yes checking for the correct version of

Re: xcode issue in Lion?

2011-07-22 Thread Marcelo Chiapparini
It worked! thanks! 2011/7/21 René Fournier m...@renefournier.com You need to also kill iTunes Helper. Open Activity Monitor, you'll see it there. Once it's gone, the Installation will continue. On 2011-07-21, at 7:04 PM, Jeremy Huddleston wrote: What's the output of 'ps aux | grep iTunes'

Re: problem with mp-gcc after upgrading to Lion

2011-07-22 Thread Marcelo Chiapparini
Just for the records: after upgrading to Xcode4.1 in Lion, I am able to compile with mp-gcc45 again. 2011/7/21 Dominik Reichardt domi...@gmail.com Am 21.07.2011 um 18:23 schrieb Marcelo Chiapparini marcelo.chiappar...@gmail.com: 2011/7/21 Jeremy Huddleston

Re: GCC Version

2011-07-22 Thread Vincent Lefevre
On 2011-07-22 09:59:35 +0100, Paul C wrote: http://www.linuxquestions.org/questions/linux-newbie-8/error-in-installing-gcc-4-5-0-a-818033/ As detailed in the forum thread in the link the problem I get installing gcc is not specific to ppc or to MacPorts. It would seem to be a generic problem

GCC 4.6 Prerelease BETA

2011-07-22 Thread doug livesey
Hi -- the port of GCC 4.6 has been at prerelease BETA for a long time, now. Is it considered usable? Is anyone using it for C++ development on a Mac? Are they using the C++11 features successfully? ___ macports-users mailing list

Re: GCC Version

2011-07-22 Thread Paul C
On 22/07/11 15:43, Vincent Lefevre wrote: http://www.linuxquestions.org/questions/linux-newbie-8/error-in-installing-gcc-4-5-0-a-818033/ As detailed in the forum thread in the link the problem I get installing gcc is not specific to ppc or to MacPorts. It would seem to be a generic problem

ecasound audio port

2011-07-22 Thread rmgls
Hi, i use the excellent ecasound to record, edit, add effects and so on, to sound files, or live performances. the last version 2.8.1 compiles fine on SL. you can find all you need (sources, doc ...) at: http://eca.cx:ecasound/ ecasound needs jack installed, but jack is already in the ports

Re: GCC Version

2011-07-22 Thread Jeremy Huddleston
Are you *sure* that gmp, mpfr, and mpc are ppc64? Did you run 'file' on the libraries? config.log will provide more specific information as to what went wrong... On Jul 22, 2011, at 9:00 AM, Paul C wrote: On 22/07/11 15:43, Vincent Lefevre wrote:

Re: GCC Version

2011-07-22 Thread Paul C
Here are the results from what I assume are the correct files: $ file ./libmpfr.4.dylib ./libmpfr.4.dylib: Mach-O 64-bit dynamically linked shared library ppc64 $ file ./libgmp.10.dylib ./libgmp.10.dylib: Mach-O 64-bit dynamically linked shared library ppc64 $ file ./libmpc.2.dylib

Re: GCC Version

2011-07-22 Thread Paul C
Just a thought, perhaps a missing symlink or three? I'm not sure what the gcc build is *actually* looking for? On 22/07/11 18:05, Jeremy Huddleston wrote: Are you *sure* that gmp, mpfr, and mpc are ppc64? Did you run 'file' on the libraries? config.log will provide more specific information

Re: GCC 4.6 Prerelease BETA

2011-07-22 Thread Ryan Schmidt
On Jul 22, 2011, at 10:08, doug livesey wrote: Hi -- the port of GCC 4.6 has been at prerelease BETA for a long time, now. Is it considered usable? Is anyone using it for C++ development on a Mac? Are they using the C++11 features successfully? Well, the version of the gcc46 port is the

Re: ecasound audio port

2011-07-22 Thread Ryan Schmidt
On Jul 22, 2011, at 11:37, rm...@free.fr wrote: i use the excellent ecasound to record, edit, add effects and so on, to sound files, or live performances. the last version 2.8.1 compiles fine on SL. you can find all you need (sources, doc ...) at: http://eca.cx:ecasound/ ecasound

Re: GCC Version

2011-07-22 Thread Ryan Schmidt
On Jul 21, 2011, at 09:45, Paul C wrote: The main reason for the switch to a newer version of gcc is that I cannot compile glib2 with using the port command, it fails towards the end of the compile. I'll give gcc_select a go with a new version of gcc and see what happens. MacPorts ports

Re: GCC Version

2011-07-22 Thread Ryan Schmidt
On Jul 21, 2011, at 10:29, Paul C wrote: Irritatingly both gcc45 and gcc46 fail with the following output... checking for the correct version of gmp.h... yes checking for the correct version of mpfr.h... yes checking for the correct version of mpc.h... yes checking for the correct version

Re: GCC Version

2011-07-22 Thread Jeremy Huddleston
Can you please attach the *config.log* This is generated by running configure ... not the debug log which just shows the configure output. On Jul 22, 2011, at 10:11 AM, Paul C wrote: Here are the results from what I assume are the correct files: $ file ./libmpfr.4.dylib ./libmpfr.4.dylib:

Re: GCC Version

2011-07-22 Thread Paul C
Config log for gcc46 attached. On 22/07/11 18:48, Jeremy Huddleston wrote: Can you please attach the *config.log* This is generated by running configure ... not the debug log which just shows the configure output. This file contains any messages produced by compilers while running configure,

Re: GCC Version

2011-07-22 Thread Ryan Schmidt
On Jul 22, 2011, at 13:17, Paul C wrote: Config log for gcc46 attached. It says: ld warning: in /opt/local/lib/libmpc.dylib, file is not of required architecture ld warning: in /opt/local/lib/libmpfr.dylib, file is not of required architecture ld warning: in /opt/local/lib/libgmp.dylib, file

Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread doug livesey
Hi -- I've been following the instructions here ( http://guide.macports.org/#development.local-repositories) to try to install GCC 4.6.1 on my Mac. I've done everything right, I think, but when I try to run the install, I get this error: Error: Unable to execute port: could not read

Re: Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread doug livesey
Hi -- changing the port user to root in macports.conf seems to have done the trick -- install currently running, so fingers crossed. On 22 July 2011 21:11, doug livesey biot...@gmail.com wrote: Hi -- I've been following the instructions here (

Re: Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread James F. Marshall
On Jul 22, 2011, at 1:37 PM, doug livesey wrote: changing the port user to root in macports.conf When I try to edit and save the .conf files in TextWranger, I get an error message that I do not have sufficient privileges.___ macports-users mailing

Re: Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread Ryan Schmidt
On Jul 22, 2011, at 15:41, James F. Marshall wrote: On Jul 22, 2011, at 1:37 PM, doug livesey wrote: changing the port user to root in macports.conf When I try to edit and save the .conf files in TextWranger, I get an error message that I do not have sufficient privileges. You do

Re: Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread doug livesey
I was using EMACS, so typed sudo emacs macports.conf to open up the file as the root user. On 22 July 2011 21:41, James F. Marshall jamesfmarsh...@att.net wrote: On Jul 22, 2011, at 1:37 PM, doug livesey wrote: changing the port user to root in macports.conf When I try to edit and save

Re: Can't install from a local Portfile (macports 2.0)

2011-07-22 Thread Brandon Allbery
On Fri, Jul 22, 2011 at 17:00, doug livesey biot...@gmail.com wrote: I was using EMACS, so typed sudo emacs macports.conf to open up the file as the root user. /sudo:root@localhost:/opt/local/etc/macports/macports.conf ? -- brandon s allbery

Re: staging failing on local Portfile for GCC 4.6.1

2011-07-22 Thread Ryan Schmidt
On Jul 22, 2011, at 18:32, doug livesey wrote: Hi -- I've been trying to install GCC 4.6.1 from the Portfile that someone submitted to the ticket requesting that the port be updated, here: https://trac.macports.org/ticket/29184 I've got it to the point where it is installing, but then it

Trouble updating qt3

2011-07-22 Thread Rodolfo Aramayo
People, After upgrading from Mac Ports base 1.9.2 to the latest Mac Ports base 2.0 and running the 'port upgrade outdated' I got the following error: Error: Target org.macports.build returned: shell command failed (see log for details) Log for qt3 is at: