#17587: AquaTerm Won't Run --------------------------------------+------------------------------------- Reporter: joseph@… | Owner: davidm@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Keywords: | Port: aquaterm --------------------------------------+------------------------------------- Comment(by joseph@…): If you open Console (/Applications/Utilities), then try again, is anything relevant logged? Nothing of changed from opening Aquaterm.app in `system.log`, `console.log`, or anything else I checked. What version of Mac OS X are you using? PowerPC or Intel? {{{ % uname -a Darwin localhost 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386 }}} That is Mac OS 10.4.11 on Intel. What is the output of port installed aquaterm? {{{ % port installed aquaterm The following ports are currently installed: aquaterm @1.0.1_3 (active) }}} I've attached a build log, via {{{ % port clean --all aquaterm ---> Cleaning aquaterm % port -d build aquaterm >&| aquaterm_build.log }}} Nothing seems out of the ordinary, but what do I know? I noticed that the official release of AquaTerm.app has `Contents/MacOS/AquaTerm`, but the version made by macports doesn't. {{{ % diff -r /Applications/AquaTerm.app /Applications/MacPorts/AquaTerm.app Only in /Applications/AquaTerm.app/Contents: MacOS }}} I tried to build manually from `aquaterm_src.1.0.1.tar.gz` by {{{ % tar zxpf aquaterm_src.1.0.1.tar.gz % cd aquaterm % make -f distroMakefile BUILD_DIR=build/Deployment SYMROOT=build SRCROOT=. ... freeze -v ./installer/installer.packproj make: freeze: Command not found make: *** [pkg] Error 127 }}} that is, I get an error since I don't have a `freeze` command, which my google-fu indicates is from [http://s.sudre.free.fr/Software/Iceberg.html Iceberg]. Well, no matter, all that seems to be needed is the the actual build command, so replace the above with {{{ % tar zxpf aquaterm_src.1.0.1.tar.gz % cd aquaterm % xcodebuild -target AquaTerm -configuration Deployment === BUILDING NATIVE TARGET AQTFwk WITH CONFIGURATION Deployment === ... === BUILDING NATIVE TARGET AquaTerm WITH CONFIGURATION Deployment === ... ** BUILD SUCCEEDED ** % diff -r /Applications/AquaTerm.app build/Deployment/AquaTerm.app Only in /Applications/AquaTerm.app/Contents: MacOS }}} that is, `xcodebuild` isn't generating `Contents/MacOS/AquaTerm` either. And that indicates I don't know what I'm doing or something is wrong with my Xcode install. My installed version of Xcode is 2.4.1 (762). -- Ticket URL: <http://trac.macports.org/ticket/17587#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS