After the Pacman update has broken pkgbrowser and pacseek. Seems that the library file needed to run is either not installed of can’t fine it. It’s looking for a file that does not exist.
Also yay is broken too!
I have started a topic here:
There was just an update to pacman.
Any tools you got from AUR will beed a rebuild.
The EOS yay
pacman needs a rebuild.
You can either wait for that package to be updated or build it from AUR
EnOS’ yay is already rebuild.
Packager : manuel <manuel@endeavouros.com>
Build Date : Fri Mar 15 20:10:01 2024
$ yay --version
yay v12.3.1 - libalpm v14.0.0
So yay
can now be fixed with an update.
Yes. I had the update both to pacman and yay just a few minutes ago.
Pacseek is still broken after Yay update.
==> ERROR: A failure occurred in build().
Aborting…
→ error making: pacseek-exit status 4
→ Failed to install the following packages. Manual intervention is required:
pacseek - exit status 4
pkgbrowser will not reinstall with updated Yay either.
looking for conflicting packages…
:: pacman-fancy-progress-git-6.1.0.r7.gbae9594a-1 and pacman-6.1.0-3 are in conflict. Remove pacman? [y/N]
updated yay
➜ LANG=C yay -V
yay v12.3.1 - libalpm v14.0.0
➜ LANG=C yay
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Searching AUR for updates...
:: Searching databases for updates...
-> Orphan (unmaintained) AUR Packages: clang15 compiler-rt15 llvm15-libs
-> alephone: local (1.7_20231125-1) is newer than AUR (1.7.1_20240119-1)
there is nothing to do
updated pacman
➜ LANG=C pacman -V
.–. Pacman v6.1.0 - libalpm v14.0.0
/ _.-’ .-. .-. .-. Copyright (C) 2006-2024 Pacman Development Team
\ '-. ‘-’ ‘-’ ‘-’ Copyright (C) 2002-2006 Judd Vinet
‘–’
This program may be freely redistributed under
the terms of the GNU General Public License.
✗ LANG=C sudo pacman -Syu
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to do
All works fine here
Take a look here if it doesnt work for you
I am still getting:
yay
yay: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
pacman -V
.–. Pacman v6.1.0 - libalpm v14.0.0
/ _.-’ .-. .-. .-. Copyright (C) 2006-2024 Pacman Development Team
\ '-. ‘-’ ‘-’ ‘-’ Copyright (C) 2002-2006 Judd Vinet
‘–’
This program may be freely redistributed under
the terms of the GNU General Public License.
… and no way to update “yay” .
Sorry, don’t know what to do.
What happens if you run sudo pacman -Syu
$ sudo LANG=C pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to do
You don’t have [endeavouros] repo in your /etc/pacman.conf
Add the following above all the other repos in that file:
[endeavouros]
SigLevel = PackageRequired
Include = /etc/pacman.d/endeavouros-mirrorlist
Then run sudo pacman -Syu
again.
error: GPGME error: No data
error: failed to synchronize all databases (unexpected error)
before adding this I did an “update endevouros servers”
Try
sudo rm -r /var/lib/pacman/sync/
Then run the update again.
If this won’t solve the issue, I would suggest to open a new thread with appropriate title to reflect your issue in order to get attention of the forum members.
yes, this is it. I am updating!
Many thanks!
Now I am having this when trying to install foobar2000:
==> Validating source files with sha256sums…
foobar2000_v2.1.3.exe … Passed
LICENSE … Passed
foobar2000.sh … Passed
foobar2000.png … Passed
foobar2000.desktop … Passed
==> Removing existing $srcdir/ directory…
==> Extracting sources…
==> Sources are ready.
==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.
→ error making: foobar2000-exit status 15
→ Failed to install the
following packages. Manual intervention is required:
foobar2000 - exit status 15
*happens the same if I would install “pacseek”: exit status 15
**what means “exit status 15”?
Please do as instructed in the following post:
yes. I see this somewhere but I could not find again.
Thanks!