Problem installing gcc47

2012-03-20 Thread Howard Matis
I have two problems: 1) I am getting an error which I can't fix. I have the latest version of Xcode and installed the command line. Howards-Laptop:~ matis$ sudo port install gcc47 +ssl Warning: xcodebuild exists but failed to execute Warning: Xcode appears to be installed but xcodebuild is

Re: Problem installing gcc47

2012-03-20 Thread Daniel Ericsson
On 20 mar 2012, at 07:51, Howard Matis wrote: I have two problems: 1) I am getting an error which I can't fix. I have the latest version of Xcode and installed the command line. Howards-Laptop:~ matis$ sudo port install gcc47 +ssl Warning: xcodebuild exists but failed to execute

Re: Linux between macport comparison.

2012-03-20 Thread Daniel Ericsson
On 19 mar 2012, at 17:26, Michael Parchet wrote: When I used linux, I used ./configure, make and make install command. It semms that macport output is only configuring, building and installing but macport don't show the details on the output console. On error, macport ask to see the

Configure failure on Mac OS X Lion and Xcode 4.3.1

2012-03-20 Thread Galdino , Josafá
Hi there, I`m trying install dependencies for compile liblinphone on my Mac OS X Lion with Xcode 4.3.1. When I run the following command: *sudo port install nawk coreutils automake autoconf libtool intltool wget pkgconfig cmake yasm doxygen* I got this error message: *--- Cleaning nawk* *---

Re: Configure failure on Mac OS X Lion and Xcode 4.3.1

2012-03-20 Thread Michael Parchet
Le 20.03.12 15:43, Galdino, Josafá a écrit : Hello, You can do only /sudo port install nawk to install dependence of it. To show the details, (like on linux), you can do //sudo port -d install nawk/. I hope I have been help you Best regards mparchet Hi there, I`m trying install

Re: Problem with Freetype 2.4.9 (ghostscript)

2012-03-20 Thread Florian Wobbe
I upgraded to ghostscript 9.05 and freetype 2.4.9 recently and get the following error whenever ghostscript is invoked: GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1 This seems like a recent problem after freetype went to 2.4.9 about a week

Re: Configure failure on Mac OS X Lion and Xcode 4.3.1

2012-03-20 Thread Galdino , Josafá
Hi Michael, The error continues because the error occurs while installing *coreutils* and not *nawk*. *--- Computing dependencies for coreutils* *--- Dependencies to be installed: autoconf help2man p5.12-locale-gettext perl5.12 gdbm m4 perl5 perl5 autoconf automake gmp libtool xz* *---

Re: Configure failure on Mac OS X Lion and Xcode 4.3.1

2012-03-20 Thread Dan Ports
There have been some issues with ports failing to configure if nawk is installed. This has been reported before for gdbm: https://trac.macports.org/ticket/32641 It sounds like this is a bug somewhere, but I haven't been able to reproduce it either. As a workaround, you could try uninstalling

ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Dave Curtis
py27-wxpython is not building correctly for me. I'm sure some more info is needed to make a good bug report, so I'll put out what I have and ask for the list to tell me what more is needed. Mac OS X 10.6.8 port self updated a couple of days ago. Problem: ncurses fails to build. Something is

Re: Configure failure on Mac OS X Lion and Xcode 4.3.1

2012-03-20 Thread Galdino , Josafá
Thanks Dan, I did uninstall nawk and the installation of other ports ran successful. 2012/3/20 Dan Ports dpo...@macports.org There have been some issues with ports failing to configure if nawk is installed. This has been reported before for gdbm: https://trac.macports.org/ticket/32641 It

Re: problem upgrading pflogsumm

2012-03-20 Thread Daniel J. Luke
On Mar 19, 2012, at 2:56 PM, Bradley Giesbrecht wrote: On Mar 19, 2012, at 10:53 AM, Terry Barnum wrote: Thanks Ryan and Lawrence. Point taken about more frequent upgrades. The machine in question is a production server so I tend to be hesitant about updates because I don't want to break it.

lion update problem

2012-03-20 Thread Glenn English
I'm trying: port upgrade outdated and port says: --- Computing dependencies for ffmpeg --- Configuring ffmpeg Error: Target org.macports.configure returned: XCode 4.1 cannot compile ffmpeg; please upgrade Log for ffmpeg is at:

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
I've installed MP2.0.4 and XC4.3.1. Anybody know what I haven't done to get port to stop thinking XC is 4.1? what is the result of: xcode-select -print-path smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: lion update problem

2012-03-20 Thread Michael Parchet
Hello, You can try sudo port selfupdate and then to upgrade with detail like on linux sudo port -d upgrade outdated Note you can remouve -d if you don't want to see the details. Best regards mparchet Le 20.03.12 22:34, Glenn English a écrit : I'm trying: port upgrade outdated and

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
xcode-select -print-path /Developer You need to tell Xcode's xcode-select to use the new Xcode (silly but it's true). Instructions are here: https://trac.macports.org/wiki/ProblemHotlist#xcode43 smime.p7s Description: S/MIME cryptographic signature

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
You need to tell Xcode's xcode-select to use the new Xcode (silly but it's true). Instructions are here: https://trac.macports.org/wiki/ProblemHotlist#xcode43 Like a champ -- it's happily upgrading itself now. Thank you very much... Good to hear! smime.p7s Description: S/MIME

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/gawk Reason: Incompatible library version: gawk requires version 8.0.0 or later, but libiconv.2.dylib provides

Re: Problem with Freetype 2.4.9 (ghostscript)

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 11:30, Florian Wobbe wrote: I upgraded to ghostscript 9.05 and freetype 2.4.9 recently and get the following error whenever ghostscript is invoked: GPL Ghostscript 9.05: Error: Font Renderer Plugin ( FreeType ) return code = -1 This seems like a recent problem

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 18:37, Ryan Schmidt wrote: On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/gawk Reason: Incompatible library version: gawk requires version

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Dave Curtis
On Mar 20, 2012, at 5:14 PM, Ryan Schmidt wrote: On Mar 20, 2012, at 18:37, Ryan Schmidt wrote: On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/gawk Reason:

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 20:42, Dave Curtis wrote: On Mar 20, 2012, at 5:14 PM, Ryan Schmidt wrote: On Mar 20, 2012, at 18:37, Ryan Schmidt wrote: On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded:

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Dave Curtis
On Mar 20, 2012, at 5:14 PM, Ryan Schmidt wrote: On Mar 20, 2012, at 18:37, Ryan Schmidt wrote: On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/gawk Reason:

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Dave Curtis
Ah ha! file shows some curious results... { my comments } david-curtiss-macbook:wxtab dave$ which file /usr/bin/file { Yup, that's the 'file' we want...} david-curtiss-macbook:wxtab dave$ file /opt/local/lib/libiconv.2.dylib /opt/local/lib/libiconv.2.dylib: Mach-O 64-bit dynamically linked

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Ryan Schmidt
On Mar 20, 2012, at 20:58, Dave Curtis wrote: On Mar 20, 2012, at 5:14 PM, Ryan Schmidt wrote: On Mar 20, 2012, at 18:37, Ryan Schmidt wrote: On Mar 20, 2012, at 12:39, Dave Curtis wrote: david-curtiss-macbook:wxtab dave$ gawk dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib

Re: ncurses breaks gawk trying to build py27-wxpython

2012-03-20 Thread Ryan Schmidt
david-curtiss-macbook:wxtab dave$ sudo port activate libiconv@1.14_0+universal --- Deactivating libiconv @1.14_0 --- Cleaning libiconv --- Activating libiconv @1.14_0+universal --- Cleaning libiconv david-curtiss-macbook:wxtab dave$ file /opt/local/lib/libiconv.2.dylib