Package Details: alpm_octopi_utils 1.0.2-6

Git Clone URL: https://aur.archlinux.org/alpm_octopi_utils.git (read-only, click to copy)
Package Base: alpm_octopi_utils
Description: Alpm utils for Octopi
Upstream URL: https://github.com/aarnt/alpm_octopi_utils
Licenses: GPL-3.0-or-later
Provides: alpm-octopi-utils
Submitter: ImNtReal
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 1143
Popularity: 29.71
First Submitted: 2016-10-21 15:33 (UTC)
Last Updated: 2024-05-18 23:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

matmoul commented on 2019-03-26 01:59 (UTC)

Hi, @everyone : I've just adopted the package and you can now build it again ;)

monterral commented on 2019-03-22 20:44 (UTC)

well im happy even though its gtk i got pamac to build so deff not using discover and if i knew enough i would help out with alpm_octopi_utils and octopi maint...but no idea what needs to be done or how to go about it

monterral commented on 2019-03-22 20:27 (UTC)

ok, thank you for the comments dont mind using pacman and git clone yaourt etc. just like having handy list of pkgs with info etc. displayed using gui "octopi" not a deal breaker discover might work out ill check it out again but my kde mem usage normally with out my vpn on is .31 gib in ksysguard when idle just system & user running proccesses bunch masked services and some targets i like keeping it lean gnome-shell mem hog and not as customizable even with 8gb ram kde works better than gnome-shell for me on hdd and evan used just window manager for awhile but after adding stuff i get about same mem usage so arch-kde all the way for me :-)

egrupled commented on 2019-03-21 18:44 (UTC) (edited on 2019-03-21 18:44 (UTC) by egrupled)

@buzo just for the record: this library is mandatory dependency of octopi (https://github.com/aarnt/octopi) which is actively maintained by the same author. I'm pretty sure it's not dead and if someone care report those issues upstream they will be solved.

buzo commented on 2019-03-21 17:32 (UTC)

Disowned this package because of lack of time for it and upstream seams dead: Last commit in September 2016.

Murri commented on 2019-03-21 05:55 (UTC)

I tried to install it and I had the same error that monterral.

monterral commented on 2019-03-17 07:57 (UTC)

tried rebuild this pkg becouse octopi no longer has aur support after some updates today and i update daily...no problems ever but it happens so thought id try building them again to fix and got error :::

make[1]: Entering directory '/home/monterral/alpm_octopi_utils/src/alpm_octopi_utils-7f3a6c7e0e46bf9acb54af472f4fe45ab632d58c/src' valac -o libalpm_octopi_utils.so \ -X -fPIC \ -X --shared \ -H alpm_octopi_utils.h \ --vapi=alpm_octopi_utils.vapi \ --library=libalpm_octopi_utils \ --save-temps -X -w --pkg=libalpm --pkg=gio-2.0 --pkg=posix --vapidir=../vapi -X -D_FILE_OFFSET_BITS=64 \ alpm_config.vala alpm_octopi_utils.vala alpm_config.vala:149.3-149.30: error: Assignment: Cannot convert from Alpm.List<string>' toAlpm.List<weak string?>' handle.cachedirs = cachedirs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:157.3-157.36: error: Assignment: Cannot convert from Alpm.List<string>' toAlpm.List<weak string?>' handle.ignoregroups = ignoregroups; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:158.3-158.32: error: Assignment: Cannot convert from Alpm.List<string>' toAlpm.List<weak string?>' handle.ignorepkgs = ignorepkgs; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:159.3-159.32: error: Assignment: Cannot convert from Alpm.List<string>' toAlpm.List<weak string?>' handle.noextracts = noextracts; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_config.vala:160.3-160.32: error: Assignment: Cannot convert from Alpm.List<string>' toAlpm.List<weak string?>' handle.noupgrades = noupgrades; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ alpm_octopi_utils.vala:69.73-69.79: error: Argument 1: Cannot convert from unowned Alpm.List<weak string>?' tounowned 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 from unowned Alpm.List<weak string>?' tounowned Alpm.List<string>' syncpkgs = db.search (needles); ^^^^^^^ alpm_octopi_utils.vala:77.31-77.37: error: Argument 1: Cannot convert from unowned Alpm.List<weak string>?' tounowned Alpm.List<string>' syncpkgs.join (db.search (needles)); ^^^^^^^ alpm_octopi_utils.vala:83.3-83.9: error: The name results' does not exist in the context ofAlpmUtils.search_all_dbs' results.join (syncpkgs.copy()); ^^^^^^^ alpm_octopi_utils.vala:85.10-85.16: error: The name results' does not exist in the context ofAlpmUtils.search_all_dbs' return results; ^^^^^^^ alpm_octopi_utils.vala:99.39-99.57: error: Argument 1: Cannot convert from unowned Alpm.List<weak Alpm.DB?>' tounowned 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 from unowned Alpm.List<weak Alpm.Package?>' tounowned 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 name pkg' does not exist in the context ofAlpmUtils.get_updates' if (pkg != null) { ^^^ alpm_octopi_utils.vala:210.40-210.42: error: The name pkg' does not exist in the context ofAlpmUtils.get_updates' unowned Alpm.Package? candidate = pkg.sync_newversion (alpm_handle.syncdbs); ^^^ alpm_octopi_utils.vala:211.10-211.18: error: The name candidate' does not exist in the context ofAlpmUtils.get_updates' if (candidate != null) { ^^^^^^^^^ alpm_octopi_utils.vala:212.23-212.31: error: The name candidate' does not exist in the context ofAlpmUtils.get_updates' results.append (candidate); ^^^^^^^^^ alpm_octopi_utils.vala:225.72-225.90: error: Argument 1: Cannot convert from unowned Alpm.List<weak Alpm.DB?>' tounowned 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 name candidate' does not exist in the context ofAlpmUtils.get_updates' if (candidate != null) { ^^^^^^^^^ alpm_octopi_utils.vala:227.24-227.32: error: The name candidate' does not exist in the context ofAlpmUtils.get_updates' results.append (candidate); ^^^^^^^^^ Compilation failed: 19 error(s), 0 warning(s) make[1]: [Makefile:18: libalpm_octopi_utils.so] Error 1 make[1]: Leaving directory '/home/monterral/alpm_octopi_utils/src/alpm_octopi_utils-7f3a6c7e0e46bf9acb54af472f4fe45ab632d58c/src' make: [Makefile:11: all] Error 2 ####just a notice and was wondering if anyone else has had the issue today????? thanks,monty