[Fink-devel] Help needed in packaging Gnucash
I am working on a package for Gnucash 1.9.x (beta versions for Gnucash 2.0 that should be released soon). The package is my in exp branch. It compiles fine, but there is a problem with shared libs: % gnucash ERROR: In procedure dynamic-link: ERROR: file: "libgw-core-utils", message: "dlopen(libgw-core-utils.so, 9): image not found" The package has the following splitoffs: gnucash-dev and gnucash-shlibs. When gnucash-dev is installed, gnucash works fine. gnucash-dev contains the following file: lrwxr-xr-x root/admin0 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.dylib -> libgw-core-utils.0.0.0.dylib while gnucash-shlibs contains: -rwxr-xr-x root/admin17932 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.0.0.0.dylib lrwxr-xr-x root/admin0 2006-05-06 19:37:09 ./sw/lib/libgw-core-utils.0.dylib -> libgw-core-utils.0.0.0.dylib It looks like gnucash needs the symlink /sw/lib/libgw-core-utils.dylib. Any idea of what the problem is ? Sebastien --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] why depend on g95?
Martin, Have you tried the current gcc 4.1 branch from snapshot or svn? I would avoid gcc 4.2 for now since it is so far from release. However there are a huge number of fixes in the 4.1 branch for gfortran since the 4.1.0 release. They might have backported the MacIntel changes into that branch from 4.2 or could if you pushed the issue. Jack --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] why depend on g95?
On Sun, 2006-05-07 at 12:47 +0200, Martin Costabel wrote: > Peter O'Gorman wrote: > [] > > The g95 situation means that, due to the nature of the GPL, anything > > built with g95 becomes GPL licensed. > > Do you have an official word from the g95 authors on this or is this > just speculation? Normally, the output of a GPL compiler does not > automatically have to be GPL; this is actually mentioned in the GPL > itself. There are no dylibs in g95 that are needed for running > g95-compiled binaries. By the way - http://gcc.gnu.org/ml/fortran/2005-11/msg00064.html discusses this issue in passing, but it does not seem to be the case any longer. Peter signature.asc Description: This is a digitally signed message part
Re: [Fink-devel] why depend on g95?
On Sun, 2006-05-07 at 12:47 +0200, Martin Costabel wrote: > Peter O'Gorman wrote: > [] > > The g95 situation means that, due to the nature of the GPL, anything > > built with g95 becomes GPL licensed. > > Do you have an official word from the g95 authors on this or is this > just speculation? Normally, the output of a GPL compiler does not > automatically have to be GPL; this is actually mentioned in the GPL > itself. There are no dylibs in g95 that are needed for running > g95-compiled binaries. When I looked at the files for the runtime libraries on the web, I saw no GPL exception. When I look at the downloaded version of these files, I see an exception. It is entirely possible that I'm just spreading FUD. Peter signature.asc Description: This is a digitally signed message part
Re: [Fink-devel] why depend on g95?
On Sat, 2006-05-06 at 08:31 +0200, Martin Costabel wrote: > What the long term prospects of g95 and gfortran are, nobody knows. But > right now, g95 just works better than gfortran. There are issues with g95 that may affect the binary distribution. The runtime libraries are licensed under the GPL - in contrast the gfortran libraries are GPL + this exception: In addition to the permissions in the GNU General Public License, the Free Software Foundation gives you unlimited permission to link the compiled version of this file into combinations with other programs, and to distribute those combinations without any restriction coming from the use of this file. (The General Public License restrictions do apply in other respects; for example, they cover modification of the file, and distribution when not linked into a combine executable.) The g95 situation means that, due to the nature of the GPL, anything built with g95 becomes GPL licensed. While this situation is, in my opinion, acceptable for build from source, it is questionable for binary distributions. Peter signature.asc Description: This is a digitally signed message part
Re: [Fink-devel] why depend on g95?
Martin, You should be able to run the testsuite on your exp build of gcc if you have the dejagnu package installed from fink and just... cd gcc4-4.1.0-20060506/darwin_objdir/gcc make check-fortran Have you tried the current gcc 4.1 branch to see if it works on Intel? I normally just do the following to create daily snaphots of the 4.1 branch... svn co svn://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch gcc mv gcc gcc4-4.1.0-20060506 tar --exclude=.svn -jcvf gcc4-4.1.0-20060506.tar.bz2 gcc4-4.1.0-20060506 mv gcc4-4.1.0-20060506 gcc The gfortran developers are really quite responsive if you point out specific problems to them with simple test cases. Jack ps I wouldn't be too surprised is the gcc 4.2 snapshots are often broken. It would be far better to nudge them to move the required MacIntel fixes into the 4.1 branch instead. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Mac OS 10.5 (Leopard) will have Garbage Collection for Objective-C!
On May 8, 2006, at 5:55 PM, Benjamin Reed wrote: Actually, 'man gcc' on a system with xcode 2.2.1 (ie, on my intel mac) says it, so that particular verbiage is in the wild, as it were. Same on my G5 iMac. - Koen. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Mac OS 10.5 (Leopard) will have Garbage Collection for Objective-C!
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kyle Moffett wrote: > On May 7, 2006, at 06:22:01, Cian Hughes wrote: >> A friend just pointed this out to me, and I thought it might be of >> interest to people here :) >> >> "can only be used on Mac OS X 10.5 (Leopard) and later systems" > > Doesn't that fall really squarely under "NDA-only information"? What > contracts are you or your friend violating to provide that kind of > information? Actually, 'man gcc' on a system with xcode 2.2.1 (ie, on my intel mac) says it, so that particular verbiage is in the wild, as it were. - -- Benjamin Reed a.k.a. Ranger Rick http://ranger.befunk.com/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEX75SUu+jZtP2Zf4RAjhsAKCLJy0gqKxC1wL0NDdqA2iVbTrjSQCeMhsk XVUuPw0s4xo+9G8YVorRw5I= =5lpm -END PGP SIGNATURE- --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] Mac OS 10.5 (Leopard) will have Garbage Collection for Objective-C!
On May 7, 2006, at 06:22:01, Cian Hughes wrote: A friend just pointed this out to me, and I thought it might be of interest to people here :) "can only be used on Mac OS X 10.5 (Leopard) and later systems" Doesn't that fall really squarely under "NDA-only information"? What contracts are you or your friend violating to provide that kind of information? Cheers, Kyle Moffett --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] koffice/kross
On 5/8/06, Chuck Robey <[EMAIL PROTECTED]> wrote: I'm not sure this is the right list (hope so). I've just done this selfupdate then update all twice, and I get the same results: the koffice build (I didn';t ask for koffice, apparently the kde-bundle bring it in) dies in building the kross library: Error creating ./lib/kross/python/CXX/cxx_extensions.lo. Exit status 1. The directory being built in is: koffice-1.5.0-21 Here is a paste of the errors that immediately preceded the ending: /var/tmp//ccC2Wdoq.s:28834:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28834:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28832:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28832:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28783:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28783:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28782:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28782:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression Error creating ./lib/kross/python/CXX/cxx_extensions.lo. Exit status 1. This error is known to the maintainer, and the fix requires sf.net cvs actually to work so that it can be committed. -- Alexander K. Hansen Fink Documenter (for now) Help keep AKH in Fink! Go to http://ldx3.psfc.mit.edu/~hansen/ and contribute to the Mini fund. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] koffice/kross
I'm not sure this is the right list (hope so). I've just done this selfupdate then update all twice, and I get the same results: the koffice build (I didn';t ask for koffice, apparently the kde-bundle bring it in) dies in building the kross library: Error creating ./lib/kross/python/CXX/cxx_extensions.lo. Exit status 1. The directory being built in is: koffice-1.5.0-21 Here is a paste of the errors that immediately preceded the ending: /var/tmp//ccC2Wdoq.s:28834:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28834:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28832:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28832:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28783:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28783:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression /var/tmp//ccC2Wdoq.s:28782:non-relocatable subtraction expression, "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" minus "L140$pb" /var/tmp//ccC2Wdoq.s:28782:symbol: "_ZZN2Py15PythonExtensionINS_22ExtensionModuleBasePtrEE7methodsEvE14map_of_methods" can't be undefined in a subtraction expression Error creating ./lib/kross/python/CXX/cxx_extensions.lo. Exit status 1. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
[Fink-devel] Mac OS 10.5 (Leopard) will have Garbage Collection for Objective-C!
A friend just pointed this out to me, and I thought it might be of interest to people here :) % man gcc | grep -B 1 -A 3 garbage | head -5 -fobjc-gc Enable garbage collection (GC) for Objective-C objects. The resulting binary can only be used on Mac OS X 10.5 (Leopard) and later systems, due to additional functionality needed in the (NeXT) Objective-C runtime. Regards, Cian Hughes --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel
Re: [Fink-devel] why depend on g95?
Peter O'Gorman wrote: [] The g95 situation means that, due to the nature of the GPL, anything built with g95 becomes GPL licensed. Do you have an official word from the g95 authors on this or is this just speculation? Normally, the output of a GPL compiler does not automatically have to be GPL; this is actually mentioned in the GPL itself. There are no dylibs in g95 that are needed for running g95-compiled binaries. -- Martin --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ___ Fink-devel mailing list Fink-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fink-devel