You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other than migration to no-staticsplit, this can happen when a package stops building static libraries, typically as a result of build system migration from Autotools to CMake or Meson, with examples being liblz4-static and libcairo-static.
Currently we have to rely on intermittent manual cleanup to remove these packages. Is there any better way to handle this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Spin-off from #12453.
Other than migration to no-staticsplit, this can happen when a package stops building static libraries, typically as a result of build system migration from Autotools to CMake or Meson, with examples being
liblz4-static
andlibcairo-static
.Currently we have to rely on intermittent manual cleanup to remove these packages. Is there any better way to handle this?
Beta Was this translation helpful? Give feedback.
All reactions