-
Notifications
You must be signed in to change notification settings - Fork 116
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
Missing Source Files from Database for XNU #145
Comments
Thanks for your report. @github/codeql-c is this something you can look into, please? |
Hi @qu0dy, Thanks for the report. Just to confirm: does the build script you linked to allow you to successfully build XNU when invoked by itself? If so, could you provide us with the complete I also see you're running a beta version of MacOS Ventura, does the same problem occur with the latest released version of Ventura? |
Hi @jketema,
Yes, it's.
Here is the log, it's quite large (~70mb).
Unfortunately I can't test it on stable MacOS version right now. |
@jketema the issue resolved when I used: Instead of: I thought that I have to use it only with the latest step of XNU building. |
Just to confirm: Did you check - using a CodeQL query - that the database actually contains the missing source files?
Indeed it should. From the logs I can see that the clang compiler is not properly identified in this case. What is the output of
when you run it instead of
? |
Yes, it does.
Here is a log, which produces correct db. |
Hi @qu0dy, Thanks for the confirmation and the logs. Since you have a workaround, there doesn't seem to be an immediate urgency to get this resolved. So, we'll track this in an internal ticket and revisit this at some later date. |
Hi,
Most of the
.c
files are missing after compilation of XNU in DB.Log entry:
Env:
The text was updated successfully, but these errors were encountered: