Package Details: python-gbinder 1.1.2-2

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: 36
Popularity: 1.75
First Submitted: 2021-09-12 03:31 (UTC)
Last Updated: 2024-05-18 02:09 (UTC)

Dependencies (4)

Sources (1)

Latest Comments

1 2 Next › Last »

ccppi commented on 2024-08-21 07:54 (UTC)

Sounds like something with your gcc is not right. output of: gcc --print-prog-name lto1 should be something like: /usr/lib/gcc/x86_64-pc-linux-gnu/14.1.1/lto1

ammar_yaser commented on 2024-07-19 18:38 (UTC) (edited on 2024-07-19 18:43 (UTC) by ammar_yaser)

Any idea about this error? (can't install waydroid because of it)

==> Starting build()...
Compiling gbinder.pyx because it changed.
[1/1] Cythonizing gbinder.pyx
gcc: fatal error: cannot execute ‘lto1’: posix_spawnp: No such file or directory
compilation terminated.
lto-wrapper: fatal error: /usr/bin/gcc returned 1 exit status
compilation terminated.
/usr/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
error: command '/usr/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: python-gbinder-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
python-gbinder - exit status 4

FearlessSpiff commented on 2024-05-16 07:59 (UTC) (edited on 2024-05-16 07:59 (UTC) by FearlessSpiff)

User Drwankingstein fixed my waydroid issue here on reddit https://www.reddit.com/r/waydroid/comments/1cnsqaz/waydroid_on_arch_constantly_breaking/ by rebuilding this package with paru -Sy --rebuild python-gbinder. This might help some of you...

dostoievsky commented on 2024-05-15 22:54 (UTC)

Hello, danct12 is active at https://github.com/dreemurrs-embedded/ I dont know if he is active for this upstream.

I have openned an issue in the given repo and have sucessfully builded the package with the PKGBUILD at there.

https://github.com/dreemurrs-embedded/Pine64-Arch/issues/636

this is the issue and the repo. As this is a repo for ARM I dont know if people here are over x86 and if the same things I have done could be made by people here.

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.