Search Criteria
Package Details: octopi 0.17.0-1
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: | 1637 |
Popularity: | 34.44 |
First Submitted: | 2013-09-03 23:42 (UTC) |
Last Updated: | 2025-02-18 19:38 (UTC) |
Dependencies (21)
- pacman (pacman-gitAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- qt-sudoAUR
- qt6-multimedia
- 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-fmlAUR, systemd-gitAUR, systemd-selinuxAUR) (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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 40 Next › Last »
Kudlaty commented on 2019-03-20 06:22 (UTC)
try downgrade vala with: pacman -U https://archive.archlinux.org/packages/v/vala/vala-0.42.2-1-x86_64.pkg.tar.xz
this works for me :)
monterral commented on 2019-03-17 07:36 (UTC) (edited on 2019-03-17 07:37 (UTC) by monterral)
after update today on 03/17/2019 i updated pacman -Syyu and after i rebooted and no longer see any aur suport in octopi so i tried rebuild pkg and hade build errors .....looks like ones posted allready by grappas 2019-03-15 19:23 comment.........what happened here?????thank-you,monty
p.s. i update everyday so didnt have bunch of old updates to mess with...
grappas commented on 2019-03-15 23:23 (UTC)
alpm_config.vala:149.3-149.30: error: Assignment: Cannot convert from
Alpm.List<string>' to
Alpm.List<weak string?>' handle.cachedirs = cachedirs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:157.3-157.36: error: Assignment: Cannot convert fromAlpm.List<string>' to
Alpm.List<weak string?>' handle.ignoregroups = ignoregroups; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:158.3-158.32: error: Assignment: Cannot convert fromAlpm.List<string>' to
Alpm.List<weak string?>' handle.ignorepkgs = ignorepkgs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:159.3-159.32: error: Assignment: Cannot convert fromAlpm.List<string>' to
Alpm.List<weak string?>' handle.noextracts = noextracts; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:160.3-160.32: error: Assignment: Cannot convert fromAlpm.List<string>' to
Alpm.List<weak string?>' handle.noupgrades = noupgrades; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_octopi_utils.vala:69.73-69.79: error: Argument 1: Cannot convert fromunowned Alpm.List<weak string>?' to
unowned Alpm.List<string>' Alpm.List<unowned Alpm.Package> results = alpm_handle.localdb.search (needles); ^^^^^^^ alpm_octopi_utils.vala:74.27-74.33: error: Argument 1: Cannot convert fromunowned Alpm.List<weak string>?' to
unowned Alpm.List<string>' syncpkgs = db.search (needles); ^^^^^^^ alpm_octopi_utils.vala:77.31-77.37: error: Argument 1: Cannot convert fromunowned Alpm.List<weak string>?' to
unowned Alpm.List<string>' syncpkgs.join (db.search (needles)); ^^^^^^^ alpm_octopi_utils.vala:83.3-83.9: error: The nameresults' does not exist in the context of
AlpmUtils.search_all_dbs' results.join (syncpkgs.copy()); ^^^^^^^ alpm_octopi_utils.vala:85.10-85.16: error: The nameresults' does not exist in the context of
AlpmUtils.search_all_dbs' return results; ^^^^^^^ alpm_octopi_utils.vala:99.39-99.57: error: Argument 1: Cannot convert fromunowned Alpm.List<weak Alpm.DB?>' to
unowned Alpm.List<Alpm.DB>' results.join (Alpm.find_group_pkgs (alpm_handle.syncdbs, group_name).diff (results, (Alpm.List.CompareFunc) alpm_pkg_compare_name)); ^^^^^^^^^^^^^^^^^^^ alpm_octopi_utils.vala:208.54-208.81: error: Argument 1: Cannot convert fromunowned Alpm.List<weak Alpm.Package?>' to
unowned Alpm.List<Alpm.Package>' unowned Alpm.Package? pkg = Alpm.find_satisfier (alpm_handle.localdb.pkgcache, name); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_octopi_utils.vala:209.9-209.11: error: The namepkg' does not exist in the context of
AlpmUtils.get_updates' if (pkg != null) { ^^^ alpm_octopi_utils.vala:210.40-210.42: error: The namepkg' does not exist in the context of
AlpmUtils.get_updates' unowned Alpm.Package? candidate = pkg.sync_newversion (alpm_handle.syncdbs); ^^^ alpm_octopi_utils.vala:211.10-211.18: error: The namecandidate' does not exist in the context of
AlpmUtils.get_updates' if (candidate != null) { ^^^^^^^^^ alpm_octopi_utils.vala:212.23-212.31: error: The namecandidate' does not exist in the context of
AlpmUtils.get_updates' results.append (candidate); ^^^^^^^^^ alpm_octopi_utils.vala:225.72-225.90: error: Argument 1: Cannot convert fromunowned Alpm.List<weak Alpm.DB?>' to
unowned Alpm.List<Alpm.DB>' unowned Alpm.Package? candidate = installed_pkg.sync_newversion (alpm_handle.syncdbs); ^^^^^^^^^^^^^^^^^^^ alpm_octopi_utils.vala:226.11-226.19: error: The namecandidate' does not exist in the context of
AlpmUtils.get_updates' if (candidate != null) { ^^^^^^^^^ alpm_octopi_utils.vala:227.24-227.32: error: The namecandidate' does not exist in the context of
AlpmUtils.get_updates' results.append (candidate); ^^^^^^^^^ Compilation failed: 19 error(s), 0 warning(s) make[1]: [Makefile:18: libalpm_octopi_utils.so] Błąd 1 make[1]: Opuszczenie katalogu '/home/jakub/.cache/yay/alpm_octopi_utils/src/alpm_octopi_utils-7f3a6c7e0e46bf9acb54af472f4fe45ab632d58c/src' make: [Makefile:11: all] Błąd 2 ==> BŁĄD: Wystąpił błąd w build(). Przerywam... Error making: alpm_octopi_utilsbuzo commented on 2019-02-10 15:06 (UTC) (edited on 2019-02-10 15:06 (UTC) by buzo)
morbidity: Fixed – thanks for the hint.
morbidity commented on 2019-02-09 18:28 (UTC)
Found octopi-repoeditor.desktop -> Downloading 0001-remove-qtermwidget.patch... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 401 ==> ERROR: Failure while downloading https://code.chakralinux.org/packages/desktop/raw/master/octopi/0001-remove-qtermwidget.patch Aborting... :: Unable to build octopi - makepkg exited with code: 1
egrupled commented on 2018-07-10 16:19 (UTC) (edited on 2018-07-10 16:22 (UTC) by egrupled)
@kikadf can you add qmake environment variables to honor custom buildflags?
To do this adjust every
qmake-qt5
command like below:After that it will honor use customized buildflags like
CXXFLAGS="-march=native"
in/etc/makepkg.conf
kikadf commented on 2018-06-13 17:53 (UTC) (edited on 2018-06-13 17:54 (UTC) by kikadf)
@allevil669: remove from local, the patch is changed, so must download the new version. Sorry I late to push the new PKGBUILD with the new sha.
allevil669 commented on 2018-06-13 17:03 (UTC)
At this time, the file "0002-add-pikaur-support.patch" isn't passing sha256sum verification.
kikadf commented on 2018-06-10 09:46 (UTC)
@windy: first remove all octopi packages, after install the new. I remove the splitted packages, this cause the error.
windy commented on 2018-06-10 09:04 (UTC) (edited on 2018-06-10 09:05 (UTC) by windy)
The uprade to 0.9.0 fails:
error: failed to commit transaction (conflicting files)
octopi: /etc/dbus-1/system.d/org.octopi.pacmanhelper.conf exists in filesystem (owned by octopi-pacmanhelper)
octopi: /usr/bin/octopi-cachecleaner exists in filesystem (owned by octopi-cachecleaner)
octopi: /usr/bin/octopi-notifier exists in filesystem (owned by octopi-notifier-qt5)
octopi: /usr/bin/octopi-repoeditor exists in filesystem (owned by octopi-repoeditor)
octopi: /usr/lib/octopi/pacmanhelper exists in filesystem (owned by octopi-pacmanhelper)
octopi: /usr/share/applications/octopi-cachecleaner.desktop exists in filesystem (owned by octopi-cachecleaner)
octopi: /usr/share/applications/octopi-repoeditor.desktop exists in filesystem (owned by octopi-repoeditor)
octopi: /usr/share/dbus-1/interfaces/org.octopi.pacmanhelper.xml exists in filesystem (owned by octopi-pacmanhelper)
octopi: /usr/share/dbus-1/system-services/org.octopi.pacmanhelper.service exists in filesystem (owned by octopi-pacmanhelper)
octopi: /usr/share/polkit-1/actions/org.octopi.pacman.policy exists in filesystem (owned by octopi-pacmanhelper)
Errors occurred, no packages were upgraded.
« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 40 Next › Last »