Re: [Fink-users] Problem building gnucash2 under Leopard

2007-10-28 Thread Mike Zanker
On 27/10/07 14:34, Martin Costabel wrote:

 And *please* file a bug with Apple every time you come across this 
 thing. They should fix it ASAP! This is the kind of bug that they 
 usually don't fix for a year or so. Only if sufficiently many people 
 complain will there be a chance that they do it earlier.

Done.

Mike


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] Problem building gnucash2 under Leopard

2007-10-27 Thread Mike Zanker
I have a fresh install of Leopard on a Mac Pro with Xcode 3 and fink
bootstrapped from CVS. Building gnucash2 fails when trying to build
aqbanking with the error message

g++ -g -O2 -g -Wall -g -o .libs/testlib testlib.o -Wl,-bind_at_load
-L/sw/lib/system-openssl/lib -L/sw/lib ./.libs/libqbanking.dylib
/sw/lib/qt3/lib/libqt-mt.dylib -L/sw/lib/freetype219/lib
-L/usr/X11R6/lib -lresolv -lz -lGL /usr/X11/lib/libXmu.6.2.0.dylib
/usr/X11/lib/libXrender.1.3.0.dylib /usr/X11/lib/libXrandr.2.0.0.dylib
/usr/X11/lib/libXcursor.1.0.2.dylib /usr/X11/lib/libXinerama.1.0.0.dylib
/usr/X11/lib/libXft.2.1.2.dylib
/sw/lib/freetype219/lib/libfreetype.dylib
/usr/X11/lib/libfontconfig.dylib /usr/X11/lib/libXext.6.4.0.dylib
/usr/X11/lib/libX11.6.2.0.dylib -lm /usr/X11/lib/libSM.6.0.0.dylib
/usr/X11/lib/libICE.6.3.0.dylib -ldl
/sw/src/fink.build/aqbanking16-2.2.6-1001/aqbanking-2.2.6/src/libs/aqbanking/.libs/libaqbanking.dylib
/sw/lib/libgwenhywfar.dylib -lssl -lcrypto /sw/lib/libintl.dylib
/sw/lib/libiconv.dylib -lc

ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib
collect2: ld returned 1 exit status


ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib appears
to be the culprit. I *am* using the X11 off the Leopard DVD.

Any ideas?

Thanks,

Mike

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem building gnucash2 under Leopard

2007-10-27 Thread David R. Morrison

On Oct 27, 2007, at 12:25 AM, Mike Zanker wrote:


 ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib  
 appears
 to be the culprit. I *am* using the X11 off the Leopard DVD.


Mike,

This is a known problem with Leopard: ordinary linking to libGL.dylib  
is broken, and a special hack must be used.  We tried to fix as many  
fink packages as we could to handle this problem in advance of the  
Leopard release, and I think we got all the ones in the stable tree,  
but we didn't get all of the unstable ones.

If you're a do-it-yourself kind of guy, check out http:// 
wiki.finkproject.org/index.php/ 
Fink:Packaging:Preparing_for_10.5#OpenGL_Bug .  Otherwise, hopefully  
the maintainer will have a fix for this soon.

   -- Dave


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem building gnucash2 under Leopard

2007-10-27 Thread Mike Zanker
On 27/10/07 12:16, David R. Morrison wrote:

 This is a known problem with Leopard: ordinary linking to libGL.dylib  
 is broken, and a special hack must be used.  We tried to fix as many  
 fink packages as we could to handle this problem in advance of the  
 Leopard release, and I think we got all the ones in the stable tree,  
 but we didn't get all of the unstable ones.
 
 If you're a do-it-yourself kind of guy, check out http:// 
 wiki.finkproject.org/index.php/ 
 Fink:Packaging:Preparing_for_10.5#OpenGL_Bug .  Otherwise, hopefully  
 the maintainer will have a fix for this soon.

Thanks Dave - I like to get my hands dirty so I'll have a go at that :)

Mike


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem building gnucash2 under Leopard

2007-10-27 Thread Martin Costabel
Mike Zanker wrote:
 On 27/10/07 12:16, David R. Morrison wrote:
 
 This is a known problem with Leopard: ordinary linking to libGL.dylib  
 is broken, and a special hack must be used.  We tried to fix as many  
 fink packages as we could to handle this problem in advance of the  
 Leopard release, and I think we got all the ones in the stable tree,  
 but we didn't get all of the unstable ones.

 If you're a do-it-yourself kind of guy, check out http:// 
 wiki.finkproject.org/index.php/ 
 Fink:Packaging:Preparing_for_10.5#OpenGL_Bug .  Otherwise, hopefully  
 the maintainer will have a fix for this soon.
 
 Thanks Dave - I like to get my hands dirty so I'll have a go at that :)

And *please* file a bug with Apple every time you come across this 
thing. They should fix it ASAP! This is the kind of bug that they 
usually don't fix for a year or so. Only if sufficiently many people 
complain will there be a chance that they do it earlier.

-- 
Martin


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] Problem building gnucash2 under Leopard

2007-10-27 Thread David Reiser

On 27 Oct 2007, at 7:16:13 AM, David R. Morrison wrote:


 On Oct 27, 2007, at 12:25 AM, Mike Zanker wrote:


 ld: cycle in dylib re-exports with /usr/X11R6/lib/libGL.dylib  
 appears
 to be the culprit. I *am* using the X11 off the Leopard DVD.


 Mike,

 This is a known problem with Leopard: ordinary linking to  
 libGL.dylib is broken, and a special hack must be used.  We tried to  
 fix as many fink packages as we could to handle this problem in  
 advance of the Leopard release, and I think we got all the ones in  
 the stable tree, but we didn't get all of the unstable ones.

 If you're a do-it-yourself kind of guy, check out 
 http://wiki.finkproject.org/index.php/Fink:Packaging:Preparing_for_10.5#OpenGL_Bug
  
  .  Otherwise, hopefully the maintainer will have a fix for this soon.

  -- Dave

New version (it has been a while since I kept up with upstream on this  
one) + fix for OpenGL issue has been submitted to tracker

http://sourceforge.net/tracker/index.php?func=detailaid=1821227group_id=17203atid=414256

Unless you guys want to give me commit access?

another Dave
--
David Reiser
[EMAIL PROTECTED]


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users