kazu19870413 / shiftit

Automatically exported from code.google.com/p/shiftit
0 stars 0 forks source link

Bogus installation path #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Doing "xcodebuild clean install" in a fresh checkout produces unwanted result.

The build is fine, but the installation copies the files into the wrong
directory.

Here, the working directory is "/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt"

I was expecting Shiftit to be installed in "~/Applications" but is was put
into "/tmp/ShiftIt.dst/Users/ltp/Applications".
___
$ xcodebuild install

=== BUILD NATIVE TARGET ShiftIt OF PROJECT ShiftIt WITH THE DEFAULT
CONFIGURATION (Release) ===
Check dependencies
SymLink build/Release/ShiftIt.app
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /bin/ln -sf /tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app
"/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt/build/Release/ShiftIt.app"

Ld
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt
normal i386
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/gcc-4.2 -arch i386 -isysroot
/Developer/SDKs/MacOSX10.5.sdk "-L/Volumes/Userland/Users/ltp/Travail/Mac
OS X/ShiftIt/build/Release" "-F/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt/build/Release" "-F/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt/build/Release" "-F/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt" -filelist "/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt/build/ShiftIt.build/Release/ShiftIt.build/Objects-normal/i386/ShiftIt.
LinkFileList"
-mmacosx-version-min=10.5 -framework Sparkle -framework Cocoa -framework
Carbon -o
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt

GenerateDSYMFile build/Release/ShiftIt.app.dSYM
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /Developer/usr/bin/dsymutil
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt
-o "/Volumes/Userland/Users/ltp/Travail/Mac OS
X/ShiftIt/build/Release/ShiftIt.app.dSYM"

Touch /tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /usr/bin/touch -c /tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app

Strip
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /Developer/usr/bin/strip
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app/Contents/MacOS/ShiftIt

SetOwnerAndGroup "ltp:staff"
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /usr/sbin/chown -RH ltp:staff
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app

SetMode u+w,go-w,a+rX /tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app
    cd "/Volumes/Userland/Users/ltp/Travail/Mac OS X/ShiftIt"
    /bin/chmod -RH u+w,go-w,a+rX
/tmp/ShiftIt.dst/Users/ltp/Applications/ShiftIt.app

** BUILD SUCCEEDED **
___

Original issue reported on code.google.com by Damien.C...@gmail.com on 1 Jun 2010 at 12:12