New comment by Aloz1 on void-packages repository https://github.com/void-linux/void-packages/pull/34626#issuecomment-1000289595 Comment: > I am not enthused about installing something that comes from a .libs directory into the package. I've now added a patch for configure.ac and Makefile.am (as well as re-genned configure and Makefile.in) so that the gcc build system is doing the heavy lifting. These changes mostly came from looking at a diff between gcc/libbacktrace and ianlancetaylor/libbacktrace. > I think using GCC's, since it's already there, is "reasonable". But it should be its own subpackage, the ugliness should be opt-in. libbacktrace from gcc now split into its own subpackage, and I've made it a separate commit as requested in one of your review comments.