Skip to content

Kate writes meaningless DYLD_LIBRARY_PATH in kate.shell #141

@barracuda156

Description

@barracuda156

I think this cannot be right (contents of the wrapper which sits inside the app bundle):

#!/bin/sh
# created by cmake, don't edit, changes will be lost

DYLD_LIBRARY_PATH=/opt/local/var/macports/build/_opt_local_ppcports_kde_kate/kate/work/build/lib/./:/opt/local/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} "/opt/local/var/macports/build/_opt_local_ppcports_kde_kate/kate/work/build/kwrite/[kwrite.app/Contents/MacOS/kwrite](http://kwrite.app/Contents/MacOS/kwrite)" "$@"

Starting with the wrapper, I get:

$ /Applications/MacPorts/KDE4/[kwrite.app/Contents/MacOS/kwrite.shell](http://kwrite.app/Contents/MacOS/kwrite.shell) 
dyld: Symbol not found: __cg_QuantizeBuffer
  Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
  Expected in: /opt/local/lib/libGIF.dylib

Without the wrapper it also fails (I think we have seen this earlier):

Image

P. S. I have built kate from MacStrop port now, with one difference: this patch is needed, at least for gcc: macports/macports-ports@374ad7a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions