Re: DarwinBuild for Leopard
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Oct 15, 2008, at 8:54 AM, Giuliano Gavazzi wrote: but more importantly there is a problem with your change http://darwinbuild.macosforge.org/trac/changeset/390 that causes: http://darwinbuild.macosforge.org/trac/ticket/18 http://darwinbuild.macosforge.org/trac/ticket/27 the error is: And is solved by undoing your: cp "/usr/bin/true" "$BuildRoot/usr/bin/dsymutil" with cp /usr/bin/dsymutil $BuildRoot/usr/bin/dsymutil -Bill _______________________________________________ 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... This email sent to site_archiver@lists.apple.com [...] /usr/bin/lipo: can't open replacement file: /private/var/tmp/xnu/ xnu-1228.7.58.obj/RELEASE_PPC/./mach_kernel.sys.dSYM/./Contents/ Resources/DWARF//mach_kernel.sys (No such file or directory) make[2]: *** [/private/var/tmp/xnu/xnu-1228.7.58.sym/mach_kernel] Error 1 make[2]: *** Waiting for unfinished jobs.... /bin/sh: /usr/local/bin/ctfmerge: No such file or directory make[1]: *** [build_install] Error 2 make: *** [install] Error 2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++ BUILD TIME: 0h 5m 28s EXIT STATUS: 2 This was done to break a dependency on libauto when building launchd, and it should not be breaking xnu builds. I have not had a chance find a better solution personally, so if you have a way of fixing both launchd and xnu I'm sure the project would love to see a patch. Pfew, now I can go on debugging ipfw fwd... I am surprised, maybe not so much, by the complete lack of interest in this issue (that used to plague FreeBSD a few years back). Lack of interest? Its open source, and you seem to be interested, so again, a patch is welcome that addresses the issue for both xnu and launchd. I've already suggested undoing the change for building xnu previously, but it may have been on the darwinbuild-dev list. smime.p7s
participants (1)
-
William Siegrist