site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Organization: ArdisTechnologies bv User-agent: Mozilla-Thunderbird 2.0.0.9 (X11/20080110) and after loading some more darwinbuild build commands: Any idea what is wrong? Cheers, Bart darwinbuild -load zlib _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... Now I used an UFS fs type and after fixing dependencies I got to the folowing error: xcodebuild[14723:713] _XCDistributedBuildHostInfoTask encountered an error: Error Domain=NSPOSIXErrorDomain Code=2 UserInfo=0x5585b60 "Operation could not be completed. No such file or directory" dyld: Symbol not found: _kMDQueryDidFinishNotification Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation Expected in: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation private/var/tmp/msdosfs/build-msdosfs-136~8.sh: line 152: 29785 Trace/BPT trap First, msdosfs is missing some dependencies, you'll probably need to load zlib, bsm, and configd. I still had trouble building it but havnt had a chance to look into it. You could always try copying the missing frameworks off of your host partition. (You'll see what it complains about). To load the dependencies, for example: And the "does not contain an xcode project" is a known bug. Its tracked by <http://darwinbuild.macosforge.org/trac/ticket/1>. The best workaround is to build on a UFS partition (disk image, etc). This email sent to site_archiver@lists.apple.com
participants (1)
-
Bart Thissen