Re: DarwinBuild for Leopard
Re: DarwinBuild for Leopard
- Subject: Re: DarwinBuild for Leopard
- From: William Siegrist <email@hidden>
- Date: Wed, 15 Oct 2008 09:24:40 -0700
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:
[...]
/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
And is solved by undoing your:
cp "/usr/bin/true" "$BuildRoot/usr/bin/dsymutil"
with
cp /usr/bin/dsymutil $BuildRoot/usr/bin/dsymutil
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.
-Bill
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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