Package Details: alpm_octopi_utils 1.0.2-5

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: 1139
Popularity: 29.62
First Submitted: 2016-10-21 15:33 (UTC)
Last Updated: 2024-03-26 23:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

gardotd426 commented on 2020-12-26 23:02 (UTC)

Target how? It fails literally immediately, and I have all dependencies installed. I don't know how exactly you expect me to target anything. The errors are code-related

matmoul commented on 2020-12-26 22:39 (UTC)

@gardotd426 : Just tested with success on a clean install... I've lost 20 min of my life to test it! Try to target your issue...

gardotd426 commented on 2020-12-26 22:04 (UTC)

Neither this nor the package linked in the top comment work. Both fail to build.


make[1]: Entering directory '/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/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
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c: In function ‘alpm_utils_search_all_dbs’:
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:270:11: error: too few arguments to function ‘alpm_db_search’
  270 |  _tmp8_ = alpm_db_search (_tmp6_, _tmp7_);
      |           ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:298:14: error: too few arguments to function ‘alpm_db_search’
  298 |    _tmp18_ = alpm_db_search (_tmp16_, _tmp17_);
      |              ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:307:14: error: too few arguments to function ‘alpm_db_search’
  307 |    _tmp21_ = alpm_db_search (_tmp19_, _tmp20_);
      |              ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
error: cc exited with status 256
Compilation failed: 1 error(s), 0 warning(s)
make[1]: *** [Makefile:18: libalpm_octopi_utils.so] Error 1
make[1]: Leaving directory '/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils/src'
make: *** [Makefile:11: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

That's for the linked one. This package here fails with:


/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c: In function ‘alpm_utils_search_all_dbs’:
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:270:11: error: too few arguments to function ‘alpm_db_search’
  270 |  _tmp8_ = alpm_db_search (_tmp6_, _tmp7_);
      |           ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:298:14: error: too few arguments to function ‘alpm_db_search’
  298 |    _tmp18_ = alpm_db_search (_tmp16_, _tmp17_);
      |              ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:307:14: error: too few arguments to function ‘alpm_db_search’
  307 |    _tmp21_ = alpm_db_search (_tmp19_, _tmp20_);
      |              ^~~~~~~~~~~~~~
In file included from /home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src/alpm_octopi_utils.c:24:
/usr/include/alpm.h:1385:5: note: declared here
 1385 | int alpm_db_search(alpm_db_t *db, const alpm_list_t *needles,
      |     ^~~~~~~~~~~~~~
error: cc exited with status 256
Compilation failed: 1 error(s), 0 warning(s)
make[1]: *** [Makefile:18: libalpm_octopi_utils.so] Error 1
make[1]: Leaving directory '/home/matt/tmp/makepkg/alpm_octopi_utils/src/alpm_octopi_utils-bd9fcd5fc5de8e8e800fbdf553249c95f1300356/src'
make: *** [Makefile:11: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

matmoul commented on 2020-12-01 19:30 (UTC)

@flipflop97 that has flagged out this package, the last version is 1.0.2 : https://github.com/aarnt/alpm_octopi_utils/blob/master/PKGBUILD

j1simon commented on 2020-04-26 07:39 (UTC)

The current URL of the project is: https://tintaescura.com/projects/octopi/

matmoul commented on 2019-03-27 00:13 (UTC) (edited on 2019-03-27 00:14 (UTC) by matmoul)

Yeah, you can star the project : https://github.com/aarnt/alpm_octopi_utils Changes are made by the dev...

ozmartian commented on 2019-03-26 22:37 (UTC)

@matmoul many thanks.. appreciated!

matmoul commented on 2019-03-26 22:11 (UTC)

@ozmartian Thank for your feedback, I'll try to find the issue... I need to wait the week-end to read all the code before providing a best solution...

ozmartian commented on 2019-03-26 22:03 (UTC)

@matmoul hi there, thanks for adopting this... ever since the 26/03 update to alpm_octopi_utils the update notifications ignore packages in IgnorePkg in pacman.conf.. it doesn't allow me to install ignored packages but it is always listing them as available to update in the GUI... it does skip them when attempting updates but the status icon stays red, listing ignored packages... this only started happening since 1.0.0-3.. i will try downgrading to 1.0.0-2 to see if its fixed...thanks in advance!

Murri commented on 2019-03-26 21:02 (UTC)

Thanks @matmoul. It works! I could install octopi again ^^