Package Details: python-gbinder 1.1.2-1

Git Clone URL: https://aur.archlinux.org/python-gbinder.git (read-only, click to copy)
Package Base: python-gbinder
Description: Python bindings for libgbinder
Upstream URL: https://github.com/erfanoabdi/gbinder-python
Licenses: GPL
Submitter: Danct12
Maintainer: Danct12
Last Packager: Danct12
Votes: 32
Popularity: 1.55
First Submitted: 2021-09-12 03:31 (UTC)
Last Updated: 2023-10-01 04:04 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

1 2 Next › Last »

d-air1 commented on 2024-05-07 14:26 (UTC) (edited on 2024-05-07 14:33 (UTC) by d-air1)

For the out of date flag. There is a pull request to fix the build issue with python 3.12, but it has been open since January 2023 with no input from the maintainer. Not sure what can be done about this outside of building with the unmerged pull request as a patch.

Nixola commented on 2024-05-04 18:18 (UTC)

I had the same issue as ipaqmaster (ModuleNotFoundError: No module named 'gbinder' despite rebuilding python-gbinder), caused by Python updating to 3.12 while my version of this package was built for 3.11. Actually rebuilding python-gbinder from scratch, after deleting the previous build folder, fixed it, so I don't think it's an issue with this package.

ipaqmaster commented on 2024-05-02 07:10 (UTC)

ModuleNotFoundError: No module named 'gbinder' despite rebuilding python-gbinder and waydroid along with its deps (this).

jkoehler11 commented on 2024-04-28 21:40 (UTC) (edited on 2024-04-28 21:42 (UTC) by jkoehler11)

I also ran into the issue with 'distutils' module not being found.

I reinstalled python-setuptools with:

sudo pacman -S python-setuptools

And then I reinstalled python-gbinder and this time it ended up building.

yay -S python-gbinder

tuananh commented on 2024-04-28 13:56 (UTC) (edited on 2024-04-28 13:56 (UTC) by tuananh)

I also got the following error in build

==> Starting build()...
Traceback (most recent call last):
  File "/home/sam/.cache/yay/python-gbinder/src/python-gbinder/setup.py", line 2, in <module>
    from distutils.core import setup, Extension
ModuleNotFoundError: No module named 'distutils'
==> ERROR: A failure occurred in build().

my guess is that python-setuptools is built with python 3.12 now and distutils is removed in 3.12?

kagutaba256 commented on 2024-04-18 22:59 (UTC)

==> Starting build()...
Traceback (most recent call last):
  File "/home/sam/.cache/yay/python-gbinder/src/python-gbinder/setup.py", line 2, in <module>
    from distutils.core import setup, Extension
ModuleNotFoundError: No module named 'distutils'
==> ERROR: A failure occurred in build().

Having this issue when installing the package.

Popolon commented on 2023-10-26 22:13 (UTC)

This doesn't work with libgbinder 1.1.19, but work with libgbinder 1.1.34, you could perhaps say libgbinder >=1.1.34, the change maybe related to intermediate version. with libgbinder 1.1.19, triying to launch Waydroid, that use it :

ImportError: /usr/lib/python3.11/site-packages/gbinder.cpython-311-x86_64-linux-gnu.so: undefined symbol: gbinder_servicemanager_new2

Danct12 commented on 2023-10-01 04:19 (UTC)

v1.1.2 of this package should now build with cython3

GalaxySnail commented on 2023-08-06 15:36 (UTC)

There is a branch compatible with cython3: https://github.com/erfanoabdi/gbinder-python/pull/14

memchr commented on 2023-07-21 03:55 (UTC)

@Danct12 Newer Cython versions (3.0.0) from the repo can no longer be used to build this. Would you consider making it dependent on cython0 only?