List Info

Thread: Problem building gnucash2 under Leopard




Problem building gnucash2 under Leopard
country flaguser name
United Kingdom
2007-10-27 02:25:18
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/sr
c/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-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: Problem building gnucash2 under Leopard
country flaguser name
United States
2007-10-27 06:16:13
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-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: Problem building gnucash2 under Leopard
country flaguser name
United Kingdom
2007-10-27 06:33:09
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-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Re: Problem building gnucash2 under Leopard
country flaguser name
United States
2007-10-27 09:49:26
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/in
dex.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://so
urceforge.net/tracker/index.php?func=detail&aid=1821227&
amp;group_id=17203&atid=414256

Unless you guys want to give me commit access?

another Dave
--
David Reiser
dbreiserearthlink.net


------------------------------------------------------------
-------------
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-userslists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )