Re: Compiling msdosfs...
Re: Compiling msdosfs...
- Subject: Re: Compiling msdosfs...
- From: Bart Thissen <email@hidden>
- Date: Mon, 09 Jun 2008 08:09:45 +0200
- Organization: ArdisTechnologies bv
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"
and after loading some more darwinbuild build commands:
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
Any idea what is wrong?
Cheers,
Bart
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:
darwinbuild -load zlib
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).
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden