Re: [Fink-users] Failed: phase compiling: cmake-2.6.4-1 failed

2009-08-28 Thread vibnwis
hi all,
I've got the problems resolved. As suggested, after removing the elf.h files, 
cmake just working find. I move on to install the kde4. It looks good so far.
Thank you so much for your advice. This is the most responsive and informative 
forum I have every joined.
Cheers!

--- On Thu, 8/27/09, Martin Costabel costa...@wanadoo.fr wrote:

From: Martin Costabel costa...@wanadoo.fr
Subject: Re: [Fink-users] Failed: phase compiling: cmake-2.6.4-1 failed
To: Alexander Hansen alexanderk.han...@gmail.com
Cc: vibnwis vibn...@yahoo.com, fink-users@lists.sourceforge.net
Date: Thursday, August 27, 2009, 9:47 AM

Not having seen vibnwis' original error message, I assume it is the following:

Alexander Hansen wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 vibnwis wrote:
[]
 [ 64%] Building CXX object Source/CMakeFiles/CMakeLib.dir/cmELF.o
 /sw/src/fink.build/cmake-2.6.4-1/cmake-2.6.4/Source/cmELF.cxx:186:
 error: 'Elf64_Ehdr' does not name a type

In my builds of cmake, this ELF stuff is *not* compiled at all (makes sense). 
Looking at cmake's own cmake CMakeLists.txt, I understand that the ELF code is 
compiled if a header file named elf.h is found. Such a file does not exist in 
the standard include directories on any of my machines.

My conclusion is that vibnis has some more junk lying around, from the 
third-party cmake installation or from somewhere else. In particular, if there 
is any file named /usr/include/elf.h or /usr/local/include/elf.h, it should be 
moved out of the way.

-- Martin



  --
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] selfupdate problems

2009-08-28 Thread Claridge, Jolyon
Hi,

I'm having a bit of trouble getting fink to selfupdate. Whenever I try I get 
the following error message:

curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O 
http://www.finkproject.org/CURRENT-FINK-10.5
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 503
### execution of curl failed, exit code 22
Downloading the file CURRENT-FINK-10.5 failed.

does anyone have any ideas about what might be wrong?

cheers,
Jo


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problems

2009-08-28 Thread monipol
On 28/08/2009, at 13:29, Claridge, Jolyon wrote:
 I'm having a bit of trouble getting fink to selfupdate. Whenever I  
 try I get the following error message:

 curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O 
 http://www.finkproject.org/CURRENT-FINK-10.5
  % Total% Received % Xferd  Average Speed   TimeTime  
 Time  Current
 Dload  Upload   Total   Spent 
 Left  Speed
  0 00 00 0  0  0 --:--:-- --:--:--  
 --:--:-- 0
 curl: (22) The requested URL returned error: 503
 ### execution of curl failed, exit code 22
 Downloading the file CURRENT-FINK-10.5 failed.

 does anyone have any ideas about what might be wrong?


An HTTP 503 error usually means that the server is overloaded and  
can't respond at that moment. Have you tried selfupdating a couple of  
times or only once?

Also, do you access the Internet via some proxy?


Cheers,

--
monipol
http://finkers.wordpress.com


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problems

2009-08-28 Thread Claridge, Jolyon
I have tried several times. I thought it might be a proxy problem originally 
but now I'm connecting directly

cheers,
Jo

monipol wrote:
 On 28/08/2009, at 13:29, Claridge, Jolyon wrote:
 I'm having a bit of trouble getting fink to selfupdate. Whenever I try I get 
 the following error message:

 curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O 
 http://www.finkproject.org/CURRENT-FINK-10.5
  % Total% Received % Xferd  Average Speed   TimeTime Time  
 Current
 Dload  Upload   Total   SpentLeft  Speed
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
 curl: (22) The requested URL returned error: 503
 ### execution of curl failed, exit code 22
 Downloading the file CURRENT-FINK-10.5 failed.

 does anyone have any ideas about what might be wrong?


 An HTTP 503 error usually means that the server is overloaded and can't 
 respond at that moment. Have you tried selfupdating a couple of times or only 
 once?

 Also, do you access the Internet via some proxy?


 Cheers,

 -- 
 monipol
 http://finkers.wordpress.com



--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] selfupdate problems

2009-08-28 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

monipol wrote:
 On 28/08/2009, at 13:29, Claridge, Jolyon wrote:
 I'm having a bit of trouble getting fink to selfupdate. Whenever I  
 try I get the following error message:

 curl --connect-timeout 30 -f -L -A 'fink/0.27.13' -O 
 http://www.finkproject.org/CURRENT-FINK-10.5
  % Total% Received % Xferd  Average Speed   TimeTime  
 Time  Current
 Dload  Upload   Total   Spent 
 Left  Speed
  0 00 00 0  0  0 --:--:-- --:--:--  
 --:--:-- 0
 curl: (22) The requested URL returned error: 503
 ### execution of curl failed, exit code 22
 Downloading the file CURRENT-FINK-10.5 failed.

 does anyone have any ideas about what might be wrong?
 
 
 An HTTP 503 error usually means that the server is overloaded and  
 can't respond at that moment. Have you tried selfupdating a couple of  
 times or only once?
 
 Also, do you access the Internet via some proxy?
 
 
 Cheers,
 
 --
 monipol
 http://finkers.wordpress.com
 
 

Also, keep in mind that you are doing a point selfupdate, which will
give you the latest and greatest package descriptions from July of 2008,
rather than the current ones available in our source distribution.

If you _do_ want to go with the binary-only route, you may be able to
accomplish the same operation by using:

sudo apt-get update
sudo apt-get dist-upgrade

, which uses a different server.
- --
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqYDPkACgkQB8UpO3rKjQ9GLgCdHwcT3QV9LnRv7Z+m+RJ2pQ1K
JMQAoJtjSwVHhwZkPhyVV7y34U9R1hNf
=CufE
-END PGP SIGNATURE-

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Gnucash on Snow Leopard

2009-08-28 Thread Mike Zanker
Hi,

I've bootstrapped fink on Snow Leopard and I'd like to install Gnucash. 
I've rsynced the stable and unstable trees and can see a gnucash2.info 
file but fink list gnucash is only showing gnucash2-docs.

Have I installed fink correctly or is Gnucash not yet available in 10.6?

Thanks,

Mike

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gnucash on Snow Leopard

2009-08-28 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Mike Zanker wrote:
 Hi,
 
 I've bootstrapped fink on Snow Leopard and I'd like to install Gnucash. 
 I've rsynced the stable and unstable trees and can see a gnucash2.info 
 file but fink list gnucash is only showing gnucash2-docs.
 
 Have I installed fink correctly or is Gnucash not yet available in 10.6?
 
 Thanks,
 
 Mike
 

The latter.
- --
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqYKqQACgkQB8UpO3rKjQ/m3QCgiAY3zZlTMErac0bOR+BnCjpc
omUAn27uh97irI/LOJnhk7DQqGaMtgko
=S5wo
-END PGP SIGNATURE-

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Gnucash on Snow Leopard

2009-08-28 Thread Mike Zanker
On 8/28/09 8:06 PM, Alexander Hansen wrote:

 The latter.

Ah, OK. Well I'm still dual booting with Leopard so no worries.

Thanks,

Mike

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] arpack?

2009-08-28 Thread Ben Abbott
I see arpack on the finkproject.org homepage 

2009-08-28: arpack-96patched-1 (Solve large scale eigenvalue  
problems)
http://www.finkproject.org/index.php?phpLang=en

 but I don't see it in the list of packages (on line for from the  
terminal).

Can someone explain?

Ben


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users