site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Downloading and installing: Building xnu: 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: And is solved by undoing your: cp "/usr/bin/true" "$BuildRoot/usr/bin/dsymutil" with cp /usr/bin/dsymutil $BuildRoot/usr/bin/dsymutil Thanks Giuliano _______________________________________________ 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... On T 13 Nov, 2007, at 19:47 , Kevin Van Vechten wrote: $ svn co http://svn.macosforge.org/repository/darwinbuild/trunk darwinbuild $ cd darwinbuild $ make $ sudo make install $ mkdir 9A581 [...] /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 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). This email sent to site_archiver@lists.apple.com
participants (1)
-
Giuliano Gavazzi