Search Criteria
Package Details: octopi 0.16.2-2
Package Actions
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: | 1601 |
Popularity: | 32.53 |
First Submitted: | 2013-09-03 23:42 (UTC) |
Last Updated: | 2024-12-24 03:40 (UTC) |
Dependencies (20)
- pacman (pacman-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- qt-sudoAUR
- qtermwidget (qtermwidget-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- qt6-5compat (make)
- qt6-tools (make)
- vala (vala-gitAUR) (make)
- inxi (optional) – for SysInfo log
- lsb-release (optional) – for SysInfo log
- mhwd (mhwd-garuda-gitAUR) (optional) – for SysInfo log
- pacaurAUR (pacaur-gitAUR) (optional) – for AUR support
- pacmanlogviewer (pacmanlogviewer-gitAUR) (optional) – to view pacman log files
- paruAUR (paru-gitAUR, paru-binAUR) (optional) – for AUR support
- pikaurAUR (pikaurAUR, pikaur-gitAUR) (optional) – for AUR support
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (optional) – for SysInfo log
- trizenAUR (trizen-gitAUR) (optional) – for AUR support
- yayAUR (yay-binAUR, yay-gitAUR) (optional) – for AUR support
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 39 Next › Last »
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)
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.
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 39 Next › Last »