Matthew Gretton-Dann
Matthew Gretton-Dann
Thank you very much for this report. To help triage can you please: * confirm which version of `codeql` you are using (`codeql --version`) * Provide information about the version...
Thank you for the update. I have managed to reproduce the original issue with AOSP master (`Disallowed PATH tool`) myself and have a fix in progress. I have not managed...
@to-the-batmobile: I'm interested in the following behaviours: 1. What command does `codeql database create` think it is running? (Near the top of the output from codeql there will be a...
For reference here are the commands I have been using to try and reproduce (cribbed from https://source.android.com/setup): ```sh # Install dependencies - Linux Only sudo apt-get install git-core gnupg flex...
@to-the-batmobile : With apologies for the delay but I have finally managed to reproduce the behaviour you have seen. The errors are can be safely ignored. The created database should...
Can you please give the output of `codeql --version`? There are several different issues going on here and I want to check that I am seeing the same issues you...
Thank you for that info. I have identified several different issues which in our code base which are being triggered by the fuchsia build. I am working on fixes -...
We have fixes internally now for a couple of the main issues (`lld` not recognised as a linker, and the vast majority of extraction failures). These should make it into...
Thank you for your issue report. Looking at the report above I suggest the following steps: * Please ensure you are using the latest CodeQL CLI binaries. * Use an...
`sw_vers` reports: ``` ProductName: Mac OS X ProductVersion: 10.15.4 BuildVersion: 19E287 ``` `xcodebuild -version` reports: ``` Xcode 11.1 Build version 11A1027 ``` Another thing to try (along with using Xcode...