Re: ImageMagick

2010-03-15 Thread Ryan Schmidt
On Mar 14, 2010, at 21:19, Arno Hautala wrote: On Sun, Mar 14, 2010 at 20:34, LuKreme wrote: OK, so I try to the suggested command bash-3.2# sudo port upgrade --enforce-variants ghostscript +universal A short delay, no output, and then a prompt. So I check what is installed bash-3.2#

Re: Simple question about ncurses and ncursesw

2010-03-15 Thread Ryan Schmidt
On Mar 14, 2010, at 08:49, Tabitha McNerney wrote: On Tue, Mar 9, 2010 at 11:48 PM, Rainer Müller wrote: On 2010-03-05 19:09 , Tabitha McNerney wrote: I have what I hope is a simple question about ncurses and ncursesw. I'm essentially wondering what the difference is between these two

Re: To disable (or not) assembler modules?

2010-03-15 Thread Ryan Schmidt
On Mar 14, 2010, at 08:52, Tabitha McNerney wrote: I noticed that some ports use the configure option: --disable-asm I looked up what this means and found in some ReadMe files of the source distribution of, for example, libgcrypt: Do not use assembler modules. It is not possible to

Re: Port problem: GitX

2010-03-15 Thread Ryan Schmidt
On Mar 14, 2010, at 23:19, Michael_google gmail_Gersten wrote: Kleiman-ibook:~ michael$ sudo port install -d GitX +universal | tee /tmp/curl-fail.txt Failed: checking for /dev/urandom... configure: error: cannot check for file existence when cross compiling Error: The following

current MacPorts SVN checkout fails to execute 'org.macports.activate' without root privileges

2010-03-15 Thread ~suv
System Version: Mac OS X 10.5.8 (9L30) Xcode version 3.1.4 MacPorts: 1.8.99, r64708 configuration of MacPorts: ./configure \ --prefix=$LeWitt_PREFIX \ --with-tclpackage=$LeWitt_tclpackage \ --with-applications-dir=$LeWitt_applications_dir \ --with-frameworks-dir=$LeWitt_framework_dir \

Re: Building time for qt4-mac

2010-03-15 Thread Ryan Schmidt
On Mar 15, 2010, at 05:41, macports-users-ow...@lists.macosforge.org wrote: From: Carsten Bessing cars...@bessing.net Date: March 15, 2010 05:41:02 CDT To: macports-users@lists.macosforge.org Subject: Building time for qt4-mac Hi, I'm trying to install digikam via MacPorts, but the

Re: Port problem: GitX

2010-03-15 Thread Rainer Müller
On 2010-03-15 05:19 , Michael_google gmail_Gersten wrote: Kleiman-ibook:~ michael$ sudo port install -d GitX +universal | tee ^^ /tmp/curl-fail.txt Should be: sudo port -d install ... Rainer ___

Re: port install wget broken

2010-03-15 Thread John Maclean
Nah, Still getting errors on this. New to ports so don't know my way around so well ;-) jmacl...@p0rnstar.local ~ sudo port sync -v Password: jmacl...@p0rnstar.local ~ sudo port install wget -v -d --- Computing dependencies for zlib --- Fetching zlib --- Attempting to fetch

ticket 23845

2010-03-15 Thread Wolf Drechsel
Hello friends, I filed this bug a few weeks ago: http://trac.macports.org/ticket/23845 It looks as if there were no fix to come - maybe for the reason that it only affects Tiger? - I'd need that fix in order to build an universal variant of inkscape… Could somebody in charge tell me

RE: port install wget broken

2010-03-15 Thread Russell Jones
Try sudo port selfupdate sudo port clean wget sudo port install wget If that fails, try sudo port clean wget sudo port -d install wget ---BeginMessage--- Nah, Still getting errors on this. New to ports so don't know my way around so well ;-) jmacl...@p0rnstar.local ~ sudo port sync -v

RE: port install wget broken

2010-03-15 Thread Russell Jones
Oh, and send us the output. I'm wondering if you're forgotten to type sudo at some point and installed locally. Russell ---BeginMessage--- Try sudo port selfupdate sudo port clean wget sudo port install wget If that fails, try sudo port clean wget sudo port -d install wget ---BeginMessage---

Re: current MacPorts SVN checkout fails to execute 'org.macports.activate' without root privileges

2010-03-15 Thread ~suv
On 15/3/10 11:56, ~suv wrote: System Version: Mac OS X 10.5.8 (9L30) Xcode version 3.1.4 MacPorts: 1.8.99, r64708 configuration of MacPorts: ./configure \ --prefix=$LeWitt_PREFIX \ --with-tclpackage=$LeWitt_tclpackage \ --with-applications-dir=$LeWitt_applications_dir \

Re: Simple question about ncurses and ncursesw

2010-03-15 Thread Scott Haneda
On Mar 15, 2010, at 12:51 AM, Ryan Schmidt ryandes...@macports.org wrote: On Mar 14, 2010, at 08:49, Tabitha McNerney wrote: On Tue, Mar 9, 2010 at 11:48 PM, Rainer Müller wrote: On 2010-03-05 19:09 , Tabitha McNerney wrote: I have what I hope is a simple question about ncurses and

Re: port install wget broken

2010-03-15 Thread John Maclean
Thanks for the tips. Ran commands as shown and still same issue. Ran everything with debugging and verbosity on, extract shown below to reduce line noise. Looked into /usr/local/etc/macports and can see that I can add a repo or two in the sources.list. Prepared to do this if required.

Re: Port problem: GitX

2010-03-15 Thread Michael_google gmail_Gersten
Kleiman-ibook:~ michael$ sudo port install -d GitX +universal | tee /tmp/curl-fail.txt Before reporting a bug, first run the command again with the -d flag to get complete output. Thankfully, someone mentioned that the -d goes before the install, not after. I see you're building

Re: Building time for qt4-mac

2010-03-15 Thread Mark Anderson
I would also maybe try port -v install qt4-mac or whatever, then you can see the build process to see if it's really stalled. Ryan is right though, qt4-mac is a monster build, and takes forever. I think it took almost an hour on my 8 core mac pro. Mark On Mon, Mar 15, 2010 at 7:40 AM, Ryan

Re: Port problem: GitX

2010-03-15 Thread Michael_google gmail_Gersten
Kleiman-ibook:~ michael$ sudo port install -d GitX +universal | tee /tmp/curl-fail.txt Otherwise, there's not a lot of info to go on. Stupid, stupid me. Did anyone else notice that I did not say 21 in there? All the error messages went to my screen, but NOT to tee and the log file. Yea,

Re: Port problem: GitX

2010-03-15 Thread Michael_google gmail_Gersten
Once you've rerun with the debug switch, file this as a ticket in the issue tracker. Done; #24059 ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Building time for qt4-mac

2010-03-15 Thread Jürgen Starek
Carsten Bessing wrote: I'm trying to install digikam via MacPorts, [...] While your original question has already been adressed, I'd like to point you to a patch you currently need to apply to kdeedu in order to successfully build digikam: http://trac.macports.org/ticket/23720 I just had

Re: Simple question about ncurses and ncursesw

2010-03-15 Thread Ryan Schmidt
On Mar 15, 2010, at 10:49, Scott Haneda wrote: I think it will be rare enough that MacPorts needs to accomodate this scenario. Rare enough it would not be worth a change to the MP base to add multiple compile stages. It is already possible to do with MacPorts, though not easy. See the

can't build ghostscript

2010-03-15 Thread Payam Minoofar
Hello everyone, In trying to build the latest ghostscript release on my 10.6.2 machine, on which I build most things as universal. I hope the debug section captures the source of the error reported at the end. The text file was too large, so I put it here:

Re: can't build ghostscript

2010-03-15 Thread Ryan Schmidt
On Mar 15, 2010, at 18:41, Payam Minoofar wrote: In trying to build the latest ghostscript release on my 10.6.2 machine, on which I build most things as universal. I hope the debug section captures the source of the error reported at the end. The text file was too large, so I put it

Re: Need help diagnosing a digikam / imagemagick bug

2010-03-15 Thread Jürgen Starek
Am 13.03.2010 um 22:38 schrieb Ryan Schmidt: On Mar 13, 2010, at 15:03, Rainer Müller wrote: Alternatively we could add a wrapper script exporting the necessary variables at the launch of the application, so the user does not need to configure anything for this. That might be a good

Re: port install wget broken

2010-03-15 Thread Ryan Schmidt
On Mar 15, 2010, at 11:19, John Maclean wrote: Thanks for the tips. Ran commands as shown and still same issue. Ran everything with debugging and verbosity on, extract shown below to reduce line noise. Looked into /usr/local/etc/macports and can see that I can add a repo or two in the

Re: Need help diagnosing a digikam / imagemagick bug

2010-03-15 Thread Ryan Schmidt
On Mar 15, 2010, at 18:58, Jürgen Starek wrote: But because the missing program, convert, is a MacPort and hence located in /opt/local/bin/, I wonder if it wouldn't be better to set the path globally in /etc/launchd.conf during the installation of MacPorts. I suspect that similar problems