Package Details: octopi 0.16.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://tintaescura.com/projects/octopi
Licenses: GPL-2.0-or-later
Conflicts: octopi-notifier
Provides: octopi-cachecleaner, octopi-notifier, octopi-repoeditor
Submitter: ImNtReal
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1447
Popularity: 35.20
First Submitted: 2013-09-03 23:42 (UTC)
Last Updated: 2024-05-19 16:20 (UTC)

Dependencies (17)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 38 Next › Last »

jmvazquezes commented on 2018-06-03 12:27 (UTC) (edited on 2018-06-03 12:31 (UTC) by jmvazquezes)

To work again do a symbolic link with the name libalpm.so.10 to libalpm.so.11 or in /usr/lib directory do #cp libalpm.so ./libalpm.so.11

mozo commented on 2018-06-01 09:25 (UTC)

@axtor, package-query is already rebuilt. This solution doesn't work.

@kikadf, I rebuilt alpm_octopi_utils and then installed octopi-git and it works. Thank you.

kikadf commented on 2018-06-01 05:40 (UTC)

@palmenros: this is the Qt-5.11 problem, what is already resolved in octopi. Use the latest git source.(gitcommit hash: b9654265f915fad6b70606852bbac6e8bcd7138a)

palmenros commented on 2018-05-31 19:17 (UTC)

When rebuilding octopi in order to link with libalpm.so.11, I get the following error:

src/transactiondialog.cpp: In member function ‘void TransactionDialog::setDetailedText(QString)’: src/transactiondialog.cpp:78:63: error: invalid use of incomplete type ‘class QRegularExpression’ if (detailedtext.contains(QRegularExpression("pacman-[0-9]+"))) //More lines ==> ERROR: A failure occurred in build(). Aborting...

Could anyone give me a hint? Thanks

axtor commented on 2018-05-31 12:08 (UTC) (edited on 2018-05-31 12:22 (UTC) by axtor)

"From today octopi doesn't work any more:

[mozo@mozo ~]$ octopi

octopi: error while loading shared libraries: libalpm.so.10: cannot open shared object file: No such file or directory

It's obvious that last pacman update broke it because of different library name.

sudo ln -s /usr/lib/libalpm.so.11 /usr/lib/libalpm.so.10

And it works again."

You did it wrong and crapy. Need to rebuild the package-query... That's all.

simona commented on 2018-05-30 19:06 (UTC)

upgrade for pacman 5.1?

kikadf commented on 2018-05-30 09:42 (UTC) (edited on 2018-05-30 09:43 (UTC) by kikadf)

@mozo: yay! Different library name because of library changes. Don't abuse the dependency structure of your system with linking libraries to old versions. To fix the issue you should rebuild alpm_octopi_utils with the new pacman, then rebuild your octopi with the new alpm_octopi_utils.

mozo commented on 2018-05-29 17:02 (UTC) (edited on 2018-05-29 17:05 (UTC) by mozo)

From today octopi doesn't work any more:

[mozo@mozo ~]$ octopi

octopi: error while loading shared libraries: libalpm.so.10: cannot open shared

object file: No such file or directory

It's obvious that last pacman update broke it because of different library name.

sudo ln -s /usr/lib/libalpm.so.11 /usr/lib/libalpm.so.10

And it works again.

rplanchuelo commented on 2018-05-29 08:54 (UTC)

I think there is a problem with the last update of pacman. Octopi can't open libalpm.so.10, and I think the last update of pacman changed it for libalpm.so.11

vipin commented on 2018-04-29 18:02 (UTC)

Unable to install this package always getting conflict betweeen Octopi-notifier-qt5 and octopi-notifier-framework.