New comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/39846#issuecomment-1316171090 Comment: The CI failures look harmless: - A file conflict that we already have; I don't know how this can be resolved. ``` SuiteSparse-devel and mongoose-devel conflict for /usr/lib/libmongoose.a /usr/lib/libmongoose.so ``` - Package `igraph` used to depend on a shlib that bumped soname so it would merit a revbump. However, there is #40224 to update `igraph`, the new version does not depend on SuiteSparse at all. ``` Trying to install dependants of SuiteSparse-devel: igraph-0.9.8_1: broken, unresolvable shlib `libcxsparse.so.3' Transaction aborted due to unresolved shlibs. ```