ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

archlinux: Always upgrade all the installed packages when installing a new package #138

Closed kit-ty-kate closed 3 years ago

kit-ty-kate commented 3 years ago

e.g. when libc is upgraded and opam depext -u conf-gtksourceview3 is called, pacman will not upgrade the underlying libc and will result in a link failure similar to undefined reference to 'stat64@GLIBC_2.33'

dra27 commented 3 years ago

This is good to go too!