[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1078828: marked as done (syncmaildir: FTBFS with gcc-14)



Your message dated Fri, 08 Nov 2024 18:06:34 +0000
with message-id <[🔎] E1t9TNS-0054vi-Ee@fasolo.debian.org>
and subject line Bug#1082604: Removed package(s) from unstable
has caused the Debian Bug report #1078828,
regarding syncmaildir: FTBFS with gcc-14
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1078828: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078828
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: syncmaildir
Version: 1.3.0-2
Severity: serious
Tags: ftbfs sid
Justification: fails to build from source
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-14

syncmaildir currently fails to build from source. The full log is
attached, and hopefully the relevant part is below:

----------------8<----------------8<----------------8<-----------------
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -w smd-applet.c -o smd-applet \
	`pkg-config  --cflags --libs glib-2.0 gtk+-3.0  libnotify gee-0.8 gio-2.0` \
	-Wl,-z,relro
smd-applet.c: In function ‘smd_applet_eval_smd_loop_error_message’:
smd-applet.c:2279:61: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2279 |                 _tmp36_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp35_);
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             GeeCollection * {aka struct _GeeCollection *}
In file included from smd-applet.c:14:
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2320:61: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2320 |                 _tmp48_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp47_);
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2843:102: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2843 |                                                         _tmp122_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp121_);
      |                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                      |
      |                                                                                                      GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2875:54: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2875 |         _tmp132_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp131_);
      |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                      |
      |                                                      GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_eval_smd_loop_message’:
smd-applet.c:3231:77: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 3231 |                                 _tmp53_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp52_);
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                             |
      |                                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_eat_event’:
smd-applet.c:3804:52: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 3804 |         _tmp2_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp1_);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~
      |                                                    |
      |                                                    GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:3961:109: error: passing argument 4 of ‘notify_notification_add_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 3961 |                                         notify_notification_add_action (_tmp49_, "clicked", "Handle error", _______lambda15__notify_action_callback, g_object_ref (self), g_object_unref);
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                             |
      |                                                                                                             void (*)(NotifyNotification *, const gchar *, void *) {aka void (*)(NotifyNotification *, const char *, void *)}
In file included from /usr/include/libnotify/notify.h:27,
                 from smd-applet.c:16:
/usr/include/libnotify/notification.h:216:85: note: expected ‘NotifyActionCallback’ {aka ‘void (*)(NotifyNotification *, char *, void *)’} but argument is of type ‘void (*)(NotifyNotification *, const gchar *, void *)’ {aka ‘void (*)(NotifyNotification *, const char *, void *)’}
  216 |                                                                NotifyActionCallback callback,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
smd-applet.c:4230:78: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4230 |                                 _tmp126_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp125_);
      |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                              |
      |                                                                              GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:4435:62: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4435 |                 _tmp187_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp186_);
      |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                              |
      |                                                              GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_update_loglist’:
smd-applet.c:4808:77: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4808 |                                 _tmp31_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp30_);
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                             |
      |                                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:4846:69: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4846 |                         _tmp44_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp43_);
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                     |
      |                                                                     GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_start’:
smd-applet.c:5166:88: error: passing argument 4 of ‘notify_notification_add_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 5166 |                 notify_notification_add_action (_tmp13_, "configure", "Configure now", ____lambda17__notify_action_callback, g_object_ref (self), g_object_unref);
      |                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                        |
      |                                                                                        void (*)(NotifyNotification *, const gchar *, void *) {aka void (*)(NotifyNotification *, const char *, void *)}
/usr/include/libnotify/notification.h:216:85: note: expected ‘NotifyActionCallback’ {aka ‘void (*)(NotifyNotification *, char *, void *)’} but argument is of type ‘void (*)(NotifyNotification *, const gchar *, void *)’ {aka ‘void (*)(NotifyNotification *, const char *, void *)’}
  216 |                                                                NotifyActionCallback callback,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
make[3]: *** [Makefile:88: smd-applet] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:264: abspath/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2

----------------8<----------------8<----------------8<-----------------

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable-security'), (500, 'unstable'), (1, 'experimental')
Architecture: arm64 (aarch64)

Kernel: Linux 6.10.3-arm64 (SMP w/32 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
sbuild (Debian sbuild) 0.85.10 (30 May 2024) on ava

+==============================================================================+
| syncmaildir (arm64)                          Fri, 16 Aug 2024 20:42:55 +0000 |
+==============================================================================+

Package: syncmaildir
Distribution: unstable
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: full

I: NOTICE: Log filtering will replace 'var/run/schroot/mount/unstable-arm64-sbuild-2394a74d-2ba9-4d37-8241-0298e5dbc255' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/syncmaildir-vLllie/resolver-ZgHrTo' with '<<RESOLVERDIR>>'

+------------------------------------------------------------------------------+
| Update chroot                                                                |
+------------------------------------------------------------------------------+

Get:1 http://deb.debian.org/debian unstable InRelease [198 kB]
Get:2 http://deb.debian.org/debian experimental InRelease [101 kB]
Get:3 http://deb.debian.org/debian unstable/main Sources.diff/Index [63.6 kB]
Get:4 http://deb.debian.org/debian unstable/main arm64 Packages.diff/Index [63.6 kB]
Get:5 http://deb.debian.org/debian unstable/main Sources T-2024-08-16-1407.13-F-2024-08-12-1409.53.pdiff [233 kB]
Get:5 http://deb.debian.org/debian unstable/main Sources T-2024-08-16-1407.13-F-2024-08-12-1409.53.pdiff [233 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 Packages T-2024-08-16-1407.13-F-2024-08-12-1409.53.pdiff [235 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 Packages T-2024-08-16-1407.13-F-2024-08-12-1409.53.pdiff [235 kB]
Get:7 http://deb.debian.org/debian experimental/main arm64 Packages [486 kB]
Fetched 1381 kB in 9s (156 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Calculating upgrade...
The following packages will be upgraded:
  apt bsdutils fakeroot libapt-pkg6.0t64 libblkid1 libc-bin libc-dev-bin libc6
  libc6-dev libcrypt-dev libcrypt1 libfakeroot libmount1 libsmartcols1
  libssl3t64 libsystemd0 libudev1 libuuid1 linux-libc-dev util-linux
20 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 14.2 MB of archives.
After this operation, 129 kB disk space will be freed.
Get:1 http://deb.debian.org/debian unstable/main arm64 bsdutils arm64 1:2.40.2-7 [104 kB]
Get:2 http://deb.debian.org/debian unstable/main arm64 libcrypt-dev arm64 1:4.4.36-5 [122 kB]
Get:3 http://deb.debian.org/debian unstable/main arm64 libc6-dev arm64 2.39-7 [1482 kB]
Get:4 http://deb.debian.org/debian unstable/main arm64 libc-dev-bin arm64 2.39-7 [50.7 kB]
Get:5 http://deb.debian.org/debian unstable/main arm64 libcrypt1 arm64 1:4.4.36-5 [91.6 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 linux-libc-dev all 6.10.4-1 [2369 kB]
Get:7 http://deb.debian.org/debian unstable/main arm64 libc6 arm64 2.39-7 [2354 kB]
Get:8 http://deb.debian.org/debian unstable/main arm64 libsmartcols1 arm64 2.40.2-7 [135 kB]
Get:9 http://deb.debian.org/debian unstable/main arm64 libuuid1 arm64 2.40.2-7 [35.2 kB]
Get:10 http://deb.debian.org/debian unstable/main arm64 libblkid1 arm64 2.40.2-7 [162 kB]
Get:11 http://deb.debian.org/debian unstable/main arm64 libmount1 arm64 2.40.2-7 [190 kB]
Get:12 http://deb.debian.org/debian unstable/main arm64 util-linux arm64 2.40.2-7 [1174 kB]
Get:13 http://deb.debian.org/debian unstable/main arm64 libsystemd0 arm64 256.5-1 [355 kB]
Get:14 http://deb.debian.org/debian unstable/main arm64 libudev1 arm64 256.5-1 [136 kB]
Get:15 http://deb.debian.org/debian unstable/main arm64 libapt-pkg6.0t64 arm64 2.9.8 [921 kB]
Get:16 http://deb.debian.org/debian unstable/main arm64 apt arm64 2.9.8 [1329 kB]
Get:17 http://deb.debian.org/debian unstable/main arm64 libc-bin arm64 2.39-7 [529 kB]
Get:18 http://deb.debian.org/debian unstable/main arm64 libssl3t64 arm64 3.3.1-6 [2601 kB]
Get:19 http://deb.debian.org/debian unstable/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:20 http://deb.debian.org/debian unstable/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 14.2 MB in 0s (94.7 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.40.2-7_arm64.deb ...
Unpacking bsdutils (1:2.40.2-7) over (1:2.40.2-6) ...
Setting up bsdutils (1:2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../libcrypt-dev_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt-dev:arm64 (1:4.4.36-5) over (1:4.4.36-4) ...
Preparing to unpack .../libc6-dev_2.39-7_arm64.deb ...
Unpacking libc6-dev:arm64 (2.39-7) over (2.39-6) ...
Preparing to unpack .../libc-dev-bin_2.39-7_arm64.deb ...
Unpacking libc-dev-bin (2.39-7) over (2.39-6) ...
Preparing to unpack .../libcrypt1_1%3a4.4.36-5_arm64.deb ...
Unpacking libcrypt1:arm64 (1:4.4.36-5) over (1:4.4.36-4) ...
Setting up libcrypt1:arm64 (1:4.4.36-5) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../linux-libc-dev_6.10.4-1_all.deb ...
Unpacking linux-libc-dev (6.10.4-1) over (6.10.3-1) ...
Preparing to unpack .../libc6_2.39-7_arm64.deb ...
Unpacking libc6:arm64 (2.39-7) over (2.39-6) ...
Setting up libc6:arm64 (2.39-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.40.2-7_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.40.2-7) over (2.40.2-6) ...
Setting up libsmartcols1:arm64 (2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.40.2-7_arm64.deb ...
Unpacking libuuid1:arm64 (2.40.2-7) over (2.40.2-6) ...
Setting up libuuid1:arm64 (2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.40.2-7_arm64.deb ...
Unpacking libblkid1:arm64 (2.40.2-7) over (2.40.2-6) ...
Setting up libblkid1:arm64 (2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../libmount1_2.40.2-7_arm64.deb ...
Unpacking libmount1:arm64 (2.40.2-7) over (2.40.2-6) ...
Setting up libmount1:arm64 (2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11899 files and directories currently installed.)
Preparing to unpack .../util-linux_2.40.2-7_arm64.deb ...
Unpacking util-linux (2.40.2-7) over (2.40.2-6) ...
Setting up util-linux (2.40.2-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../libsystemd0_256.5-1_arm64.deb ...
Unpacking libsystemd0:arm64 (256.5-1) over (256.4-3) ...
Setting up libsystemd0:arm64 (256.5-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../libudev1_256.5-1_arm64.deb ...
Unpacking libudev1:arm64 (256.5-1) over (256.4-3) ...
Setting up libudev1:arm64 (256.5-1) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../libapt-pkg6.0t64_2.9.8_arm64.deb ...
Unpacking libapt-pkg6.0t64:arm64 (2.9.8) over (2.9.7) ...
Setting up libapt-pkg6.0t64:arm64 (2.9.8) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../archives/apt_2.9.8_arm64.deb ...
Unpacking apt (2.9.8) over (2.9.7) ...
Setting up apt (2.9.8) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../libc-bin_2.39-7_arm64.deb ...
Unpacking libc-bin (2.39-7) over (2.39-6) ...
Setting up libc-bin (2.39-7) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11898 files and directories currently installed.)
Preparing to unpack .../libssl3t64_3.3.1-6_arm64.deb ...
Unpacking libssl3t64:arm64 (3.3.1-6) over (3.3.1-2) ...
Setting up libssl3t64:arm64 (3.3.1-6) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11896 files and directories currently installed.)
Preparing to unpack .../libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) over (1.35.1-1.1) ...
Preparing to unpack .../fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) over (1.35.1-1.1) ...
Setting up linux-libc-dev (6.10.4-1) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up fakeroot (1.36-1) ...
Setting up libcrypt-dev:arm64 (1:4.4.36-5) ...
Setting up libc-dev-bin (2.39-7) ...
Setting up libc6-dev:arm64 (2.39-7) ...
Processing triggers for libc-bin (2.39-7) ...

+------------------------------------------------------------------------------+
| Fetch source files                                                           |
+------------------------------------------------------------------------------+


Check APT
---------

Checking available source versions...

Download source files with APT
------------------------------

Reading package lists...
NOTICE: 'syncmaildir' packaging is maintained in the 'Git' version control system at:
git://git.debian.org/git/collab-maint/syncmaildir.git
Please use:
git clone git://git.debian.org/git/collab-maint/syncmaildir.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 234 kB of source archives.
Get:1 http://deb.debian.org/debian unstable/main syncmaildir 1.3.0-2 (dsc) [2083 B]
Get:2 http://deb.debian.org/debian unstable/main syncmaildir 1.3.0-2 (tar) [226 kB]
Get:3 http://deb.debian.org/debian unstable/main syncmaildir 1.3.0-2 (diff) [5972 B]
Fetched 234 kB in 5s (42.6 kB/s)
Download complete and in download only mode
I: NOTICE: Log filtering will replace 'build/syncmaildir-vLllie/syncmaildir-1.3.0' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/syncmaildir-vLllie' with '<<BUILDDIR>>'

+------------------------------------------------------------------------------+
| Install package build dependencies                                           |
+------------------------------------------------------------------------------+


Setup apt archive
-----------------

Merged Build-Depends: debhelper (>= 7.0.50~), txt2man, pkg-config, libglib2.0-dev (>= 2.19.1), libgtk-3-dev, libnotify-dev (>= 0.7), libgee-0.8-dev, lua5.1, xdelta, moreutils (>= 0.38), build-essential, fakeroot
Filtered Build-Depends: debhelper (>= 7.0.50~), txt2man, pkg-config, libglib2.0-dev (>= 2.19.1), libgtk-3-dev, libnotify-dev (>= 0.7), libgee-0.8-dev, lua5.1, xdelta, moreutils (>= 0.38), build-essential, fakeroot
dpkg-deb: building package 'sbuild-build-depends-main-dummy' in '/<<RESOLVERDIR>>/apt_archive/sbuild-build-depends-main-dummy.deb'.
Ign:1 copy:/<<RESOLVERDIR>>/apt_archive ./ InRelease
Get:2 copy:/<<RESOLVERDIR>>/apt_archive ./ Release [609 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [756 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [788 B]
Fetched 2153 B in 0s (208 kB/s)
Reading package lists...
Reading package lists...

Install main build dependencies (apt-based resolver)
----------------------------------------------------

Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  adduser adwaita-icon-theme at-spi2-common autoconf automake autopoint
  autotools-dev bsdextrautils dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service debhelper dh-autoreconf
  dh-strip-nondeterminism dwz file fontconfig fontconfig-config
  fonts-dejavu-core fonts-dejavu-mono gawk gettext gettext-base gir1.2-atk-1.0
  gir1.2-atspi-2.0 gir1.2-cloudproviders-0.3.0 gir1.2-freedesktop
  gir1.2-freedesktop-dev gir1.2-gdkpixbuf-2.0 gir1.2-gee-0.8 gir1.2-glib-2.0
  gir1.2-glib-2.0-dev gir1.2-gtk-3.0 gir1.2-harfbuzz-0.0 gir1.2-notify-0.7
  gir1.2-pango-1.0 groff-base gtk-update-icon-cache hicolor-icon-theme
  icu-devtools intltool-debian libapparmor1 libarchive-zip-perl
  libatk-bridge2.0-0t64 libatk-bridge2.0-dev libatk1.0-0t64 libatk1.0-dev
  libatspi2.0-0t64 libatspi2.0-dev libavahi-client3 libavahi-common-data
  libavahi-common3 libblkid-dev libbrotli-dev libbrotli1 libbsd0 libbz2-dev
  libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
  libcloudproviders-dev libcloudproviders0 libcolord2 libcom-err2 libcups2t64
  libdatrie-dev libdatrie1 libdbus-1-3 libdbus-1-dev libdconf1
  libdebhelper-perl libdeflate-dev libdeflate0 libdrm-amdgpu1 libdrm-common
  libdrm-radeon1 libdrm2 libedit2 libegl-dev libegl-mesa0 libegl1
  libegl1-mesa-dev libelf1t64 libepoxy-dev libepoxy0 libexpat1 libexpat1-dev
  libffi-dev libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
  libfreetype-dev libfreetype6 libfribidi-dev libfribidi0 libgbm1
  libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev libgdk-pixbuf2.0-bin
  libgdk-pixbuf2.0-common libgee-0.8-2 libgee-0.8-dev libgirepository-2.0-0
  libgl-dev libgl1 libgl1-mesa-dri libglapi-mesa libgles-dev libgles1 libgles2
  libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev
  libglx-mesa0 libglx0 libgraphite2-3 libgraphite2-dev libgssapi-krb5-2
  libgtk-3-0t64 libgtk-3-common libgtk-3-dev libharfbuzz-cairo0
  libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0
  libharfbuzz0b libice-dev libice6 libicu-dev libicu72 libio-pty-perl
  libipc-run-perl libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo
  libjpeg62-turbo-dev libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
  liblcms2-2 liblerc-dev liblerc4 libllvm17t64 liblzma-dev liblzo2-2
  libmagic-mgc libmagic1t64 libmount-dev libncursesw6 libnotify-dev libnotify4
  libnsl2 libopengl-dev libopengl0 libpam-systemd libpango-1.0-0
  libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpipeline1
  libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev libpng16-16t64
  libproc2-0 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libreadline8t64 libselinux1-dev libsemanage-common libsemanage2
  libsensors-config libsensors5 libsepol-dev libsepol2 libsharpyuv-dev
  libsharpyuv0 libsigsegv2 libsm-dev libsm6 libsqlite3-0
  libsysprof-capture-4-dev libsystemd-shared libthai-data libthai-dev libthai0
  libtiff-dev libtiff6 libtiffxx6 libtime-duration-perl libtimedate-perl
  libtirpc-common libtirpc3t64 libtool libuchardet0 libvulkan1 libwayland-bin
  libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1
  libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3 libwebpdemux2
  libwebpmux3 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6
  libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
  libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync1
  libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
  libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdelta2t64
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3
  libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1
  libxkbcommon-dev libxkbcommon0 libxml2 libxrandr-dev libxrandr2
  libxrender-dev libxrender1 libxshmfence1 libxtst-dev libxtst6 libxxf86vm1
  libz3-4 libzstd-dev login.defs lua5.1 m4 man-db media-types moreutils mount
  netbase pango1.0-tools passwd pkg-config pkgconf pkgconf-bin po-debconf
  procps python3 python3-minimal python3-packaging python3.12
  python3.12-minimal readline-common sensible-utils sgml-base shared-mime-info
  systemd systemd-sysv txt2man tzdata uuid-dev wayland-protocols x11-common
  x11proto-dev xdelta xkb-data xml-core xorg-sgml-doctools xtrans-dev
  zlib1g-dev
Suggested packages:
  liblocale-gettext-perl cron quota autoconf-archive gnu-standards
  autoconf-doc dh-make gawk-doc gettext-doc libasprintf-dev libgettextpo-dev
  groff libcairo2-doc libcloudproviders-doc colord cups-common libdatrie-doc
  freetype2-doc low-memory-monitor libglib2.0-doc libxml2-utils
  libgraphite2-utils krb5-doc krb5-user gvfs libgtk-3-doc libice-doc icu-doc
  liblcms2-utils liblzma-doc notification-daemon libcryptsetup12
  libtss2-rc0t64 libpango1.0-doc lm-sensors libsm-doc libarchive13t64 libbpf1
  libdw1t64 libfido2-1 libip4tc2 libpwquality1 libqrencode4 libthai-doc
  libtool-doc gfortran | fortran95-compiler gcj-jdk libwayland-doc libx11-doc
  libxcb-doc libxext-doc m4-doc apparmor less www-browser nfs-common
  graphicsmagick libmail-box-perl python3-doc python3-tk python3-venv
  python3.12-venv python3.12-doc binfmt-support readline-doc sgml-base-doc
  systemd-container systemd-homed systemd-userdbd systemd-boot
  systemd-resolved systemd-repart libtss2-tcti-device0 polkitd ghostscript
Recommended packages:
  librsvg2-common curl | wget | lynx at-spi2-core bzip2-doc
  libarchive-cpio-perl xdg-user-dirs libgtk-3-bin krb5-locales libgpm2
  libpng-tools libkmod2 libltdl-dev mesa-vulkan-drivers | vulkan-icd
  libmail-sendmail-perl psmisc linux-sysctl-defaults ca-certificates
  systemd-timesyncd | time-daemon systemd-cryptsetup libnss-systemd
The following NEW packages will be installed:
  adduser adwaita-icon-theme at-spi2-common autoconf automake autopoint
  autotools-dev bsdextrautils dbus dbus-bin dbus-daemon
  dbus-session-bus-common dbus-system-bus-common dbus-user-session
  dconf-gsettings-backend dconf-service debhelper dh-autoreconf
  dh-strip-nondeterminism dwz file fontconfig fontconfig-config
  fonts-dejavu-core fonts-dejavu-mono gawk gettext gettext-base gir1.2-atk-1.0
  gir1.2-atspi-2.0 gir1.2-cloudproviders-0.3.0 gir1.2-freedesktop
  gir1.2-freedesktop-dev gir1.2-gdkpixbuf-2.0 gir1.2-gee-0.8 gir1.2-glib-2.0
  gir1.2-glib-2.0-dev gir1.2-gtk-3.0 gir1.2-harfbuzz-0.0 gir1.2-notify-0.7
  gir1.2-pango-1.0 groff-base gtk-update-icon-cache hicolor-icon-theme
  icu-devtools intltool-debian libapparmor1 libarchive-zip-perl
  libatk-bridge2.0-0t64 libatk-bridge2.0-dev libatk1.0-0t64 libatk1.0-dev
  libatspi2.0-0t64 libatspi2.0-dev libavahi-client3 libavahi-common-data
  libavahi-common3 libblkid-dev libbrotli-dev libbrotli1 libbsd0 libbz2-dev
  libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcairo2-dev
  libcloudproviders-dev libcloudproviders0 libcolord2 libcom-err2 libcups2t64
  libdatrie-dev libdatrie1 libdbus-1-3 libdbus-1-dev libdconf1
  libdebhelper-perl libdeflate-dev libdeflate0 libdrm-amdgpu1 libdrm-common
  libdrm-radeon1 libdrm2 libedit2 libegl-dev libegl-mesa0 libegl1
  libegl1-mesa-dev libelf1t64 libepoxy-dev libepoxy0 libexpat1 libexpat1-dev
  libffi-dev libfile-stripnondeterminism-perl libfontconfig-dev libfontconfig1
  libfreetype-dev libfreetype6 libfribidi-dev libfribidi0 libgbm1
  libgdk-pixbuf-2.0-0 libgdk-pixbuf-2.0-dev libgdk-pixbuf2.0-bin
  libgdk-pixbuf2.0-common libgee-0.8-2 libgee-0.8-dev libgirepository-2.0-0
  libgl-dev libgl1 libgl1-mesa-dri libglapi-mesa libgles-dev libgles1 libgles2
  libglib2.0-0t64 libglib2.0-bin libglib2.0-data libglib2.0-dev
  libglib2.0-dev-bin libglvnd-core-dev libglvnd-dev libglvnd0 libglx-dev
  libglx-mesa0 libglx0 libgraphite2-3 libgraphite2-dev libgssapi-krb5-2
  libgtk-3-0t64 libgtk-3-common libgtk-3-dev libharfbuzz-cairo0
  libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0
  libharfbuzz0b libice-dev libice6 libicu-dev libicu72 libio-pty-perl
  libipc-run-perl libjbig-dev libjbig0 libjpeg-dev libjpeg62-turbo
  libjpeg62-turbo-dev libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
  liblcms2-2 liblerc-dev liblerc4 libllvm17t64 liblzma-dev liblzo2-2
  libmagic-mgc libmagic1t64 libmount-dev libncursesw6 libnotify-dev libnotify4
  libnsl2 libopengl-dev libopengl0 libpam-systemd libpango-1.0-0
  libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libpipeline1
  libpixman-1-0 libpixman-1-dev libpkgconf3 libpng-dev libpng16-16t64
  libproc2-0 libpython3-stdlib libpython3.12-minimal libpython3.12-stdlib
  libreadline8t64 libselinux1-dev libsemanage-common libsemanage2
  libsensors-config libsensors5 libsepol-dev libsepol2 libsharpyuv-dev
  libsharpyuv0 libsigsegv2 libsm-dev libsm6 libsqlite3-0
  libsysprof-capture-4-dev libsystemd-shared libthai-data libthai-dev libthai0
  libtiff-dev libtiff6 libtiffxx6 libtime-duration-perl libtimedate-perl
  libtirpc-common libtirpc3t64 libtool libuchardet0 libvulkan1 libwayland-bin
  libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1
  libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3 libwebpdemux2
  libwebpmux3 libx11-6 libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6
  libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-randr0
  libxcb-render0 libxcb-render0-dev libxcb-shm0 libxcb-shm0-dev libxcb-sync1
  libxcb-xfixes0 libxcb1 libxcb1-dev libxcomposite-dev libxcomposite1
  libxcursor-dev libxcursor1 libxdamage-dev libxdamage1 libxdelta2t64
  libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3
  libxft-dev libxft2 libxi-dev libxi6 libxinerama-dev libxinerama1
  libxkbcommon-dev libxkbcommon0 libxml2 libxrandr-dev libxrandr2
  libxrender-dev libxrender1 libxshmfence1 libxtst-dev libxtst6 libxxf86vm1
  libz3-4 libzstd-dev login.defs lua5.1 m4 man-db media-types moreutils mount
  netbase pango1.0-tools passwd pkg-config pkgconf pkgconf-bin po-debconf
  procps python3 python3-minimal python3-packaging python3.12
  python3.12-minimal readline-common sbuild-build-depends-main-dummy
  sensible-utils sgml-base shared-mime-info systemd systemd-sysv txt2man
  tzdata uuid-dev wayland-protocols x11-common x11proto-dev xdelta xkb-data
  xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 319 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.3 MB/127 MB of archives.
After this operation, 600 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [956 B]
Get:2 http://deb.debian.org/debian unstable/main arm64 mount arm64 2.40.2-7 [152 kB]
Get:3 http://deb.debian.org/debian unstable/main arm64 libsystemd-shared arm64 256.5-1 [1834 kB]
Get:4 http://deb.debian.org/debian unstable/main arm64 systemd arm64 256.5-1 [3255 kB]
Get:5 http://deb.debian.org/debian unstable/main arm64 systemd-sysv arm64 256.5-1 [57.7 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 libdbus-1-3 arm64 1.14.10-4+b1 [195 kB]
Get:7 http://deb.debian.org/debian unstable/main arm64 dbus-bin arm64 1.14.10-4+b1 [105 kB]
Get:8 http://deb.debian.org/debian unstable/main arm64 dbus-session-bus-common all 1.14.10-4 [79.0 kB]
Get:9 http://deb.debian.org/debian unstable/main arm64 libexpat1 arm64 2.6.2-1 [88.7 kB]
Get:10 http://deb.debian.org/debian unstable/main arm64 dbus-daemon arm64 1.14.10-4+b1 [177 kB]
Get:11 http://deb.debian.org/debian unstable/main arm64 login.defs all 1:4.16.0-4 [185 kB]
Get:12 http://deb.debian.org/debian unstable/main arm64 libbsd0 arm64 0.12.2-1 [129 kB]
Get:13 http://deb.debian.org/debian unstable/main arm64 libsemanage-common all 3.5-1 [9908 B]
Get:14 http://deb.debian.org/debian unstable/main arm64 passwd arm64 1:4.16.0-4 [1210 kB]
Get:15 http://deb.debian.org/debian unstable/main arm64 adduser all 3.137 [140 kB]
Get:16 http://deb.debian.org/debian unstable/main arm64 dbus-system-bus-common all 1.14.10-4 [80.1 kB]
Get:17 http://deb.debian.org/debian unstable/main arm64 dbus arm64 1.14.10-4+b1 [97.5 kB]
Get:18 http://deb.debian.org/debian unstable/main arm64 readline-common all 8.2-4 [69.3 kB]
Get:19 http://deb.debian.org/debian unstable/main arm64 libreadline8t64 arm64 8.2-4 [157 kB]
Get:20 http://deb.debian.org/debian unstable/main arm64 libsigsegv2 arm64 2.14-1+b1 [34.3 kB]
Get:21 http://deb.debian.org/debian unstable/main arm64 gawk arm64 1:5.2.1-2+b1 [642 kB]
Get:22 http://deb.debian.org/debian unstable/main arm64 libpython3.12-minimal arm64 3.12.5-1 [805 kB]
Get:23 http://deb.debian.org/debian unstable/main arm64 python3.12-minimal arm64 3.12.5-1 [1946 kB]
Get:24 http://deb.debian.org/debian unstable/main arm64 python3-minimal arm64 3.12.5-1 [26.7 kB]
Get:25 http://deb.debian.org/debian unstable/main arm64 media-types all 10.1.0 [26.9 kB]
Get:26 http://deb.debian.org/debian unstable/main arm64 netbase all 6.4 [12.8 kB]
Get:27 http://deb.debian.org/debian unstable/main arm64 libkeyutils1 arm64 1.6.3-3 [9112 B]
Get:28 http://deb.debian.org/debian unstable/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:29 http://deb.debian.org/debian unstable/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3 [78.4 kB]
Get:30 http://deb.debian.org/debian unstable/main arm64 libnsl2 arm64 1.3.0-3+b2 [37.7 kB]
Get:31 http://deb.debian.org/debian unstable/main arm64 libsqlite3-0 arm64 3.46.1-1 [852 kB]
Get:32 http://deb.debian.org/debian unstable/main arm64 libpython3.12-stdlib arm64 3.12.5-1 [1917 kB]
Get:33 http://deb.debian.org/debian unstable/main arm64 python3.12 arm64 3.12.5-1 [666 kB]
Get:34 http://deb.debian.org/debian unstable/main arm64 libpython3-stdlib arm64 3.12.5-1 [9588 B]
Get:35 http://deb.debian.org/debian unstable/main arm64 python3 arm64 3.12.5-1 [27.6 kB]
Get:36 http://deb.debian.org/debian unstable/main arm64 sgml-base all 1.31 [15.4 kB]
Get:37 http://deb.debian.org/debian unstable/main arm64 libmagic-mgc arm64 1:5.45-3 [314 kB]
Get:38 http://deb.debian.org/debian unstable/main arm64 libmagic1t64 arm64 1:5.45-3 [100 kB]
Get:39 http://deb.debian.org/debian unstable/main arm64 file arm64 1:5.45-3 [43.0 kB]
Get:40 http://deb.debian.org/debian unstable/main arm64 gettext-base arm64 0.22.5-2 [198 kB]
Get:41 http://deb.debian.org/debian unstable/main arm64 libuchardet0 arm64 0.0.8-1+b1 [69.0 kB]
Get:42 http://deb.debian.org/debian unstable/main arm64 groff-base arm64 1.23.0-5 [1129 kB]
Get:43 http://deb.debian.org/debian unstable/main arm64 libpam-systemd arm64 256.5-1 [259 kB]
Get:44 http://deb.debian.org/debian unstable/main arm64 bsdextrautils arm64 2.40.2-7 [96.5 kB]
Get:45 http://deb.debian.org/debian unstable/main arm64 libpipeline1 arm64 1.5.7-2 [36.5 kB]
Get:46 http://deb.debian.org/debian unstable/main arm64 libxml2 arm64 2.12.7+dfsg-3+b1 [609 kB]
Get:47 http://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo arm64 1:2.1.5-3 [172 kB]
Get:48 http://deb.debian.org/debian unstable/main arm64 libpng16-16t64 arm64 1.6.43-5 [272 kB]
Get:49 http://deb.debian.org/debian unstable/main arm64 libjbig0 arm64 2.1-6.1+b1 [30.4 kB]
Get:50 http://deb.debian.org/debian unstable/main arm64 liblerc4 arm64 4.0.0+ds-4+b1 [142 kB]
Get:51 http://deb.debian.org/debian unstable/main arm64 libtiff6 arm64 4.5.1+git230720-5 [309 kB]
Get:52 http://deb.debian.org/debian unstable/main arm64 gtk-update-icon-cache arm64 3.24.43-1 [46.3 kB]
Get:53 http://deb.debian.org/debian unstable/main arm64 adwaita-icon-theme all 46.0-1 [614 kB]
Get:54 http://deb.debian.org/debian unstable/main arm64 at-spi2-common all 2.53.1-1 [170 kB]
Get:55 http://deb.debian.org/debian unstable/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:56 http://deb.debian.org/debian unstable/main arm64 autoconf all 2.71-3 [332 kB]
Get:57 http://deb.debian.org/debian unstable/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:58 http://deb.debian.org/debian unstable/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:59 http://deb.debian.org/debian unstable/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:60 http://deb.debian.org/debian unstable/main arm64 dbus-user-session arm64 1.14.10-4+b1 [79.1 kB]
Get:61 http://deb.debian.org/debian unstable/main arm64 libdconf1 arm64 0.40.0-4+b2 [40.4 kB]
Get:62 http://deb.debian.org/debian unstable/main arm64 dconf-service arm64 0.40.0-4+b2 [30.9 kB]
Get:63 http://deb.debian.org/debian unstable/main arm64 dconf-gsettings-backend arm64 0.40.0-4+b2 [27.2 kB]
Get:64 http://deb.debian.org/debian unstable/main arm64 libdebhelper-perl all 13.18 [89.6 kB]
Get:65 http://deb.debian.org/debian unstable/main arm64 libtool all 2.4.7-7 [517 kB]
Get:66 http://deb.debian.org/debian unstable/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:67 http://deb.debian.org/debian unstable/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:68 http://deb.debian.org/debian unstable/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:69 http://deb.debian.org/debian unstable/main arm64 gettext arm64 0.22.5-2 [1532 kB]
Get:70 http://deb.debian.org/debian unstable/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:71 http://deb.debian.org/debian unstable/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:72 http://deb.debian.org/debian unstable/main arm64 debhelper all 13.18 [914 kB]
Get:73 http://deb.debian.org/debian unstable/main arm64 libfreetype6 arm64 2.13.2+dfsg-1+b4 [408 kB]
Get:74 http://deb.debian.org/debian unstable/main arm64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:75 http://deb.debian.org/debian unstable/main arm64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:76 http://deb.debian.org/debian unstable/main arm64 fontconfig-config arm64 2.15.0-1.1 [317 kB]
Get:77 http://deb.debian.org/debian unstable/main arm64 libfontconfig1 arm64 2.15.0-1.1 [385 kB]
Get:78 http://deb.debian.org/debian unstable/main arm64 fontconfig arm64 2.15.0-1.1 [462 kB]
Get:79 http://deb.debian.org/debian unstable/main arm64 libatk1.0-0t64 arm64 2.53.1-1 [49.5 kB]
Get:80 http://deb.debian.org/debian unstable/main arm64 gir1.2-atk-1.0 arm64 2.53.1-1 [25.4 kB]
Get:81 http://deb.debian.org/debian unstable/main arm64 libpixman-1-0 arm64 0.42.2-1+b1 [477 kB]
Get:82 http://deb.debian.org/debian unstable/main arm64 libxau6 arm64 1:1.0.9-1+b1 [18.1 kB]
Get:83 http://deb.debian.org/debian unstable/main arm64 libxdmcp6 arm64 1:1.1.2-3+b1 [24.3 kB]
Get:84 http://deb.debian.org/debian unstable/main arm64 libx11-data all 2:1.8.7-1 [328 kB]
Get:85 http://deb.debian.org/debian unstable/main arm64 libx11-6 arm64 2:1.8.7-1+b1 [775 kB]
Get:86 http://deb.debian.org/debian unstable/main arm64 libxext6 arm64 2:1.3.4-1+b1 [51.7 kB]
Get:87 http://deb.debian.org/debian unstable/main arm64 libxrender1 arm64 1:0.9.10-1.1+b1 [27.0 kB]
Get:88 http://deb.debian.org/debian unstable/main arm64 libcairo2 arm64 1.18.0-3+b1 [478 kB]
Get:89 http://deb.debian.org/debian unstable/main arm64 libcairo-gobject2 arm64 1.18.0-3+b1 [129 kB]
Get:90 http://deb.debian.org/debian unstable/main arm64 libxi6 arm64 2:1.8.1-1 [77.5 kB]
Get:91 http://deb.debian.org/debian unstable/main arm64 libatspi2.0-0t64 arm64 2.53.1-1 [72.6 kB]
Get:92 http://deb.debian.org/debian unstable/main arm64 gir1.2-atspi-2.0 arm64 2.53.1-1 [22.8 kB]
Get:93 http://deb.debian.org/debian unstable/main arm64 libcloudproviders0 arm64 0.3.6-1 [27.4 kB]
Get:94 http://deb.debian.org/debian unstable/main arm64 gir1.2-cloudproviders-0.3.0 arm64 0.3.6-1 [7052 B]
Get:95 http://deb.debian.org/debian unstable/main arm64 gir1.2-glib-2.0-dev arm64 2.81.1-3 [900 kB]
Get:96 http://deb.debian.org/debian unstable/main arm64 gir1.2-freedesktop-dev arm64 1.80.1-3+b1 [42.6 kB]
Get:97 http://deb.debian.org/debian unstable/main arm64 gir1.2-gee-0.8 arm64 0.20.6-1+b1 [34.9 kB]
Get:98 http://deb.debian.org/debian unstable/main arm64 libgraphite2-3 arm64 1.3.14-2 [69.2 kB]
Get:99 http://deb.debian.org/debian unstable/main arm64 libharfbuzz0b arm64 9.0.0-1 [441 kB]
Get:100 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-gobject0 arm64 9.0.0-1 [31.4 kB]
Get:101 http://deb.debian.org/debian unstable/main arm64 gir1.2-harfbuzz-0.0 arm64 9.0.0-1 [41.6 kB]
Get:102 http://deb.debian.org/debian unstable/main arm64 libfribidi0 arm64 1.0.15-1 [71.8 kB]
Get:103 http://deb.debian.org/debian unstable/main arm64 libthai-data all 0.1.29-2 [168 kB]
Get:104 http://deb.debian.org/debian unstable/main arm64 libdatrie1 arm64 0.2.13-3 [37.2 kB]
Get:105 http://deb.debian.org/debian unstable/main arm64 libthai0 arm64 0.1.29-2 [48.0 kB]
Get:106 http://deb.debian.org/debian unstable/main arm64 libxft2 arm64 2.3.6-1+b1 [51.0 kB]
Get:107 http://deb.debian.org/debian unstable/main arm64 libatk-bridge2.0-0t64 arm64 2.53.1-1 [64.1 kB]
Get:108 http://deb.debian.org/debian unstable/main arm64 liblcms2-2 arm64 2.14-2+b1 [144 kB]
Get:109 http://deb.debian.org/debian unstable/main arm64 libcolord2 arm64 1.4.7-1+b1 [129 kB]
Get:110 http://deb.debian.org/debian unstable/main arm64 libavahi-common-data arm64 0.8-13+b2 [112 kB]
Get:111 http://deb.debian.org/debian unstable/main arm64 libavahi-common3 arm64 0.8-13+b2 [42.4 kB]
Get:112 http://deb.debian.org/debian unstable/main arm64 libavahi-client3 arm64 0.8-13+b2 [45.7 kB]
Get:113 http://deb.debian.org/debian unstable/main arm64 libepoxy0 arm64 1.5.10-1+b2 [199 kB]
Get:114 http://deb.debian.org/debian unstable/main arm64 libwayland-client0 arm64 1.23.0-1 [25.7 kB]
Get:115 http://deb.debian.org/debian unstable/main arm64 libwayland-cursor0 arm64 1.23.0-1 [11.1 kB]
Get:116 http://deb.debian.org/debian unstable/main arm64 libwayland-egl1 arm64 1.23.0-1 [5444 B]
Get:117 http://deb.debian.org/debian unstable/main arm64 libxcomposite1 arm64 1:0.4.5-1+b1 [15.0 kB]
Get:118 http://deb.debian.org/debian unstable/main arm64 libxfixes3 arm64 1:6.0.0-2+b1 [20.5 kB]
Get:119 http://deb.debian.org/debian unstable/main arm64 libxdamage1 arm64 1:1.1.6-1+b1 [15.6 kB]
Get:120 http://deb.debian.org/debian unstable/main arm64 libxinerama1 arm64 2:1.1.4-3+b1 [16.0 kB]
Get:121 http://deb.debian.org/debian unstable/main arm64 libxkbcommon0 arm64 1.6.0-1+b1 [103 kB]
Get:122 http://deb.debian.org/debian unstable/main arm64 libxrandr2 arm64 2:1.5.4-1 [35.7 kB]
Get:123 http://deb.debian.org/debian unstable/main arm64 libgtk-3-common all 3.24.43-1 [4657 kB]
Get:124 http://deb.debian.org/debian unstable/main arm64 libgtk-3-0t64 arm64 3.24.43-1 [2520 kB]
Get:125 http://deb.debian.org/debian unstable/main arm64 gir1.2-gtk-3.0 arm64 3.24.43-1 [222 kB]
Get:126 http://deb.debian.org/debian unstable/main arm64 libnotify4 arm64 0.8.3-1+b1 [24.9 kB]
Get:127 http://deb.debian.org/debian unstable/main arm64 gir1.2-notify-0.7 arm64 0.8.3-1+b1 [7244 B]
Get:128 http://deb.debian.org/debian unstable/main arm64 libffi-dev arm64 3.4.6-1 [57.0 kB]
Get:129 http://deb.debian.org/debian unstable/main arm64 uuid-dev arm64 2.40.2-7 [47.3 kB]
Get:130 http://deb.debian.org/debian unstable/main arm64 libblkid-dev arm64 2.40.2-7 [207 kB]
Get:131 http://deb.debian.org/debian unstable/main arm64 libpcre2-16-0 arm64 10.42-4+b1 [217 kB]
Get:132 http://deb.debian.org/debian unstable/main arm64 libpcre2-32-0 arm64 10.42-4+b1 [207 kB]
Get:133 http://deb.debian.org/debian unstable/main arm64 libpcre2-posix3 arm64 10.42-4+b1 [55.8 kB]
Get:134 http://deb.debian.org/debian unstable/main arm64 libpcre2-dev arm64 10.42-4+b1 [669 kB]
Get:135 http://deb.debian.org/debian unstable/main arm64 libselinux1-dev arm64 3.5-2+b4 [161 kB]
Get:136 http://deb.debian.org/debian unstable/main arm64 libmount-dev arm64 2.40.2-7 [28.5 kB]
Get:137 http://deb.debian.org/debian unstable/main arm64 libatk1.0-dev arm64 2.53.1-1 [105 kB]
Get:138 http://deb.debian.org/debian unstable/main arm64 xml-core all 0.19 [20.1 kB]
Get:139 http://deb.debian.org/debian unstable/main arm64 libxtst6 arm64 2:1.2.3-1.1+b1 [25.9 kB]
Get:140 http://deb.debian.org/debian unstable/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:141 http://deb.debian.org/debian unstable/main arm64 x11proto-dev all 2024.1-1 [603 kB]
Get:142 http://deb.debian.org/debian unstable/main arm64 libxau-dev arm64 1:1.0.9-1+b1 [21.5 kB]
Get:143 http://deb.debian.org/debian unstable/main arm64 libxdmcp-dev arm64 1:1.1.2-3+b1 [40.6 kB]
Get:144 http://deb.debian.org/debian unstable/main arm64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:145 http://deb.debian.org/debian unstable/main arm64 libx11-dev arm64 2:1.8.7-1+b1 [861 kB]
Get:146 http://deb.debian.org/debian unstable/main arm64 libxext-dev arm64 2:1.3.4-1+b1 [107 kB]
Get:147 http://deb.debian.org/debian unstable/main arm64 libxfixes-dev arm64 1:6.0.0-2+b1 [22.8 kB]
Get:148 http://deb.debian.org/debian unstable/main arm64 libxi-dev arm64 2:1.8.1-1 [240 kB]
Get:149 http://deb.debian.org/debian unstable/main arm64 libxtst-dev arm64 2:1.2.3-1.1+b1 [30.4 kB]
Get:150 http://deb.debian.org/debian unstable/main arm64 libatspi2.0-dev arm64 2.53.1-1 [81.6 kB]
Get:151 http://deb.debian.org/debian unstable/main arm64 libatk-bridge2.0-dev arm64 2.53.1-1 [9632 B]
Get:152 http://deb.debian.org/debian unstable/main arm64 libbrotli-dev arm64 1.1.0-2+b4 [308 kB]
Get:153 http://deb.debian.org/debian unstable/main arm64 libbz2-dev arm64 1.0.8-5.1 [31.8 kB]
Get:154 http://deb.debian.org/debian unstable/main arm64 liblzo2-2 arm64 2.10-3 [48.9 kB]
Get:155 http://deb.debian.org/debian unstable/main arm64 libcairo-script-interpreter2 arm64 1.18.0-3+b1 [57.2 kB]
Get:156 http://deb.debian.org/debian unstable/main arm64 libexpat1-dev arm64 2.6.2-1 [278 kB]
Get:157 http://deb.debian.org/debian unstable/main arm64 libpng-dev arm64 1.6.43-5 [356 kB]
Get:158 http://deb.debian.org/debian unstable/main arm64 libfreetype-dev arm64 2.13.2+dfsg-1+b4 [585 kB]
Get:159 http://deb.debian.org/debian unstable/main arm64 libfontconfig-dev arm64 2.15.0-1.1 [410 kB]
Get:160 http://deb.debian.org/debian unstable/main arm64 libpixman-1-dev arm64 0.42.2-1+b1 [499 kB]
Get:161 http://deb.debian.org/debian unstable/main arm64 libice6 arm64 2:1.0.10-1+b1 [53.7 kB]
Get:162 http://deb.debian.org/debian unstable/main arm64 libsm6 arm64 2:1.2.3-1+b1 [32.7 kB]
Get:163 http://deb.debian.org/debian unstable/main arm64 libice-dev arm64 2:1.0.10-1+b1 [64.1 kB]
Get:164 http://deb.debian.org/debian unstable/main arm64 libsm-dev arm64 2:1.2.3-1+b1 [36.4 kB]
Get:165 http://deb.debian.org/debian unstable/main arm64 libxcb-render0-dev arm64 1.17.0-2 [118 kB]
Get:166 http://deb.debian.org/debian unstable/main arm64 libxcb-shm0-dev arm64 1.17.0-2 [108 kB]
Get:167 http://deb.debian.org/debian unstable/main arm64 libxrender-dev arm64 1:0.9.10-1.1+b1 [35.5 kB]
Get:168 http://deb.debian.org/debian unstable/main arm64 libcairo2-dev arm64 1.18.0-3+b1 [43.2 kB]
Get:169 http://deb.debian.org/debian unstable/main arm64 libcloudproviders-dev arm64 0.3.6-1 [17.2 kB]
Get:170 http://deb.debian.org/debian unstable/main arm64 libdatrie-dev arm64 0.2.13-3 [18.5 kB]
Get:171 http://deb.debian.org/debian unstable/main arm64 libdrm-common all 2.4.122-1 [7992 B]
Get:172 http://deb.debian.org/debian unstable/main arm64 libdrm2 arm64 2.4.122-1 [37.8 kB]
Get:173 http://deb.debian.org/debian unstable/main arm64 libdrm-amdgpu1 arm64 2.4.122-1 [21.5 kB]
Get:174 http://deb.debian.org/debian unstable/main arm64 libdrm-radeon1 arm64 2.4.122-1 [21.3 kB]
Get:175 http://deb.debian.org/debian unstable/main arm64 libglvnd0 arm64 1.7.0-1+b1 [41.7 kB]
Get:176 http://deb.debian.org/debian unstable/main arm64 libwayland-server0 arm64 1.23.0-1 [33.1 kB]
Get:177 http://deb.debian.org/debian unstable/main arm64 libx11-xcb1 arm64 2:1.8.7-1+b1 [232 kB]
Get:178 http://deb.debian.org/debian unstable/main arm64 libxshmfence1 arm64 1.3-1+b1 [9080 B]
Get:179 http://deb.debian.org/debian unstable/main arm64 libegl1 arm64 1.7.0-1+b1 [33.9 kB]
Get:180 http://deb.debian.org/debian unstable/main arm64 libxxf86vm1 arm64 1:1.1.4-1+b2 [20.1 kB]
Get:181 http://deb.debian.org/debian unstable/main arm64 libz3-4 arm64 4.8.12-3.1+b2 [6508 kB]
Get:182 http://deb.debian.org/debian unstable/main arm64 libglx0 arm64 1.7.0-1+b1 [31.0 kB]
Get:183 http://deb.debian.org/debian unstable/main arm64 libgl1 arm64 1.7.0-1+b1 [90.9 kB]
Get:184 http://deb.debian.org/debian unstable/main arm64 libglx-dev arm64 1.7.0-1+b1 [15.8 kB]
Get:185 http://deb.debian.org/debian unstable/main arm64 libgl-dev arm64 1.7.0-1+b1 [101 kB]
Get:186 http://deb.debian.org/debian unstable/main arm64 libegl-dev arm64 1.7.0-1+b1 [19.5 kB]
Get:187 http://deb.debian.org/debian unstable/main arm64 libglvnd-core-dev arm64 1.7.0-1+b1 [13.4 kB]
Get:188 http://deb.debian.org/debian unstable/main arm64 libgles1 arm64 1.7.0-1+b1 [12.6 kB]
Get:189 http://deb.debian.org/debian unstable/main arm64 libgles2 arm64 1.7.0-1+b1 [17.9 kB]
Get:190 http://deb.debian.org/debian unstable/main arm64 libgles-dev arm64 1.7.0-1+b1 [50.8 kB]
Get:191 http://deb.debian.org/debian unstable/main arm64 libopengl0 arm64 1.7.0-1+b1 [32.1 kB]
Get:192 http://deb.debian.org/debian unstable/main arm64 libopengl-dev arm64 1.7.0-1+b1 [5372 B]
Get:193 http://deb.debian.org/debian unstable/main arm64 libglvnd-dev arm64 1.7.0-1+b1 [5140 B]
Get:194 http://deb.debian.org/debian unstable/main arm64 libegl1-mesa-dev arm64 24.1.3-2 [21.6 kB]
Get:195 http://deb.debian.org/debian unstable/main arm64 libepoxy-dev arm64 1.5.10-1+b2 [127 kB]
Get:196 http://deb.debian.org/debian unstable/main arm64 libfribidi-dev arm64 1.0.15-1 [111 kB]
Get:197 http://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo-dev arm64 1:2.1.5-3 [292 kB]
Get:198 http://deb.debian.org/debian unstable/main arm64 libjpeg-dev arm64 1:2.1.5-3 [71.9 kB]
Get:199 http://deb.debian.org/debian unstable/main arm64 libjbig-dev arm64 2.1-6.1+b1 [30.2 kB]
Get:200 http://deb.debian.org/debian unstable/main arm64 libwebpdecoder3 arm64 1.4.0-0.1 [179 kB]
Get:201 http://deb.debian.org/debian unstable/main arm64 libsharpyuv-dev arm64 1.4.0-0.1 [115 kB]
Get:202 http://deb.debian.org/debian unstable/main arm64 libwebp-dev arm64 1.4.0-0.1 [400 kB]
Get:203 http://deb.debian.org/debian unstable/main arm64 libtiffxx6 arm64 4.5.1+git230720-5 [149 kB]
Get:204 http://deb.debian.org/debian unstable/main arm64 liblerc-dev arm64 4.0.0+ds-4+b1 [149 kB]
Get:205 http://deb.debian.org/debian unstable/main arm64 libtiff-dev arm64 4.5.1+git230720-5 [451 kB]
Get:206 http://deb.debian.org/debian unstable/main arm64 libgdk-pixbuf-2.0-dev arm64 2.42.12+dfsg-1 [52.4 kB]
Get:207 http://deb.debian.org/debian unstable/main arm64 libgee-0.8-2 arm64 0.20.6-1+b1 [212 kB]
Get:208 http://deb.debian.org/debian unstable/main arm64 libgee-0.8-dev arm64 0.20.6-1+b1 [66.5 kB]
Get:209 http://deb.debian.org/debian unstable/main arm64 libgraphite2-dev arm64 1.3.14-2 [20.0 kB]
Get:210 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-icu0 arm64 9.0.0-1 [15.3 kB]
Get:211 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-subset0 arm64 9.0.0-1 [508 kB]
Get:212 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-cairo0 arm64 9.0.0-1 [41.8 kB]
Get:213 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-dev arm64 9.0.0-1 [144 kB]
Get:214 http://deb.debian.org/debian unstable/main arm64 libthai-dev arm64 0.1.29-2 [23.8 kB]
Get:215 http://deb.debian.org/debian unstable/main arm64 libxft-dev arm64 2.3.6-1+b1 [71.5 kB]
Get:216 http://deb.debian.org/debian unstable/main arm64 pango1.0-tools arm64 1.54.0+ds-1 [40.7 kB]
Get:217 http://deb.debian.org/debian unstable/main arm64 libpango1.0-dev arm64 1.54.0+ds-1 [154 kB]
Get:218 http://deb.debian.org/debian unstable/main arm64 libwayland-bin arm64 1.23.0-1 [20.2 kB]
Get:219 http://deb.debian.org/debian unstable/main arm64 libwayland-dev arm64 1.23.0-1 [73.3 kB]
Get:220 http://deb.debian.org/debian unstable/main arm64 libxcomposite-dev arm64 1:0.4.5-1+b1 [18.6 kB]
Get:221 http://deb.debian.org/debian unstable/main arm64 libxcursor-dev arm64 1:1.2.2-1 [48.8 kB]
Get:222 http://deb.debian.org/debian unstable/main arm64 libxdamage-dev arm64 1:1.1.6-1+b1 [15.5 kB]
Get:223 http://deb.debian.org/debian unstable/main arm64 libxinerama-dev arm64 2:1.1.4-3+b1 [18.4 kB]
Get:224 http://deb.debian.org/debian unstable/main arm64 libxkbcommon-dev arm64 1.6.0-1+b1 [52.9 kB]
Get:225 http://deb.debian.org/debian unstable/main arm64 libxrandr-dev arm64 2:1.5.4-1 [44.2 kB]
Get:226 http://deb.debian.org/debian unstable/main arm64 wayland-protocols all 1.36-1 [84.6 kB]
Get:227 http://deb.debian.org/debian unstable/main arm64 libgtk-3-dev arm64 3.24.43-1 [1128 kB]
Get:228 http://deb.debian.org/debian unstable/main arm64 libio-pty-perl arm64 1:1.20-1+b1 [34.0 kB]
Get:229 http://deb.debian.org/debian unstable/main arm64 libipc-run-perl all 20231003.0-2 [101 kB]
Get:230 http://deb.debian.org/debian unstable/main arm64 libnotify-dev arm64 0.8.3-1+b1 [13.4 kB]
Get:231 http://deb.debian.org/debian unstable/main arm64 libtime-duration-perl all 1.21-2 [13.1 kB]
Get:232 http://deb.debian.org/debian unstable/main arm64 libtimedate-perl all 2.3300-2 [39.3 kB]
Get:233 http://deb.debian.org/debian unstable/main arm64 libxdelta2t64 arm64 1.1.3-10.6 [46.5 kB]
Get:234 http://deb.debian.org/debian unstable/main arm64 lua5.1 arm64 5.1.5-9+b2 [96.4 kB]
Get:235 http://deb.debian.org/debian unstable/main arm64 moreutils arm64 0.69-1 [62.5 kB]
Get:236 http://deb.debian.org/debian unstable/main arm64 txt2man all 1.7.1-4 [35.4 kB]
Get:237 http://deb.debian.org/debian unstable/main arm64 xdelta arm64 1.1.3-10.6 [25.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 61.3 MB in 1s (82.6 MB/s)
Selecting previously unselected package mount.
(Reading database ... 11896 files and directories currently installed.)
Preparing to unpack .../mount_2.40.2-7_arm64.deb ...
Unpacking mount (2.40.2-7) ...
Selecting previously unselected package libapparmor1:arm64.
Preparing to unpack .../libapparmor1_3.1.7-1+b1_arm64.deb ...
Unpacking libapparmor1:arm64 (3.1.7-1+b1) ...
Selecting previously unselected package libsystemd-shared:arm64.
Preparing to unpack .../libsystemd-shared_256.5-1_arm64.deb ...
Unpacking libsystemd-shared:arm64 (256.5-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../systemd_256.5-1_arm64.deb ...
Unpacking systemd (256.5-1) ...
Setting up libapparmor1:arm64 (3.1.7-1+b1) ...
Setting up libsystemd-shared:arm64 (256.5-1) ...
Setting up mount (2.40.2-7) ...
Setting up systemd (256.5-1) ...
Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.
Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.
Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.
Initializing machine ID from random generator.
/usr/lib/tmpfiles.d/legacy.conf:13: Duplicate line for path "/run/lock", ignoring.
Selecting previously unselected package systemd-sysv.
(Reading database ... 12886 files and directories currently installed.)
Preparing to unpack .../0-systemd-sysv_256.5-1_arm64.deb ...
Unpacking systemd-sysv (256.5-1) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../1-libdbus-1-3_1.14.10-4+b1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.14.10-4+b1) ...
Selecting previously unselected package dbus-bin.
Preparing to unpack .../2-dbus-bin_1.14.10-4+b1_arm64.deb ...
Unpacking dbus-bin (1.14.10-4+b1) ...
Selecting previously unselected package dbus-session-bus-common.
Preparing to unpack .../3-dbus-session-bus-common_1.14.10-4_all.deb ...
Unpacking dbus-session-bus-common (1.14.10-4) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../4-libexpat1_2.6.2-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.2-1) ...
Selecting previously unselected package dbus-daemon.
Preparing to unpack .../5-dbus-daemon_1.14.10-4+b1_arm64.deb ...
Unpacking dbus-daemon (1.14.10-4+b1) ...
Selecting previously unselected package login.defs.
Preparing to unpack .../6-login.defs_1%3a4.16.0-4_all.deb ...
Unpacking login.defs (1:4.16.0-4) ...
Setting up login.defs (1:4.16.0-4) ...
Selecting previously unselected package libbsd0:arm64.
(Reading database ... 12979 files and directories currently installed.)
Preparing to unpack .../libbsd0_0.12.2-1_arm64.deb ...
Unpacking libbsd0:arm64 (0.12.2-1) ...
Setting up libbsd0:arm64 (0.12.2-1) ...
Selecting previously unselected package libsemanage-common.
(Reading database ... 12986 files and directories currently installed.)
Preparing to unpack .../libsemanage-common_3.5-1_all.deb ...
Unpacking libsemanage-common (3.5-1) ...
Setting up libsemanage-common (3.5-1) ...
Selecting previously unselected package libsepol2:arm64.
(Reading database ... 12993 files and directories currently installed.)
Preparing to unpack .../libsepol2_3.7-1_arm64.deb ...
Unpacking libsepol2:arm64 (3.7-1) ...
Setting up libsepol2:arm64 (3.7-1) ...
Selecting previously unselected package libsemanage2:arm64.
(Reading database ... 12997 files and directories currently installed.)
Preparing to unpack .../libsemanage2_3.5-1+b4_arm64.deb ...
Unpacking libsemanage2:arm64 (3.5-1+b4) ...
Setting up libsemanage2:arm64 (3.5-1+b4) ...
Selecting previously unselected package passwd.
(Reading database ... 13002 files and directories currently installed.)
Preparing to unpack .../passwd_1%3a4.16.0-4_arm64.deb ...
Unpacking passwd (1:4.16.0-4) ...
Setting up passwd (1:4.16.0-4) ...
Shadow passwords are now on.
Selecting previously unselected package adduser.
(Reading database ... 13408 files and directories currently installed.)
Preparing to unpack .../archives/adduser_3.137_all.deb ...
Unpacking adduser (3.137) ...
Setting up adduser (3.137) ...
Selecting previously unselected package dbus-system-bus-common.
(Reading database ... 13479 files and directories currently installed.)
Preparing to unpack .../dbus-system-bus-common_1.14.10-4_all.deb ...
Unpacking dbus-system-bus-common (1.14.10-4) ...
Selecting previously unselected package dbus.
Preparing to unpack .../dbus_1.14.10-4+b1_arm64.deb ...
Unpacking dbus (1.14.10-4+b1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../readline-common_8.2-4_all.deb ...
Unpacking readline-common (8.2-4) ...
Selecting previously unselected package libreadline8t64:arm64.
Preparing to unpack .../libreadline8t64_8.2-4_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8 to /lib/aarch64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libhistory.so.8.2 to /lib/aarch64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8 to /lib/aarch64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libreadline.so.8.2 to /lib/aarch64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
Unpacking libreadline8t64:arm64 (8.2-4) ...
Selecting previously unselected package libsigsegv2:arm64.
Preparing to unpack .../libsigsegv2_2.14-1+b1_arm64.deb ...
Unpacking libsigsegv2:arm64 (2.14-1+b1) ...
Setting up readline-common (8.2-4) ...
Setting up libreadline8t64:arm64 (8.2-4) ...
Setting up libsigsegv2:arm64 (2.14-1+b1) ...
Selecting previously unselected package gawk.
(Reading database ... 13552 files and directories currently installed.)
Preparing to unpack .../gawk_1%3a5.2.1-2+b1_arm64.deb ...
Unpacking gawk (1:5.2.1-2+b1) ...
Selecting previously unselected package libpython3.12-minimal:arm64.
Preparing to unpack .../libpython3.12-minimal_3.12.5-1_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.5-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../python3.12-minimal_3.12.5-1_arm64.deb ...
Unpacking python3.12-minimal (3.12.5-1) ...
Setting up libpython3.12-minimal:arm64 (3.12.5-1) ...
Setting up libexpat1:arm64 (2.6.2-1) ...
Setting up python3.12-minimal (3.12.5-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 14051 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.12.5-1_arm64.deb ...
Unpacking python3-minimal (3.12.5-1) ...
Selecting previously unselected package media-types.
Preparing to unpack .../01-media-types_10.1.0_all.deb ...
Unpacking media-types (10.1.0) ...
Selecting previously unselected package netbase.
Preparing to unpack .../02-netbase_6.4_all.deb ...
Unpacking netbase (6.4) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../03-tzdata_2024a-4_all.deb ...
Unpacking tzdata (2024a-4) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../04-libncursesw6_6.5-2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../05-libkrb5support0_1.21.3-3_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.21.3-3) ...
Selecting previously unselected package libcom-err2:arm64.
Preparing to unpack .../06-libcom-err2_1.47.1-1_arm64.deb ...
Unpacking libcom-err2:arm64 (1.47.1-1) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../07-libk5crypto3_1.21.3-3_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.21.3-3) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../08-libkeyutils1_1.6.3-3_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-3) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../09-libkrb5-3_1.21.3-3_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.21.3-3) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../10-libgssapi-krb5-2_1.21.3-3_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.21.3-3) ...
Selecting previously unselected package libtirpc-common.
Preparing to unpack .../11-libtirpc-common_1.3.4+ds-1.3_all.deb ...
Unpacking libtirpc-common (1.3.4+ds-1.3) ...
Selecting previously unselected package libtirpc3t64:arm64.
Preparing to unpack .../12-libtirpc3t64_1.3.4+ds-1.3_arm64.deb ...
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3 to /lib/aarch64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
Adding 'diversion of /lib/aarch64-linux-gnu/libtirpc.so.3.0.0 to /lib/aarch64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
Unpacking libtirpc3t64:arm64 (1.3.4+ds-1.3) ...
Selecting previously unselected package libnsl2:arm64.
Preparing to unpack .../13-libnsl2_1.3.0-3+b2_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b2) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../14-libsqlite3-0_3.46.1-1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.46.1-1) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../15-libpython3.12-stdlib_3.12.5-1_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.5-1) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../16-python3.12_3.12.5-1_arm64.deb ...
Unpacking python3.12 (3.12.5-1) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../17-libpython3-stdlib_3.12.5-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.5-1) ...
Setting up python3-minimal (3.12.5-1) ...
Selecting previously unselected package python3.
(Reading database ... 15110 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.5-1_arm64.deb ...
Unpacking python3 (3.12.5-1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../001-sgml-base_1.31_all.deb ...
Unpacking sgml-base (1.31) ...
Selecting previously unselected package libproc2-0:arm64.
Preparing to unpack .../002-libproc2-0_2%3a4.0.4-5_arm64.deb ...
Unpacking libproc2-0:arm64 (2:4.0.4-5) ...
Selecting previously unselected package procps.
Preparing to unpack .../003-procps_2%3a4.0.4-5_arm64.deb ...
Unpacking procps (2:4.0.4-5) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../004-sensible-utils_0.0.24_all.deb ...
Unpacking sensible-utils (0.0.24) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../005-libmagic-mgc_1%3a5.45-3_arm64.deb ...
Unpacking libmagic-mgc (1:5.45-3) ...
Selecting previously unselected package libmagic1t64:arm64.
Preparing to unpack .../006-libmagic1t64_1%3a5.45-3_arm64.deb ...
Unpacking libmagic1t64:arm64 (1:5.45-3) ...
Selecting previously unselected package file.
Preparing to unpack .../007-file_1%3a5.45-3_arm64.deb ...
Unpacking file (1:5.45-3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../008-gettext-base_0.22.5-2_arm64.deb ...
Unpacking gettext-base (0.22.5-2) ...
Selecting previously unselected package libuchardet0:arm64.
Preparing to unpack .../009-libuchardet0_0.0.8-1+b1_arm64.deb ...
Unpacking libuchardet0:arm64 (0.0.8-1+b1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../010-groff-base_1.23.0-5_arm64.deb ...
Unpacking groff-base (1.23.0-5) ...
Selecting previously unselected package libpam-systemd:arm64.
Preparing to unpack .../011-libpam-systemd_256.5-1_arm64.deb ...
Unpacking libpam-systemd:arm64 (256.5-1) ...
Selecting previously unselected package bsdextrautils.
Preparing to unpack .../012-bsdextrautils_2.40.2-7_arm64.deb ...
Unpacking bsdextrautils (2.40.2-7) ...
Selecting previously unselected package libpipeline1:arm64.
Preparing to unpack .../013-libpipeline1_1.5.7-2_arm64.deb ...
Unpacking libpipeline1:arm64 (1.5.7-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../014-man-db_2.12.1-3_arm64.deb ...
Unpacking man-db (2.12.1-3) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../015-libgdk-pixbuf2.0-common_2.42.12+dfsg-1_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Selecting previously unselected package libglib2.0-0t64:arm64.
Preparing to unpack .../016-libglib2.0-0t64_2.81.1-3_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.81.1-3) ...
Selecting previously unselected package libicu72:arm64.
Preparing to unpack .../017-libicu72_72.1-5_arm64.deb ...
Unpacking libicu72:arm64 (72.1-5) ...
Selecting previously unselected package libxml2:arm64.
Preparing to unpack .../018-libxml2_2.12.7+dfsg-3+b1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg-3+b1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../019-shared-mime-info_2.4-5_arm64.deb ...
Unpacking shared-mime-info (2.4-5) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../020-libjpeg62-turbo_1%3a2.1.5-3_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:2.1.5-3) ...
Selecting previously unselected package libpng16-16t64:arm64.
Preparing to unpack .../021-libpng16-16t64_1.6.43-5_arm64.deb ...
Unpacking libpng16-16t64:arm64 (1.6.43-5) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../022-libdeflate0_1.21-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.21-1) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../023-libjbig0_2.1-6.1+b1_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1+b1) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../024-liblerc4_4.0.0+ds-4+b1_arm64.deb ...
Unpacking liblerc4:arm64 (4.0.0+ds-4+b1) ...
Selecting previously unselected package libsharpyuv0:arm64.
Preparing to unpack .../025-libsharpyuv0_1.4.0-0.1_arm64.deb ...
Unpacking libsharpyuv0:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../026-libwebp7_1.4.0-0.1_arm64.deb ...
Unpacking libwebp7:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libtiff6:arm64.
Preparing to unpack .../027-libtiff6_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiff6:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libgdk-pixbuf-2.0-0:arm64.
Preparing to unpack .../028-libgdk-pixbuf-2.0-0_2.42.12+dfsg-1_arm64.deb ...
Unpacking libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-1) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../029-gtk-update-icon-cache_3.24.43-1_arm64.deb ...
Unpacking gtk-update-icon-cache (3.24.43-1) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../030-hicolor-icon-theme_0.18-1_all.deb ...
Unpacking hicolor-icon-theme (0.18-1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../031-adwaita-icon-theme_46.0-1_all.deb ...
Unpacking adwaita-icon-theme (46.0-1) ...
Selecting previously unselected package at-spi2-common.
Preparing to unpack .../032-at-spi2-common_2.53.1-1_all.deb ...
Unpacking at-spi2-common (2.53.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../033-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../034-autoconf_2.71-3_all.deb ...
Unpacking autoconf (2.71-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../035-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../036-automake_1%3a1.16.5-1.3_all.deb ...
Unpacking automake (1:1.16.5-1.3) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../037-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../038-dbus-user-session_1.14.10-4+b1_arm64.deb ...
Unpacking dbus-user-session (1.14.10-4+b1) ...
Selecting previously unselected package libdconf1:arm64.
Preparing to unpack .../039-libdconf1_0.40.0-4+b2_arm64.deb ...
Unpacking libdconf1:arm64 (0.40.0-4+b2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../040-dconf-service_0.40.0-4+b2_arm64.deb ...
Unpacking dconf-service (0.40.0-4+b2) ...
Selecting previously unselected package dconf-gsettings-backend:arm64.
Preparing to unpack .../041-dconf-gsettings-backend_0.40.0-4+b2_arm64.deb ...
Unpacking dconf-gsettings-backend:arm64 (0.40.0-4+b2) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../042-libdebhelper-perl_13.18_all.deb ...
Unpacking libdebhelper-perl (13.18) ...
Selecting previously unselected package libtool.
Preparing to unpack .../043-libtool_2.4.7-7_all.deb ...
Unpacking libtool (2.4.7-7) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../044-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../045-libarchive-zip-perl_1.68-1_all.deb ...
Unpacking libarchive-zip-perl (1.68-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../046-libfile-stripnondeterminism-perl_1.14.0-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.14.0-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../047-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../048-libelf1t64_0.191-2_arm64.deb ...
Unpacking libelf1t64:arm64 (0.191-2) ...
Selecting previously unselected package dwz.
Preparing to unpack .../049-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../050-gettext_0.22.5-2_arm64.deb ...
Unpacking gettext (0.22.5-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../051-intltool-debian_0.35.0+20060710.6_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.6) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../052-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../053-debhelper_13.18_all.deb ...
Unpacking debhelper (13.18) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../054-libbrotli1_1.1.0-2+b4_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b4) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../055-libfreetype6_2.13.2+dfsg-1+b4_arm64.deb ...
Unpacking libfreetype6:arm64 (2.13.2+dfsg-1+b4) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../056-fonts-dejavu-mono_2.37-8_all.deb ...
Unpacking fonts-dejavu-mono (2.37-8) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../057-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../058-fontconfig-config_2.15.0-1.1_arm64.deb ...
Unpacking fontconfig-config (2.15.0-1.1) ...
Selecting previously unselected package libfontconfig1:arm64.
Preparing to unpack .../059-libfontconfig1_2.15.0-1.1_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.15.0-1.1) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../060-fontconfig_2.15.0-1.1_arm64.deb ...
Unpacking fontconfig (2.15.0-1.1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../061-gir1.2-glib-2.0_2.81.1-3_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (2.81.1-3) ...
Selecting previously unselected package libatk1.0-0t64:arm64.
Preparing to unpack .../062-libatk1.0-0t64_2.53.1-1_arm64.deb ...
Unpacking libatk1.0-0t64:arm64 (2.53.1-1) ...
Selecting previously unselected package gir1.2-atk-1.0:arm64.
Preparing to unpack .../063-gir1.2-atk-1.0_2.53.1-1_arm64.deb ...
Unpacking gir1.2-atk-1.0:arm64 (2.53.1-1) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../064-libpixman-1-0_0.42.2-1+b1_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.42.2-1+b1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../065-libxau6_1%3a1.0.9-1+b1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.9-1+b1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../066-libxdmcp6_1%3a1.1.2-3+b1_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3+b1) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../067-libxcb1_1.17.0-2_arm64.deb ...
Unpacking libxcb1:arm64 (1.17.0-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../068-libx11-data_2%3a1.8.7-1_all.deb ...
Unpacking libx11-data (2:1.8.7-1) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../069-libx11-6_2%3a1.8.7-1+b1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.7-1+b1) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../070-libxcb-render0_1.17.0-2_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../071-libxcb-shm0_1.17.0-2_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../072-libxext6_2%3a1.3.4-1+b1_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../073-libxrender1_1%3a0.9.10-1.1+b1_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1.1+b1) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../074-libcairo2_1.18.0-3+b1_arm64.deb ...
Unpacking libcairo2:arm64 (1.18.0-3+b1) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../075-libcairo-gobject2_1.18.0-3+b1_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.18.0-3+b1) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../076-gir1.2-freedesktop_1.80.1-3+b1_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.80.1-3+b1) ...
Selecting previously unselected package libxi6:arm64.
Preparing to unpack .../077-libxi6_2%3a1.8.1-1_arm64.deb ...
Unpacking libxi6:arm64 (2:1.8.1-1) ...
Selecting previously unselected package libatspi2.0-0t64:arm64.
Preparing to unpack .../078-libatspi2.0-0t64_2.53.1-1_arm64.deb ...
Unpacking libatspi2.0-0t64:arm64 (2.53.1-1) ...
Selecting previously unselected package gir1.2-atspi-2.0:arm64.
Preparing to unpack .../079-gir1.2-atspi-2.0_2.53.1-1_arm64.deb ...
Unpacking gir1.2-atspi-2.0:arm64 (2.53.1-1) ...
Selecting previously unselected package libcloudproviders0:arm64.
Preparing to unpack .../080-libcloudproviders0_0.3.6-1_arm64.deb ...
Unpacking libcloudproviders0:arm64 (0.3.6-1) ...
Selecting previously unselected package gir1.2-cloudproviders-0.3.0:arm64.
Preparing to unpack .../081-gir1.2-cloudproviders-0.3.0_0.3.6-1_arm64.deb ...
Unpacking gir1.2-cloudproviders-0.3.0:arm64 (0.3.6-1) ...
Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.
Preparing to unpack .../082-gir1.2-glib-2.0-dev_2.81.1-3_arm64.deb ...
Unpacking gir1.2-glib-2.0-dev:arm64 (2.81.1-3) ...
Selecting previously unselected package gir1.2-freedesktop-dev:arm64.
Preparing to unpack .../083-gir1.2-freedesktop-dev_1.80.1-3+b1_arm64.deb ...
Unpacking gir1.2-freedesktop-dev:arm64 (1.80.1-3+b1) ...
Selecting previously unselected package gir1.2-gdkpixbuf-2.0:arm64.
Preparing to unpack .../084-gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-1_arm64.deb ...
Unpacking gir1.2-gdkpixbuf-2.0:arm64 (2.42.12+dfsg-1) ...
Selecting previously unselected package gir1.2-gee-0.8:arm64.
Preparing to unpack .../085-gir1.2-gee-0.8_0.20.6-1+b1_arm64.deb ...
Unpacking gir1.2-gee-0.8:arm64 (0.20.6-1+b1) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../086-libgraphite2-3_1.3.14-2_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.14-2) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../087-libharfbuzz0b_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (9.0.0-1) ...
Selecting previously unselected package libharfbuzz-gobject0:arm64.
Preparing to unpack .../088-libharfbuzz-gobject0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-gobject0:arm64 (9.0.0-1) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
Preparing to unpack .../089-gir1.2-harfbuzz-0.0_9.0.0-1_arm64.deb ...
Unpacking gir1.2-harfbuzz-0.0:arm64 (9.0.0-1) ...
Selecting previously unselected package libfribidi0:arm64.
Preparing to unpack .../090-libfribidi0_1.0.15-1_arm64.deb ...
Unpacking libfribidi0:arm64 (1.0.15-1) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../091-libthai-data_0.1.29-2_all.deb ...
Unpacking libthai-data (0.1.29-2) ...
Selecting previously unselected package libdatrie1:arm64.
Preparing to unpack .../092-libdatrie1_0.2.13-3_arm64.deb ...
Unpacking libdatrie1:arm64 (0.2.13-3) ...
Selecting previously unselected package libthai0:arm64.
Preparing to unpack .../093-libthai0_0.1.29-2_arm64.deb ...
Unpacking libthai0:arm64 (0.1.29-2) ...
Selecting previously unselected package libpango-1.0-0:arm64.
Preparing to unpack .../094-libpango-1.0-0_1.54.0+ds-1_arm64.deb ...
Unpacking libpango-1.0-0:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package libpangoft2-1.0-0:arm64.
Preparing to unpack .../095-libpangoft2-1.0-0_1.54.0+ds-1_arm64.deb ...
Unpacking libpangoft2-1.0-0:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package libpangocairo-1.0-0:arm64.
Preparing to unpack .../096-libpangocairo-1.0-0_1.54.0+ds-1_arm64.deb ...
Unpacking libpangocairo-1.0-0:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package libxft2:arm64.
Preparing to unpack .../097-libxft2_2.3.6-1+b1_arm64.deb ...
Unpacking libxft2:arm64 (2.3.6-1+b1) ...
Selecting previously unselected package libpangoxft-1.0-0:arm64.
Preparing to unpack .../098-libpangoxft-1.0-0_1.54.0+ds-1_arm64.deb ...
Unpacking libpangoxft-1.0-0:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package gir1.2-pango-1.0:arm64.
Preparing to unpack .../099-gir1.2-pango-1.0_1.54.0+ds-1_arm64.deb ...
Unpacking gir1.2-pango-1.0:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package libatk-bridge2.0-0t64:arm64.
Preparing to unpack .../100-libatk-bridge2.0-0t64_2.53.1-1_arm64.deb ...
Unpacking libatk-bridge2.0-0t64:arm64 (2.53.1-1) ...
Selecting previously unselected package liblcms2-2:arm64.
Preparing to unpack .../101-liblcms2-2_2.14-2+b1_arm64.deb ...
Unpacking liblcms2-2:arm64 (2.14-2+b1) ...
Selecting previously unselected package libcolord2:arm64.
Preparing to unpack .../102-libcolord2_1.4.7-1+b1_arm64.deb ...
Unpacking libcolord2:arm64 (1.4.7-1+b1) ...
Selecting previously unselected package libavahi-common-data:arm64.
Preparing to unpack .../103-libavahi-common-data_0.8-13+b2_arm64.deb ...
Unpacking libavahi-common-data:arm64 (0.8-13+b2) ...
Selecting previously unselected package libavahi-common3:arm64.
Preparing to unpack .../104-libavahi-common3_0.8-13+b2_arm64.deb ...
Unpacking libavahi-common3:arm64 (0.8-13+b2) ...
Selecting previously unselected package libavahi-client3:arm64.
Preparing to unpack .../105-libavahi-client3_0.8-13+b2_arm64.deb ...
Unpacking libavahi-client3:arm64 (0.8-13+b2) ...
Selecting previously unselected package libcups2t64:arm64.
Preparing to unpack .../106-libcups2t64_2.4.10-1_arm64.deb ...
Unpacking libcups2t64:arm64 (2.4.10-1) ...
Selecting previously unselected package libepoxy0:arm64.
Preparing to unpack .../107-libepoxy0_1.5.10-1+b2_arm64.deb ...
Unpacking libepoxy0:arm64 (1.5.10-1+b2) ...
Selecting previously unselected package libwayland-client0:arm64.
Preparing to unpack .../108-libwayland-client0_1.23.0-1_arm64.deb ...
Unpacking libwayland-client0:arm64 (1.23.0-1) ...
Selecting previously unselected package libwayland-cursor0:arm64.
Preparing to unpack .../109-libwayland-cursor0_1.23.0-1_arm64.deb ...
Unpacking libwayland-cursor0:arm64 (1.23.0-1) ...
Selecting previously unselected package libwayland-egl1:arm64.
Preparing to unpack .../110-libwayland-egl1_1.23.0-1_arm64.deb ...
Unpacking libwayland-egl1:arm64 (1.23.0-1) ...
Selecting previously unselected package libxcomposite1:arm64.
Preparing to unpack .../111-libxcomposite1_1%3a0.4.5-1+b1_arm64.deb ...
Unpacking libxcomposite1:arm64 (1:0.4.5-1+b1) ...
Selecting previously unselected package libxfixes3:arm64.
Preparing to unpack .../112-libxfixes3_1%3a6.0.0-2+b1_arm64.deb ...
Unpacking libxfixes3:arm64 (1:6.0.0-2+b1) ...
Selecting previously unselected package libxcursor1:arm64.
Preparing to unpack .../113-libxcursor1_1%3a1.2.2-1_arm64.deb ...
Unpacking libxcursor1:arm64 (1:1.2.2-1) ...
Selecting previously unselected package libxdamage1:arm64.
Preparing to unpack .../114-libxdamage1_1%3a1.1.6-1+b1_arm64.deb ...
Unpacking libxdamage1:arm64 (1:1.1.6-1+b1) ...
Selecting previously unselected package libxinerama1:arm64.
Preparing to unpack .../115-libxinerama1_2%3a1.1.4-3+b1_arm64.deb ...
Unpacking libxinerama1:arm64 (2:1.1.4-3+b1) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../116-xkb-data_2.42-1_all.deb ...
Unpacking xkb-data (2.42-1) ...
Selecting previously unselected package libxkbcommon0:arm64.
Preparing to unpack .../117-libxkbcommon0_1.6.0-1+b1_arm64.deb ...
Unpacking libxkbcommon0:arm64 (1.6.0-1+b1) ...
Selecting previously unselected package libxrandr2:arm64.
Preparing to unpack .../118-libxrandr2_2%3a1.5.4-1_arm64.deb ...
Unpacking libxrandr2:arm64 (2:1.5.4-1) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../119-libgtk-3-common_3.24.43-1_all.deb ...
Unpacking libgtk-3-common (3.24.43-1) ...
Selecting previously unselected package libgtk-3-0t64:arm64.
Preparing to unpack .../120-libgtk-3-0t64_3.24.43-1_arm64.deb ...
Unpacking libgtk-3-0t64:arm64 (3.24.43-1) ...
Selecting previously unselected package gir1.2-gtk-3.0:arm64.
Preparing to unpack .../121-gir1.2-gtk-3.0_3.24.43-1_arm64.deb ...
Unpacking gir1.2-gtk-3.0:arm64 (3.24.43-1) ...
Selecting previously unselected package libnotify4:arm64.
Preparing to unpack .../122-libnotify4_0.8.3-1+b1_arm64.deb ...
Unpacking libnotify4:arm64 (0.8.3-1+b1) ...
Selecting previously unselected package gir1.2-notify-0.7:arm64.
Preparing to unpack .../123-gir1.2-notify-0.7_0.8.3-1+b1_arm64.deb ...
Unpacking gir1.2-notify-0.7:arm64 (0.8.3-1+b1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../124-icu-devtools_72.1-5_arm64.deb ...
Unpacking icu-devtools (72.1-5) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../125-libpkgconf3_1.8.1-3_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../126-pkgconf-bin_1.8.1-3_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-3) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../127-pkgconf_1.8.1-3_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-3) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../128-libffi-dev_3.4.6-1_arm64.deb ...
Unpacking libffi-dev:arm64 (3.4.6-1) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../129-libglib2.0-data_2.81.1-3_all.deb ...
Unpacking libglib2.0-data (2.81.1-3) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../130-libglib2.0-bin_2.81.1-3_arm64.deb ...
Unpacking libglib2.0-bin (2.81.1-3) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../131-python3-packaging_24.1-1_all.deb ...
Unpacking python3-packaging (24.1-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../132-libglib2.0-dev-bin_2.81.1-3_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.81.1-3) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../133-uuid-dev_2.40.2-7_arm64.deb ...
Unpacking uuid-dev:arm64 (2.40.2-7) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../134-libblkid-dev_2.40.2-7_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.40.2-7) ...
Selecting previously unselected package libsepol-dev:arm64.
Preparing to unpack .../135-libsepol-dev_3.7-1_arm64.deb ...
Unpacking libsepol-dev:arm64 (3.7-1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../136-libpcre2-16-0_10.42-4+b1_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.42-4+b1) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../137-libpcre2-32-0_10.42-4+b1_arm64.deb ...
Unpacking libpcre2-32-0:arm64 (10.42-4+b1) ...
Selecting previously unselected package libpcre2-posix3:arm64.
Preparing to unpack .../138-libpcre2-posix3_10.42-4+b1_arm64.deb ...
Unpacking libpcre2-posix3:arm64 (10.42-4+b1) ...
Selecting previously unselected package libpcre2-dev:arm64.
Preparing to unpack .../139-libpcre2-dev_10.42-4+b1_arm64.deb ...
Unpacking libpcre2-dev:arm64 (10.42-4+b1) ...
Selecting previously unselected package libselinux1-dev:arm64.
Preparing to unpack .../140-libselinux1-dev_3.5-2+b4_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.5-2+b4) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../141-libmount-dev_2.40.2-7_arm64.deb ...
Unpacking libmount-dev:arm64 (2.40.2-7) ...
Selecting previously unselected package libsysprof-capture-4-dev:arm64.
Preparing to unpack .../142-libsysprof-capture-4-dev_46.0-2_arm64.deb ...
Unpacking libsysprof-capture-4-dev:arm64 (46.0-2) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../143-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1) ...
Selecting previously unselected package libgirepository-2.0-0:arm64.
Preparing to unpack .../144-libgirepository-2.0-0_2.81.1-3_arm64.deb ...
Unpacking libgirepository-2.0-0:arm64 (2.81.1-3) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../145-libglib2.0-dev_2.81.1-3_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.81.1-3) ...
Selecting previously unselected package libatk1.0-dev:arm64.
Preparing to unpack .../146-libatk1.0-dev_2.53.1-1_arm64.deb ...
Unpacking libatk1.0-dev:arm64 (2.53.1-1) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../147-xml-core_0.19_all.deb ...
Unpacking xml-core (0.19) ...
Selecting previously unselected package libdbus-1-dev:arm64.
Preparing to unpack .../148-libdbus-1-dev_1.14.10-4+b1_arm64.deb ...
Unpacking libdbus-1-dev:arm64 (1.14.10-4+b1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../149-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libxtst6:arm64.
Preparing to unpack .../150-libxtst6_2%3a1.2.3-1.1+b1_arm64.deb ...
Unpacking libxtst6:arm64 (2:1.2.3-1.1+b1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../151-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
Selecting previously unselected package x11proto-dev.
Preparing to unpack .../152-x11proto-dev_2024.1-1_all.deb ...
Unpacking x11proto-dev (2024.1-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../153-libxau-dev_1%3a1.0.9-1+b1_arm64.deb ...
Unpacking libxau-dev:arm64 (1:1.0.9-1+b1) ...
Selecting previously unselected package libxdmcp-dev:arm64.
Preparing to unpack .../154-libxdmcp-dev_1%3a1.1.2-3+b1_arm64.deb ...
Unpacking libxdmcp-dev:arm64 (1:1.1.2-3+b1) ...
Selecting previously unselected package xtrans-dev.
Preparing to unpack .../155-xtrans-dev_1.4.0-1_all.deb ...
Unpacking xtrans-dev (1.4.0-1) ...
Selecting previously unselected package libxcb1-dev:arm64.
Preparing to unpack .../156-libxcb1-dev_1.17.0-2_arm64.deb ...
Unpacking libxcb1-dev:arm64 (1.17.0-2) ...
Selecting previously unselected package libx11-dev:arm64.
Preparing to unpack .../157-libx11-dev_2%3a1.8.7-1+b1_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.8.7-1+b1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../158-libxext-dev_2%3a1.3.4-1+b1_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxfixes-dev:arm64.
Preparing to unpack .../159-libxfixes-dev_1%3a6.0.0-2+b1_arm64.deb ...
Unpacking libxfixes-dev:arm64 (1:6.0.0-2+b1) ...
Selecting previously unselected package libxi-dev:arm64.
Preparing to unpack .../160-libxi-dev_2%3a1.8.1-1_arm64.deb ...
Unpacking libxi-dev:arm64 (2:1.8.1-1) ...
Selecting previously unselected package libxtst-dev:arm64.
Preparing to unpack .../161-libxtst-dev_2%3a1.2.3-1.1+b1_arm64.deb ...
Unpacking libxtst-dev:arm64 (2:1.2.3-1.1+b1) ...
Selecting previously unselected package libatspi2.0-dev:arm64.
Preparing to unpack .../162-libatspi2.0-dev_2.53.1-1_arm64.deb ...
Unpacking libatspi2.0-dev:arm64 (2.53.1-1) ...
Selecting previously unselected package libatk-bridge2.0-dev:arm64.
Preparing to unpack .../163-libatk-bridge2.0-dev_2.53.1-1_arm64.deb ...
Unpacking libatk-bridge2.0-dev:arm64 (2.53.1-1) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../164-libbrotli-dev_1.1.0-2+b4_arm64.deb ...
Unpacking libbrotli-dev:arm64 (1.1.0-2+b4) ...
Selecting previously unselected package libbz2-dev:arm64.
Preparing to unpack .../165-libbz2-dev_1.0.8-5.1_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-5.1) ...
Selecting previously unselected package liblzo2-2:arm64.
Preparing to unpack .../166-liblzo2-2_2.10-3_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.10-3) ...
Selecting previously unselected package libcairo-script-interpreter2:arm64.
Preparing to unpack .../167-libcairo-script-interpreter2_1.18.0-3+b1_arm64.deb ...
Unpacking libcairo-script-interpreter2:arm64 (1.18.0-3+b1) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../168-libexpat1-dev_2.6.2-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.2-1) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../169-libpng-dev_1.6.43-5_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.43-5) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../170-libfreetype-dev_2.13.2+dfsg-1+b4_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.13.2+dfsg-1+b4) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../171-libfontconfig-dev_2.15.0-1.1_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.15.0-1.1) ...
Selecting previously unselected package libpixman-1-dev:arm64.
Preparing to unpack .../172-libpixman-1-dev_0.42.2-1+b1_arm64.deb ...
Unpacking libpixman-1-dev:arm64 (0.42.2-1+b1) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../173-libice6_2%3a1.0.10-1+b1_arm64.deb ...
Unpacking libice6:arm64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../174-libsm6_2%3a1.2.3-1+b1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.3-1+b1) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../175-libice-dev_2%3a1.0.10-1+b1_arm64.deb ...
Unpacking libice-dev:arm64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libsm-dev:arm64.
Preparing to unpack .../176-libsm-dev_2%3a1.2.3-1+b1_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.3-1+b1) ...
Selecting previously unselected package libxcb-render0-dev:arm64.
Preparing to unpack .../177-libxcb-render0-dev_1.17.0-2_arm64.deb ...
Unpacking libxcb-render0-dev:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-shm0-dev:arm64.
Preparing to unpack .../178-libxcb-shm0-dev_1.17.0-2_arm64.deb ...
Unpacking libxcb-shm0-dev:arm64 (1.17.0-2) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../179-libxrender-dev_1%3a0.9.10-1.1+b1_arm64.deb ...
Unpacking libxrender-dev:arm64 (1:0.9.10-1.1+b1) ...
Selecting previously unselected package libcairo2-dev:arm64.
Preparing to unpack .../180-libcairo2-dev_1.18.0-3+b1_arm64.deb ...
Unpacking libcairo2-dev:arm64 (1.18.0-3+b1) ...
Selecting previously unselected package libcloudproviders-dev:arm64.
Preparing to unpack .../181-libcloudproviders-dev_0.3.6-1_arm64.deb ...
Unpacking libcloudproviders-dev:arm64 (0.3.6-1) ...
Selecting previously unselected package libdatrie-dev:arm64.
Preparing to unpack .../182-libdatrie-dev_0.2.13-3_arm64.deb ...
Unpacking libdatrie-dev:arm64 (0.2.13-3) ...
Selecting previously unselected package libdeflate-dev:arm64.
Preparing to unpack .../183-libdeflate-dev_1.21-1_arm64.deb ...
Unpacking libdeflate-dev:arm64 (1.21-1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../184-libdrm-common_2.4.122-1_all.deb ...
Unpacking libdrm-common (2.4.122-1) ...
Selecting previously unselected package libdrm2:arm64.
Preparing to unpack .../185-libdrm2_2.4.122-1_arm64.deb ...
Unpacking libdrm2:arm64 (2.4.122-1) ...
Selecting previously unselected package libdrm-amdgpu1:arm64.
Preparing to unpack .../186-libdrm-amdgpu1_2.4.122-1_arm64.deb ...
Unpacking libdrm-amdgpu1:arm64 (2.4.122-1) ...
Selecting previously unselected package libdrm-radeon1:arm64.
Preparing to unpack .../187-libdrm-radeon1_2.4.122-1_arm64.deb ...
Unpacking libdrm-radeon1:arm64 (2.4.122-1) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../188-libedit2_3.1-20240517-1_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20240517-1) ...
Selecting previously unselected package libglvnd0:arm64.
Preparing to unpack .../189-libglvnd0_1.7.0-1+b1_arm64.deb ...
Unpacking libglvnd0:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libwayland-server0:arm64.
Preparing to unpack .../190-libwayland-server0_1.23.0-1_arm64.deb ...
Unpacking libwayland-server0:arm64 (1.23.0-1) ...
Selecting previously unselected package libxcb-randr0:arm64.
Preparing to unpack .../191-libxcb-randr0_1.17.0-2_arm64.deb ...
Unpacking libxcb-randr0:arm64 (1.17.0-2) ...
Selecting previously unselected package libgbm1:arm64.
Preparing to unpack .../192-libgbm1_24.1.3-2_arm64.deb ...
Unpacking libgbm1:arm64 (24.1.3-2) ...
Selecting previously unselected package libglapi-mesa:arm64.
Preparing to unpack .../193-libglapi-mesa_24.1.3-2_arm64.deb ...
Unpacking libglapi-mesa:arm64 (24.1.3-2) ...
Selecting previously unselected package libx11-xcb1:arm64.
Preparing to unpack .../194-libx11-xcb1_2%3a1.8.7-1+b1_arm64.deb ...
Unpacking libx11-xcb1:arm64 (2:1.8.7-1+b1) ...
Selecting previously unselected package libxcb-dri2-0:arm64.
Preparing to unpack .../195-libxcb-dri2-0_1.17.0-2_arm64.deb ...
Unpacking libxcb-dri2-0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-dri3-0:arm64.
Preparing to unpack .../196-libxcb-dri3-0_1.17.0-2_arm64.deb ...
Unpacking libxcb-dri3-0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-present0:arm64.
Preparing to unpack .../197-libxcb-present0_1.17.0-2_arm64.deb ...
Unpacking libxcb-present0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-sync1:arm64.
Preparing to unpack .../198-libxcb-sync1_1.17.0-2_arm64.deb ...
Unpacking libxcb-sync1:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-xfixes0:arm64.
Preparing to unpack .../199-libxcb-xfixes0_1.17.0-2_arm64.deb ...
Unpacking libxcb-xfixes0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxshmfence1:arm64.
Preparing to unpack .../200-libxshmfence1_1.3-1+b1_arm64.deb ...
Unpacking libxshmfence1:arm64 (1.3-1+b1) ...
Selecting previously unselected package libegl-mesa0:arm64.
Preparing to unpack .../201-libegl-mesa0_24.1.3-2_arm64.deb ...
Unpacking libegl-mesa0:arm64 (24.1.3-2) ...
Selecting previously unselected package libegl1:arm64.
Preparing to unpack .../202-libegl1_1.7.0-1+b1_arm64.deb ...
Unpacking libegl1:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libxcb-glx0:arm64.
Preparing to unpack .../203-libxcb-glx0_1.17.0-2_arm64.deb ...
Unpacking libxcb-glx0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxxf86vm1:arm64.
Preparing to unpack .../204-libxxf86vm1_1%3a1.1.4-1+b2_arm64.deb ...
Unpacking libxxf86vm1:arm64 (1:1.1.4-1+b2) ...
Selecting previously unselected package libvulkan1:arm64.
Preparing to unpack .../205-libvulkan1_1.3.283.0-1_arm64.deb ...
Unpacking libvulkan1:arm64 (1.3.283.0-1) ...
Selecting previously unselected package libz3-4:arm64.
Preparing to unpack .../206-libz3-4_4.8.12-3.1+b2_arm64.deb ...
Unpacking libz3-4:arm64 (4.8.12-3.1+b2) ...
Selecting previously unselected package libllvm17t64:arm64.
Preparing to unpack .../207-libllvm17t64_1%3a17.0.6-15_arm64.deb ...
Unpacking libllvm17t64:arm64 (1:17.0.6-15) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../208-libsensors-config_1%3a3.6.0-10_all.deb ...
Unpacking libsensors-config (1:3.6.0-10) ...
Selecting previously unselected package libsensors5:arm64.
Preparing to unpack .../209-libsensors5_1%3a3.6.0-10_arm64.deb ...
Unpacking libsensors5:arm64 (1:3.6.0-10) ...
Selecting previously unselected package libgl1-mesa-dri:arm64.
Preparing to unpack .../210-libgl1-mesa-dri_24.1.3-2_arm64.deb ...
Unpacking libgl1-mesa-dri:arm64 (24.1.3-2) ...
Selecting previously unselected package libglx-mesa0:arm64.
Preparing to unpack .../211-libglx-mesa0_24.1.3-2_arm64.deb ...
Unpacking libglx-mesa0:arm64 (24.1.3-2) ...
Selecting previously unselected package libglx0:arm64.
Preparing to unpack .../212-libglx0_1.7.0-1+b1_arm64.deb ...
Unpacking libglx0:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgl1:arm64.
Preparing to unpack .../213-libgl1_1.7.0-1+b1_arm64.deb ...
Unpacking libgl1:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libglx-dev:arm64.
Preparing to unpack .../214-libglx-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libglx-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgl-dev:arm64.
Preparing to unpack .../215-libgl-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libgl-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libegl-dev:arm64.
Preparing to unpack .../216-libegl-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libegl-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libglvnd-core-dev:arm64.
Preparing to unpack .../217-libglvnd-core-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libglvnd-core-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgles1:arm64.
Preparing to unpack .../218-libgles1_1.7.0-1+b1_arm64.deb ...
Unpacking libgles1:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgles2:arm64.
Preparing to unpack .../219-libgles2_1.7.0-1+b1_arm64.deb ...
Unpacking libgles2:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgles-dev:arm64.
Preparing to unpack .../220-libgles-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libgles-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libopengl0:arm64.
Preparing to unpack .../221-libopengl0_1.7.0-1+b1_arm64.deb ...
Unpacking libopengl0:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libopengl-dev:arm64.
Preparing to unpack .../222-libopengl-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libopengl-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libglvnd-dev:arm64.
Preparing to unpack .../223-libglvnd-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libglvnd-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libegl1-mesa-dev:arm64.
Preparing to unpack .../224-libegl1-mesa-dev_24.1.3-2_arm64.deb ...
Unpacking libegl1-mesa-dev:arm64 (24.1.3-2) ...
Selecting previously unselected package libepoxy-dev:arm64.
Preparing to unpack .../225-libepoxy-dev_1.5.10-1+b2_arm64.deb ...
Unpacking libepoxy-dev:arm64 (1.5.10-1+b2) ...
Selecting previously unselected package libfribidi-dev:arm64.
Preparing to unpack .../226-libfribidi-dev_1.0.15-1_arm64.deb ...
Unpacking libfribidi-dev:arm64 (1.0.15-1) ...
Selecting previously unselected package libgdk-pixbuf2.0-bin.
Preparing to unpack .../227-libgdk-pixbuf2.0-bin_2.42.12+dfsg-1_arm64.deb ...
Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo-dev:arm64.
Preparing to unpack .../228-libjpeg62-turbo-dev_1%3a2.1.5-3_arm64.deb ...
Unpacking libjpeg62-turbo-dev:arm64 (1:2.1.5-3) ...
Selecting previously unselected package libjpeg-dev:arm64.
Preparing to unpack .../229-libjpeg-dev_1%3a2.1.5-3_arm64.deb ...
Unpacking libjpeg-dev:arm64 (1:2.1.5-3) ...
Selecting previously unselected package libjbig-dev:arm64.
Preparing to unpack .../230-libjbig-dev_2.1-6.1+b1_arm64.deb ...
Unpacking libjbig-dev:arm64 (2.1-6.1+b1) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../231-liblzma-dev_5.6.2-2_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.6.2-2) ...
Selecting previously unselected package libzstd-dev:arm64.
Preparing to unpack .../232-libzstd-dev_1.5.6+dfsg-1_arm64.deb ...
Unpacking libzstd-dev:arm64 (1.5.6+dfsg-1) ...
Selecting previously unselected package libwebpdemux2:arm64.
Preparing to unpack .../233-libwebpdemux2_1.4.0-0.1_arm64.deb ...
Unpacking libwebpdemux2:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libwebpmux3:arm64.
Preparing to unpack .../234-libwebpmux3_1.4.0-0.1_arm64.deb ...
Unpacking libwebpmux3:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libwebpdecoder3:arm64.
Preparing to unpack .../235-libwebpdecoder3_1.4.0-0.1_arm64.deb ...
Unpacking libwebpdecoder3:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libsharpyuv-dev:arm64.
Preparing to unpack .../236-libsharpyuv-dev_1.4.0-0.1_arm64.deb ...
Unpacking libsharpyuv-dev:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libwebp-dev:arm64.
Preparing to unpack .../237-libwebp-dev_1.4.0-0.1_arm64.deb ...
Unpacking libwebp-dev:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libtiffxx6:arm64.
Preparing to unpack .../238-libtiffxx6_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiffxx6:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package liblerc-dev:arm64.
Preparing to unpack .../239-liblerc-dev_4.0.0+ds-4+b1_arm64.deb ...
Unpacking liblerc-dev:arm64 (4.0.0+ds-4+b1) ...
Selecting previously unselected package libtiff-dev:arm64.
Preparing to unpack .../240-libtiff-dev_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiff-dev:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libgdk-pixbuf-2.0-dev:arm64.
Preparing to unpack .../241-libgdk-pixbuf-2.0-dev_2.42.12+dfsg-1_arm64.deb ...
Unpacking libgdk-pixbuf-2.0-dev:arm64 (2.42.12+dfsg-1) ...
Selecting previously unselected package libgee-0.8-2:arm64.
Preparing to unpack .../242-libgee-0.8-2_0.20.6-1+b1_arm64.deb ...
Unpacking libgee-0.8-2:arm64 (0.20.6-1+b1) ...
Selecting previously unselected package libgee-0.8-dev:arm64.
Preparing to unpack .../243-libgee-0.8-dev_0.20.6-1+b1_arm64.deb ...
Unpacking libgee-0.8-dev:arm64 (0.20.6-1+b1) ...
Selecting previously unselected package libgraphite2-dev:arm64.
Preparing to unpack .../244-libgraphite2-dev_1.3.14-2_arm64.deb ...
Unpacking libgraphite2-dev:arm64 (1.3.14-2) ...
Selecting previously unselected package libharfbuzz-icu0:arm64.
Preparing to unpack .../245-libharfbuzz-icu0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-icu0:arm64 (9.0.0-1) ...
Selecting previously unselected package libharfbuzz-subset0:arm64.
Preparing to unpack .../246-libharfbuzz-subset0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-subset0:arm64 (9.0.0-1) ...
Selecting previously unselected package libharfbuzz-cairo0:arm64.
Preparing to unpack .../247-libharfbuzz-cairo0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-cairo0:arm64 (9.0.0-1) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../248-libicu-dev_72.1-5_arm64.deb ...
Unpacking libicu-dev:arm64 (72.1-5) ...
Selecting previously unselected package libharfbuzz-dev:arm64.
Preparing to unpack .../249-libharfbuzz-dev_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-dev:arm64 (9.0.0-1) ...
Selecting previously unselected package libthai-dev:arm64.
Preparing to unpack .../250-libthai-dev_0.1.29-2_arm64.deb ...
Unpacking libthai-dev:arm64 (0.1.29-2) ...
Selecting previously unselected package libxft-dev:arm64.
Preparing to unpack .../251-libxft-dev_2.3.6-1+b1_arm64.deb ...
Unpacking libxft-dev:arm64 (2.3.6-1+b1) ...
Selecting previously unselected package pango1.0-tools.
Preparing to unpack .../252-pango1.0-tools_1.54.0+ds-1_arm64.deb ...
Unpacking pango1.0-tools (1.54.0+ds-1) ...
Selecting previously unselected package libpango1.0-dev:arm64.
Preparing to unpack .../253-libpango1.0-dev_1.54.0+ds-1_arm64.deb ...
Unpacking libpango1.0-dev:arm64 (1.54.0+ds-1) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../254-libwayland-bin_1.23.0-1_arm64.deb ...
Unpacking libwayland-bin (1.23.0-1) ...
Selecting previously unselected package libwayland-dev:arm64.
Preparing to unpack .../255-libwayland-dev_1.23.0-1_arm64.deb ...
Unpacking libwayland-dev:arm64 (1.23.0-1) ...
Selecting previously unselected package libxcomposite-dev:arm64.
Preparing to unpack .../256-libxcomposite-dev_1%3a0.4.5-1+b1_arm64.deb ...
Unpacking libxcomposite-dev:arm64 (1:0.4.5-1+b1) ...
Selecting previously unselected package libxcursor-dev:arm64.
Preparing to unpack .../257-libxcursor-dev_1%3a1.2.2-1_arm64.deb ...
Unpacking libxcursor-dev:arm64 (1:1.2.2-1) ...
Selecting previously unselected package libxdamage-dev:arm64.
Preparing to unpack .../258-libxdamage-dev_1%3a1.1.6-1+b1_arm64.deb ...
Unpacking libxdamage-dev:arm64 (1:1.1.6-1+b1) ...
Selecting previously unselected package libxinerama-dev:arm64.
Preparing to unpack .../259-libxinerama-dev_2%3a1.1.4-3+b1_arm64.deb ...
Unpacking libxinerama-dev:arm64 (2:1.1.4-3+b1) ...
Selecting previously unselected package libxkbcommon-dev:arm64.
Preparing to unpack .../260-libxkbcommon-dev_1.6.0-1+b1_arm64.deb ...
Unpacking libxkbcommon-dev:arm64 (1.6.0-1+b1) ...
Selecting previously unselected package libxrandr-dev:arm64.
Preparing to unpack .../261-libxrandr-dev_2%3a1.5.4-1_arm64.deb ...
Unpacking libxrandr-dev:arm64 (2:1.5.4-1) ...
Selecting previously unselected package wayland-protocols.
Preparing to unpack .../262-wayland-protocols_1.36-1_all.deb ...
Unpacking wayland-protocols (1.36-1) ...
Selecting previously unselected package libgtk-3-dev:arm64.
Preparing to unpack .../263-libgtk-3-dev_3.24.43-1_arm64.deb ...
Unpacking libgtk-3-dev:arm64 (3.24.43-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../264-libio-pty-perl_1%3a1.20-1+b1_arm64.deb ...
Unpacking libio-pty-perl (1:1.20-1+b1) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../265-libipc-run-perl_20231003.0-2_all.deb ...
Unpacking libipc-run-perl (20231003.0-2) ...
Selecting previously unselected package libnotify-dev:arm64.
Preparing to unpack .../266-libnotify-dev_0.8.3-1+b1_arm64.deb ...
Unpacking libnotify-dev:arm64 (0.8.3-1+b1) ...
Selecting previously unselected package libtime-duration-perl.
Preparing to unpack .../267-libtime-duration-perl_1.21-2_all.deb ...
Unpacking libtime-duration-perl (1.21-2) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../268-libtimedate-perl_2.3300-2_all.deb ...
Unpacking libtimedate-perl (2.3300-2) ...
Selecting previously unselected package libxdelta2t64:arm64.
Preparing to unpack .../269-libxdelta2t64_1.1.3-10.6_arm64.deb ...
Unpacking libxdelta2t64:arm64 (1.1.3-10.6) ...
Selecting previously unselected package lua5.1.
Preparing to unpack .../270-lua5.1_5.1.5-9+b2_arm64.deb ...
Unpacking lua5.1 (5.1.5-9+b2) ...
Selecting previously unselected package moreutils.
Preparing to unpack .../271-moreutils_0.69-1_arm64.deb ...
Unpacking moreutils (0.69-1) ...
Selecting previously unselected package pkg-config:arm64.
Preparing to unpack .../272-pkg-config_1.8.1-3_arm64.deb ...
Unpacking pkg-config:arm64 (1.8.1-3) ...
Selecting previously unselected package txt2man.
Preparing to unpack .../273-txt2man_1.7.1-4_all.deb ...
Unpacking txt2man (1.7.1-4) ...
Selecting previously unselected package xdelta.
Preparing to unpack .../274-xdelta_1.1.3-10.6_arm64.deb ...
Unpacking xdelta (1.1.3-10.6) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../275-sbuild-build-depends-main-dummy_0.invalid.0_arm64.deb ...
Unpacking sbuild-build-depends-main-dummy (0.invalid.0) ...
Setting up media-types (10.1.0) ...
Setting up libpipeline1:arm64 (1.5.7-2) ...
Setting up libgraphite2-3:arm64 (1.3.14-2) ...
Setting up liblcms2-2:arm64 (2.14-2+b1) ...
Setting up libpixman-1-0:arm64 (0.42.2-1+b1) ...
Setting up libsharpyuv0:arm64 (1.4.0-0.1) ...
Setting up libwayland-server0:arm64 (1.23.0-1) ...
Setting up systemd-sysv (256.5-1) ...
Setting up libxau6:arm64 (1:1.0.9-1+b1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3+b1) ...
Setting up libkeyutils1:arm64 (1.6.3-3) ...
Setting up libxcb1:arm64 (1.17.0-2) ...
Setting up libpixman-1-dev:arm64 (0.42.2-1+b1) ...
Setting up libicu72:arm64 (72.1-5) ...
Setting up libxcb-xfixes0:arm64 (1.17.0-2) ...
Setting up liblerc4:arm64 (4.0.0+ds-4+b1) ...
Setting up libzstd-dev:arm64 (1.5.6+dfsg-1) ...
Setting up bsdextrautils (2.40.2-7) ...
Setting up libglvnd-core-dev:arm64 (1.7.0-1+b1) ...
Setting up hicolor-icon-theme (0.18-1) ...
Setting up libdatrie1:arm64 (0.2.13-3) ...
Setting up libio-pty-perl (1:1.20-1+b1) ...
Setting up libmagic-mgc (1:5.45-3) ...
Setting up gawk (1:5.2.1-2+b1) ...
Setting up libxcb-render0:arm64 (1.17.0-2) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libglvnd0:arm64 (1.7.0-1+b1) ...
Setting up libtirpc-common (1.3.4+ds-1.3) ...
Setting up libxcb-glx0:arm64 (1.17.0-2) ...
Setting up libdebhelper-perl (13.18) ...
Setting up libbrotli1:arm64 (1.1.0-2+b4) ...
Setting up libedit2:arm64 (3.1-20240517-1) ...
Setting up libsqlite3-0:arm64 (3.46.1-1) ...
Setting up libgdk-pixbuf2.0-common (2.42.12+dfsg-1) ...
Setting up libmagic1t64:arm64 (1:5.45-3) ...
Setting up x11-common (1:7.7+23.1) ...
Running in chroot, ignoring request.
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsensors-config (1:3.6.0-10) ...
Setting up libdeflate0:arm64 (1.21-1) ...
Setting up libwebpdecoder3:arm64 (1.4.0-0.1) ...
Setting up gettext-base (0.22.5-2) ...
Setting up m4 (1.4.19-4) ...
Setting up xkb-data (2.42-1) ...
Setting up liblzo2-2:arm64 (2.10-3) ...
Setting up libxcb-shm0:arm64 (1.17.0-2) ...
Setting up libcom-err2:arm64 (1.47.1-1) ...
Setting up file (1:5.45-3) ...
Setting up libffi-dev:arm64 (3.4.6-1) ...
Setting up libjbig0:arm64 (2.1-6.1+b1) ...
Setting up lua5.1 (5.1.5-9+b2) ...
update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode
update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode
Setting up libpcre2-16-0:arm64 (10.42-4+b1) ...
Setting up libopengl0:arm64 (1.7.0-1+b1) ...
Setting up libelf1t64:arm64 (0.191-2) ...
Setting up libkrb5support0:arm64 (1.21.3-3) ...
Setting up tzdata (2024a-4) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Fri Aug 16 20:43:49 UTC 2024.
Universal Time is now:  Fri Aug 16 20:43:49 UTC 2024.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up libxcb-present0:arm64 (1.17.0-2) ...
Setting up libsysprof-capture-4-dev:arm64 (46.0-2) ...
Setting up xtrans-dev (1.4.0-1) ...
Setting up libgraphite2-dev:arm64 (1.3.14-2) ...
Setting up autotools-dev (20220109.1) ...
Setting up libz3-4:arm64 (4.8.12-3.1+b2) ...
Setting up libpcre2-32-0:arm64 (10.42-4+b1) ...
Setting up libglib2.0-0t64:arm64 (2.81.1-3) ...
Setting up libglib2.0-data (2.81.1-3) ...
Setting up libpkgconf3:arm64 (1.8.1-3) ...
Setting up libgles2:arm64 (1.7.0-1+b1) ...
Setting up libexpat1-dev:arm64 (2.6.2-1) ...
Setting up libjpeg62-turbo:arm64 (1:2.1.5-3) ...
Setting up libx11-data (2:1.8.7-1) ...
Setting up libjpeg62-turbo-dev:arm64 (1:2.1.5-3) ...
Setting up libepoxy0:arm64 (1.5.10-1+b2) ...
Setting up libxcb-sync1:arm64 (1.17.0-2) ...
Setting up uuid-dev:arm64 (2.40.2-7) ...
Setting up libavahi-common-data:arm64 (0.8-13+b2) ...
Setting up libgles1:arm64 (1.7.0-1+b1) ...
Setting up libdbus-1-3:arm64 (1.14.10-4+b1) ...
Setting up libfribidi0:arm64 (1.0.15-1) ...
Setting up libproc2-0:arm64 (2:4.0.4-5) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:arm64 (1.6.43-5) ...
Setting up libgee-0.8-2:arm64 (0.20.6-1+b1) ...
Setting up autopoint (0.22.5-2) ...
Setting up icu-devtools (72.1-5) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libipc-run-perl (20231003.0-2) ...
Setting up libsepol-dev:arm64 (3.7-1) ...
Setting up pkgconf-bin (1.8.1-3) ...
Setting up gir1.2-glib-2.0:arm64 (2.81.1-3) ...
Setting up libsensors5:arm64 (1:3.6.0-10) ...
Setting up liblerc-dev:arm64 (4.0.0+ds-4+b1) ...
Setting up libncursesw6:arm64 (6.5-2) ...
Setting up libk5crypto3:arm64 (1.21.3-3) ...
Setting up libglapi-mesa:arm64 (24.1.3-2) ...
Setting up libvulkan1:arm64 (1.3.283.0-1) ...
Setting up libtime-duration-perl (1.21-2) ...
Setting up autoconf (2.71-3) ...
Setting up libwebp7:arm64 (1.4.0-0.1) ...
Setting up libtimedate-perl (2.3300-2) ...
Setting up liblzma-dev:arm64 (5.6.2-2) ...
Setting up libxcb-dri2-0:arm64 (1.17.0-2) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1) ...
Setting up libpcre2-posix3:arm64 (10.42-4+b1) ...
Setting up dwz (0.15-1+b1) ...
Setting up wayland-protocols (1.36-1) ...
Setting up sensible-utils (0.0.24) ...
Setting up gir1.2-glib-2.0-dev:arm64 (2.81.1-3) ...
Setting up libxshmfence1:arm64 (1.3-1+b1) ...
Setting up at-spi2-common (2.53.1-1) ...
Setting up libtiff6:arm64 (4.5.1+git230720-5) ...
Setting up libxcb-randr0:arm64 (1.17.0-2) ...
Setting up dbus-session-bus-common (1.14.10-4) ...
Setting up libuchardet0:arm64 (0.0.8-1+b1) ...
Setting up procps (2:4.0.4-5) ...
Setting up libx11-6:arm64 (2:1.8.7-1+b1) ...
Setting up libthai-data (0.1.29-2) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up netbase (6.4) ...
Setting up sgml-base (1.31) ...
Setting up libkrb5-3:arm64 (1.21.3-3) ...
Setting up libwayland-egl1:arm64 (1.23.0-1) ...
Setting up libopengl-dev:arm64 (1.7.0-1+b1) ...
Setting up dbus-system-bus-common (1.14.10-4) ...
Setting up libsharpyuv-dev:arm64 (1.4.0-0.1) ...
Setting up libwebpmux3:arm64 (1.4.0-0.1) ...
Setting up libtiffxx6:arm64 (4.5.1+git230720-5) ...
Setting up libdeflate-dev:arm64 (1.21-1) ...
Setting up libdrm-common (2.4.122-1) ...
Setting up libxcomposite1:arm64 (1:0.4.5-1+b1) ...
Setting up libicu-dev:arm64 (72.1-5) ...
Setting up libxml2:arm64 (2.12.7+dfsg-3+b1) ...
Setting up dbus-bin (1.14.10-4+b1) ...
Setting up libbrotli-dev:arm64 (1.1.0-2+b4) ...
Setting up libbz2-dev:arm64 (1.0.8-5.1) ...
Setting up libxkbcommon0:arm64 (1.6.0-1+b1) ...
Setting up libwayland-client0:arm64 (1.23.0-1) ...
Setting up automake (1:1.16.5-1.3) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up x11proto-dev (2024.1-1) ...
Setting up libfile-stripnondeterminism-perl (1.14.0-1) ...
Setting up libxcb-dri3-0:arm64 (1.17.0-2) ...
Setting up libblkid-dev:arm64 (2.40.2-7) ...
Setting up libx11-xcb1:arm64 (2:1.8.7-1+b1) ...
Setting up libice6:arm64 (2:1.0.10-1+b1) ...
Setting up gettext (0.22.5-2) ...
Setting up moreutils (0.69-1) ...
Setting up libxdamage1:arm64 (1:1.1.6-1+b1) ...
Setting up libatk1.0-0t64:arm64 (2.53.1-1) ...
Setting up libxdelta2t64:arm64 (1.1.3-10.6) ...
Setting up libxau-dev:arm64 (1:1.0.9-1+b1) ...
Setting up xdelta (1.1.3-10.6) ...
Setting up libpcre2-dev:arm64 (10.42-4+b1) ...
Setting up txt2man (1.7.1-4) ...
Setting up libxrender1:arm64 (1:0.9.10-1.1+b1) ...
Setting up libice-dev:arm64 (2:1.0.10-1+b1) ...
Setting up libtool (2.4.7-7) ...
Setting up libgirepository-2.0-0:arm64 (2.81.1-3) ...
Setting up gir1.2-atk-1.0:arm64 (2.53.1-1) ...
Setting up libselinux1-dev:arm64 (3.5-2+b4) ...
Setting up fontconfig-config (2.15.0-1.1) ...
Setting up libfribidi-dev:arm64 (1.0.15-1) ...
Setting up libwebpdemux2:arm64 (1.4.0-0.1) ...
Setting up libxkbcommon-dev:arm64 (1.6.0-1+b1) ...
Setting up libpng-dev:arm64 (1.6.43-5) ...
Setting up libavahi-common3:arm64 (0.8-13+b2) ...
Setting up libjpeg-dev:arm64 (1:2.1.5-3) ...
Setting up libjbig-dev:arm64 (2.1-6.1+b1) ...
Setting up libcloudproviders0:arm64 (0.3.6-1) ...
Setting up libxext6:arm64 (2:1.3.4-1+b1) ...
Setting up libglib2.0-bin (2.81.1-3) ...
Setting up dbus-daemon (1.14.10-4+b1) ...
Setting up libcolord2:arm64 (1.4.7-1+b1) ...
Setting up pkgconf:arm64 (1.8.1-3) ...
Setting up libxxf86vm1:arm64 (1:1.1.4-1+b2) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up libdconf1:arm64 (0.40.0-4+b2) ...
Setting up dh-autoreconf (20) ...
Setting up libthai0:arm64 (0.1.29-2) ...
Setting up libxdmcp-dev:arm64 (1:1.1.2-3+b1) ...
Setting up libwayland-bin (1.23.0-1) ...
Setting up libwebp-dev:arm64 (1.4.0-0.1) ...
Setting up libllvm17t64:arm64 (1:17.0.6-15) ...
Setting up libfreetype6:arm64 (2.13.2+dfsg-1+b4) ...
Setting up libtiff-dev:arm64 (4.5.1+git230720-5) ...
Setting up libxfixes3:arm64 (1:6.0.0-2+b1) ...
Setting up dbus (1.14.10-4+b1) ...
Running in chroot, ignoring request.
All runlevel operations denied by policy
invoke-rc.d: policy-rc.d denied execution of start.
Setting up shared-mime-info (2.4-5) ...
Setting up libxinerama1:arm64 (2:1.1.4-3+b1) ...
Setting up gir1.2-gee-0.8:arm64 (0.20.6-1+b1) ...
Setting up libgssapi-krb5-2:arm64 (1.21.3-3) ...
Setting up libxrandr2:arm64 (2:1.5.4-1) ...
Setting up pkg-config:arm64 (1.8.1-3) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up libdrm2:arm64 (2.4.122-1) ...
Setting up libdatrie-dev:arm64 (0.2.13-3) ...
Setting up groff-base (1.23.0-5) ...
Setting up gir1.2-cloudproviders-0.3.0:arm64 (0.3.6-1) ...
Setting up libwayland-cursor0:arm64 (1.23.0-1) ...
Setting up xml-core (0.19) ...
Setting up libpam-systemd:arm64 (256.5-1) ...
Setting up libharfbuzz0b:arm64 (9.0.0-1) ...
Setting up libgdk-pixbuf-2.0-0:arm64 (2.42.12+dfsg-1) ...
Setting up libfontconfig1:arm64 (2.15.0-1.1) ...
Setting up libsm6:arm64 (2:1.2.3-1+b1) ...
Setting up libavahi-client3:arm64 (0.8-13+b2) ...
Setting up libmount-dev:arm64 (2.40.2-7) ...
Setting up libdrm-amdgpu1:arm64 (2.4.122-1) ...
Setting up gtk-update-icon-cache (3.24.43-1) ...
Setting up fontconfig (2.15.0-1.1) ...
Regenerating fonts cache... done.
Setting up libxft2:arm64 (2.3.6-1+b1) ...
Setting up libharfbuzz-icu0:arm64 (9.0.0-1) ...
Setting up libxcb1-dev:arm64 (1.17.0-2) ...
Setting up libxi6:arm64 (2:1.8.1-1) ...
Setting up gir1.2-gdkpixbuf-2.0:arm64 (2.42.12+dfsg-1) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3) ...
Setting up libgbm1:arm64 (24.1.3-2) ...
Setting up libsm-dev:arm64 (2:1.2.3-1+b1) ...
Setting up libdrm-radeon1:arm64 (2.4.122-1) ...
Setting up libxtst6:arm64 (2:1.2.3-1.1+b1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libxcursor1:arm64 (1:1.2.2-1) ...
Setting up libpango-1.0-0:arm64 (1.54.0+ds-1) ...
Setting up libgl1-mesa-dri:arm64 (24.1.3-2) ...
Setting up libx11-dev:arm64 (2:1.8.7-1+b1) ...
Setting up libharfbuzz-gobject0:arm64 (9.0.0-1) ...
Setting up man-db (2.12.1-3) ...
Not building database; man-db/auto-update is not 'true'.
Created symlink '/etc/systemd/system/timers.target.wants/man-db.timer' → '/usr/lib/systemd/system/man-db.timer'.
Setting up libwayland-dev:arm64 (1.23.0-1) ...
Setting up libcairo2:arm64 (1.18.0-3+b1) ...
Setting up libfreetype-dev:arm64 (2.13.2+dfsg-1+b4) ...
Setting up libxfixes-dev:arm64 (1:6.0.0-2+b1) ...
Setting up libxcb-shm0-dev:arm64 (1.17.0-2) ...
Setting up dbus-user-session (1.14.10-4+b1) ...
Setting up libegl-mesa0:arm64 (24.1.3-2) ...
Setting up libharfbuzz-cairo0:arm64 (9.0.0-1) ...
Setting up adwaita-icon-theme (46.0-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libnotify4:arm64 (0.8.3-1+b1) ...
Setting up libatspi2.0-0t64:arm64 (2.53.1-1) ...
Setting up libxcb-render0-dev:arm64 (1.17.0-2) ...
Setting up libxext-dev:arm64 (2:1.3.4-1+b1) ...
Setting up libthai-dev:arm64 (0.1.29-2) ...
Setting up gir1.2-notify-0.7:arm64 (0.8.3-1+b1) ...
Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-1) ...
Setting up libnsl2:arm64 (1.3.0-3+b2) ...
Setting up libegl1:arm64 (1.7.0-1+b1) ...
Setting up libharfbuzz-subset0:arm64 (9.0.0-1) ...
Setting up libcairo-gobject2:arm64 (1.18.0-3+b1) ...
Setting up libpangoft2-1.0-0:arm64 (1.54.0+ds-1) ...
Setting up libxi-dev:arm64 (2:1.8.1-1) ...
Setting up libxrender-dev:arm64 (1:0.9.10-1.1+b1) ...
Setting up libcups2t64:arm64 (2.4.10-1) ...
Setting up libpangocairo-1.0-0:arm64 (1.54.0+ds-1) ...
Setting up libxtst-dev:arm64 (2:1.2.3-1.1+b1) ...
Setting up libxdamage-dev:arm64 (1:1.1.6-1+b1) ...
Setting up libcairo-script-interpreter2:arm64 (1.18.0-3+b1) ...
Setting up libatk-bridge2.0-0t64:arm64 (2.53.1-1) ...
Setting up gir1.2-freedesktop:arm64 (1.80.1-3+b1) ...
Setting up libglx-mesa0:arm64 (24.1.3-2) ...
Setting up libpython3.12-stdlib:arm64 (3.12.5-1) ...
Setting up libpangoxft-1.0-0:arm64 (1.54.0+ds-1) ...
Setting up libglx0:arm64 (1.7.0-1+b1) ...
Setting up libfontconfig-dev:arm64 (2.15.0-1.1) ...
Setting up libxcomposite-dev:arm64 (1:0.4.5-1+b1) ...
Setting up libxcursor-dev:arm64 (1:1.2.2-1) ...
Setting up python3.12 (3.12.5-1) ...
Setting up pango1.0-tools (1.54.0+ds-1) ...
Setting up debhelper (13.18) ...
Setting up dconf-service (0.40.0-4+b2) ...
Setting up gir1.2-atspi-2.0:arm64 (2.53.1-1) ...
Setting up gir1.2-harfbuzz-0.0:arm64 (9.0.0-1) ...
Setting up gir1.2-pango-1.0:arm64 (1.54.0+ds-1) ...
Setting up libxrandr-dev:arm64 (2:1.5.4-1) ...
Setting up libgl1:arm64 (1.7.0-1+b1) ...
Setting up gir1.2-freedesktop-dev:arm64 (1.80.1-3+b1) ...
Setting up libxinerama-dev:arm64 (2:1.1.4-3+b1) ...
Setting up libglx-dev:arm64 (1.7.0-1+b1) ...
Setting up libgl-dev:arm64 (1.7.0-1+b1) ...
Setting up libpython3-stdlib:arm64 (3.12.5-1) ...
Setting up libxft-dev:arm64 (2.3.6-1+b1) ...
Setting up dconf-gsettings-backend:arm64 (0.40.0-4+b2) ...
Setting up libegl-dev:arm64 (1.7.0-1+b1) ...
Setting up libepoxy-dev:arm64 (1.5.10-1+b2) ...
Setting up python3 (3.12.5-1) ...
Setting up python3-packaging (24.1-1) ...
Setting up libgles-dev:arm64 (1.7.0-1+b1) ...
Setting up libgtk-3-common (3.24.43-1) ...
Setting up libglib2.0-dev-bin (2.81.1-3) ...
Setting up libglvnd-dev:arm64 (1.7.0-1+b1) ...
Setting up libglib2.0-dev:arm64 (2.81.1-3) ...
Setting up libgtk-3-0t64:arm64 (3.24.43-1) ...
Setting up libcairo2-dev:arm64 (1.18.0-3+b1) ...
Setting up libatk1.0-dev:arm64 (2.53.1-1) ...
Setting up libegl1-mesa-dev:arm64 (24.1.3-2) ...
Setting up libgdk-pixbuf-2.0-dev:arm64 (2.42.12+dfsg-1) ...
Setting up libharfbuzz-dev:arm64 (9.0.0-1) ...
Setting up libnotify-dev:arm64 (0.8.3-1+b1) ...
Setting up libgee-0.8-dev:arm64 (0.20.6-1+b1) ...
Setting up libcloudproviders-dev:arm64 (0.3.6-1) ...
Setting up gir1.2-gtk-3.0:arm64 (3.24.43-1) ...
Setting up libpango1.0-dev:arm64 (1.54.0+ds-1) ...
Processing triggers for libc-bin (2.39-7) ...
Processing triggers for systemd (256.5-1) ...
Processing triggers for sgml-base (1.31) ...
Setting up libdbus-1-dev:arm64 (1.14.10-4+b1) ...
Setting up libatspi2.0-dev:arm64 (2.53.1-1) ...
Setting up libatk-bridge2.0-dev:arm64 (2.53.1-1) ...
Setting up libgtk-3-dev:arm64 (3.24.43-1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...

+------------------------------------------------------------------------------+
| Check architectures                                                          |
+------------------------------------------------------------------------------+

Arch check ok (arm64 included in any)

+------------------------------------------------------------------------------+
| Build environment                                                            |
+------------------------------------------------------------------------------+

Kernel: Linux 6.10.3-arm64 #1 SMP Debian 6.10.3-1 (2024-08-04) arm64 (aarch64)
Toolchain package versions: binutils_2.43-2 dpkg-dev_1.22.11 g++-14_14.2.0-2 gcc-14_14.2.0-2 libc6-dev_2.39-7 libstdc++-14-dev_14.2.0-2 libstdc++6_14.2.0-2 linux-libc-dev_6.10.4-1
Package versions: adduser_3.137 adwaita-icon-theme_46.0-1 apt_2.9.8 at-spi2-common_2.53.1-1 auto-apt-proxy_14.1 autoconf_2.71-3 automake_1:1.16.5-1.3 autopoint_0.22.5-2 autotools-dev_20220109.1 base-files_13.5 base-passwd_3.6.4 bash_5.2.21-2.1+b1 binutils_2.43-2 binutils-aarch64-linux-gnu_2.43-2 binutils-common_2.43-2 bsdextrautils_2.40.2-7 bsdutils_1:2.40.2-7 build-essential_12.10 bzip2_1.0.8-5.1 coreutils_9.4-3.1 cpp_4:14.1.0-2 cpp-14_14.2.0-2 cpp-14-aarch64-linux-gnu_14.2.0-2 cpp-aarch64-linux-gnu_4:14.1.0-2 dash_0.5.12-9 dbus_1.14.10-4+b1 dbus-bin_1.14.10-4+b1 dbus-daemon_1.14.10-4+b1 dbus-session-bus-common_1.14.10-4 dbus-system-bus-common_1.14.10-4 dbus-user-session_1.14.10-4+b1 dconf-gsettings-backend_0.40.0-4+b2 dconf-service_0.40.0-4+b2 debconf_1.5.87 debhelper_13.18 debian-archive-keyring_2023.4 debianutils_5.20 dh-autoreconf_20 dh-strip-nondeterminism_1.14.0-1 diffutils_1:3.10-1 dpkg_1.22.11 dpkg-dev_1.22.11 dwz_0.15-1+b1 fakeroot_1.36-1 file_1:5.45-3 findutils_4.10.0-3 fontconfig_2.15.0-1.1 fontconfig-config_2.15.0-1.1 fonts-dejavu-core_2.37-8 fonts-dejavu-mono_2.37-8 g++_4:14.1.0-2 g++-14_14.2.0-2 g++-14-aarch64-linux-gnu_14.2.0-2 g++-aarch64-linux-gnu_4:14.1.0-2 gawk_1:5.2.1-2+b1 gcc_4:14.1.0-2 gcc-14_14.2.0-2 gcc-14-aarch64-linux-gnu_14.2.0-2 gcc-14-base_14.2.0-2 gcc-aarch64-linux-gnu_4:14.1.0-2 gettext_0.22.5-2 gettext-base_0.22.5-2 gir1.2-atk-1.0_2.53.1-1 gir1.2-atspi-2.0_2.53.1-1 gir1.2-cloudproviders-0.3.0_0.3.6-1 gir1.2-freedesktop_1.80.1-3+b1 gir1.2-freedesktop-dev_1.80.1-3+b1 gir1.2-gdkpixbuf-2.0_2.42.12+dfsg-1 gir1.2-gee-0.8_0.20.6-1+b1 gir1.2-glib-2.0_2.81.1-3 gir1.2-glib-2.0-dev_2.81.1-3 gir1.2-gtk-3.0_3.24.43-1 gir1.2-harfbuzz-0.0_9.0.0-1 gir1.2-notify-0.7_0.8.3-1+b1 gir1.2-pango-1.0_1.54.0+ds-1 gpgv_2.2.43-8 grep_3.11-4 groff-base_1.23.0-5 gtk-update-icon-cache_3.24.43-1 gzip_1.12-1.1 hicolor-icon-theme_0.18-1 hostname_3.23+nmu2 icu-devtools_72.1-5 init-system-helpers_1.66 intltool-debian_0.35.0+20060710.6 libacl1_2.3.2-2 libapparmor1_3.1.7-1+b1 libapt-pkg6.0t64_2.9.8 libarchive-zip-perl_1.68-1 libasan8_14.2.0-2 libatk-bridge2.0-0t64_2.53.1-1 libatk-bridge2.0-dev_2.53.1-1 libatk1.0-0t64_2.53.1-1 libatk1.0-dev_2.53.1-1 libatomic1_14.2.0-2 libatspi2.0-0t64_2.53.1-1 libatspi2.0-dev_2.53.1-1 libattr1_1:2.5.2-1 libaudit-common_1:4.0.1-1 libaudit1_1:4.0.1-1 libavahi-client3_0.8-13+b2 libavahi-common-data_0.8-13+b2 libavahi-common3_0.8-13+b2 libbinutils_2.43-2 libblkid-dev_2.40.2-7 libblkid1_2.40.2-7 libbrotli-dev_1.1.0-2+b4 libbrotli1_1.1.0-2+b4 libbsd0_0.12.2-1 libbz2-1.0_1.0.8-5.1 libbz2-dev_1.0.8-5.1 libc-bin_2.39-7 libc-dev-bin_2.39-7 libc6_2.39-7 libc6-dev_2.39-7 libcairo-gobject2_1.18.0-3+b1 libcairo-script-interpreter2_1.18.0-3+b1 libcairo2_1.18.0-3+b1 libcairo2-dev_1.18.0-3+b1 libcap-ng0_0.8.5-1+b1 libcap2_1:2.66-5 libcc1-0_14.2.0-2 libcloudproviders-dev_0.3.6-1 libcloudproviders0_0.3.6-1 libcolord2_1.4.7-1+b1 libcom-err2_1.47.1-1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43-2 libctf0_2.43-2 libcups2t64_2.4.10-1 libdatrie-dev_0.2.13-3 libdatrie1_0.2.13-3 libdb5.3t64_5.3.28+dfsg2-7 libdbus-1-3_1.14.10-4+b1 libdbus-1-dev_1.14.10-4+b1 libdconf1_0.40.0-4+b2 libdebconfclient0_0.272 libdebhelper-perl_13.18 libdeflate-dev_1.21-1 libdeflate0_1.21-1 libdpkg-perl_1.22.11 libdrm-amdgpu1_2.4.122-1 libdrm-common_2.4.122-1 libdrm-radeon1_2.4.122-1 libdrm2_2.4.122-1 libedit2_3.1-20240517-1 libegl-dev_1.7.0-1+b1 libegl-mesa0_24.1.3-2 libegl1_1.7.0-1+b1 libegl1-mesa-dev_24.1.3-2 libelf1t64_0.191-2 libepoxy-dev_1.5.10-1+b2 libepoxy0_1.5.10-1+b2 libexpat1_2.6.2-1 libexpat1-dev_2.6.2-1 libfakeroot_1.36-1 libffi-dev_3.4.6-1 libffi8_3.4.6-1 libfile-stripnondeterminism-perl_1.14.0-1 libfontconfig-dev_2.15.0-1.1 libfontconfig1_2.15.0-1.1 libfreetype-dev_2.13.2+dfsg-1+b4 libfreetype6_2.13.2+dfsg-1+b4 libfribidi-dev_1.0.15-1 libfribidi0_1.0.15-1 libgbm1_24.1.3-2 libgcc-14-dev_14.2.0-2 libgcc-s1_14.2.0-2 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libgdk-pixbuf-2.0-0_2.42.12+dfsg-1 libgdk-pixbuf-2.0-dev_2.42.12+dfsg-1 libgdk-pixbuf2.0-bin_2.42.12+dfsg-1 libgdk-pixbuf2.0-common_2.42.12+dfsg-1 libgee-0.8-2_0.20.6-1+b1 libgee-0.8-dev_0.20.6-1+b1 libgirepository-2.0-0_2.81.1-3 libgl-dev_1.7.0-1+b1 libgl1_1.7.0-1+b1 libgl1-mesa-dri_24.1.3-2 libglapi-mesa_24.1.3-2 libgles-dev_1.7.0-1+b1 libgles1_1.7.0-1+b1 libgles2_1.7.0-1+b1 libglib2.0-0t64_2.81.1-3 libglib2.0-bin_2.81.1-3 libglib2.0-data_2.81.1-3 libglib2.0-dev_2.81.1-3 libglib2.0-dev-bin_2.81.1-3 libglvnd-core-dev_1.7.0-1+b1 libglvnd-dev_1.7.0-1+b1 libglvnd0_1.7.0-1+b1 libglx-dev_1.7.0-1+b1 libglx-mesa0_24.1.3-2 libglx0_1.7.0-1+b1 libgmp10_2:6.3.0+dfsg-2+b1 libgnutls30t64_3.8.6-2 libgomp1_14.2.0-2 libgpg-error0_1.50-3 libgprofng0_2.43-2 libgraphite2-3_1.3.14-2 libgraphite2-dev_1.3.14-2 libgssapi-krb5-2_1.21.3-3 libgtk-3-0t64_3.24.43-1 libgtk-3-common_3.24.43-1 libgtk-3-dev_3.24.43-1 libharfbuzz-cairo0_9.0.0-1 libharfbuzz-dev_9.0.0-1 libharfbuzz-gobject0_9.0.0-1 libharfbuzz-icu0_9.0.0-1 libharfbuzz-subset0_9.0.0-1 libharfbuzz0b_9.0.0-1 libhogweed6t64_3.10-1 libhwasan0_14.2.0-2 libice-dev_2:1.0.10-1+b1 libice6_2:1.0.10-1+b1 libicu-dev_72.1-5 libicu72_72.1-5 libidn2-0_2.3.7-2 libio-pty-perl_1:1.20-1+b1 libipc-run-perl_20231003.0-2 libisl23_0.26-3+b2 libitm1_14.2.0-2 libjansson4_2.14-2+b2 libjbig-dev_2.1-6.1+b1 libjbig0_2.1-6.1+b1 libjpeg-dev_1:2.1.5-3 libjpeg62-turbo_1:2.1.5-3 libjpeg62-turbo-dev_1:2.1.5-3 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-3 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 liblcms2-2_2.14-2+b1 liblerc-dev_4.0.0+ds-4+b1 liblerc4_4.0.0+ds-4+b1 libllvm17t64_1:17.0.6-15 liblsan0_14.2.0-2 liblz4-1_1.9.4-3 liblzma-dev_5.6.2-2 liblzma5_5.6.2-2 liblzo2-2_2.10-3 libmagic-mgc_1:5.45-3 libmagic1t64_1:5.45-3 libmd0_1.1.0-2 libmount-dev_2.40.2-7 libmount1_2.40.2-7 libmpc3_1.3.1-1+b2 libmpfr6_4.2.1-1+b1 libncursesw6_6.5-2 libnettle8t64_3.10-1 libnotify-dev_0.8.3-1+b1 libnotify4_0.8.3-1+b1 libnsl2_1.3.0-3+b2 libopengl-dev_1.7.0-1+b1 libopengl0_1.7.0-1+b1 libp11-kit0_0.25.5-2 libpam-modules_1.5.3-7 libpam-modules-bin_1.5.3-7 libpam-runtime_1.5.3-7 libpam-systemd_256.5-1 libpam0g_1.5.3-7 libpango-1.0-0_1.54.0+ds-1 libpango1.0-dev_1.54.0+ds-1 libpangocairo-1.0-0_1.54.0+ds-1 libpangoft2-1.0-0_1.54.0+ds-1 libpangoxft-1.0-0_1.54.0+ds-1 libpcre2-16-0_10.42-4+b1 libpcre2-32-0_10.42-4+b1 libpcre2-8-0_10.42-4+b1 libpcre2-dev_10.42-4+b1 libpcre2-posix3_10.42-4+b1 libperl5.38t64_5.38.2-5 libpipeline1_1.5.7-2 libpixman-1-0_0.42.2-1+b1 libpixman-1-dev_0.42.2-1+b1 libpkgconf3_1.8.1-3 libpng-dev_1.6.43-5 libpng16-16t64_1.6.43-5 libproc2-0_2:4.0.4-5 libpython3-stdlib_3.12.5-1 libpython3.12-minimal_3.12.5-1 libpython3.12-stdlib_3.12.5-1 libreadline8t64_8.2-4 libseccomp2_2.5.5-1+b1 libselinux1_3.5-2+b4 libselinux1-dev_3.5-2+b4 libsemanage-common_3.5-1 libsemanage2_3.5-1+b4 libsensors-config_1:3.6.0-10 libsensors5_1:3.6.0-10 libsepol-dev_3.7-1 libsepol2_3.7-1 libsframe1_2.43-2 libsharpyuv-dev_1.4.0-0.1 libsharpyuv0_1.4.0-0.1 libsigsegv2_2.14-1+b1 libsm-dev_2:1.2.3-1+b1 libsm6_2:1.2.3-1+b1 libsmartcols1_2.40.2-7 libsqlite3-0_3.46.1-1 libssl3t64_3.3.1-6 libstdc++-14-dev_14.2.0-2 libstdc++6_14.2.0-2 libsysprof-capture-4-dev_46.0-2 libsystemd-shared_256.5-1 libsystemd0_256.5-1 libtasn1-6_4.19.0-3+b2 libthai-data_0.1.29-2 libthai-dev_0.1.29-2 libthai0_0.1.29-2 libtiff-dev_4.5.1+git230720-5 libtiff6_4.5.1+git230720-5 libtiffxx6_4.5.1+git230720-5 libtime-duration-perl_1.21-2 libtimedate-perl_2.3300-2 libtinfo6_6.5-2 libtirpc-common_1.3.4+ds-1.3 libtirpc3t64_1.3.4+ds-1.3 libtool_2.4.7-7 libtsan2_14.2.0-2 libubsan1_14.2.0-2 libuchardet0_0.0.8-1+b1 libudev1_256.5-1 libunistring5_1.2-1 libuuid1_2.40.2-7 libvulkan1_1.3.283.0-1 libwayland-bin_1.23.0-1 libwayland-client0_1.23.0-1 libwayland-cursor0_1.23.0-1 libwayland-dev_1.23.0-1 libwayland-egl1_1.23.0-1 libwayland-server0_1.23.0-1 libwebp-dev_1.4.0-0.1 libwebp7_1.4.0-0.1 libwebpdecoder3_1.4.0-0.1 libwebpdemux2_1.4.0-0.1 libwebpmux3_1.4.0-0.1 libx11-6_2:1.8.7-1+b1 libx11-data_2:1.8.7-1 libx11-dev_2:1.8.7-1+b1 libx11-xcb1_2:1.8.7-1+b1 libxau-dev_1:1.0.9-1+b1 libxau6_1:1.0.9-1+b1 libxcb-dri2-0_1.17.0-2 libxcb-dri3-0_1.17.0-2 libxcb-glx0_1.17.0-2 libxcb-present0_1.17.0-2 libxcb-randr0_1.17.0-2 libxcb-render0_1.17.0-2 libxcb-render0-dev_1.17.0-2 libxcb-shm0_1.17.0-2 libxcb-shm0-dev_1.17.0-2 libxcb-sync1_1.17.0-2 libxcb-xfixes0_1.17.0-2 libxcb1_1.17.0-2 libxcb1-dev_1.17.0-2 libxcomposite-dev_1:0.4.5-1+b1 libxcomposite1_1:0.4.5-1+b1 libxcursor-dev_1:1.2.2-1 libxcursor1_1:1.2.2-1 libxdamage-dev_1:1.1.6-1+b1 libxdamage1_1:1.1.6-1+b1 libxdelta2t64_1.1.3-10.6 libxdmcp-dev_1:1.1.2-3+b1 libxdmcp6_1:1.1.2-3+b1 libxext-dev_2:1.3.4-1+b1 libxext6_2:1.3.4-1+b1 libxfixes-dev_1:6.0.0-2+b1 libxfixes3_1:6.0.0-2+b1 libxft-dev_2.3.6-1+b1 libxft2_2.3.6-1+b1 libxi-dev_2:1.8.1-1 libxi6_2:1.8.1-1 libxinerama-dev_2:1.1.4-3+b1 libxinerama1_2:1.1.4-3+b1 libxkbcommon-dev_1.6.0-1+b1 libxkbcommon0_1.6.0-1+b1 libxml2_2.12.7+dfsg-3+b1 libxrandr-dev_2:1.5.4-1 libxrandr2_2:1.5.4-1 libxrender-dev_1:0.9.10-1.1+b1 libxrender1_1:0.9.10-1.1+b1 libxshmfence1_1.3-1+b1 libxtst-dev_2:1.2.3-1.1+b1 libxtst6_2:1.2.3-1.1+b1 libxxf86vm1_1:1.1.4-1+b2 libxxhash0_0.8.2-2+b1 libz3-4_4.8.12-3.1+b2 libzstd-dev_1.5.6+dfsg-1 libzstd1_1.5.6+dfsg-1 linux-libc-dev_6.10.4-1 login.defs_1:4.16.0-4 lua5.1_5.1.5-9+b2 m4_1.4.19-4 make_4.3-4.1 man-db_2.12.1-3 mawk_1.3.4.20240622-2 media-types_10.1.0 moreutils_0.69-1 mount_2.40.2-7 ncurses-base_6.5-2 ncurses-bin_6.5-2 netbase_6.4 pango1.0-tools_1.54.0+ds-1 passwd_1:4.16.0-4 patch_2.7.6-7 perl_5.38.2-5 perl-base_5.38.2-5 perl-modules-5.38_5.38.2-5 pkg-config_1.8.1-3 pkgconf_1.8.1-3 pkgconf-bin_1.8.1-3 po-debconf_1.0.21+nmu1 procps_2:4.0.4-5 python3_3.12.5-1 python3-minimal_3.12.5-1 python3-packaging_24.1-1 python3.12_3.12.5-1 python3.12-minimal_3.12.5-1 readline-common_8.2-4 rpcsvc-proto_1.4.3-1 sbuild-build-depends-main-dummy_0.invalid.0 sed_4.9-2 sensible-utils_0.0.24 sgml-base_1.31 shared-mime-info_2.4-5 systemd_256.5-1 systemd-sysv_256.5-1 sysvinit-utils_3.10-1 tar_1.35+dfsg-3 txt2man_1.7.1-4 tzdata_2024a-4 usr-is-merged_39 util-linux_2.40.2-7 uuid-dev_2.40.2-7 wayland-protocols_1.36-1 x11-common_1:7.7+23.1 x11proto-dev_2024.1-1 xdelta_1.1.3-10.6 xkb-data_2.42-1 xml-core_0.19 xorg-sgml-doctools_1:1.11-1.1 xtrans-dev_1.4.0-1 xz-utils_5.6.2-2 zlib1g_1:1.3.dfsg+really1.3.1-1 zlib1g-dev_1:1.3.dfsg+really1.3.1-1

+------------------------------------------------------------------------------+
| Build                                                                        |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: syncmaildir
Binary: syncmaildir, syncmaildir-applet
Architecture: any
Version: 1.3.0-2
Maintainer: Debian QA Group <packages@qa.debian.org>
Homepage: http://syncmaildir.sourceforge.net
Standards-Version: 3.9.3
Vcs-Browser: http://git.debian.org/?p=collab-maint/syncmaildir.git
Vcs-Git: git://git.debian.org/git/collab-maint/syncmaildir.git
Build-Depends: debhelper (>= 7.0.50~), txt2man, pkg-config, libglib2.0-dev (>= 2.19.1), libgtk-3-dev, libnotify-dev (>= 0.7), libgee-0.8-dev, lua5.1, xdelta, moreutils (>= 0.38)
Package-List:
 syncmaildir deb mail optional arch=any
 syncmaildir-applet deb mail optional arch=any
Checksums-Sha1:
 e773320d8e4c81784ed3358380a52d166fd852c6 225502 syncmaildir_1.3.0.orig.tar.gz
 8fa957e9514ae5ff2bebe94591d41ba0f6421820 5972 syncmaildir_1.3.0-2.debian.tar.xz
Checksums-Sha256:
 cfd3e8cf55e85bf43df0402498658f218e96bf1766ebf3095fed8536a43f1b2c 225502 syncmaildir_1.3.0.orig.tar.gz
 9f21481f4bc92bc66a59b5ab084b2b7cb47b5e8ebf0b47c8bbad6271f0d68a96 5972 syncmaildir_1.3.0-2.debian.tar.xz
Files:
 430c429ed5fcce254a4fbef2d9bbb66f 225502 syncmaildir_1.3.0.orig.tar.gz
 8431b85a6cbe401d0a59e8c522ff1edc 5972 syncmaildir_1.3.0-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtSLzkVnaB9053AsR9LqqgNsoukwFAmN3wr0ACgkQ9LqqgNso
ukyJBQ//YkSHwjjh3dGljeV1C8K1UJq4zGbLEKTUFJZpt9PzlHQ1cw5S0l6OgDM1
26KgQcxfL6bDGVhZH5ZhR4WpHG3ALFFyPT0obUhKJO9/kHSMo0BzdSavY9uClE0F
hfwmtu4Mg1s/jEOnnUBJPh2ns1xzj/DVYENmz3EXrYZsmWwa2EUlYzz3jv3/Bo4U
U+PIPX326ZAR2cRj6VKUVKy0dkk8jvk05ZJJUJpCWd6+P9vghRvQAXzPfj63IwwE
m34y3SnnhCgW7nnp0aJrMtrW99wbjM19E7iODpba7amdQ3uJoGfcplz9f8CbCBvL
oAGmYXkyze/H7BnoX5fpD8qhHLnnP15FFx0RNr+Sh+AiDfjMx/NUMOTmJh8Y399p
62QzcJDbcPD3tyZC/GaP5I+Tn1LGQUU8HTWPtgV9GgRyR95pNpqP663pIs3WB6wP
XZPw3MTujmpLeud8PgTcuJ/XrWPMmibe36wALSCk3Y54iqNIMn98QYS+oxEuo+zs
GEAmn1Mb/R/8hUrSLs4oALNSOvo59WvXi+vgxPTbtMUSbyckLD4clL3gMq9gMatC
CcHHSA6wb1OLeTULjpO17gHZ0sEgrelEeZ7HiP2vVk7iDQ9iKDandNCwof4Ssl4c
5+x34ctL+jw87ee3cDiXJnPpncF2RFmSYzcPGqJ+cwyYTLbsjUk=
=Z1LZ
-----END PGP SIGNATURE-----

gpgv: Signature made Fri Nov 18 17:37:01 2022 UTC
gpgv:                using RSA key B522F39159DA07DD39DC0B11F4BAAA80DB28BA4C
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./syncmaildir_1.3.0-2.dsc: no acceptable signature found
dpkg-source: info: extracting syncmaildir in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking syncmaildir_1.3.0.orig.tar.gz
dpkg-source: info: unpacking syncmaildir_1.3.0-2.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying replace-use-of-grep--wc-with-grep--c-for.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=pt_BR.UTF-8
LC_ALL=C.UTF-8
LOGNAME=terceiro
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SCHROOT_ALIAS_NAME=unstable-arm64-sbuild
SCHROOT_CHROOT_NAME=unstable-arm64-sbuild
SCHROOT_COMMAND=env
SCHROOT_GID=1000
SCHROOT_GROUP=terceiro
SCHROOT_SESSION_ID=unstable-arm64-sbuild-2394a74d-2ba9-4d37-8241-0298e5dbc255
SCHROOT_UID=1000
SCHROOT_USER=terceiro
SHELL=/bin/sh
USER=terceiro

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -rfakeroot -j32
dpkg-buildpackage: info: source package syncmaildir
dpkg-buildpackage: info: source version 1.3.0-2
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Marcos Talau <talau@debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 fakeroot debian/rules clean
dh clean
dh: warning: Compatibility levels before 10 are deprecated (level 7 in use)
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_clean
dh_auto_clean: warning: Compatibility levels before 10 are deprecated (level 7 in use)
	make -j1 clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
rm -f smd-config.h
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_clean
dh_clean: warning: Compatibility levels before 10 are deprecated (level 7 in use)
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building syncmaildir using existing ./syncmaildir_1.3.0.orig.tar.gz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: building syncmaildir in syncmaildir_1.3.0-2.debian.tar.xz
dpkg-source: info: building syncmaildir in syncmaildir_1.3.0-2.dsc
 debian/rules build
dh build
dh: warning: Compatibility levels before 10 are deprecated (level 7 in use)
   dh_update_autotools_config
   dh_auto_configure
dh_auto_configure: warning: Compatibility levels before 10 are deprecated (level 7 in use)
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make abspath/all PREFIX=usr H= \
	CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" \
	LDFLAGS="-Wl,-z,relro"
make[2]: Entering directory '/<<PKGBUILDDIR>>'
/usr/bin/make all SED=/bin/sed \
	XDELTA=/usr/bin/xdelta SSH=/usr/bin/ssh \
	PREFIX="usr" H= \
	CFLAGS="-g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard" LDFLAGS="-Wl,-z,relro"
make[3]: Entering directory '/<<PKGBUILDDIR>>'
which gcc > /dev/null || echo gcc not found
which valac-0.30 > /dev/null || echo valac-0.30 not found
valac-0.30 not found
which glib-compile-schemas > /dev/null || echo glib-compile-schemas not found
pkg-config --atleast-version=2.32 glib-2.0 || \
	(echo glib version too old: \
		`pkg-config --modversion glib-2.0`; \
	 echo required version: 2.32; \
	 false)
echo "#define SMD_CONF_PREFIX \"/usr\"" > smd-config.h.new
echo "#define SMD_CONF_VERSION \"1.3.0\"" >> smd-config.h.new
echo "#define SMD_CONF_COPYRIGHT \"© 2008-2018 Enrico Tassi <gares@fettunta.org>\"" \
	>> smd-config.h.new
if diff -q smd-config.h smd-config.h.new > /dev/null 2>&1; then \
	rm smd-config.h.new; \
else \
	echo CONFIGURE smd-config.h; \
	mv smd-config.h.new smd-config.h; \
fi
CONFIGURE smd-config.h
CC mddiff.c
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard mddiff.c -o mddiff \
	`pkg-config  --cflags --libs glib-2.0` -Wl,-z,relro
In file included from /usr/include/dirent.h:25,
                 from mddiff.c:13:
/usr/include/features.h:196:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
  196 | # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
      |   ^~~~~~~
if which valac-0.30 >/dev/null; then \
	echo "VALAC smd-applet.vala smd-config.vapi"; \
	valac-0.30 -C smd-applet.vala smd-config.vapi --thread --vapidir=./ \
		--target-glib=2.32 \
		--pkg posix --pkg glib-2.0 --pkg gtk+-3.0 --pkg libnotify --pkg gee-0.8 --pkg gio-2.0; \
elif [ -e smd-applet.c ]; then \
	echo "** No valac-0.30, reusing precompiled .c files"; \
	echo "** Changes to the following files will not be"; \
	echo "** taken into account: smd-applet.vala smd-config.vapi"; \
else \
	echo "** No valac-0.30 and no precompiled .c files"; \
	echo "** To compile smd-applet you need a vala compiler"; \
	echo "** or the precompiled smd-applet.c file"; \
	false; \
fi
** No valac-0.30, reusing precompiled .c files
** Changes to the following files will not be
** taken into account: smd-applet.vala smd-config.vapi
touch smd-applet.c
CC smd-applet.c
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -w smd-applet.c -o smd-applet \
	`pkg-config  --cflags --libs glib-2.0 gtk+-3.0  libnotify gee-0.8 gio-2.0` \
	-Wl,-z,relro
smd-applet.c: In function ‘smd_applet_eval_smd_loop_error_message’:
smd-applet.c:2279:61: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2279 |                 _tmp36_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp35_);
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             GeeCollection * {aka struct _GeeCollection *}
In file included from smd-applet.c:14:
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2320:61: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2320 |                 _tmp48_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp47_);
      |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2843:102: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2843 |                                                         _tmp122_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp121_);
      |                                                                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                      |
      |                                                                                                      GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:2875:54: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 2875 |         _tmp132_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp131_);
      |                                                      ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                      |
      |                                                      GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_eval_smd_loop_message’:
smd-applet.c:3231:77: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 3231 |                                 _tmp53_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp52_);
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                             |
      |                                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_eat_event’:
smd-applet.c:3804:52: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 3804 |         _tmp2_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp1_);
      |                                                    ^~~~~~~~~~~~~~~~~~~~~~~
      |                                                    |
      |                                                    GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:3961:109: error: passing argument 4 of ‘notify_notification_add_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 3961 |                                         notify_notification_add_action (_tmp49_, "clicked", "Handle error", _______lambda15__notify_action_callback, g_object_ref (self), g_object_unref);
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                             |
      |                                                                                                             void (*)(NotifyNotification *, const gchar *, void *) {aka void (*)(NotifyNotification *, const char *, void *)}
In file included from /usr/include/libnotify/notify.h:27,
                 from smd-applet.c:16:
/usr/include/libnotify/notification.h:216:85: note: expected ‘NotifyActionCallback’ {aka ‘void (*)(NotifyNotification *, char *, void *)’} but argument is of type ‘void (*)(NotifyNotification *, const gchar *, void *)’ {aka ‘void (*)(NotifyNotification *, const char *, void *)’}
  216 |                                                                NotifyActionCallback callback,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
smd-applet.c:4230:78: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4230 |                                 _tmp126_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp125_);
      |                                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                              |
      |                                                                              GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:4435:62: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4435 |                 _tmp187_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp186_);
      |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                              |
      |                                                              GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_update_loglist’:
smd-applet.c:4808:77: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4808 |                                 _tmp31_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp30_);
      |                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                             |
      |                                                                             GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c:4846:69: error: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [-Wincompatible-pointer-types]
 4846 |                         _tmp44_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp43_);
      |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                     |
      |                                                                     GeeCollection * {aka struct _GeeCollection *}
/usr/include/gee-0.8/gee.h:1504:75: note: expected ‘GeeAbstractCollection *’ {aka ‘struct _GeeAbstractCollection *’} but argument is of type ‘GeeCollection *’ {aka ‘struct _GeeCollection *’}
 1504 | VALA_EXTERN gint gee_abstract_collection_get_size (GeeAbstractCollection* self);
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~~^~~~
smd-applet.c: In function ‘smd_applet_start’:
smd-applet.c:5166:88: error: passing argument 4 of ‘notify_notification_add_action’ from incompatible pointer type [-Wincompatible-pointer-types]
 5166 |                 notify_notification_add_action (_tmp13_, "configure", "Configure now", ____lambda17__notify_action_callback, g_object_ref (self), g_object_unref);
      |                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                        |
      |                                                                                        void (*)(NotifyNotification *, const gchar *, void *) {aka void (*)(NotifyNotification *, const char *, void *)}
/usr/include/libnotify/notification.h:216:85: note: expected ‘NotifyActionCallback’ {aka ‘void (*)(NotifyNotification *, char *, void *)’} but argument is of type ‘void (*)(NotifyNotification *, const gchar *, void *)’ {aka ‘void (*)(NotifyNotification *, const char *, void *)’}
  216 |                                                                NotifyActionCallback callback,
      |                                                                ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
make[3]: *** [Makefile:88: smd-applet] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:264: abspath/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-08-16T20:44:00Z

Finished
--------


+------------------------------------------------------------------------------+
| Cleanup                                                                      |
+------------------------------------------------------------------------------+

Purging /<<BUILDDIR>>
Not cleaning session: cloned chroot in use
E: Build failure (dpkg-buildpackage died)

+------------------------------------------------------------------------------+
| Summary                                                                      |
+------------------------------------------------------------------------------+

Build Architecture: arm64
Build Type: full
Build-Space: 1432
Build-Time: 3
Distribution: unstable
Fail-Stage: build
Host Architecture: arm64
Install-Time: 36
Job: syncmaildir
Machine Architecture: arm64
Package: syncmaildir
Package-Time: 65
Source-Version: 1.3.0-2
Space: 1432
Status: attempted
Version: 1.3.0-2
--------------------------------------------------------------------------------
Finished at 2024-08-16T20:44:00Z
Build needed 00:01:05, 1432k disk space

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 1.3.0-2+rm

Dear submitter,

as the package syncmaildir has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1082604

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: