Re: xnu-1228.7.58 build failure
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Content-Transfer-Encoding:Mime-Version:Subject:Date:References:X-Mailer; b=SgrgTRyxn0AYWysVG3cpfZ13g9eRQVIPmfJ8IB1Y5gOWYCMJGLmDeezWhSHjJf0tEG11N3ZzK+jaxuhbCw+FLhyKQPDC8/QRwi1PvP2DqpM+KNSh1+yYXlqngJcr010q2y4fFIZbOmG/dpiHZywDx4aLl9Oj+QxaUI+akKIplhc= ; 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... 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. On Oct 8, 2008, at 1:12 AM, nawcom wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Reeves