emacs/var/elfeed/db/data/43/435f602ec3848af50a1784404f6510f699550e79
2022-01-03 12:49:32 -06:00

8 lines
445 B
Plaintext

<p>The libtraceevent package prior to version 5.9-1 was missing a soname link. This has been fixed in 5.9-1, so the upgrade will need to overwrite the untracked files created by ldconfig. If you get any
of these errors</p>
<pre><code>libtraceevent: /usr/lib/libtraceevent.so.1 exists in filesystem
</code></pre>
<p>when updating, use</p>
<pre><code>pacman -Syu --overwrite /usr/lib/libtraceevent.so.1
</code></pre>
<p>to perform the upgrade.</p>