Skip to content

Commit

Permalink
community/gbinder-python: disable on 32bit
Browse files Browse the repository at this point in the history
Fails to build with gcc 14 due to incompatible pointer types.

upstream: erfanoabdi/gbinder-python#18
  • Loading branch information
ncopa committed Nov 26, 2024
1 parent 3ebbffa commit d755bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion community/gbinder-python/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ pkgrel=1
pkgdesc="Python bindings for libgbinder"
url="https://github.com/erfanoabdi/gbinder-python"
# s390x blocked by libgbinder
arch="all !s390x"
# 32 bit arches fail with incompatible pointer type
# https://github.com/erfanoabdi/gbinder-python/issues/18
arch="all !s390x !x86 !armhf !armv7"
license="GPL-3.0-only"
depends="python3"
makedepends="
Expand Down

0 comments on commit d755bda

Please sign in to comment.