Problem compiling / installing octave

2007-04-19 Thread Stephen Done
Hi, I'm having trouble installing octave. I keep getting the following error message: stephen-dones-computer:~ srdone$ sudo port install octave ---> Configuring gmp Error: Target com.apple.configure returned: can't read "configure.cflags": no such variable Error: The following dependencies fail

Archive mode broken after the latest updates

2007-04-19 Thread Guido Soranzio
After the latest updates, while trying to install an archived port, the following error message is displayed: DEBUG: Executing com.apple.main (unrar) DEBUG: Found TGZ archive: /opt/local/var/db/dports/packages/darwin/ powerpc/unrar-3.7.4_0.powerpc.tgz ---> Unpacking tgz archive for unrar 3.7.4

missing dependency in gnupg2

2007-04-19 Thread paul beard
gnupg2 2.0.3, mail/gnupg2 (Variants: universal, darwin, darwin_7) http://www.gnupg.org GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is a RFC2440 (OpenPGP) compliant application. Library

Re: Failure to install aspell dictionary?

2007-04-19 Thread Avi Drissman
On 4/18/07 9:32 PM, Avi Drissman wrote: Command output: /bin/sh: line 1: d: command not found /bin/sh: line 1: --lang=en: command not found That's our clue... So we cd to "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_aspel

Still seeing issues with scrollkeeper

2007-04-19 Thread paul beard
---> Activating gramps 2.2.6_0 Error: Target com.apple.activate returned: Image error: /opt/local/ var/lib/scrollkeeper/am/scrollkeeper_cl.xml already exists and does not belong to a registered port. Unable to activate port gramps. Warning: the following items did not execute (for gramps):

Re: Selfupdate: Pextlib build fails

2007-04-19 Thread David Kulp
The short story (after much long effort following up other leads related to fink conflicts, apparent broken dports synchronization, etc.) is that I had a bad tclConfig.sh unknowingly installed in /usr/ local/lib. Grrr. It's too bad that there's not a more bulletproof way of ensuring that

Re: XercesC package broken...

2007-04-19 Thread James Berry
On Apr 19, 2007, at 5:31 PM, Kevin O'Mara wrote: Yes, creating a ticket is done with Trac. See the TracTicketing link here and see if that helps. http://trac.macosforge.org/projects/macports/wiki I simply don't understand how to gain TICKET_CREATE privileges. Sorry if this is one of tho

Re: XercesC package broken...

2007-04-19 Thread Kevin O'Mara
Yes, creating a ticket is done with Trac. See the TracTicketing link here and see if that helps. http://trac.macosforge.org/projects/macports/wiki I simply don't understand how to gain TICKET_CREATE privileges. Sorry if this is one of those archetypal newbie concerns, but I don't see any

Re: GNU configure options

2007-04-19 Thread Ryan Schmidt
On Apr 18, 2007, at 23:10, Matt Eckhaus wrote: On 19/04/2007, at 1:47 PM, Ryan Schmidt wrote: On Apr 18, 2007, at 21:50, Matt Eckhaus wrote: Is there any way to pass an extra GNU configure option to "port install"? Specifically, I want it to configure php5 with "--with-mssql=/opt/ local"

Re: Port rb-activesupport broken

2007-04-19 Thread Ryan Schmidt
On Apr 19, 2007, at 09:03, Jean-Philippe Humbert wrote: The solution is online: http://jurassicgeek.blogspot.com/2007/03/ nettoyage-de-printemps.html You just need to install it (rubygems) manually: cd ~/Desktop curl http://rubyforge.org/frs/download.php/16452/rubygems-0.9.1.tgz gunzip rubygem

Re: Failure to install aspell dictionary?

2007-04-19 Thread markd
That's odd. aspell-dict-en installs fine on Mac Intel for me. I have no clue here but do you have a recent Xcode 2.4.x? Mark Avi Drissman <[EMAIL PROTECTED]> on Wednesday, April 18, 2007 at 6:32 PM -0800 wrote: >I did a "port install gtkspell2" which installed aspell, which told me: > >> You mu

Re: XercesC package broken...

2007-04-19 Thread markd
Kevin O'Mara <[EMAIL PROTECTED]> on Thursday, April 19, 2007 at 10:36 AM -0800 wrote: >Whenever I try to install XercesC, I receive the following error: > >---> Building xercesc with target all >Error: Target com.apple.build returned: shell command " cd >"/opt/local/var/db/dports/build/_opt_local_

Re: libidl build failure

2007-04-19 Thread Andreas Wuest
Hi Stefan On 4/19/07, Stefan Bruda <[EMAIL PROTECTED]> wrote: Hi, Andreas Wuest wrote: > > Do you have port libidl1 installed? This port seems to conflict with > libidl. Yes indeed, that (uninstalling libidl1 that is) does it nicely. In the meantime I also found a bug report in this respect

gnome-panel 2.18.0 fails to build

2007-04-19 Thread Andreas Wuest
Hi Building gnome-panel 2.18.0 fails when it tries to compile calendar-client.c. The problem seems to be that it includes /opt/local/include/evolution-data-server-1.8 instead of /opt/local/include/evolution-data-server-1.10, which is actually installed in my case. Here is the output: [ snip ]

Re: libidl build failure

2007-04-19 Thread Stefan Bruda
Hi, Andreas Wuest wrote: > > Do you have port libidl1 installed? This port seems to conflict with > libidl. Yes indeed, that (uninstalling libidl1 that is) does it nicely. In the meantime I also found a bug report in this respect . Thanks

Re: libidl build failure

2007-04-19 Thread Andreas Wuest
Hi Stefan On 3/24/07, Stefan Bruda <[EMAIL PROTECTED]> wrote: Hi, During the normal upgrade I get the following failure for libidl. Any idea how to fix it? Thanks in advance. Do you have port libidl1 installed? This port seems to conflict with libidl. Simply 'sudo port deactivate libidl1'

XercesC package broken...

2007-04-19 Thread Kevin O'Mara
Whenever I try to install XercesC, I receive the following error: ---> Building xercesc with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_textproc_xercesc/work/xe

Re: Port rb-activesupport broken

2007-04-19 Thread Jean-Philippe Humbert
The solution is online: http://jurassicgeek.blogspot.com/2007/03/ nettoyage-de-printemps.html You just need to install it (rubygems) manually: cd ~/Desktop curl http://rubyforge.org/frs/download.php/16452/rubygems-0.9.1.tgz gunzip rubygems-0.9.1.tgz tar xvf rubygems-0.9.1.tar rm rubygems-0.9.1.t

Re: GNU configure options

2007-04-19 Thread Andreas Wuest
Hi Matt On 4/19/07, Matt Eckhaus <[EMAIL PROTECTED]> wrote: Yes, I think that would be a good idea. I worked out how to enable it and it works great. To answer my own original question: to change the GNU configure options, edit the Portfile for the package you are installing. You can find the

Re: Port rb-activesupport broken

2007-04-19 Thread Jean-Philippe Humbert
Hi, Ok it seems that the port rb-activesupport is not the problem. It seems that the port rb-rubygems 0.9.2 is broken. A workaround is described but it does not work for me There is already a ticket. Regards // Jph Le 19 avr. 07 à 11:47, Jean-Philippe Humbert a écrit : Hi, I have the fo

Fwd: Port rb-activesupport broken

2007-04-19 Thread Jean-Philippe Humbert
Hi, I have the following problem: sudo port -f install rb-activesupport Password: ---> Staging rb-activesupport into destroot Error: Target com.apple.destroot returned: shell command "/opt/local/ bin/gem install --local --force --install-dir /opt/local/var/db/ dports/build/ _opt_local_var_d