Pacseek error while loading shared libraries

I had pacseek installed and I keep getting an error getting it to install and run. I deleted it and installed pacseek-bin and now it works properly. Both versions were the same according to pacseek. Something in the build of just the pacseek files is amiss. Don’t know why but the .bin files works. I installed it this morning.

Rich;)

still the same even after cleaning the cache and trying pacseek-bin again.

With -bin you get the compiled binary and don’t need to compile yourself (as opposed to the non -bin version)

@swh Could you try the new -3 version of pacseek and see if it compiles now?

-3 version works here

1 Like

No it ends with exit status 1

Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien)
pacseek-debug: /usr/lib/debug/usr/bin/pacseek.debug existiert im Dateisystem (gehört zu pacseek-bin-debug)
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
 -> Fehler bei der Installation:  [/home/swh/.cache/yay/pacseek/pacseek-1.8.2-3-any.pkg.tar.zst /home/swh/.cache/yay/pacseek/pacseek-debug-1.8.2-3-any.pkg.tar.zst] - exit status 1

Wait, ill try to rebuild it

EDIT:
Same status again

Fehler: Der Vorgang konnte nicht durchgeführt werden (In Konflikt stehende Dateien)
pacseek-debug: /usr/lib/debug/usr/bin/pacseek.debug existiert im Dateisystem (gehört zu pacseek-bin-debug)
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
 -> Fehler bei der Installation:  [/home/swh/.cache/yay/pacseek/pacseek-1.8.2-3-any.pkg.tar.zst /home/swh/.cache/yay/pacseek/pacseek-debug-1.8.2-3-any.pkg.tar.zst] - exit status 1

Sorry @moson. Is it readable for you or do i need to set LANG=C?

Puuh, i dont know what is wrong on my end…

pacseek-bin builds well here.

Well, it’s not really building, -bin denotes a prebuilt binary package.

1 Like

I should rather say it works well :wink:

1 Like

yes, I speak German :wink:

Remove pacseek-bin and pacseek-bin-debug and then install pacseek
(see Missing AUR Debug Packages *-debug for more info)

4 Likes

Done…

Thanky you so much :handshake:

For some reason, yay, pacseek, octopi were all broken for a while. Everyone is now working like they use too. Instead of pacseek, I’ve got pacseek-bin installed. Maybe they were all interrelated somehow. I dunno. . . but everything is doing well.

Rich;)

1 Like

I updated and pacseek was one of the updates. I had no problem.

Edit:

[ricklinux@rick-ms7c37 ~]$ pacman -Qi pacseek
Name            : pacseek
Version         : 1.8.2-3
Description     : A terminal user interface for searching and installing Arch Linux packages
Architecture    : any
URL             : https://github.com/moson-mo/pacseek
Licenses        : MIT
Groups          : None
Provides        : None
Depends On      : pacman
Optional Deps   : xdg-utils: open URL on click support [installed]
                  fakeroot: display upgrades support [installed]
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 15.08 MiB
Packager        : Unknown Packager
Build Date      : Sat 16 Mar 2024 08:54:19 AM
Install Date    : Sat 16 Mar 2024 08:55:24 AM
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None

[ricklinux@rick-ms7c37 ~]$ 
1 Like

No matter what I do I keep getting 1.8.2-1 pushed at me.

1 Like

But pacseek-bin did run? Did you tried it?

Neither runs or gives me anything other than 1.8.2-1.

If you have the Chaotic repo installed and are using an AUR helper, it’s probably just grabbing the Chaotic package every time you reinstall it.

❯ paru -Ss pacseek
aur/pacseek-git 1.8.2.238.36a078a-1 [+0 ~0.00]
    A terminal user interface for searching and installing Arch Linux packages (git 
    version)
aur/pacseek-bin 1.8.2-2 [+12 ~0.45]
    A terminal user interface for searching and installing Arch Linux packages 
    (binary version)
aur/pacseek 1.8.2-3 [+28 ~1.86] [Out-of-date: 2024-03-16] [Installed]
    A terminal user interface for searching and installing Arch Linux packages
chaotic-aur/pacseek 1.8.2-1 [5.48 MiB 17.05 MiB] [Installed: 1.8.2-3]
    A terminal user interface for searching and installing Arch Linux packages

The Chaotic version is still on 1.8.2-1 as you can see.

You can specify that you want the AUR package like this:

paru -S aur/pacseek

That will put you on 1.8.2-3, which for me works normally.

3 Likes

Thanks worked like a charm, very much appreciated.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.