site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Are you using DarwinBuild to do this? -Bill On Oct 8, 2008, at 7:50 AM, Michael Reeves wrote: The output file from these is never created. On Oct 8, 2008, at 9:43 AM, Michael Reeves wrote: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com For some reseason these to commands are generating no output not even an error: /usr/bin/dsymutil --arch=ppc /private/var/tmp/xnu/xnu-1228.7.58.obj/ RELEASE_I386/./mach_kernel.sys -o /private/var/tmp/xnu/ xnu-1228.7.58.obj/RELEASE_I386/./mach_kernel.sys.dSYM > /dev/null /usr/bin/dsymutil --arch=i386 /private/var/tmp/xnu/ xnu-1228.7.58.obj/RELEASE_I386/./mach_kernel.sys -o /private/var/tmp/ xnu/xnu-1228.7.58.obj/RELEASE_I386/./mach_kernel.sys.dSYM > /dev/null It terminates with the fallowing error: /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.... WARNING: ctfmerge: Can't read input file /private/var/tmp/xnu/ xnu-1228.7.58.obj/RELEASE_PPC/*/RELEASE/*.*o.ctf: No such file or directory ERROR: ctfmerge: Some input files were inaccessible Removing /private/var/tmp/xnu/xnu-1228.7.58.obj/RELEASE_PPC/./ mach_kernel.ctfsys /usr/bin/lipo: can't open replacement file: /private/var/tmp/xnu/ xnu-1228.7.58.obj/RELEASE_PPC/./mach_kernel.ctfsys (No such file or directory) make[2]: *** [/private/var/tmp/xnu/xnu-1228.7.58.root/mach_kernel] Error 1 make[1]: *** [build_install] Error 2 make: *** [install] Error 2 The ctfconvert error is the only other error in the build log. Looking in resulting build directory reveals that the make seems to using an in correct path for mach_kernel.sys which is at /private/ var/tmp/xnu/xnu-1228.7.58.obj/RELEASE_PPC/ . The file mach_kernel.sys.dSYM exits only in private/var/tmp/xnu/ xnu-1228.7.58.sym and does not contain mach_kernel.sys but instead has mach_kernel at the same relitive location within the package. I will investigate further. I wanted to make sure the ctfconvert error was symptomatic of something else. smime.p7s