Gabriel Marcano
Gabriel Marcano
My `clang` is at latest, I think, at 12.0.0.
Interesting. I did find a library in the LLVM system directory with a similar symbol defined, but it's not the same... here's the symbol (and its demangled version) that's being...
After investigating a bit more what the sources of those namespaces are, turns out that what appears to be happening is that my LLVM links against libstdc++ while clang by...
I did some experimentation last night, and I can get AFL to build if I disable Gentoo's clang support for linking against libc++ by default. But I'll likely switch to...
Yeah, seems to be missing dependencies, specifically `geographiclib` and `geographiclib-tools`. I'm going to see what I can do about those...
Ugh, this is annoying. `geographiclib` installs its python files to `${PREFIX}/lib/python` unconditionally, with no regards for python2 or python3 support. I have an ebuild that can install `geographiclib`, but it...
Sorry, I haven't had time to work on the ebuild. I may have some Friday. I could take a look at the ebuild in the `pchrist` overlay to see if...
Looking at the ebuild from the `pchrist` overlay, it's old (using `EAPI=3`). Version number is also old, `1.11-r4` vs. latest `1.49`. It also doesn't offer as much flexibility as it...
I'm attaching my ebuild for geographiclib. I'm relatively new at making ebuilds, so it's likely I've missed some things or screwed up elsewhere (like with the Python deps). The dependencies...
Sure. Although, reviewing some of the other ebuilds in the repository, they all come from bloom-generated repositories, correct? I'd have to edit/make the ebuild to point to/use a bloom-generated repository...