Package Details: paru-bin 2.0.4-3

Git Clone URL: https://aur.archlinux.org/paru-bin.git (read-only, click to copy)
Package Base: paru-bin
Description: Feature packed AUR helper
Upstream URL: https://github.com/morganamilo/paru
Licenses: GPL-3.0-or-later
Conflicts: paru
Provides: paru
Submitter: Morganamilo
Maintainer: Morganamilo
Last Packager: Morganamilo
Votes: 272
Popularity: 11.02
First Submitted: 2020-10-28 12:23 (UTC)
Last Updated: 2024-09-20 02:08 (UTC)

Dependencies (5)

Required by (30)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

Aryan commented on 2024-03-19 09:26 (UTC) (edited on 2024-03-19 09:28 (UTC) by Aryan)

Hi, thanks for your great work. i'm wondering what causes this error? i cant use paru.

aryan@archian:~$ paru
[sudo] password for aryan: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
 there is nothing to do
:: Looking for PKGBUILD upgrades...
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
error: error sending request for url (https://aur.archlinux.org/rpc): error trying to connect: tcp connect error: Connection refused (os error 111)

aryan@archian:~$ paru -S refind-btrfs
:: Resolving dependencies...
error: error sending request for url (https://aur.archlinux.org/rpc): error trying to connect: tcp connect error: Connection refused (os error 111)
aryan@archian:~$ 

bulletmark commented on 2024-03-18 06:04 (UTC) (edited on 2024-03-18 22:05 (UTC) by bulletmark)

This package fails to build on Arch 32 bit ARM because for pacman 6.1 it was changed to depend on libalpm.so>=14-64 but armv7 pacman 6.1.0 provides libalpm.so=14-32. Possibly it should just depend on libalpm.so>=14?

tkna commented on 2024-03-16 14:58 (UTC) (edited on 2024-03-16 15:12 (UTC) by tkna)

I had a similar problem, but the following solved it for now.

cd /tmp
git clone --depth 1 https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -is

https://github.com/Morganamilo/paru/issues/1149

cqzw555 commented on 2024-03-16 11:06 (UTC)

$ paru -Syyu                  
paru: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory

$ pacman -Ql | grep libalpm.so
pacman /usr/lib/libalpm.so
pacman /usr/lib/libalpm.so.14
pacman /usr/lib/libalpm.so.14.0.0

$ pacman -Qs pacman           
local/pacman 6.1.0-3

$ pacman -Qs paru-bin
local/paru-bin 2.0.1-1

Morganamilo commented on 2024-03-16 00:32 (UTC)

debugedit is part of base-devel.

gertvdijk commented on 2024-03-16 00:08 (UTC)

The latest version fails to install and subsequently the current 2.0.1-1 version doesn't work any longer. Perhaps there's a missing dependency on debugedit causing all this?

Aur (1)       Old Version  New Version    Make Only
aur/paru-bin  2.0.1-1      2.0.3-3        No
[...]
==> Sources are ready.
paru-bin-2.0.3-3: parsing pkg list...
==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.
error: failed to build 'paru-bin-2.0.3-3': 
error: packages failed to build: paru-bin-2.0.3-3
$ paru
paru: error while loading shared libraries: libalpm.so.13: cannot open shared object file: No such file or directory
$ ldd /usr/bin/paru
        linux-vdso.so.1 (0x00007ffed43de000)
        libssl.so.3 => /usr/lib/libssl.so.3 (0x00007b9b1f4f2000)
        libcrypto.so.3 => /usr/lib/libcrypto.so.3 (0x00007b9b1ee00000)
        libalpm.so.13 => not found
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007b9b1fe17000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007b9b1f406000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007b9b1ec1e000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007b9b1fe3e000)

I had to re-bootstrap my paru installation from Github release download.

$ mkdir /tmp/paru && cd /tmp/paru
$ curl --location --output paru.tar.zst \
  'https://github.com/Morganamilo/paru/releases/download/v2.0.3/paru-v2.0.3-1-x86_64.tar.zst'
$ tar -xvf paru.tar.zst
$ ./paru -S paru-bin
$ paru  # works again

lafleur commented on 2023-12-03 06:30 (UTC)

I can witness the issue with openssl is fixed when installing on a fresh Aarch64 install, great !

drygdryg commented on 2023-10-06 06:57 (UTC)

Please add "less" package to depends.

levi commented on 2023-07-16 22:37 (UTC)

@mio-19: You need core/openssl-1.1

danisztls commented on 2023-04-16 11:03 (UTC) (edited on 2023-04-16 11:03 (UTC) by danisztls)

@mio-19 Installing libxcryypt-compat helped when I got this error with another program. This might be the case.