#38059: Broken Krusader "krusader.shell" ----------------------------+-------------------------------- Reporter: obmalcioglu@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: krusader | ----------------------------+-------------------------------- Changes (by macsforever2000@…): * priority: Low => Normal * cc: Jonas, Bähr (removed) * keywords: krusader, fail to launch => Old description:
Dear developers, I have recently built Krusader in a mid2010 macbook pro, osX 10.8, case sensitive filesystem. I can run the application by running /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader however from the gui, the launch fails. When I try to run /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell I get Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell: line 4: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader: No such file or directory
Which is very true. The contents of the krusader.shell is this:
#!/bin/sh # created by cmake, don't edit, changes will be lost
DYLD_LIBRARY_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/lib/./:/opt/local/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader" "$@"
best wishes, Baris
New description: Dear developers, I have recently built Krusader in a mid2010 macbook pro, osX 10.8, case sensitive filesystem. I can run the application by running /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader however from the gui, the launch fails. When I try to run /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell I get {{{ Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell: line 4: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader: No such file or directory }}} Which is very true. The contents of the krusader.shell is this: {{{ #!/bin/sh # created by cmake, don't edit, changes will be lost DYLD_LIBRARY_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/lib/./:/opt/local/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader" "$@" }}} best wishes, Baris -- Comment: In the future, please use WikiFormatting. -- Ticket URL: <https://trac.macports.org/ticket/38059#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS