Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xnu build failure #18

Closed
macosforgebot opened this issue Sep 10, 2008 · 3 comments
Closed

xnu build failure #18

macosforgebot opened this issue Sep 10, 2008 · 3 comments

Comments

@macosforgebot
Copy link

buildsmart@… originally submitted this as ticket:18

  • Owner: wsiegrist@…
  • Version: 9A581

Executed the following:

darwinbuild -init 9A581
darwinbuild xnu

Fails with missing dependancy /usr/bin/dsymutil which prevents xnu from building

@macosforgebot
Copy link
Author

wsiegrist@… originally submitted this as comment:1:⁠ticket:18


This should be fixed, does it still fail for you?

@macosforgebot
Copy link
Author

0xffea@… originally submitted this as comment:2:⁠ticket:18


I have two problems: lib's missing (libicu, objc4 ...) and ctfconvert missing (dtrace does not build)

can't find atom for N_GSYM stabs __dtrace_probe$625___proc____signal__handle in /private/var/tmp/xnu/xnu-1228.9.59.obj/RELEASE_PPC/./bsd/RELEASE/bsd.o
DSYMUTIL mach_kernel.sys
if [ 1  -eq  1 ]; then \
        /usr/bin/dsymutil --arch=ppc /private/var/tmp/xnu/xnu-1228.9.59.obj/RELEASE_PPC/./mach_kernel.sys -o /private/var/tmp/xnu/xnu-1228.9.59.obj/RELEASE_PPC/./mach_kernel.sys.dSYM > /dev/null; \
    fi;
dyld: Library not loaded: /usr/lib/libauto.dylib
  Referenced from: /usr/lib/libobjc.A.dylib
  Reason: image not found


/usr/local/bin/ctfconvert -l xnu -v -o /private/var/tmp/xnu/xnu-1228.9.59.obj/RELEASE_PPC/libkern/RELEASE/OSRuntimeSupport.o.ctf OSRuntimeSupport.o > /dev/null && /usr/local/bin/ctfdump -r `cat /SourceCache/xnu/xnu-1228.9.59/config/DtraceIgnored.symbols` /private/var/tmp/xnu/xnu-1228.9.59.obj/RELEASE_PPC/libkern/RELEASE/OSRuntimeSupport.o.ctf || true;
/bin/sh: /usr/local/bin/ctfconvert: No such file or directory

@macosforgebot
Copy link
Author

wsiegrist@… originally submitted this as comment:3:⁠ticket:18

  • Status changed from new to closed
  • Resolution changed from to fixed

The ctfconvert error is ignorable. The objc and libauto errors are fixed in r449. You can use "darwinbuild -load <foo>" to load CF, ICU, autozone, and objc4, or you can load the new plist into your environment (or just make a new environment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant