The astyle package prior to version 3.1-2 was missing a soname link. This has been fixed in 3.1-2, so the upgrade will need to overwrite the untracked soname link created by ldconfig. If you get an error
`astyle: /usr/lib/libastyle.so.3 exists in filesystem`
when updating, use
`pacman -Suy --overwrite usr/lib/libastyle.so.3`
to perform the upgrade.
URL: https://www.archlinux.org/news/astyle31-2-update-requires-manual-interventiā¦
The tensorflow packages prior to version 1.14.0-5 were missing some soname links. This has been fixed in 1.14.0-5, so the upgrade will need to overwrite the untracked soname links created by ldconfig. If you get an errors like so
`tensorflow: /usr/lib/libtensorflow.so.1 exists in filesystem`
`tensorflow: /usr/lib/libtensorflow_cc.so.1 exists in filesystem`
`tensorflow: /usr/lib/libtensorflow_framework.so.1 exists in filesystem`
when updating, use
`pacman -Suy --overwrite=usr/lib/libtensorflow.so.1,usr/lib/libtensorflow_cc.so.1,usr/lib/libtensorflow_framework.so.1`
to perform the upgrade.
URL: https://www.archlinux.org/news/tensorflow1140-5-update-requires-manual-inteā¦