can't install gettext

2008-11-07 Thread Andrew
I recently installed MacPorts 1.6.0 via the package install and was able to do a port selfupdate. However, when I tried to install gettext, I get the following error: sudo port -d -f install gettext (... a bunch of messages available upon request...) ---> Building ncursesw with target all D

Re: ASSP out of date

2008-11-07 Thread Scott Haneda
Is there a long standing debate on this list that a normal reply does not go back to the list? I am sorry to all of you who I have replied to direct, I did intend for it to go to the list for the benefit of the archives. On Nov 6, 2008, at 1:06 AM, Bryan Blackburn wrote: What goes in there

Re: Building GnuCash without X11

2008-11-07 Thread Charles Day
On Fri, Nov 7, 2008 at 2:39 PM, Lai Hilary <[EMAIL PROTECTED]> wrote: > Hi I notice that you have gnucash built without X11. I am very interested. > Could you give me the details of the installation? > Does it work with online price update? > Don't forget to cc the list... I must say at the outse

rsync failed

2008-11-07 Thread Marc Chantreux
hello everybody, I'm trying to do a macport install behind a firewall that is blocking rsync. I decided to create an ssh tunnel to do it. $ grep ^rsync /opt/local/etc/macports/sources.conf rsync://localhost/release/ports/ local rsync port is forwarded so i tried to selfupdate. as you can see a

Re: nedi fails to build (on p5-math-pari)

2008-11-07 Thread markd
p5-math-pari installs fine for me. So is the problem fetching the tarball? If so, you can manually copy the tarball into ${prefix}/var/macports/distfiles/perl5 and then do the install. Mark >Message: 3 >Date: Thu, 6 Nov 2008 17:29:20 +0100 >From: Christoph Tilley <[EMAIL PROTECTED]> >Subject:

Re: Building GnuCash without X11

2008-11-07 Thread Charles Day
On Fri, Nov 7, 2008 at 1:12 PM, Charles Day <[EMAIL PROTECTED]> wrote: > On Tue, Nov 4, 2008 at 10:34 AM, Olaf Foellinger <[EMAIL PROTECTED]>wrote: > >> Hi, >> >> * Charles Day <[EMAIL PROTECTED]> [04.11.08 09:20]wrote: >> >> >Greetings, >> > >> >I am one of the GnuCash developers, so I re

Re: Building GnuCash without X11

2008-11-07 Thread Charles Day
On Tue, Nov 4, 2008 at 10:34 AM, Olaf Foellinger <[EMAIL PROTECTED]> wrote: > Hi, > > * Charles Day <[EMAIL PROTECTED]> [04.11.08 09:20]wrote: > > >Greetings, > > > >I am one of the GnuCash developers, so I read with some excitement > Olaf > >Foellinger's report that he was able to bui

Re: Chosing the C and C++ compilers

2008-11-07 Thread Akim Demaille
Le 7 nov. 08 à 09:29, Anders F Björklund a écrit : Using distcc provides a huge speed-up. At work I "make -kj20". It makes a large difference. And I wish I could use the same amount of cpu to upgrade my laptop. Using ccache is also good, and the combination of the two can be really aw

Re: Chosing the C and C++ compilers

2008-11-07 Thread Anders F Björklund
Akim Demaille wrote: Really, I just wish I had a simple means (= not by having to specify it on each port command line) to specify CC and CXX. Why would you want to do that? We have few enough volunteers with few enough resources as it is; I don't think we can afford to require port maint

Re: Chosing the C and C++ compilers

2008-11-07 Thread Akim Demaille
Le 6 nov. 08 à 22:56, Ryan Schmidt a écrit : On Nov 6, 2008, at 08:06, Akim Demaille wrote: Le 5 nov. 08 à 23:55, Ryan Schmidt a écrit : configure.cc is a Portfile command; it doesn't do anything in macports.conf. I was not familiar with distcc. I just looked it up (www.distcc.org) and