Re: DarwinBuild for Leopard
Re: DarwinBuild for Leopard
- Subject: Re: DarwinBuild for Leopard
- From: Giuliano Gavazzi <email@hidden>
- Date: Wed, 15 Oct 2008 17:54:39 +0200
On T 13 Nov, 2007, at 19:47 , Kevin Van Vechten wrote:
Downloading and installing:
$ svn co http://svn.macosforge.org/repository/darwinbuild/trunk
darwinbuild
$ cd darwinbuild
$ make
$ sudo make install
Building xnu:
$ mkdir 9A581
according to http://darwinbuild.macosforge.org/trac/browser/trunk/README
(that you wrote) there should be a
$ cd 9A581
before the init
$ sudo darwinbuild -init 9A581
$ sudo darwinbuild xnu
Build log is written to Logs/xnu/xnu-1228.log~1
Binaries are written to Roots/xnu/xnu-1228.root~1
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
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).
Thanks
Giuliano
_______________________________________________
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