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 .. 15 16 17 18 19 20 21 22 23 24 25 .. 40 Next › Last »

kikadf commented on 2018-06-10 06:04 (UTC)

Default build octopi-notifier without knotifications support. To enable edit PKGBUILD, uncomment #USE_NOTIFIER='1'

Xwang commented on 2018-06-04 22:16 (UTC)

I can confirm that b9654265f915fad6b70606852bbac6e8bcd7138a solves the issue. Can you update the PKGBUILD to use that release, please?

kikadf commented on 2018-06-04 06:52 (UTC) (edited on 2018-06-04 06:54 (UTC) by kikadf)

@Xwang: which version of octopi? Try the latest git version, I think this is the Qt-5.11 build error what is fixed in b9654265f915fad6b70606852bbac6e8bcd7138a.

Edit in PKGBUILD: _gitcommit="52e111f5ab53b5b60ac06ca1cd47c70e0aced435" to _gitcommit="b9654265f915fad6b70606852bbac6e8bcd7138a"

Xwang commented on 2018-06-04 05:58 (UTC) (edited on 2018-06-05 15:44 (UTC) by eschwartz)

It does not compile!

In file included from /usr/include/qt/QtCore/qhashfunctions.h:44,
                 from /usr/include/qt/QtCore/qlist.h:47,
                 from /usr/include/qt/QtCore/qvariant.h:45,
                 from /usr/include/qt/QtCore/QVariant:1,
                 from build/ui_transactiondialog.h:12,
                 from src/transactiondialog.h:23,
                 from src/transactiondialog.cpp:20:
/usr/include/qt/QtCore/qstring.h:83:7: note: forward declaration of ‘class QRegularExpression’
 class QRegularExpression;
       ^~~~~~~~~~~~~~~~~~
make: *** [Makefile:1551: build/transactiondialog.o] Error 1

kikadf commented on 2018-06-03 13:41 (UTC)

@jmvazquezes: don't be write only. The symbolic link is not a solution.

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)