Re: GnuCash installation -- problem with goffice version

2007-10-07 Thread Marc André Selig
On 10/7/07, David Reiser [EMAIL PROTECTED] wrote: On 6 Oct 2007, at 8:45:17 PM, Paul Henegan wrote: checking for libgoffice-0.4 = 0.4.0... no checking for libgoffice-0.3 = 0.3.0... no checking for libgoffice-1 = 0.0.4... no configure: error: Cannot find libgoffice. [...] At the moment,

Re: checksum failure on installing beecrypt

2007-10-07 Thread N_Ox
Le 7 oct. 07 à 08:02, William Yap a écrit : I am running MacPorts 1.5.2, and had a problem when trying to install beecrypt 4.1.2_0. The error message said: Error: Checksum (md5) mismatch for beecrypt-4.1.2.tar.gz Error: Target org.macports.checksum returned: Unable to verify file

Re: checksum failure on installing beecrypt

2007-10-07 Thread William Yap
Thanks for the quick response. But no good. I checked on the internet, and apparently this sort of error does occur from time to time, and there is no way of solving it except to manually amend the portfile's checksum - but I don't know how to do that! The output in my Terminal was:

gnucash fails on libgoffice-version

2007-10-07 Thread Margret Knape
Doing a sudo port install gnucash +without_hbci +without_quotes crashes on building with the error ... checking for libgoffice-0.4 = 0.4.0... no checking for libgoffice-0.3 = 0.3.0... no checking for libgoffice-1 = 0.0.4... no configure: error: Cannot find libgoffice. Error: Status 1

Re: checksum failure on installing beecrypt

2007-10-07 Thread Ryan Schmidt
On Oct 7, 2007, at 08:31, William Yap wrote: On 07 Oct 2007, at 9:02 PM|07 Oct 2007, N_Ox wrote: Le 7 oct. 07 à 08:02, William Yap a écrit : I am running MacPorts 1.5.2, and had a problem when trying to install beecrypt 4.1.2_0. The error message said: Error: Checksum (md5) mismatch for

fetch problem

2007-10-07 Thread belinda thom
Hi folks, Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch keychain-2.6.8.tar.bz2 from http:// dev.gentoo.org/~agriffis/keychain/ --- Attempting to fetch

Re: Gnucash stopped working when Goffice was updated to 0.5

2007-10-07 Thread Boey Maun Suang
Hi David, You'll need to rebuild gnucash to fix this, as the file the name of the libgoffice library that gnucash-bin needs is hard-coded into it at build time: sudo port -ufn upgrade gnucash (see the port(1) man page for the details on what -u, -f and -n do). We should be able to

Re: Gnucash stopped working when Goffice was updated to 0.5

2007-10-07 Thread Boey Maun Suang
On 08/10/2007, at 12:47, Boey Maun Suang wrote: You'll need to rebuild gnucash to fix this, as the file the name of the libgoffice library that gnucash-bin needs is hard-coded into it at build time: On the other hand, another thread on this list suggests that gnucash won't currently

Re: fetch problem

2007-10-07 Thread Boey Maun Suang
Hi Belinda, Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch keychain-2.6.8.tar.bz2 from http:// dev.gentoo.org/~agriffis/keychain/ --- Attempting to fetch

install --withSomeFlag

2007-10-07 Thread Instruct ICC
I installed php5-gtk with sudo port install php5-gtk and I noticed that mysql functions are not installed. /opt/local/bin/php-config has configure_options '--without-mysql' which I would need to be '--with-mysql'. I was thinking of modifying php-config and somehow launch ./configure make sudo

RE: fetch problem

2007-10-07 Thread Instruct ICC
Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch keychain-2.6.8.tar.bz2 from http:// dev.gentoo.org/~agriffis/keychain/ --- Attempting to fetch

Re: fetch problem

2007-10-07 Thread Bryan Blackburn
On Oct 7, 2007, at 9:28 PM, Boey Maun Suang wrote: Hi Belinda, Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch keychain-2.6.8.tar.bz2 from http://

Re: fetch problem

2007-10-07 Thread Ryan Schmidt
On Oct 7, 2007, at 22:28, Boey Maun Suang wrote: Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch keychain-2.6.8.tar.bz2 from http:// dev.gentoo.org/~agriffis/keychain/

Re: install --withSomeFlag

2007-10-07 Thread Ryan Schmidt
On Oct 7, 2007, at 22:42, Instruct ICC wrote: I installed php5-gtk with sudo port install php5-gtk and I noticed that mysql functions are not installed. /opt/local/bin/php-config has configure_options '--without-mysql' which I would need to be '--with-mysql'. I was thinking of modifying

RE: install --withSomeFlag

2007-10-07 Thread Instruct ICC
I installed php5-gtk with sudo port install php5-gtk and I noticed that mysql functions are not installed. /opt/local/bin/php-config has configure_options '--without-mysql' which I would need to be '--with-mysql'. I was thinking of modifying php-config and somehow launch

Re: fetch problem

2007-10-07 Thread belinda thom
Ryan, On Oct 7, 2007, at 9:16 PM, Ryan Schmidt wrote: On Oct 7, 2007, at 22:28, Boey Maun Suang wrote: Am running port version 1.520 and am trying to install keychain. Any idea how to fix this? 13 % sudo port install keychain --- Fetching keychain --- Attempting to fetch

Re: install --withSomeFlag

2007-10-07 Thread Marcus D'Camp
On Sun, Oct 07, 2007 at 09:43:11PM -0700, Instruct ICC wrote: Thanks. Is man port where I should have gathered that, or are there some other docs besides http://trac.macosforge.org/projects/macports/wiki/UsingMacPortsQuickStart http://geeklair.net/macports_guide/ I've learned a lot from