Package Details: paru-bin 2.0.3-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: 245
Popularity: 7.22
First Submitted: 2020-10-28 12:23 (UTC)
Last Updated: 2024-03-26 04:29 (UTC)

Dependencies (5)

Required by (26)

Sources (3)

Latest Comments

1 2 3 4 5 Next › Last »

gj545rndmu commented on 2024-03-25 14:18 (UTC) (edited on 2024-03-25 14:19 (UTC) by gj545rndmu)

Where does paru-bin-debug come from?

Doesn't seem to be in the PKGBUILD. But it doesn't show up in the github release: https://github.com/Morganamilo/paru/releases/tag/v2.0.3

pacman -Qii paru-bin-debug 
Name            : paru-bin-debug
Version         : 2.0.3-3
Description     : Detached debugging symbols for paru-bin
Architecture    : x86_64
URL             : https://github.com/morganamilo/paru
Licenses        : GPL-3.0-or-later
Groups          : None
Provides        : None
Depends On      : None
Optional Deps   : None
Required By     : None
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 3.34 KiB
Packager        : Unknown Packager
Build Date      : Mon 25 Mar 2024 02:45:55 PM CET
Install Date    : Mon 25 Mar 2024 02:47:34 PM CET
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : None
Backup Files    : None
Extended Data   : pkgtype=debug

solsticedhiver commented on 2024-03-20 20:35 (UTC)

this fails to build on armv7h aka 32-bit. It's because the dependance for libpalpm is 64 bits.

I fixed it by changing it to libalpm.so>=14 without specifying an architecture

The PKGBUILD could be that way or by using depends_x86_64, depends_armv7h etc ...

Aryan commented on 2024-03-19 18:04 (UTC)

my bad! 'paru' was a bad alias, good luck.

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 !