Closed shrouxm closed 4 years ago
@gbrik What is the status of this issue, was this resolved with the 3.20 milestone or does it still need work? If it's resolved and longer a problem then please mark as closed and link the relevant PR. Otherwise please provide a status update here on what the remaining work is to get it resolved.
Remaining work is confirming with @beyang whether this is still an issue and, if so, getting more detailed information about the build environment & steps to determine what is causing the issue.
I futzed around a lot with my clang installation today and got it to work. I don't have exact repro steps on how I resolved the issue, but it had something to do with the fact that my original clang installation was missing a bunch of header files (including the ones containing the definitions for the undefined references in the stack trace). After uninstalling, manually cleaning a bunch of old directories that apt remove
failed to remove, and then reinstalling using the current instructions, the build worked, and I've successfully run lsif-clang on itself.
I will try to replicate inside a clean Ubuntu 18.04 container, but consider me unblocked and thanks for looking into this.
closing for now, we can re-open if this crops up again
after successfully configuring the project, running make yields the following errors
i was unable to reproduce this on a fresh ubuntu 18.04 docker image, waiting on user to provide more environment information