#24348: kdesdk4 does not build umbrello ----------------------------------+----------------------------------------- Reporter: roberto@… | Owner: snc@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: kdesdk4 ----------------------------------+----------------------------------------- Comment(by roberto@…): Actually, I've got a better handle on this now. Here are the contents of /Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrello.shell: {{{ #!/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_ports_kde_kdesdk4/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_ports_kde_kdesdk4/work/build/umbrello/umbrello/umbrello.app/Contents/MacOS/umbrello" "$@" }}} The problem is that neither of the referenced files or directories exist: {{{ roberto@vieques:~$ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdesdk4/work/build/lib/ ls: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdesdk4/work/build/lib/: No such file or directory roberto@vieques:~$ ls /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdesdk4/work/build/umbrello/umbrello/umbrello.app/Contents/MacOS/umbrello ls: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdesdk4/work/build/umbrello/umbrello/umbrello.app/Contents/MacOS/umbrello: No such file or directory roberto@vieques:~$ }}} Also, manually launching the application results in this: {{{ roberto@vieques:~$ DYLD_LIBRARY_PATH=/opt/local/lib /Applications/MacPorts/KDE4/umbrello.app/Contents/MacOS/umbrello dyld: Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO Expected in: /opt/local/lib/libJPEG.dylib Trace/BPT trap roberto@vieques:~$ ll /opt/local/lib/libJPEG.dylib lrwxr-xr-x 1 root admin 15B Mar 28 21:54 /opt/local/lib/libJPEG.dylib -> libjpeg.8.dylib roberto@vieques:~$ }}} Would it be better to report this in a new ticket? -- Ticket URL: <http://trac.macports.org/ticket/24348#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS