<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>Build errors build xnu 9E17</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>I am attempting to build 9E17 xnu and receive the following error:<BR>
<BR>
Log file excepts<BR>
<BR>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
BUILDING xnu-1228.5.20~1 on Mon Sep 8 20:57:13 PDT 2008<BR>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
Build configuration:<BR>
Build host: Vakama-Tahu.local<BR>
Build tool: make<BR>
Build action: install<BR>
Build number: 9E17<BR>
Host kernel version: Darwin Kernel Version 9.4.0: Mon Jun 9 19:36:17 PDT 2008; root:xnu-1228.5.20~1/RELEASE_PPC<BR>
cc version: gcc version 4.0.1 (Apple Inc. build 5465)<BR>
cctools version: version cctools-667.3.obj, GNU assembler version 1.38<BR>
make version: GNU Make 3.81<BR>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
<BR>
...<BR>
<BR>
DSYMUTIL mach_kernel.sys<BR>
if [ 1 -eq 1 ]; then \<BR>
/usr/bin/dsymutil --arch=ppc /private/var/tmp/xnu/xnu-1228.5.20.obj/RELEASE_PPC/./mach_kernel.sys -o /private/var/tmp/xnu/xnu-1228.5.20.obj/RELEASE_PPC/./mach_kernel.sys.dSYM > /dev/null; \<BR>
fi;<BR>
/bin/sh: line 1: 48897 Segmentation fault /usr/bin/dsymutil --arch=ppc /private/var/tmp/xnu/xnu-1228.5.20.obj/RELEASE_PPC/./mach_kernel.sys -o /private/var/tmp/xnu/xnu-1228.5.20.obj/RELEASE_PPC/./mach_kernel.sys.dSYM > /dev/null<BR>
make[2]: *** [do_build_mach_kernel] Error 139<BR>
make[1]: *** [build_all] Error 2<BR>
make: *** [all] Error 2<BR>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<BR>
BUILD TIME: 0h 18m 14s<BR>
EXIT STATUS: 2<BR>
<BR>
<BR>
Here is my build environment<BR>
<BR>
Mach kernel version:<BR>
Darwin Kernel Version 9.4.0: Mon Jun 9 19:36:17 PDT 2008; root:xnu-1228.5.20~1/RELEASE_PPC<BR>
Kernel configured for a single processor only.<BR>
1 processor is physically available.<BR>
1 processor is logically available.<BR>
Processor type: ppc7450 (PowerPC 7450)<BR>
Processor active: 0<BR>
Primary memory available: 1.00 gigabytes<BR>
Default processor set: 69 tasks, 245 threads, 1 processors<BR>
Load average: 0.93, Mach factor: 0.67<BR>
Hardware:<BR>
<BR>
Hardware Overview:<BR>
<BR>
Model Name: PowerBook G4 15"<BR>
Model Identifier: PowerBook5,6<BR>
Processor Name: PowerPC G4 (1.2)<BR>
Processor Speed: 1.5 GHz<BR>
Number Of CPUs: 1<BR>
L2 Cache (per CPU): 512 KB<BR>
Memory: 1 GB<BR>
Bus Speed: 167 MHz<BR>
Boot ROM Version: 4.9.1f1<BR>
Serial Number: W852107USQ6<BR>
Sudden Motion Sensor:<BR>
State: Enabled<BR>
Version: 1.0<BR>
<BR>
I am using Xcode 3.1 and here are the commands I used:<BR>
<BR>
Vakama-Tahu:darwinbuild build$ svn co <A HREF="http://svn.macosforge.org/repository/darwinbuild/trunk">http://svn.macosforge.org/repository/darwinbuild/trunk</A> darwinbuild<BR>
Vakama-Tahu:darwinbuild build$ cd darwinbuild/<BR>
Vakama-Tahu:darwinbuild build$ make<BR>
Vakama-Tahu:darwinbuild build$ sudo make install<BR>
Vakama-Tahu:darwinbuild build$ mkdir 9E17<BR>
Vakama-Tahu:darwinbuild build$ sudo darwinbuild -init 9E17<BR>
Vakama-Tahu:darwinbuild build$ darwinxref -b 9E17 version '*'<BR>
Vakama-Tahu:darwinbuild build$ sudo /usr/local/share/darwinbuild/installXcode ./BuildRoot<BR>
Vakama-Tahu:darwinbuild build$ sudo darwinbuild -load CF<BR>
Vakama-Tahu:darwinbuild build$ sudo darwinbuild xnu<BR>
<BR>
<BR>
Bob Clark<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>