==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: python-gbinder 1.1.2-5 (Sat Nov  1 17:59:28 2025)
==> Retrieving sources...
  -> Found python-gbinder-1.1.2.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    python-gbinder-1.1.2.tar.gz ... Passed
==> Making package: python-gbinder 1.1.2-5 (Sat Nov  1 17:59:51 2025)
==> Checking runtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (2) libglibutil-1.0.80-2  libgbinder-1.1.43-2

Total Download Size:   0.05 MiB
Total Installed Size:  0.31 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 libgbinder-1.1.43-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libglibutil...
installing libgbinder...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Checking buildtime dependencies...
==> Installing missing dependencies...
[?25lresolving dependencies...
looking for conflicting packages...

Packages (11) python-autocommand-2.2.2-7  python-jaraco.collections-5.1.0-1
              python-jaraco.context-6.0.1-1  python-jaraco.functools-4.1.0-1
              python-jaraco.text-4.0.0-2  python-more-itertools-10.8.0-1
              python-packaging-25.0-1  python-platformdirs-4.5.0-1
              python-wheel-0.45.1-1  cython-3.1.6-1
              python-setuptools-1:80.9.0-2

Total Download Size:    3.14 MiB
Total Installed Size:  27.80 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 cython-3.1.6-1-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing python-more-itertools...
installing python-jaraco.functools...
installing python-jaraco.context...
installing python-autocommand...
installing python-jaraco.text...
Optional dependencies for python-jaraco.text
    python-inflect: for show-newlines script
installing python-jaraco.collections...
installing python-packaging...
installing python-platformdirs...
installing python-wheel...
Optional dependencies for python-wheel
    python-keyring: for wheel.signatures
    python-xdg: for wheel.signatures
    python-setuptools: for legacy bdist_wheel subcommand [pending]
installing python-setuptools...
installing cython...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[?25h==> Retrieving sources...
  -> Found python-gbinder-1.1.2.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting python-gbinder-1.1.2.tar.gz with bsdtar
==> Starting build()...
Compiling gbinder.pyx because it changed.
[1/1] Cythonizing gbinder.pyx
distcc[989] ERROR: compile gbinder.c on 10.3.0.16:3732/8 failed
distcc[989] (dcc_build_somewhere) Warning: remote compilation of 'gbinder.c' failed, retrying locally
distcc[989] Warning: failed to distribute gbinder.c to 10.3.0.16:3732/8, running locally instead
gbinder.c: In function ‘__pyx_pf_7gbinder_11RemoteReply_10read_int64’:
gbinder.c:6939:75: error: passing argument 2 of ‘gbinder_remote_reply_read_int64’ from incompatible pointer type [-Wincompatible-pointer-types]
 6939 | us = gbinder_remote_reply_read_int64(__pyx_v_self->_reply, (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long int *

In file included from gbinder.c:1162:
/usr/include/gbinder/gbinder_remote_reply.h:73:13: note: expected ‘gint64 *’ {aka ‘long long int *’} but argument is of type ‘long int *’
   73 |     gint64* value);
      |     ~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_11RemoteReply_12read_uint64’:
gbinder.c:7087:76: error: passing argument 2 of ‘gbinder_remote_reply_read_uint64’ from incompatible pointer type [-Wincompatible-pointer-types]
 7087 | s = gbinder_remote_reply_read_uint64(__pyx_v_self->_reply, (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_remote_reply.h:78:14: note: expected ‘guint64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘long unsigned int *’
   78 |     guint64* value);
      |     ~~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_13RemoteRequest_20read_int64’:
gbinder.c:16963:75: error: passing argument 2 of ‘gbinder_remote_request_read_int64’ from incompatible pointer type [-Wincompatible-pointer-types]
16963 | us = gbinder_remote_request_read_int64(__pyx_v_self->_req, (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long int *

In file included from gbinder.c:1163:
/usr/include/gbinder/gbinder_remote_request.h:95:13: note: expected ‘gint64 *’ {aka ‘long long int *’} but argument is of type ‘long int *’
   95 |     gint64* value);
      |     ~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_13RemoteRequest_22read_uint64’:
gbinder.c:17111:76: error: passing argument 2 of ‘gbinder_remote_request_read_uint64’ from incompatible pointer type [-Wincompatible-pointer-types]
17111 | s = gbinder_remote_request_read_uint64(__pyx_v_self->_req, (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_remote_request.h:100:14: note: expected ‘guint64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘long unsigned int *’
  100 |     guint64* value);
      |     ~~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_6Reader_10read_int64’:
gbinder.c:29325:73: error: passing argument 2 of ‘gbinder_reader_read_int64’ from incompatible pointer type [-Wincompatible-pointer-types]
29325 | atus = gbinder_reader_read_int64((&__pyx_v_self->_reader), (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long int *

In file included from gbinder.c:1160:
/usr/include/gbinder/gbinder_reader.h:101:13: note: expected ‘gint64 *’ {aka ‘long long int *’} but argument is of type ‘long int *’
  101 |     gint64* value);
      |     ~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_6Reader_12read_uint64’:
gbinder.c:29442:74: error: passing argument 2 of ‘gbinder_reader_read_uint64’ from incompatible pointer type [-Wincompatible-pointer-types]
29442 | tus = gbinder_reader_read_uint64((&__pyx_v_self->_reader), (&__pyx_v_value));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_reader.h:106:14: note: expected ‘guint64 *’ {aka ‘long long unsigned int *’} but argument is of type ‘long unsigned int *’
  106 |     guint64* value);
      |     ~~~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_6Reader_30read_hidl_vec’:
gbinder.c:30544:75: error: passing argument 2 of ‘gbinder_reader_read_hidl_vec’ from incompatible pointer type [-Wincompatible-pointer-types]
30544 | e = gbinder_reader_read_hidl_vec((&__pyx_v_self->_reader), (&__pyx_v_count), (&__pyx_v_elemsize));
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_reader.h:161:12: note: expected ‘gsize *’ {aka ‘unsigned int *’} but argument is of type ‘long unsigned int *’
  161 |     gsize* count,
      |     ~~~~~~~^~~~~
gbinder.c:30544:93: error: passing argument 3 of ‘gbinder_reader_read_hidl_vec’ from incompatible pointer type [-Wincompatible-pointer-types]
30544 | _read_hidl_vec((&__pyx_v_self->_reader), (&__pyx_v_count), (&__pyx_v_elemsize));
      |                                                            ~^~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_reader.h:162:12: note: expected ‘gsize *’ {aka ‘unsigned int *’} but argument is of type ‘long unsigned int *’
  162 |     gsize* elemsize);
      |     ~~~~~~~^~~~~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_6Reader_32read_hidl_vec1’:
gbinder.c:30706:76: error: passing argument 2 of ‘gbinder_reader_read_hidl_vec1’ from incompatible pointer type [-Wincompatible-pointer-types]
30706 |  = gbinder_reader_read_hidl_vec1((&__pyx_v_self->_reader), (&__pyx_v_count), __pyx_v_expected_elemsize);
      |                                                            ~^~~~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_reader.h:167:12: note: expected ‘gsize *’ {aka ‘unsigned int *’} but argument is of type ‘long unsigned int *’
  167 |     gsize* count,
      |     ~~~~~~~^~~~~
gbinder.c: In function ‘__pyx_pf_7gbinder_6Reader_48read_byte_array’:
gbinder.c:31583:77: error: passing argument 2 of ‘gbinder_reader_read_byte_array’ from incompatible pointer type [-Wincompatible-pointer-types]
31583 | = gbinder_reader_read_byte_array((&__pyx_v_self->_reader), (&__pyx_v_len));
      |                                                            ~^~~~~~~~~~~~~
      |                                                             |
      |                                                             long unsigned int *

/usr/include/gbinder/gbinder_reader.h:236:12: note: expected ‘gsize *’ {aka ‘unsigned int *’} but argument is of type ‘long unsigned int *’
  236 |     gsize* len); /* Since 1.0.12 */
      |     ~~~~~~~^~~
distcc[989] ERROR: compile gbinder.c on localhost failed
error: command '/usr/lib/distcc/bin/gcc' failed with exit code 1
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Build failed, check /home/leming/armv7/leming/build