Package Details: octopi 0.17.0-1

Git Clone URL: https://aur.archlinux.org/octopi.git (read-only, click to copy)
Package Base: octopi
Description: A powerful Pacman frontend using Qt libs
Upstream URL: https://github.com/aarnt/octopi
Licenses: GPL-2.0-or-later
Conflicts: alpm_octopi_utils
Submitter: ImNtReal
Maintainer: xiota
Last Packager: xiota
Votes: 1637
Popularity: 34.44
First Submitted: 2013-09-03 23:42 (UTC)
Last Updated: 2025-02-18 19:38 (UTC)

Dependencies (21)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 40 Next › Last »

lewis2e commented on 2019-11-01 16:21 (UTC)

Comment from @Jannis3005 worked for me. Was getting the same error as everyone else before building and installing alpm_octopi_utils

guru42 commented on 2019-10-25 19:20 (UTC) (edited on 2019-10-25 19:23 (UTC) by guru42)

Same error here:

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_sync_newversion'

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_option_set_deltaratio'

collect2: Fehler: ld gab 1 als Ende-Status zurück make: *** [Makefile:446: bin/octopi] Fehler 1

The package needs to be updated?

kinoe commented on 2019-10-24 19:13 (UTC)

Reinstalling alpm_octopi_utils again (i had rebuilt it minutes before you updated it) did it for me. Thanks for help and keep up the great work!

matmoul commented on 2019-10-24 18:45 (UTC) (edited on 2019-10-24 18:46 (UTC) by matmoul)

I've updated alpm_octopi_utils and bumped the octopi release, now octopi work again !!! Thanks to aarnt !!!

@kinoe I've tested with trizen and yay on a clean install with succes, your issue seem linked to your alpm_octopi_utils lib. Try to reinstall it.

kinoe commented on 2019-10-24 18:32 (UTC)

Thanks for octopi 0.9.0-4 but building (with yay) still aborts with errors:

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_sync_newversion'

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_option_set_deltaratio'

e8hffff commented on 2019-10-24 14:02 (UTC) (edited on 2019-10-24 16:04 (UTC) by e8hffff)

octopi: symbol lookup error: /usr/lib/libalpm_octopi_utils.so: undefined symbol: alpm_option_set_deltaratio Seems to be caused by pacman build. So called pacman-next fixes this symbol availability.

Jannis3005 commented on 2019-10-24 09:37 (UTC)

Go to https://github.com/aarnt/alpm_octopi_utils and clone it, make the package and install. after that octopi should build fine

domker commented on 2019-10-23 19:39 (UTC)

@matmoul

@kinoe @Morganamilo The same error. (and collect2: error: ld returned 1 exit status make: *** [Makefile:464: bin/octopi] Error 1 )

kinoe commented on 2019-10-23 17:05 (UTC) (edited on 2019-10-23 17:07 (UTC) by kinoe)

@Morganamilo rebuilt octopi 3 times with the helpers yay, pacaur, yaourt results in 'octopi: error while loading shared libraries: libalpm.so.11'--- building octopi-git shows the same error.

Morganamilo commented on 2019-10-23 16:21 (UTC)

Slightly misread the error. octopi: error while loading shared libraries: libalpm.so.11 is due to you needed to rebuild octopi against current pacman.

/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_sync_newversion'
/usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../lib/libalpm_octopi_utils.so: undefined reference to `alpm_option_set_deltaratio'

This comes from octopi not being compatible with the new pacman version. Maybe the -dev or -git packages are up to date.