[Fink-devel] ld: library not found for -lserf-1

2014-06-14 Thread Jack Howarth
Daniel, I am finding that svn18-1.8.9-1 fails to compile on 10.7 with the error… cd subversion/tests/libsvn_delta /bin/sh /sw/src/fink.build/svn18-1.8.9-1/subversion-1.8.9/libtool --tag=CC --silent --mode=link gcc -shared -Werror=unknown-warning-option -g -O2 -g -O2

Re: [Fink-devel] ld: library not found for -lserf-1

2014-06-14 Thread Jack Howarth
Daniel, Shouldn't the main libserf1 package contain a symlink at %p/lib/libserf-1.dylib pointing at the %p/lib/libserf-1.0.4.3.0.dylib from the libserf1-shlibs package? Jack On Sat, Jun 14, 2014 at 10:33 AM, Jack Howarth howarth.at.f...@gmail.com wrote: Daniel, I am

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, Something really strange is happening with the kde build of rkward under fink. After building 'fink -m -kK rkward-r30' using the files from my experimental, I find that /sw/src/fink.build/rkward-r30-0.6.1-1/rkward-0.6.1/build/rkward/CMakeFiles/rkward.frontend.dir/link.txt shows…

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, The difference appears to be that we are emitting -Wl,-dead_strip_dylibs in fink whereas the kde builds on MacPorts doesn't do that. Adding… perl -pi -e 's|-Wl,-dead_strip_dylibs||g' rkward/CMakeFiles/rkward.frontend.dir/link.txt before the make in rkward-r.info's CompileScript

Re: [Fink-devel] ld: library not found for -lserf-1

2014-06-14 Thread Daniel Johnson
On Jun 14, 2014, at 10:39 AM, Jack Howarth howarth.at.f...@gmail.com wrote: Daniel, Shouldn't the main libserf1 package contain a symlink at %p/lib/libserf-1.dylib pointing at the %p/lib/libserf-1.0.4.3.0.dylib from the libserf1-shlibs package? Jack File this under

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Jack Howarth
Hanspeter, Solved the issue with the pluginmap. I had a thinko in the info file which is fixed with.. Index: rkward-r.info === RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/kde/rkward-r.info,v retrieving revision 1.1

[Fink-devel] symlinks in /Applications/Fink/KDE4

2014-06-14 Thread Jack Howarth
Hanspeter,, One change we might want to mimic from the MacPorts KDE packages is their aggressive use of symlinks in /Applications/MacPorts/KDE4. For example, a basic kde4 installation places… akonadi2xml.app kded4.app khotnewstuff-upload.app nepomukfileindexer.app akonadi_agent_launcher.app

Re: [Fink-devel] rkward vs katepart.so

2014-06-14 Thread Hanspeter Niederstrasser
On 6/14/2014 4:28 PM, Jack Howarth wrote: Hanspeter, The difference appears to be that we are emitting -Wl,-dead_strip_dylibs in fink whereas the kde builds on MacPorts doesn't do that. Adding… Yes, Fink's KDE4 buildenv has been adding -dead_strip_dylibs since the 4.4 days (or