Hi all:
when i use darwinbuild to build tokend, the build exit satus is 139. So i take a look at the build log. and find this statement-- "
/Users/yhfapple/Documents/10H574/10H574/BuildRoot/private/var/tmp/Tokend/build-Tokend-37563~1.sh: line 146: 3749 Segmentation fault"
The content which specified by build log is
"xcodebuild install -sdk Darwinbuild_10H574_20101215092408 "SRCROOT=/Users/yhfapple/Documents/10H574/10H574/BuildRoot/SourceCache/Tokend/Tokend-37563" ...... < /dev/null ".
there is the build environment:
operation system version: Mac OS X 10.6.5(10H574).
xcode verision: 3.2.5
Install steps as follow:
2、$ sudo -s
Password:
3、# export PATH=${PATH}:/usr/local/bin
4、# mkdir 10H574
5、# cd 10H574
# darwinbuild -init 10H574
6、$ cd ~/Documents/10H574
7、$ sudo darwinbuild Tokend
Password:
(this step will report "Segmentation fault").
any answer would be appreciated.
yhf thanks