Re: [klee-dev] Packaging klee on Nix - gtest broken?

2022-01-05 Thread Cristian Cadar
Hi all, Indeed, it would be great to update https://klee.github.io/getting-started/ (via a PR at https://github.com/klee/klee.github.io) to mention the Fedora and Nix packages. And thanks to everyone who is maintaining KLEE packages! Best, Cristian On 05/01/2022 10:01, Julian Büning

Re: [klee-dev] Packaging klee on Nix - gtest broken?

2022-01-05 Thread Julian Büning
Hi Lukas, nice and thanks for letting me know! I was briefly considering to go the same route, but didn't encounter your fix. But as it turns out, not using gtest_main (which I understand is more or less offered for convenience) has certain other advantages for KLEE (e.g. stack traces;

Re: [klee-dev] Packaging klee on Nix - gtest broken?

2022-01-05 Thread Lukas Zaoral
Hi Julian, I've encountered the same problem with lit and latest gtest when I was packaging KLEE for Fedora as I had to use gtest from repos due to Fedora's packaging guidelines. I sent a patch to LLVM to fix this incompatibility at the beginning of last April and it was finally accepted last

Re: [klee-dev] Packaging klee on Nix - gtest broken?

2022-01-05 Thread Julian Büning
Hi Morgan, nice to see your packaging efforts for KLEE! I recently ran into some issues with more recent versions of Google Test when building KLEE (and running unit tests). I just opened a PR that addresses these: https://github.com/klee/klee/pull/1458 Among these issues is one that I