Bug#1085260: FTBFS: gameServer/ServerState.hs:74:23: error: [GHC-88464] Variable not in scope

Johannes Schauer Marin Rodrigues josch at debian.org
Thu Oct 17 13:01:29 BST 2024


Source: hedgewars
Version: 1.0.2-9
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)

Hi,

hedgewars currently FTBFS in unstable. Here are some parts from the log:

uGearsHedgehog.pas(556,70)[ 7 of 27] Compiling ServerState      ( /<<PKGBUILDDIR>>/gameServer/ServerState.
hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/ServerState.o )

/<<PKGBUILDDIR>>/gameServer/ServerState.hs:74:23: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ([ClientInfo] -> [ClientInfo])
           -> StateT ServerState IO [ClientInfo]
           -> StateT ServerState IO [ClientInfo]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.State.Strict)
   |
74 | sameProtoClientsS p = liftM f allClientsS
   |                       ^^^^^
[ 8 of 27] Compiling OfficialServer.DBInteraction ( /<<PKGBUILDDIR>>/gameServer/OfficialServer/DBInteraction.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/OfficialServer/DBInteraction.o )
[ 9 of 27] Compiling HandlerUtils     ( /<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/HandlerUtils.o )

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:43:14: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: (ClientInfo -> B.ByteString)
           -> Reader (ClientIndex, IRnC) ClientInfo
           -> Reader (ClientIndex, IRnC) B.ByteString
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
43 | clientNick = liftM nick thisClient
   |              ^^^^^

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:78:20: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ([ClientChan] -> [Action])
           -> Reader (ClientIndex, IRnC) [ClientChan]
           -> Reader (ClientIndex, IRnC) [Action]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
78 | answerClient msg = liftM ((: []) . flip AnswerClients msg) thisClientChans
   |                    ^^^^^

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:81:16: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ((a0, IRoomsAndClients r0 c0) -> [r0])
           -> m0 r1 -> Reader (a, IRnC) [RoomInfo]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
81 | allRoomInfos = liftM ((\irnc -> map (room irnc) $ allRooms irnc) . snd) ask
   |                ^^^^^
uGearsHedgehog.pas(1177,91) Note: Call to subroutine "function int2hwFloat(const i:Lo[12 of 27] Compiling ClientIO         ( /<<PKGBUILDDIR>>/gameServer/ClientIO.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/ClientIO.o )

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:55:13: error: [GHC-88464]
    Variable not in scope: unless :: Bool -> IO b -> IO b
   |
55 |             unless (B.null recvBS) $ do
   |             ^^^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:57:17: error: [GHC-88464]
    Variable not in scope:
      forM_ :: [[B.ByteString]] -> ([B.ByteString] -> IO ()) -> IO a1
   |
57 |                 forM_ packets sendPacket
   |                 ^^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:58:17: error: [GHC-88464]
    Variable not in scope: when :: Bool -> IO () -> IO a0
   |
58 |                 when (B.length newrecvBuf > 128 * 1024) $ sendPacket ["QUIT", "Protocol violation"]
   |                 ^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:85:5: error: [GHC-88464]
    Variable not in scope: when :: Bool -> IO () -> IO a2
   |
85 |     when (isQuit answer) $
   |     ^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:89:45: error: [GHC-88464]
    Variable not in scope: unless :: Bool -> IO () -> IO ()
   |
89 |         (\(e :: Exception.SomeException) -> unless (isQuit answer) . killReciever $ show e) $
   |                                             ^^^^^^


Full log is attached.

Thanks!

cheers, josch
-------------- next part --------------
sbuild (Debian sbuild) 0.86.1 (11 October 2024) on localhost

+==============================================================================+
| hedgewars (arm64)                            Thu, 17 Oct 2024 11:52:21 +0000 |
+==============================================================================+

Package: hedgewars
Distribution: unstable
Machine Architecture: arm64
Host Architecture: arm64
Build Architecture: arm64
Build Type: binary

Unpacking /home/josch/.cache/sbuild/unstable-arm64.tar to /home/josch/tmp/tmp.sbuild.kQdLVj6JXs...
I: NOTICE: Log filtering will replace 'sbuild-unshare-dummy-location' with '<<CHROOT>>'
I: NOTICE: Log filtering will replace 'build/hedgewars-IUB2Ly/resolver-s8qNkz' with '<<RESOLVERDIR>>'

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

Get:1 http://deb.debian.org/debian unstable InRelease [202 kB]
Get:2 http://deb.debian.org/debian unstable/main arm64 Packages [9920 kB]
Fetched 10.1 MB in 4s (2405 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
  libperl5.38t64 perl-modules-5.38
Use 'apt autoremove' to remove them.
The following NEW packages will be installed:
  libperl5.40 perl-modules-5.40
The following packages will be upgraded:
  libattr1 libdb5.3t64 perl perl-base sysvinit-utils
5 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 9656 kB of archives.
After this operation, 52.5 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian unstable/main arm64 perl-modules-5.40 all 5.40.0-6 [3022 kB]
Get:2 http://deb.debian.org/debian unstable/main arm64 libperl5.40 arm64 5.40.0-6 [4149 kB]
Get:3 http://deb.debian.org/debian unstable/main arm64 perl arm64 5.40.0-6 [267 kB]
Get:4 http://deb.debian.org/debian unstable/main arm64 perl-base arm64 5.40.0-6 [1534 kB]
Get:5 http://deb.debian.org/debian unstable/main arm64 libdb5.3t64 arm64 5.3.28+dfsg2-9 [629 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 sysvinit-utils arm64 3.10-3 [32.9 kB]
Get:7 http://deb.debian.org/debian unstable/main arm64 libattr1 arm64 1:2.5.2-2 [22.5 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 9656 kB in 2s (5686 kB/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 ... 12968 files and directories currently installed.)
Preparing to unpack .../perl_5.40.0-6_arm64.deb ...
Unpacking perl (5.40.0-6) over (5.38.2-5) ...
Selecting previously unselected package perl-modules-5.40.
Preparing to unpack .../perl-modules-5.40_5.40.0-6_all.deb ...
Unpacking perl-modules-5.40 (5.40.0-6) ...
Selecting previously unselected package libperl5.40:arm64.
Preparing to unpack .../libperl5.40_5.40.0-6_arm64.deb ...
Unpacking libperl5.40:arm64 (5.40.0-6) ...
Preparing to unpack .../perl-base_5.40.0-6_arm64.deb ...
Unpacking perl-base (5.40.0-6) over (5.38.2-5) ...
Setting up perl-base (5.40.0-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 ... 15056 files and directories currently installed.)
Preparing to unpack .../libdb5.3t64_5.3.28+dfsg2-9_arm64.deb ...
Unpacking libdb5.3t64:arm64 (5.3.28+dfsg2-9) over (5.3.28+dfsg2-8) ...
Setting up libdb5.3t64:arm64 (5.3.28+dfsg2-9) ...
(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 ... 15056 files and directories currently installed.)
Preparing to unpack .../sysvinit-utils_3.10-3_arm64.deb ...
Unpacking sysvinit-utils (3.10-3) over (3.10-2) ...
Setting up sysvinit-utils (3.10-3) ...
(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 ... 15056 files and directories currently installed.)
Preparing to unpack .../libattr1_1%3a2.5.2-2_arm64.deb ...
Unpacking libattr1:arm64 (1:2.5.2-2) over (1:2.5.2-1) ...
Setting up libattr1:arm64 (1:2.5.2-2) ...
Setting up perl-modules-5.40 (5.40.0-6) ...
Setting up libperl5.40:arm64 (5.40.0-6) ...
Setting up perl (5.40.0-6) ...
Processing triggers for libc-bin (2.40-3) ...

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


Check APT
---------

There are no deb-src lines in your sources.list
Automatically adding to EXTRA_REPOSITORIES: deb-src http://deb.debian.org/debian/ sid main

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

Hit:1 http://deb.debian.org/debian unstable InRelease
Get:2 http://deb.debian.org/debian sid InRelease [202 kB]
Get:3 http://deb.debian.org/debian sid/main Sources [10.9 MB]
Fetched 11.1 MB in 5s (2192 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages were automatically installed and are no longer required:
  libperl5.38t64 perl-modules-5.38
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Checking available source versions...

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

Reading package lists...
NOTICE: 'hedgewars' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/games-team/hedgewars.git
Please use:
git clone https://salsa.debian.org/games-team/hedgewars.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 178 MB of source archives.
Get:1 http://deb.debian.org/debian sid/main hedgewars 1.0.2-9 (dsc) [2843 B]
Get:2 http://deb.debian.org/debian sid/main hedgewars 1.0.2-9 (tar) [178 MB]
Get:3 http://deb.debian.org/debian sid/main hedgewars 1.0.2-9 (diff) [80.9 kB]
Fetched 178 MB in 29s (6030 kB/s)
Download complete and in download only mode
I: NOTICE: Log filtering will replace 'build/hedgewars-IUB2Ly/hedgewars-1.0.2' with '<<PKGBUILDDIR>>'
I: NOTICE: Log filtering will replace 'build/hedgewars-IUB2Ly' with '<<BUILDDIR>>'

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


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

Merged Build-Depends: cmake, debhelper-compat (= 13), fp-compiler, fp-units-misc, fp-units-gfx, ghc, imagemagick, libghc-aeson-dev, libghc-entropy-dev, libghc-hslogger-dev, libghc-mtl-dev, libghc-network-dev, libghc-network-bsd-dev, libghc-random-dev, libghc-regex-tdfa-dev, libghc-sandi-dev, libghc-sha-dev, libghc-text-dev, libghc-utf8-string-dev, libghc-vector-dev, libghc-yaml-dev, libghc-zlib-dev, liblua5.1-dev, libphysfs-dev (>= 3.0.0), libpng-dev, libsdl2-image-dev, libsdl2-mixer-dev, libsdl2-net-dev, libsdl2-ttf-dev, libsdl2-dev, qtbase5-dev, qtbase5-private-dev, qttools5-dev-tools, qttools5-dev, fonts-dejavu-core, fonts-wqy-zenhei, build-essential, fakeroot
Filtered Build-Depends: cmake, debhelper-compat (= 13), fp-compiler, fp-units-misc, fp-units-gfx, ghc, imagemagick, libghc-aeson-dev, libghc-entropy-dev, libghc-hslogger-dev, libghc-mtl-dev, libghc-network-dev, libghc-network-bsd-dev, libghc-random-dev, libghc-regex-tdfa-dev, libghc-sandi-dev, libghc-sha-dev, libghc-text-dev, libghc-utf8-string-dev, libghc-vector-dev, libghc-yaml-dev, libghc-zlib-dev, liblua5.1-dev, libphysfs-dev (>= 3.0.0), libpng-dev, libsdl2-image-dev, libsdl2-mixer-dev, libsdl2-net-dev, libsdl2-ttf-dev, libsdl2-dev, qtbase5-dev, qtbase5-private-dev, qttools5-dev-tools, qttools5-dev, fonts-dejavu-core, fonts-wqy-zenhei, 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 [615 B]
Ign:3 copy:/<<RESOLVERDIR>>/apt_archive ./ Release.gpg
Get:4 copy:/<<RESOLVERDIR>>/apt_archive ./ Sources [1431 B]
Get:5 copy:/<<RESOLVERDIR>>/apt_archive ./ Packages [1249 B]
Fetched 3295 B in 0s (230 kB/s)
Reading package lists...
Hit:1 http://deb.debian.org/debian sid InRelease
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 packages were automatically installed and are no longer required:
  libperl5.38t64 perl-modules-5.38
Use 'apt autoremove' to remove them.
The following additional packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils cmake cmake-data
  debhelper dh-autoreconf dh-strip-nondeterminism dwz fakeroot file fontconfig
  fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-wqy-zenhei
  fp-compiler fp-compiler-3.2.2 fp-units-base-3.2.2 fp-units-gfx
  fp-units-gfx-3.2.2 fp-units-misc fp-units-misc-3.2.2 fp-units-rtl-3.2.2
  gettext gettext-base ghc gir1.2-freedesktop gir1.2-freedesktop-dev
  gir1.2-glib-2.0 gir1.2-glib-2.0-dev gir1.2-gudev-1.0 gir1.2-harfbuzz-0.0
  gir1.2-ibus-1.0 girepository-tools groff-base hicolor-icon-theme
  icu-devtools imagemagick imagemagick-6-common imagemagick-6.q16
  intltool-debian iso-codes libarchive-zip-perl libarchive13t64
  libasound2-data libasound2-dev libasound2t64 libasyncns0 libavahi-client3
  libavahi-common-data libavahi-common3 libblkid-dev libbrotli-dev libbrotli1
  libbsd-dev libbz2-dev libcairo-gobject2 libcairo2 libcap2-bin libclang1-19
  libcups2t64 libcurl4t64 libdav1d7 libdbus-1-3 libdbus-1-dev libde265-0
  libdebhelper-perl libdecor-0-0 libdecor-0-dev libdeflate-dev libdeflate0
  libdouble-conversion3 libdrm-amdgpu1 libdrm-common libdrm-dev
  libdrm-etnaviv1 libdrm-freedreno1 libdrm-nouveau2 libdrm-radeon1
  libdrm-tegra0 libdrm2 libdw1t64 libedit2 libegl-dev libegl-mesa0 libegl1
  libelf1t64 libevdev-dev libevdev2 libexpat1 libexpat1-dev libfakeroot
  libffi-dev libfftw3-double3 libfile-stripnondeterminism-perl libflac-dev
  libflac12t64 libfluidsynth-dev libfluidsynth3 libfontconfig-dev
  libfontconfig1 libfreetype-dev libfreetype6 libgbm-dev libgbm1
  libghc-aeson-dev libghc-assoc-dev libghc-attoparsec-dev
  libghc-base-compat-batteries-dev libghc-base-compat-dev
  libghc-base-orphans-dev libghc-bifunctors-dev libghc-bitvec-dev
  libghc-comonad-dev libghc-conduit-dev libghc-contravariant-dev
  libghc-data-fix-dev libghc-distributive-dev libghc-dlist-dev
  libghc-entropy-dev libghc-hashable-dev libghc-hslogger-dev
  libghc-indexed-traversable-dev libghc-indexed-traversable-instances-dev
  libghc-integer-logarithms-dev libghc-libyaml-dev libghc-mono-traversable-dev
  libghc-network-bsd-dev libghc-network-dev libghc-old-locale-dev
  libghc-onetuple-dev libghc-os-string-dev libghc-primitive-dev
  libghc-quickcheck2-dev libghc-random-dev libghc-regex-base-dev
  libghc-regex-tdfa-dev libghc-resourcet-dev libghc-sandi-dev
  libghc-scientific-dev libghc-semialign-dev libghc-semigroupoids-dev
  libghc-sha-dev libghc-split-dev libghc-splitmix-dev libghc-statevar-dev
  libghc-strict-dev libghc-tagged-dev libghc-text-short-dev
  libghc-th-abstraction-dev libghc-these-dev libghc-time-compat-dev
  libghc-transformers-compat-dev libghc-unliftio-core-dev
  libghc-unordered-containers-dev libghc-utf8-string-dev libghc-uuid-types-dev
  libghc-vector-algorithms-dev libghc-vector-dev libghc-vector-stream-dev
  libghc-witherable-dev libghc-yaml-dev libghc-zlib-dev libgio-2.0-dev
  libgio-2.0-dev-bin 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 libglu1-mesa
  libglu1-mesa-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libgmp-dev
  libgmpxx4ldbl libgraphite2-3 libgraphite2-dev libgssapi-krb5-2
  libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgudev-1.0-0
  libgudev-1.0-dev libharfbuzz-cairo0 libharfbuzz-dev libharfbuzz-gobject0
  libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b libheif-plugin-dav1d
  libheif-plugin-libde265 libheif1 libhyphen0 libibus-1.0-5 libibus-1.0-dev
  libice-dev libice6 libicu-dev libicu72 libinput-bin libinput-dev libinput10
  libinstpatch-1.0-2 libinstpatch-dev libjack-dev libjack0 libjbig-dev
  libjbig0 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev libjsoncpp26
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.5-0
  liblerc-dev liblerc4 libllvm19 liblqr-1-0 libltdl7 liblua5.1-0
  liblua5.1-0-dev liblzma-dev libmagic-mgc libmagic1t64
  libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libmd-dev libmd4c0
  libmodplug-dev libmodplug1 libmount-dev libmp3lame0 libmpg123-0t64
  libmpg123-dev libmtdev-dev libmtdev1t64 libncurses-dev libncurses6
  libncursesw6 libnghttp2-14 libnsl2 libnuma-dev libnuma1 libogg-dev libogg0
  libopengl-dev libopengl0 libopenjp2-7 libopus-dev libopus0 libopusfile-dev
  libopusfile0 liborc-0.4-0t64 libout123-0t64 libpciaccess-dev libpciaccess0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libphysfs-dev
  libphysfs1 libpipeline1 libpipewire-0.3-0t64 libpipewire-0.3-dev
  libpixman-1-0 libpkgconf3 libpng-dev libpng16-16t64 libproc2-0 libpsl5t64
  libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libqt5concurrent5t64
  libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5designercomponents5
  libqt5gui5t64 libqt5help5 libqt5network5t64 libqt5positioning5
  libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5quick5
  libqt5quickwidgets5 libqt5sensors5 libqt5sql5-sqlite libqt5sql5t64
  libqt5test5t64 libqt5webchannel5 libqt5webkit5 libqt5widgets5t64
  libqt5xml5t64 libraw23t64 libreadline-dev libreadline8t64 librhash1 librtmp1
  libsamplerate0 libsamplerate0-dev libsasl2-2 libsasl2-modules-db
  libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev
  libsdl2-mixer-2.0-0 libsdl2-mixer-dev libsdl2-net-2.0-0 libsdl2-net-dev
  libsdl2-ttf-2.0-0 libsdl2-ttf-dev libselinux1-dev libsensors-config
  libsensors5 libsepol-dev libsharpyuv-dev libsharpyuv0 libsm-dev libsm6
  libsndfile1 libsndfile1-dev libsndio-dev libsndio7.0 libspa-0.2-dev
  libspa-0.2-modules libsqlite3-0 libssh2-1t64 libsyn123-0t64
  libsysprof-capture-4-dev libsystemd-dev libtiff-dev libtiff6 libtiffxx6
  libtirpc-common libtirpc3t64 libtool libuchardet0 libudev-dev libunwind8
  libuv1t64 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3
  libvulkan-dev libvulkan1 libwacom-common libwacom-dev libwacom9
  libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev
  libwayland-egl1 libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3
  libwebpdemux2 libwebpmux3 libwebrtc-audio-processing1 libwoff1 libx11-6
  libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
  libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0
  libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0
  libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb1 libxcb1-dev
  libxcursor-dev libxcursor1 libxdmcp-dev libxdmcp6 libxext-dev libxext6
  libxfixes-dev libxfixes3 libxi-dev libxi6 libxinerama-dev libxinerama1
  libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 libxml2 libxrandr-dev
  libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxslt1.1 libxss-dev
  libxss1 libxt-dev libxt6t64 libxv-dev libxv1 libxxf86vm-dev libxxf86vm1
  libyaml-0-2 libyaml-dev libz3-4 libzstd-dev m4 man-db media-types
  mesa-libgallium native-architecture netbase pkg-config pkgconf pkgconf-bin
  po-debconf procps python3 python3-minimal python3-packaging python3.12
  python3.12-minimal qdoc-qt5 qhelpgenerator-qt5 qt5-assistant qt5-qmake
  qt5-qmake-bin qtattributionsscanner-qt5 qtbase5-dev qtbase5-dev-tools
  qtbase5-private-dev qtchooser qttools5-dev qttools5-dev-tools
  readline-common sensible-utils sgml-base shared-mime-info timgm6mb-soundfont
  uuid-dev x11-common x11proto-dev xkb-data xml-core xorg-sgml-doctools
  xtrans-dev zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc cmake-doc cmake-format
  elpa-cmake-mode ninja-build dh-make fp-docs-3.2.2 gettext-doc
  libasprintf-dev libgettextpo-dev ghc-prof ghc-doc llvm-18 groff
  imagemagick-6-doc autotrace cups-bsd | lpr | lprng curl enscript ffmpeg gimp
  gnuplot grads graphviz hp2xx html2ps libwmf-bin mplayer povray radiance
  sane-utils texlive-base-bin transfig libraw-bin xdg-utils isoquery lrzip
  alsa-utils libasound2-doc libasound2-plugins cups-common libevdev-doc
  libfftw3-bin libfftw3-dev freetype2-doc libglib2.0-doc libgdk-pixbuf2.0-bin
  libxml2-utils low-memory-monitor gmp-doc libgmp10-doc libmpfr-dev
  libgraphite2-utils krb5-doc krb5-user libvisual-0.4-plugins
  gstreamer1.0-tools libheif-plugin-ffmpegdec libheif-plugin-jpegdec
  libheif-plugin-jpegenc libheif-plugin-j2kdec libheif-plugin-j2kenc
  libheif-plugin-kvazaar libheif-plugin-rav1e libheif-plugin-svtenc libice-doc
  icu-doc jackd1 liblcms2-utils liblzma-doc libmagickcore-6.q16-7-extra
  ncurses-doc opus-tools pciutils pipewire pipewire-doc pulseaudio libthai0
  qgnomeplatform-qt5 qt5-image-formats-plugins qt5-qmltooling-plugins
  readline-doc lm-sensors libsm-doc sndiod libtool-doc gfortran
  | fortran95-compiler gcj-jdk libwacom-bin libwayland-doc libx11-doc
  libxcb-doc libxext-doc libxt-doc libyaml-doc m4-doc apparmor less
  www-browser libmail-box-perl python3-doc python3-tk python3-venv
  python3.12-venv python3.12-doc binfmt-support qt5-doc
  default-libmysqlclient-dev firebird-dev libpq-dev libsqlite3-dev
  unixodbc-dev libatspi2.0-dev libcups2-dev libdouble-conversion-dev
  libqt5opengl5-dev libssl-dev libxcb-image0-dev libxcb-keysyms1-dev
  libxcb-randr0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb-xinerama0-dev
  libxcb-xkb-dev libxkbcommon-x11-dev sgml-base-doc fluid-soundfont-gm
Recommended packages:
  fp-utils-3.2.2 libcairo2-dev libforms-dev libgd-dev libgraphviz-dev
  libxxf86dga-dev curl | wget | lynx libmagickcore-6.q16-7-extra ghostscript
  netpbm alsa-ucm-conf alsa-topology-conf bzip2-doc libpam-cap ca-certificates
  dbus default-libdecor-0-plugin-1 | libdecor-0-plugin-1 libarchive-cpio-perl
  xdg-user-dirs gstreamer1.0-plugins-base libheif-plugin-x265
  libheif-plugin-aomenc krb5-locales libldap-common libtool-bin
  fonts-urw-base35 libgpm2 libssl-dev libpipewire-0.3-common libpng-tools
  publicsuffix qttranslations5-l10n libqt5svg5 qt5-gtk-platformtheme
  qtwayland5 geoclue-2.0 libsasl2-modules libltdl-dev mesa-vulkan-drivers
  | vulkan-icd libmail-sendmail-perl psmisc linux-sysctl-defaults
  libqt5opengl5-dev
The following NEW packages will be installed:
  autoconf automake autopoint autotools-dev bsdextrautils cmake cmake-data
  debhelper dh-autoreconf dh-strip-nondeterminism dwz fakeroot file fontconfig
  fontconfig-config fonts-dejavu-core fonts-dejavu-mono fonts-wqy-zenhei
  fp-compiler fp-compiler-3.2.2 fp-units-base-3.2.2 fp-units-gfx
  fp-units-gfx-3.2.2 fp-units-misc fp-units-misc-3.2.2 fp-units-rtl-3.2.2
  gettext gettext-base ghc gir1.2-freedesktop gir1.2-freedesktop-dev
  gir1.2-glib-2.0 gir1.2-glib-2.0-dev gir1.2-gudev-1.0 gir1.2-harfbuzz-0.0
  gir1.2-ibus-1.0 girepository-tools groff-base hicolor-icon-theme
  icu-devtools imagemagick imagemagick-6-common imagemagick-6.q16
  intltool-debian iso-codes libarchive-zip-perl libarchive13t64
  libasound2-data libasound2-dev libasound2t64 libasyncns0 libavahi-client3
  libavahi-common-data libavahi-common3 libblkid-dev libbrotli-dev libbrotli1
  libbsd-dev libbz2-dev libcairo-gobject2 libcairo2 libcap2-bin libclang1-19
  libcups2t64 libcurl4t64 libdav1d7 libdbus-1-3 libdbus-1-dev libde265-0
  libdebhelper-perl libdecor-0-0 libdecor-0-dev libdeflate-dev libdeflate0
  libdouble-conversion3 libdrm-amdgpu1 libdrm-common libdrm-dev
  libdrm-etnaviv1 libdrm-freedreno1 libdrm-nouveau2 libdrm-radeon1
  libdrm-tegra0 libdrm2 libdw1t64 libedit2 libegl-dev libegl-mesa0 libegl1
  libelf1t64 libevdev-dev libevdev2 libexpat1 libexpat1-dev libfakeroot
  libffi-dev libfftw3-double3 libfile-stripnondeterminism-perl libflac-dev
  libflac12t64 libfluidsynth-dev libfluidsynth3 libfontconfig-dev
  libfontconfig1 libfreetype-dev libfreetype6 libgbm-dev libgbm1
  libghc-aeson-dev libghc-assoc-dev libghc-attoparsec-dev
  libghc-base-compat-batteries-dev libghc-base-compat-dev
  libghc-base-orphans-dev libghc-bifunctors-dev libghc-bitvec-dev
  libghc-comonad-dev libghc-conduit-dev libghc-contravariant-dev
  libghc-data-fix-dev libghc-distributive-dev libghc-dlist-dev
  libghc-entropy-dev libghc-hashable-dev libghc-hslogger-dev
  libghc-indexed-traversable-dev libghc-indexed-traversable-instances-dev
  libghc-integer-logarithms-dev libghc-libyaml-dev libghc-mono-traversable-dev
  libghc-network-bsd-dev libghc-network-dev libghc-old-locale-dev
  libghc-onetuple-dev libghc-os-string-dev libghc-primitive-dev
  libghc-quickcheck2-dev libghc-random-dev libghc-regex-base-dev
  libghc-regex-tdfa-dev libghc-resourcet-dev libghc-sandi-dev
  libghc-scientific-dev libghc-semialign-dev libghc-semigroupoids-dev
  libghc-sha-dev libghc-split-dev libghc-splitmix-dev libghc-statevar-dev
  libghc-strict-dev libghc-tagged-dev libghc-text-short-dev
  libghc-th-abstraction-dev libghc-these-dev libghc-time-compat-dev
  libghc-transformers-compat-dev libghc-unliftio-core-dev
  libghc-unordered-containers-dev libghc-utf8-string-dev libghc-uuid-types-dev
  libghc-vector-algorithms-dev libghc-vector-dev libghc-vector-stream-dev
  libghc-witherable-dev libghc-yaml-dev libghc-zlib-dev libgio-2.0-dev
  libgio-2.0-dev-bin 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 libglu1-mesa
  libglu1-mesa-dev libglvnd0 libglx-dev libglx-mesa0 libglx0 libgmp-dev
  libgmpxx4ldbl libgraphite2-3 libgraphite2-dev libgssapi-krb5-2
  libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgudev-1.0-0
  libgudev-1.0-dev libharfbuzz-cairo0 libharfbuzz-dev libharfbuzz-gobject0
  libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0b libheif-plugin-dav1d
  libheif-plugin-libde265 libheif1 libhyphen0 libibus-1.0-5 libibus-1.0-dev
  libice-dev libice6 libicu-dev libicu72 libinput-bin libinput-dev libinput10
  libinstpatch-1.0-2 libinstpatch-dev libjack-dev libjack0 libjbig-dev
  libjbig0 libjpeg-dev libjpeg62-turbo libjpeg62-turbo-dev libjsoncpp26
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.5-0
  liblerc-dev liblerc4 libllvm19 liblqr-1-0 libltdl7 liblua5.1-0
  liblua5.1-0-dev liblzma-dev libmagic-mgc libmagic1t64
  libmagickcore-6.q16-7t64 libmagickwand-6.q16-7t64 libmd-dev libmd4c0
  libmodplug-dev libmodplug1 libmount-dev libmp3lame0 libmpg123-0t64
  libmpg123-dev libmtdev-dev libmtdev1t64 libncurses-dev libncurses6
  libncursesw6 libnghttp2-14 libnsl2 libnuma-dev libnuma1 libogg-dev libogg0
  libopengl-dev libopengl0 libopenjp2-7 libopus-dev libopus0 libopusfile-dev
  libopusfile0 liborc-0.4-0t64 libout123-0t64 libpciaccess-dev libpciaccess0
  libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix3 libphysfs-dev
  libphysfs1 libpipeline1 libpipewire-0.3-0t64 libpipewire-0.3-dev
  libpixman-1-0 libpkgconf3 libpng-dev libpng16-16t64 libproc2-0 libpsl5t64
  libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3-stdlib
  libpython3.12-minimal libpython3.12-stdlib libqt5concurrent5t64
  libqt5core5t64 libqt5dbus5t64 libqt5designer5 libqt5designercomponents5
  libqt5gui5t64 libqt5help5 libqt5network5t64 libqt5positioning5
  libqt5printsupport5t64 libqt5qml5 libqt5qmlmodels5 libqt5quick5
  libqt5quickwidgets5 libqt5sensors5 libqt5sql5-sqlite libqt5sql5t64
  libqt5test5t64 libqt5webchannel5 libqt5webkit5 libqt5widgets5t64
  libqt5xml5t64 libraw23t64 libreadline-dev libreadline8t64 librhash1 librtmp1
  libsamplerate0 libsamplerate0-dev libsasl2-2 libsasl2-modules-db
  libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev
  libsdl2-mixer-2.0-0 libsdl2-mixer-dev libsdl2-net-2.0-0 libsdl2-net-dev
  libsdl2-ttf-2.0-0 libsdl2-ttf-dev libselinux1-dev libsensors-config
  libsensors5 libsepol-dev libsharpyuv-dev libsharpyuv0 libsm-dev libsm6
  libsndfile1 libsndfile1-dev libsndio-dev libsndio7.0 libspa-0.2-dev
  libspa-0.2-modules libsqlite3-0 libssh2-1t64 libsyn123-0t64
  libsysprof-capture-4-dev libsystemd-dev libtiff-dev libtiff6 libtiffxx6
  libtirpc-common libtirpc3t64 libtool libuchardet0 libudev-dev libunwind8
  libuv1t64 libvorbis-dev libvorbis0a libvorbisenc2 libvorbisfile3
  libvulkan-dev libvulkan1 libwacom-common libwacom-dev libwacom9
  libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev
  libwayland-egl1 libwayland-server0 libwebp-dev libwebp7 libwebpdecoder3
  libwebpdemux2 libwebpmux3 libwebrtc-audio-processing1 libwoff1 libx11-6
  libx11-data libx11-dev libx11-xcb1 libxau-dev libxau6 libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1
  libxcb-present0 libxcb-randr0 libxcb-render-util0 libxcb-render0
  libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1 libxcb-xfixes0
  libxcb-xinerama0 libxcb-xinput0 libxcb-xkb1 libxcb1 libxcb1-dev
  libxcursor-dev libxcursor1 libxdmcp-dev libxdmcp6 libxext-dev libxext6
  libxfixes-dev libxfixes3 libxi-dev libxi6 libxinerama-dev libxinerama1
  libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 libxml2 libxrandr-dev
  libxrandr2 libxrender-dev libxrender1 libxshmfence1 libxslt1.1 libxss-dev
  libxss1 libxt-dev libxt6t64 libxv-dev libxv1 libxxf86vm-dev libxxf86vm1
  libyaml-0-2 libyaml-dev libz3-4 libzstd-dev m4 man-db media-types
  mesa-libgallium native-architecture netbase pkg-config pkgconf pkgconf-bin
  po-debconf procps python3 python3-minimal python3-packaging python3.12
  python3.12-minimal qdoc-qt5 qhelpgenerator-qt5 qt5-assistant qt5-qmake
  qt5-qmake-bin qtattributionsscanner-qt5 qtbase5-dev qtbase5-dev-tools
  qtbase5-private-dev qtchooser qttools5-dev qttools5-dev-tools
  readline-common sbuild-build-depends-main-dummy sensible-utils sgml-base
  shared-mime-info timgm6mb-soundfont uuid-dev x11-common x11proto-dev
  xkb-data xml-core xorg-sgml-doctools xtrans-dev zlib1g-dev
0 upgraded, 488 newly installed, 0 to remove and 0 not upgraded.
Need to get 312 MB of archives.
After this operation, 2016 MB of additional disk space will be used.
Get:1 copy:/<<RESOLVERDIR>>/apt_archive ./ sbuild-build-depends-main-dummy 0.invalid.0 [1096 B]
Get:2 http://deb.debian.org/debian unstable/main arm64 libgmpxx4ldbl arm64 2:6.3.0+dfsg-2+b1 [329 kB]
Get:3 http://deb.debian.org/debian unstable/main arm64 libgmp-dev arm64 2:6.3.0+dfsg-2+b1 [619 kB]
Get:4 http://deb.debian.org/debian unstable/main arm64 libffi-dev arm64 3.4.6-1 [57.0 kB]
Get:5 http://deb.debian.org/debian unstable/main arm64 libmd-dev arm64 1.1.0-2 [52.2 kB]
Get:6 http://deb.debian.org/debian unstable/main arm64 libbsd-dev arm64 0.12.2-2 [257 kB]
Get:7 http://deb.debian.org/debian unstable/main arm64 libncurses6 arm64 6.5-2 [95.7 kB]
Get:8 http://deb.debian.org/debian unstable/main arm64 libncursesw6 arm64 6.5-2 [124 kB]
Get:9 http://deb.debian.org/debian unstable/main arm64 libncurses-dev arm64 6.5-2 [337 kB]
Get:10 http://deb.debian.org/debian unstable/main arm64 libnuma1 arm64 2.0.18-1 [21.4 kB]
Get:11 http://deb.debian.org/debian unstable/main arm64 libnuma-dev arm64 2.0.18-1 [37.4 kB]
Get:12 http://deb.debian.org/debian unstable/main arm64 ghc arm64 9.6.6-2 [80.4 MB]
Get:13 http://deb.debian.org/debian unstable/main arm64 libfftw3-double3 arm64 3.3.10-1+b3 [329 kB]
Get:14 http://deb.debian.org/debian unstable/main arm64 libexpat1 arm64 2.6.3-1 [90.2 kB]
Get:15 http://deb.debian.org/debian unstable/main arm64 libbrotli1 arm64 1.1.0-2+b4 [292 kB]
Get:16 http://deb.debian.org/debian unstable/main arm64 libpng16-16t64 arm64 1.6.44-2 [273 kB]
Get:17 http://deb.debian.org/debian unstable/main arm64 libfreetype6 arm64 2.13.3+dfsg-1 [422 kB]
Get:18 http://deb.debian.org/debian unstable/main arm64 fonts-dejavu-mono all 2.37-8 [489 kB]
Get:19 http://deb.debian.org/debian unstable/main arm64 fonts-dejavu-core all 2.37-8 [840 kB]
Get:20 http://deb.debian.org/debian unstable/main arm64 fontconfig-config arm64 2.15.0-1.1 [317 kB]
Get:21 http://deb.debian.org/debian unstable/main arm64 libfontconfig1 arm64 2.15.0-1.1 [385 kB]
Get:22 http://deb.debian.org/debian unstable/main arm64 libsharpyuv0 arm64 1.4.0-0.1 [111 kB]
Get:23 http://deb.debian.org/debian unstable/main arm64 libdav1d7 arm64 1.4.3-1 [251 kB]
Get:24 http://deb.debian.org/debian unstable/main arm64 libheif-plugin-dav1d arm64 1.18.2-2 [10.9 kB]
Get:25 http://deb.debian.org/debian unstable/main arm64 libde265-0 arm64 1.0.15-1+b2 [153 kB]
Get:26 http://deb.debian.org/debian unstable/main arm64 libheif-plugin-libde265 arm64 1.18.2-2 [14.1 kB]
Get:27 http://deb.debian.org/debian unstable/main arm64 libheif1 arm64 1.18.2-2 [272 kB]
Get:28 http://deb.debian.org/debian unstable/main arm64 libjbig0 arm64 2.1-6.1+b1 [30.4 kB]
Get:29 http://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo arm64 1:2.1.5-3 [172 kB]
Get:30 http://deb.debian.org/debian unstable/main arm64 liblcms2-2 arm64 2.16-2 [151 kB]
Get:31 http://deb.debian.org/debian unstable/main arm64 libglib2.0-0t64 arm64 2.82.1-1 [1410 kB]
Get:32 http://deb.debian.org/debian unstable/main arm64 liblqr-1-0 arm64 0.4.2-2.1+b1 [26.7 kB]
Get:33 http://deb.debian.org/debian unstable/main arm64 libltdl7 arm64 2.4.7-7+b1 [393 kB]
Get:34 http://deb.debian.org/debian unstable/main arm64 libopenjp2-7 arm64 2.5.0-2+b3 [177 kB]
Get:35 http://deb.debian.org/debian unstable/main arm64 libraw23t64 arm64 0.21.2-2.1 [366 kB]
Get:36 http://deb.debian.org/debian unstable/main arm64 libdeflate0 arm64 1.22-1 [42.2 kB]
Get:37 http://deb.debian.org/debian unstable/main arm64 liblerc4 arm64 4.0.0+ds-4+b1 [142 kB]
Get:38 http://deb.debian.org/debian unstable/main arm64 libwebp7 arm64 1.4.0-0.1 [267 kB]
Get:39 http://deb.debian.org/debian unstable/main arm64 libtiff6 arm64 4.5.1+git230720-5 [309 kB]
Get:40 http://deb.debian.org/debian unstable/main arm64 libwebpdemux2 arm64 1.4.0-0.1 [110 kB]
Get:41 http://deb.debian.org/debian unstable/main arm64 libwebpmux3 arm64 1.4.0-0.1 [122 kB]
Get:42 http://deb.debian.org/debian unstable/main arm64 libxau6 arm64 1:1.0.9-1+b1 [18.1 kB]
Get:43 http://deb.debian.org/debian unstable/main arm64 libxdmcp6 arm64 1:1.1.2-3+b1 [24.3 kB]
Get:44 http://deb.debian.org/debian unstable/main arm64 libxcb1 arm64 1.17.0-2 [143 kB]
Get:45 http://deb.debian.org/debian unstable/main arm64 libx11-data all 2:1.8.7-1 [328 kB]
Get:46 http://deb.debian.org/debian unstable/main arm64 libx11-6 arm64 2:1.8.7-1+b1 [775 kB]
Get:47 http://deb.debian.org/debian unstable/main arm64 libxext6 arm64 2:1.3.4-1+b2 [49.3 kB]
Get:48 http://deb.debian.org/debian unstable/main arm64 libicu72 arm64 72.1-5 [9224 kB]
Get:49 http://deb.debian.org/debian unstable/main arm64 libxml2 arm64 2.12.7+dfsg+really2.9.14-0.1 [630 kB]
Get:50 http://deb.debian.org/debian unstable/main arm64 imagemagick-6-common all 8:6.9.13.12+dfsg1-1 [67.3 kB]
Get:51 http://deb.debian.org/debian unstable/main arm64 libmagickcore-6.q16-7t64 arm64 8:6.9.13.12+dfsg1-1+b1 [1547 kB]
Get:52 http://deb.debian.org/debian unstable/main arm64 libmagickwand-6.q16-7t64 arm64 8:6.9.13.12+dfsg1-1+b1 [249 kB]
Get:53 http://deb.debian.org/debian unstable/main arm64 libdrm-common all 2.4.123-1 [8084 B]
Get:54 http://deb.debian.org/debian unstable/main arm64 libdrm2 arm64 2.4.123-1 [38.0 kB]
Get:55 http://deb.debian.org/debian unstable/main arm64 libelf1t64 arm64 0.191-2 [188 kB]
Get:56 http://deb.debian.org/debian unstable/main arm64 libdw1t64 arm64 0.191-2 [230 kB]
Get:57 http://deb.debian.org/debian unstable/main arm64 libunwind8 arm64 1.6.2-3.1 [47.7 kB]
Get:58 http://deb.debian.org/debian unstable/main arm64 libcap2-bin arm64 1:2.66-5 [34.0 kB]
Get:59 http://deb.debian.org/debian unstable/main arm64 libgstreamer1.0-0 arm64 1.24.8-1 [1271 kB]
Get:60 http://deb.debian.org/debian unstable/main arm64 liborc-0.4-0t64 arm64 1:0.4.40-1 [171 kB]
Get:61 http://deb.debian.org/debian unstable/main arm64 iso-codes all 4.17.0-1 [3055 kB]
Get:62 http://deb.debian.org/debian unstable/main arm64 libgstreamer-plugins-base1.0-0 arm64 1.24.8-1 [896 kB]
Get:63 http://deb.debian.org/debian unstable/main arm64 libhyphen0 arm64 2.8.8-7+b1 [30.3 kB]
Get:64 http://deb.debian.org/debian unstable/main arm64 shared-mime-info arm64 2.4-5+b1 [755 kB]
Get:65 http://deb.debian.org/debian unstable/main arm64 libdouble-conversion3 arm64 3.3.0-1+b1 [37.0 kB]
Get:66 http://deb.debian.org/debian unstable/main arm64 libpcre2-16-0 arm64 10.42-4+b1 [217 kB]
Get:67 http://deb.debian.org/debian unstable/main arm64 libqt5core5t64 arm64 5.15.13+dfsg-4 [1734 kB]
Get:68 http://deb.debian.org/debian unstable/main arm64 fontconfig arm64 2.15.0-1.1 [462 kB]
Get:69 http://deb.debian.org/debian unstable/main arm64 libglvnd0 arm64 1.7.0-1+b1 [41.7 kB]
Get:70 http://deb.debian.org/debian unstable/main arm64 libwayland-server0 arm64 1.23.0-1 [33.1 kB]
Get:71 http://deb.debian.org/debian unstable/main arm64 libxcb-randr0 arm64 1.17.0-2 [116 kB]
Get:72 http://deb.debian.org/debian unstable/main arm64 libdrm-amdgpu1 arm64 2.4.123-1 [21.6 kB]
Get:73 http://deb.debian.org/debian unstable/main arm64 libdrm-radeon1 arm64 2.4.123-1 [21.3 kB]
Get:74 http://deb.debian.org/debian unstable/main arm64 libglapi-mesa arm64 24.2.4-1 [48.2 kB]
Get:75 http://deb.debian.org/debian unstable/main arm64 libedit2 arm64 3.1-20240808-1 [89.2 kB]
Get:76 http://deb.debian.org/debian unstable/main arm64 libz3-4 arm64 4.8.12-3.1+b2 [6508 kB]
Get:77 http://deb.debian.org/debian unstable/main arm64 libllvm19 arm64 1:19.1.2-1 [23.3 MB]
Get:78 http://deb.debian.org/debian unstable/main arm64 libsensors-config all 1:3.6.0-10 [14.6 kB]
Get:79 http://deb.debian.org/debian unstable/main arm64 libsensors5 arm64 1:3.6.0-10 [34.0 kB]
Get:80 http://deb.debian.org/debian unstable/main arm64 libx11-xcb1 arm64 2:1.8.7-1+b1 [232 kB]
Get:81 http://deb.debian.org/debian unstable/main arm64 libxcb-dri2-0 arm64 1.17.0-2 [107 kB]
Get:82 http://deb.debian.org/debian unstable/main arm64 libxcb-dri3-0 arm64 1.17.0-2 [107 kB]
Get:83 http://deb.debian.org/debian unstable/main arm64 libxcb-present0 arm64 1.17.0-2 [105 kB]
Get:84 http://deb.debian.org/debian unstable/main arm64 libxcb-sync1 arm64 1.17.0-2 [109 kB]
Get:85 http://deb.debian.org/debian unstable/main arm64 libxcb-xfixes0 arm64 1.17.0-2 [109 kB]
Get:86 http://deb.debian.org/debian unstable/main arm64 libxshmfence1 arm64 1.3-1+b1 [9080 B]
Get:87 http://deb.debian.org/debian unstable/main arm64 mesa-libgallium arm64 24.2.4-1 [7681 kB]
Get:88 http://deb.debian.org/debian unstable/main arm64 libgbm1 arm64 24.2.4-1 [42.0 kB]
Get:89 http://deb.debian.org/debian unstable/main arm64 libwayland-client0 arm64 1.23.0-1 [25.7 kB]
Get:90 http://deb.debian.org/debian unstable/main arm64 libxcb-shm0 arm64 1.17.0-2 [105 kB]
Get:91 http://deb.debian.org/debian unstable/main arm64 libegl-mesa0 arm64 24.2.4-1 [124 kB]
Get:92 http://deb.debian.org/debian unstable/main arm64 libegl1 arm64 1.7.0-1+b1 [33.9 kB]
Get:93 http://deb.debian.org/debian unstable/main arm64 libxcb-glx0 arm64 1.17.0-2 [122 kB]
Get:94 http://deb.debian.org/debian unstable/main arm64 libxfixes3 arm64 1:6.0.0-2+b1 [20.5 kB]
Get:95 http://deb.debian.org/debian unstable/main arm64 libxxf86vm1 arm64 1:1.1.4-1+b3 [19.2 kB]
Get:96 http://deb.debian.org/debian unstable/main arm64 libvulkan1 arm64 1.3.296.0-1 [123 kB]
Get:97 http://deb.debian.org/debian unstable/main arm64 libgl1-mesa-dri arm64 24.2.4-1 [43.5 kB]
Get:98 http://deb.debian.org/debian unstable/main arm64 libglx-mesa0 arm64 24.2.4-1 [152 kB]
Get:99 http://deb.debian.org/debian unstable/main arm64 libglx0 arm64 1.7.0-1+b1 [31.0 kB]
Get:100 http://deb.debian.org/debian unstable/main arm64 libgl1 arm64 1.7.0-1+b1 [90.9 kB]
Get:101 http://deb.debian.org/debian unstable/main arm64 libgraphite2-3 arm64 1.3.14-2 [69.2 kB]
Get:102 http://deb.debian.org/debian unstable/main arm64 libharfbuzz0b arm64 9.0.0-1 [441 kB]
Get:103 http://deb.debian.org/debian unstable/main arm64 x11-common all 1:7.7+23.1 [216 kB]
Get:104 http://deb.debian.org/debian unstable/main arm64 libice6 arm64 2:1.0.10-1+b1 [53.7 kB]
Get:105 http://deb.debian.org/debian unstable/main arm64 libevdev2 arm64 1.13.3+dfsg-1 [30.6 kB]
Get:106 http://deb.debian.org/debian unstable/main arm64 libmtdev1t64 arm64 1.1.6-1.2 [21.9 kB]
Get:107 http://deb.debian.org/debian unstable/main arm64 libgudev-1.0-0 arm64 238-5 [13.6 kB]
Get:108 http://deb.debian.org/debian unstable/main arm64 libwacom-common all 2.13.0-1 [98.0 kB]
Get:109 http://deb.debian.org/debian unstable/main arm64 libwacom9 arm64 2.13.0-1 [22.9 kB]
Get:110 http://deb.debian.org/debian unstable/main arm64 libinput-bin arm64 1.26.2-1 [25.4 kB]
Get:111 http://deb.debian.org/debian unstable/main arm64 libinput10 arm64 1.26.2-1 [118 kB]
Get:112 http://deb.debian.org/debian unstable/main arm64 libmd4c0 arm64 0.5.2-2+b1 [46.1 kB]
Get:113 http://deb.debian.org/debian unstable/main arm64 libdbus-1-3 arm64 1.14.10-4+b1 [195 kB]
Get:114 http://deb.debian.org/debian unstable/main arm64 libqt5dbus5t64 arm64 5.15.13+dfsg-4 [204 kB]
Get:115 http://deb.debian.org/debian unstable/main arm64 libkrb5support0 arm64 1.21.3-3 [32.1 kB]
Get:116 http://deb.debian.org/debian unstable/main arm64 libk5crypto3 arm64 1.21.3-3 [80.8 kB]
Get:117 http://deb.debian.org/debian unstable/main arm64 libkeyutils1 arm64 1.6.3-3 [9112 B]
Get:118 http://deb.debian.org/debian unstable/main arm64 libkrb5-3 arm64 1.21.3-3 [310 kB]
Get:119 http://deb.debian.org/debian unstable/main arm64 libgssapi-krb5-2 arm64 1.21.3-3 [126 kB]
Get:120 http://deb.debian.org/debian unstable/main arm64 libqt5network5t64 arm64 5.15.13+dfsg-4 [651 kB]
Get:121 http://deb.debian.org/debian unstable/main arm64 libsm6 arm64 2:1.2.3-1+b1 [32.7 kB]
Get:122 http://deb.debian.org/debian unstable/main arm64 libxcb-icccm4 arm64 0.4.1-1.2 [26.1 kB]
Get:123 http://deb.debian.org/debian unstable/main arm64 libxcb-util1 arm64 0.4.0-1+b2 [22.6 kB]
Get:124 http://deb.debian.org/debian unstable/main arm64 libxcb-image0 arm64 0.4.0-2+b1 [22.0 kB]
Get:125 http://deb.debian.org/debian unstable/main arm64 libxcb-keysyms1 arm64 0.4.0-1+b3 [15.8 kB]
Get:126 http://deb.debian.org/debian unstable/main arm64 libxcb-render0 arm64 1.17.0-2 [115 kB]
Get:127 http://deb.debian.org/debian unstable/main arm64 libxcb-render-util0 arm64 0.3.9-1+b2 [17.5 kB]
Get:128 http://deb.debian.org/debian unstable/main arm64 libxcb-shape0 arm64 1.17.0-2 [105 kB]
Get:129 http://deb.debian.org/debian unstable/main arm64 libxcb-xinerama0 arm64 1.17.0-2 [105 kB]
Get:130 http://deb.debian.org/debian unstable/main arm64 libxcb-xinput0 arm64 1.17.0-2 [129 kB]
Get:131 http://deb.debian.org/debian unstable/main arm64 libxcb-xkb1 arm64 1.17.0-2 [128 kB]
Get:132 http://deb.debian.org/debian unstable/main arm64 xkb-data all 2.42-1 [790 kB]
Get:133 http://deb.debian.org/debian unstable/main arm64 libxkbcommon0 arm64 1.6.0-1+b1 [103 kB]
Get:134 http://deb.debian.org/debian unstable/main arm64 libxkbcommon-x11-0 arm64 1.6.0-1+b1 [15.4 kB]
Get:135 http://deb.debian.org/debian unstable/main arm64 libxrender1 arm64 1:0.9.10-1.1+b1 [27.0 kB]
Get:136 http://deb.debian.org/debian unstable/main arm64 libqt5gui5t64 arm64 5.15.13+dfsg-4 [3197 kB]
Get:137 http://deb.debian.org/debian unstable/main arm64 libqt5positioning5 arm64 5.15.13+dfsg-2 [191 kB]
Get:138 http://deb.debian.org/debian unstable/main arm64 libavahi-common-data arm64 0.8-13+b2 [112 kB]
Get:139 http://deb.debian.org/debian unstable/main arm64 libavahi-common3 arm64 0.8-13+b2 [42.4 kB]
Get:140 http://deb.debian.org/debian unstable/main arm64 libavahi-client3 arm64 0.8-13+b2 [45.7 kB]
Get:141 http://deb.debian.org/debian unstable/main arm64 libcups2t64 arm64 2.4.10-2 [235 kB]
Get:142 http://deb.debian.org/debian unstable/main arm64 libqt5widgets5t64 arm64 5.15.13+dfsg-4 [2283 kB]
Get:143 http://deb.debian.org/debian unstable/main arm64 libqt5printsupport5t64 arm64 5.15.13+dfsg-4 [198 kB]
Get:144 http://deb.debian.org/debian unstable/main arm64 libqt5qml5 arm64 5.15.13+dfsg-2 [1287 kB]
Get:145 http://deb.debian.org/debian unstable/main arm64 libqt5qmlmodels5 arm64 5.15.13+dfsg-2 [184 kB]
Get:146 http://deb.debian.org/debian unstable/main arm64 libqt5quick5 arm64 5.15.13+dfsg-2 [1515 kB]
Get:147 http://deb.debian.org/debian unstable/main arm64 libqt5sensors5 arm64 5.15.13-2 [109 kB]
Get:148 http://deb.debian.org/debian unstable/main arm64 libqt5webchannel5 arm64 5.15.13-2 [56.3 kB]
Get:149 http://deb.debian.org/debian unstable/main arm64 libsqlite3-0 arm64 3.46.1-1 [852 kB]
Get:150 http://deb.debian.org/debian unstable/main arm64 libwoff1 arm64 1.0.2-2+b1 [41.7 kB]
Get:151 http://deb.debian.org/debian unstable/main arm64 libxslt1.1 arm64 1.1.35-1.1 [221 kB]
Get:152 http://deb.debian.org/debian unstable/main arm64 libqt5webkit5 arm64 5.212.0~alpha4-39 [10.3 MB]
Get:153 http://deb.debian.org/debian unstable/main arm64 libpython3.12-minimal arm64 3.12.7-1 [807 kB]
Get:154 http://deb.debian.org/debian unstable/main arm64 python3.12-minimal arm64 3.12.7-1 [1941 kB]
Get:155 http://deb.debian.org/debian unstable/main arm64 python3-minimal arm64 3.12.6-1 [26.7 kB]
Get:156 http://deb.debian.org/debian unstable/main arm64 media-types all 10.1.0 [26.9 kB]
Get:157 http://deb.debian.org/debian unstable/main arm64 netbase all 6.4 [12.8 kB]
Get:158 http://deb.debian.org/debian unstable/main arm64 libtirpc-common all 1.3.4+ds-1.3 [10.9 kB]
Get:159 http://deb.debian.org/debian unstable/main arm64 libtirpc3t64 arm64 1.3.4+ds-1.3 [78.4 kB]
Get:160 http://deb.debian.org/debian unstable/main arm64 libnsl2 arm64 1.3.0-3+b2 [37.7 kB]
Get:161 http://deb.debian.org/debian unstable/main arm64 readline-common all 8.2-5 [69.3 kB]
Get:162 http://deb.debian.org/debian unstable/main arm64 libreadline8t64 arm64 8.2-5 [159 kB]
Get:163 http://deb.debian.org/debian unstable/main arm64 libpython3.12-stdlib arm64 3.12.7-1 [1901 kB]
Get:164 http://deb.debian.org/debian unstable/main arm64 python3.12 arm64 3.12.7-1 [671 kB]
Get:165 http://deb.debian.org/debian unstable/main arm64 libpython3-stdlib arm64 3.12.6-1 [9692 B]
Get:166 http://deb.debian.org/debian unstable/main arm64 python3 arm64 3.12.6-1 [27.8 kB]
Get:167 http://deb.debian.org/debian unstable/main arm64 sgml-base all 1.31 [15.4 kB]
Get:168 http://deb.debian.org/debian unstable/main arm64 libproc2-0 arm64 2:4.0.4-6 [62.3 kB]
Get:169 http://deb.debian.org/debian unstable/main arm64 procps arm64 2:4.0.4-6 [872 kB]
Get:170 http://deb.debian.org/debian unstable/main arm64 sensible-utils all 0.0.24 [24.8 kB]
Get:171 http://deb.debian.org/debian unstable/main arm64 libmagic-mgc arm64 1:5.45-3 [314 kB]
Get:172 http://deb.debian.org/debian unstable/main arm64 libmagic1t64 arm64 1:5.45-3 [100 kB]
Get:173 http://deb.debian.org/debian unstable/main arm64 file arm64 1:5.45-3 [43.0 kB]
Get:174 http://deb.debian.org/debian unstable/main arm64 gettext-base arm64 0.22.5-2 [198 kB]
Get:175 http://deb.debian.org/debian unstable/main arm64 libuchardet0 arm64 0.0.8-1+b1 [69.0 kB]
Get:176 http://deb.debian.org/debian unstable/main arm64 groff-base arm64 1.23.0-5 [1129 kB]
Get:177 http://deb.debian.org/debian unstable/main arm64 bsdextrautils arm64 2.40.2-9 [96.6 kB]
Get:178 http://deb.debian.org/debian unstable/main arm64 libpipeline1 arm64 1.5.8-1 [40.2 kB]
Get:179 http://deb.debian.org/debian unstable/main arm64 man-db arm64 2.13.0-1 [1404 kB]
Get:180 http://deb.debian.org/debian unstable/main arm64 m4 arm64 1.4.19-4 [277 kB]
Get:181 http://deb.debian.org/debian unstable/main arm64 autoconf all 2.72-3 [493 kB]
Get:182 http://deb.debian.org/debian unstable/main arm64 autotools-dev all 20220109.1 [51.6 kB]
Get:183 http://deb.debian.org/debian unstable/main arm64 automake all 1:1.16.5-1.3 [823 kB]
Get:184 http://deb.debian.org/debian unstable/main arm64 autopoint all 0.22.5-2 [723 kB]
Get:185 http://deb.debian.org/debian unstable/main arm64 cmake-data all 3.30.5-1 [2223 kB]
Get:186 http://deb.debian.org/debian unstable/main arm64 libarchive13t64 arm64 3.7.4-1 [323 kB]
Get:187 http://deb.debian.org/debian unstable/main arm64 libsasl2-modules-db arm64 2.1.28+dfsg1-8 [20.0 kB]
Get:188 http://deb.debian.org/debian unstable/main arm64 libsasl2-2 arm64 2.1.28+dfsg1-8 [55.4 kB]
Get:189 http://deb.debian.org/debian unstable/main arm64 libldap-2.5-0 arm64 2.5.18+dfsg-3+b1 [175 kB]
Get:190 http://deb.debian.org/debian unstable/main arm64 libnghttp2-14 arm64 1.63.0-1 [71.2 kB]
Get:191 http://deb.debian.org/debian unstable/main arm64 libpsl5t64 arm64 0.21.2-1.1 [56.8 kB]
Get:192 http://deb.debian.org/debian unstable/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b4 [56.7 kB]
Get:193 http://deb.debian.org/debian unstable/main arm64 libssh2-1t64 arm64 1.11.0-7 [208 kB]
Get:194 http://deb.debian.org/debian unstable/main arm64 libcurl4t64 arm64 8.10.1-2 [322 kB]
Get:195 http://deb.debian.org/debian unstable/main arm64 libjsoncpp26 arm64 1.9.6-2 [73.1 kB]
Get:196 http://deb.debian.org/debian unstable/main arm64 librhash1 arm64 1.4.5-1 [129 kB]
Get:197 http://deb.debian.org/debian unstable/main arm64 libuv1t64 arm64 1.48.0-6 [142 kB]
Get:198 http://deb.debian.org/debian unstable/main arm64 cmake arm64 3.30.5-1 [9403 kB]
Get:199 http://deb.debian.org/debian unstable/main arm64 libdebhelper-perl all 13.20 [89.7 kB]
Get:200 http://deb.debian.org/debian unstable/main arm64 libtool all 2.4.7-7 [517 kB]
Get:201 http://deb.debian.org/debian unstable/main arm64 dh-autoreconf all 20 [17.1 kB]
Get:202 http://deb.debian.org/debian unstable/main arm64 libarchive-zip-perl all 1.68-1 [104 kB]
Get:203 http://deb.debian.org/debian unstable/main arm64 libfile-stripnondeterminism-perl all 1.14.0-1 [19.5 kB]
Get:204 http://deb.debian.org/debian unstable/main arm64 dh-strip-nondeterminism all 1.14.0-1 [8448 B]
Get:205 http://deb.debian.org/debian unstable/main arm64 dwz arm64 0.15-1+b1 [102 kB]
Get:206 http://deb.debian.org/debian unstable/main arm64 gettext arm64 0.22.5-2 [1532 kB]
Get:207 http://deb.debian.org/debian unstable/main arm64 intltool-debian all 0.35.0+20060710.6 [22.9 kB]
Get:208 http://deb.debian.org/debian unstable/main arm64 po-debconf all 1.0.21+nmu1 [248 kB]
Get:209 http://deb.debian.org/debian unstable/main arm64 debhelper all 13.20 [915 kB]
Get:210 http://deb.debian.org/debian unstable/main arm64 libfakeroot arm64 1.36-1 [29.1 kB]
Get:211 http://deb.debian.org/debian unstable/main arm64 fakeroot arm64 1.36-1 [74.4 kB]
Get:212 http://deb.debian.org/debian unstable/main arm64 fonts-wqy-zenhei all 0.9.45-8 [7479 kB]
Get:213 http://deb.debian.org/debian unstable/main arm64 fp-units-rtl-3.2.2 arm64 3.2.2+dfsg-34 [6766 kB]
Get:214 http://deb.debian.org/debian unstable/main arm64 fp-compiler-3.2.2 arm64 3.2.2+dfsg-34 [1728 kB]
Get:215 http://deb.debian.org/debian unstable/main arm64 fp-compiler arm64 3.2.2+dfsg-34 [28.4 kB]
Get:216 http://deb.debian.org/debian unstable/main arm64 fp-units-base-3.2.2 arm64 3.2.2+dfsg-34 [1175 kB]
Get:217 http://deb.debian.org/debian unstable/main arm64 fp-units-gfx-3.2.2 arm64 3.2.2+dfsg-34 [1049 kB]
Get:218 http://deb.debian.org/debian unstable/main arm64 fp-units-gfx arm64 3.2.2+dfsg-34 [28.4 kB]
Get:219 http://deb.debian.org/debian unstable/main arm64 fp-units-misc-3.2.2 arm64 3.2.2+dfsg-34 [1467 kB]
Get:220 http://deb.debian.org/debian unstable/main arm64 fp-units-misc arm64 3.2.2+dfsg-34 [28.3 kB]
Get:221 http://deb.debian.org/debian unstable/main arm64 gir1.2-glib-2.0 arm64 2.82.1-1 [193 kB]
Get:222 http://deb.debian.org/debian unstable/main arm64 libpixman-1-0 arm64 0.42.2-1+b1 [477 kB]
Get:223 http://deb.debian.org/debian unstable/main arm64 libcairo2 arm64 1.18.2-2 [483 kB]
Get:224 http://deb.debian.org/debian unstable/main arm64 libcairo-gobject2 arm64 1.18.2-2 [130 kB]
Get:225 http://deb.debian.org/debian unstable/main arm64 gir1.2-freedesktop arm64 1.82.0-2 [59.7 kB]
Get:226 http://deb.debian.org/debian unstable/main arm64 gir1.2-glib-2.0-dev arm64 2.82.1-1 [902 kB]
Get:227 http://deb.debian.org/debian unstable/main arm64 gir1.2-freedesktop-dev arm64 1.82.0-2 [50.8 kB]
Get:228 http://deb.debian.org/debian unstable/main arm64 gir1.2-gudev-1.0 arm64 238-5 [5120 B]
Get:229 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-gobject0 arm64 9.0.0-1 [31.4 kB]
Get:230 http://deb.debian.org/debian unstable/main arm64 gir1.2-harfbuzz-0.0 arm64 9.0.0-1 [41.6 kB]
Get:231 http://deb.debian.org/debian unstable/main arm64 libibus-1.0-5 arm64 1.5.30-1 [434 kB]
Get:232 http://deb.debian.org/debian unstable/main arm64 gir1.2-ibus-1.0 arm64 1.5.30-1 [354 kB]
Get:233 http://deb.debian.org/debian unstable/main arm64 native-architecture all 0.2.3 [2108 B]
Get:234 http://deb.debian.org/debian unstable/main arm64 libgirepository-2.0-0 arm64 2.82.1-1 [129 kB]
Get:235 http://deb.debian.org/debian unstable/main arm64 girepository-tools arm64 2.82.1-1 [134 kB]
Get:236 http://deb.debian.org/debian unstable/main arm64 hicolor-icon-theme all 0.18-1 [12.0 kB]
Get:237 http://deb.debian.org/debian unstable/main arm64 icu-devtools arm64 72.1-5 [194 kB]
Get:238 http://deb.debian.org/debian unstable/main arm64 imagemagick-6.q16 arm64 8:6.9.13.12+dfsg1-1+b1 [291 kB]
Get:239 http://deb.debian.org/debian unstable/main arm64 imagemagick arm64 8:6.9.13.12+dfsg1-1+b1 [19.9 kB]
Get:240 http://deb.debian.org/debian unstable/main arm64 libasound2-data all 1.2.12-1 [21.0 kB]
Get:241 http://deb.debian.org/debian unstable/main arm64 libasound2t64 arm64 1.2.12-1 [334 kB]
Get:242 http://deb.debian.org/debian unstable/main arm64 libasound2-dev arm64 1.2.12-1 [116 kB]
Get:243 http://deb.debian.org/debian unstable/main arm64 libasyncns0 arm64 0.8-6+b4 [11.7 kB]
Get:244 http://deb.debian.org/debian unstable/main arm64 uuid-dev arm64 2.40.2-9 [47.6 kB]
Get:245 http://deb.debian.org/debian unstable/main arm64 libblkid-dev arm64 2.40.2-9 [208 kB]
Get:246 http://deb.debian.org/debian unstable/main arm64 libbrotli-dev arm64 1.1.0-2+b4 [308 kB]
Get:247 http://deb.debian.org/debian unstable/main arm64 libbz2-dev arm64 1.0.8-6 [31.9 kB]
Get:248 http://deb.debian.org/debian unstable/main arm64 libclang1-19 arm64 1:19.1.2-1 [6856 kB]
Get:249 http://deb.debian.org/debian unstable/main arm64 libpkgconf3 arm64 1.8.1-3 [35.3 kB]
Get:250 http://deb.debian.org/debian unstable/main arm64 pkgconf-bin arm64 1.8.1-3 [29.4 kB]
Get:251 http://deb.debian.org/debian unstable/main arm64 pkgconf arm64 1.8.1-3 [26.0 kB]
Get:252 http://deb.debian.org/debian unstable/main arm64 xml-core all 0.19 [20.1 kB]
Get:253 http://deb.debian.org/debian unstable/main arm64 libdbus-1-dev arm64 1.14.10-4+b1 [243 kB]
Get:254 http://deb.debian.org/debian unstable/main arm64 libdecor-0-0 arm64 0.2.2-1+b1 [15.2 kB]
Get:255 http://deb.debian.org/debian unstable/main arm64 libwayland-cursor0 arm64 1.23.0-1 [11.1 kB]
Get:256 http://deb.debian.org/debian unstable/main arm64 libwayland-egl1 arm64 1.23.0-1 [5444 B]
Get:257 http://deb.debian.org/debian unstable/main arm64 libwayland-bin arm64 1.23.0-1 [20.2 kB]
Get:258 http://deb.debian.org/debian unstable/main arm64 libwayland-dev arm64 1.23.0-1 [73.3 kB]
Get:259 http://deb.debian.org/debian unstable/main arm64 libdecor-0-dev arm64 0.2.2-1+b1 [7632 B]
Get:260 http://deb.debian.org/debian unstable/main arm64 libdeflate-dev arm64 1.22-1 [51.2 kB]
Get:261 http://deb.debian.org/debian unstable/main arm64 libdrm-nouveau2 arm64 2.4.123-1 [19.0 kB]
Get:262 http://deb.debian.org/debian unstable/main arm64 libdrm-freedreno1 arm64 2.4.123-1 [20.9 kB]
Get:263 http://deb.debian.org/debian unstable/main arm64 libdrm-tegra0 arm64 2.4.123-1 [11.6 kB]
Get:264 http://deb.debian.org/debian unstable/main arm64 libdrm-etnaviv1 arm64 2.4.123-1 [14.3 kB]
Get:265 http://deb.debian.org/debian unstable/main arm64 libpciaccess0 arm64 0.17-3+b1 [51.1 kB]
Get:266 http://deb.debian.org/debian unstable/main arm64 libpciaccess-dev arm64 0.17-3+b1 [55.9 kB]
Get:267 http://deb.debian.org/debian unstable/main arm64 libdrm-dev arm64 2.4.123-1 [318 kB]
Get:268 http://deb.debian.org/debian unstable/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [22.1 kB]
Get:269 http://deb.debian.org/debian unstable/main arm64 x11proto-dev all 2024.1-1 [603 kB]
Get:270 http://deb.debian.org/debian unstable/main arm64 libxau-dev arm64 1:1.0.9-1+b1 [21.5 kB]
Get:271 http://deb.debian.org/debian unstable/main arm64 libxdmcp-dev arm64 1:1.1.2-3+b1 [40.6 kB]
Get:272 http://deb.debian.org/debian unstable/main arm64 xtrans-dev all 1.4.0-1 [98.7 kB]
Get:273 http://deb.debian.org/debian unstable/main arm64 libxcb1-dev arm64 1.17.0-2 [183 kB]
Get:274 http://deb.debian.org/debian unstable/main arm64 libx11-dev arm64 2:1.8.7-1+b1 [861 kB]
Get:275 http://deb.debian.org/debian unstable/main arm64 libglx-dev arm64 1.7.0-1+b1 [15.8 kB]
Get:276 http://deb.debian.org/debian unstable/main arm64 libgl-dev arm64 1.7.0-1+b1 [101 kB]
Get:277 http://deb.debian.org/debian unstable/main arm64 libegl-dev arm64 1.7.0-1+b1 [19.5 kB]
Get:278 http://deb.debian.org/debian unstable/main arm64 libevdev-dev arm64 1.13.3+dfsg-1 [49.8 kB]
Get:279 http://deb.debian.org/debian unstable/main arm64 libexpat1-dev arm64 2.6.3-1 [142 kB]
Get:280 http://deb.debian.org/debian unstable/main arm64 libogg0 arm64 1.3.5-3+b1 [23.5 kB]
Get:281 http://deb.debian.org/debian unstable/main arm64 libflac12t64 arm64 1.4.3+ds-2.1 [169 kB]
Get:282 http://deb.debian.org/debian unstable/main arm64 libogg-dev arm64 1.3.5-3+b1 [200 kB]
Get:283 http://deb.debian.org/debian unstable/main arm64 libflac-dev arm64 1.4.3+ds-2.1 [222 kB]
Get:284 http://deb.debian.org/debian unstable/main arm64 libmp3lame0 arm64 3.100-6+b2 [352 kB]
Get:285 http://deb.debian.org/debian unstable/main arm64 libmpg123-0t64 arm64 1.32.7-1 [142 kB]
Get:286 http://deb.debian.org/debian unstable/main arm64 libopus0 arm64 1.5.2-2 [2813 kB]
Get:287 http://deb.debian.org/debian unstable/main arm64 libvorbis0a arm64 1.3.7-2 [82.3 kB]
Get:288 http://deb.debian.org/debian unstable/main arm64 libvorbisenc2 arm64 1.3.7-2 [75.5 kB]
Get:289 http://deb.debian.org/debian unstable/main arm64 libsndfile1 arm64 1.2.2-1+b2 [184 kB]
Get:290 http://deb.debian.org/debian unstable/main arm64 libinstpatch-1.0-2 arm64 1.1.6-1+b1 [234 kB]
Get:291 http://deb.debian.org/debian unstable/main arm64 libjack0 arm64 1:0.126.0-2+b2 [85.6 kB]
Get:292 http://deb.debian.org/debian unstable/main arm64 libwebrtc-audio-processing1 arm64 0.3-1+b2 [248 kB]
Get:293 http://deb.debian.org/debian unstable/main arm64 libspa-0.2-modules arm64 1.2.5-1 [525 kB]
Get:294 http://deb.debian.org/debian unstable/main arm64 libpipewire-0.3-0t64 arm64 1.2.5-1 [246 kB]
Get:295 http://deb.debian.org/debian unstable/main arm64 libpulse0 arm64 16.1+dfsg1-5.1 [234 kB]
Get:296 http://deb.debian.org/debian unstable/main arm64 libsamplerate0 arm64 0.2.2-4+b1 [945 kB]
Get:297 http://deb.debian.org/debian unstable/main arm64 libxcursor1 arm64 1:1.2.2-1 [36.7 kB]
Get:298 http://deb.debian.org/debian unstable/main arm64 libxi6 arm64 2:1.8.2-1 [77.8 kB]
Get:299 http://deb.debian.org/debian unstable/main arm64 libxrandr2 arm64 2:1.5.4-1 [35.7 kB]
Get:300 http://deb.debian.org/debian unstable/main arm64 libxss1 arm64 1:1.2.3-1+b1 [17.0 kB]
Get:301 http://deb.debian.org/debian unstable/main arm64 libsdl2-2.0-0 arm64 2.30.8+dfsg-1 [602 kB]
Get:302 http://deb.debian.org/debian unstable/main arm64 timgm6mb-soundfont all 1.3-5 [5427 kB]
Get:303 http://deb.debian.org/debian unstable/main arm64 libfluidsynth3 arm64 2.3.6-1 [236 kB]
Get:304 http://deb.debian.org/debian unstable/main arm64 libsepol-dev arm64 3.7-1 [354 kB]
Get:305 http://deb.debian.org/debian unstable/main arm64 libpcre2-32-0 arm64 10.42-4+b1 [207 kB]
Get:306 http://deb.debian.org/debian unstable/main arm64 libpcre2-posix3 arm64 10.42-4+b1 [55.8 kB]
Get:307 http://deb.debian.org/debian unstable/main arm64 libpcre2-dev arm64 10.42-4+b1 [669 kB]
Get:308 http://deb.debian.org/debian unstable/main arm64 libselinux1-dev arm64 3.7-3 [163 kB]
Get:309 http://deb.debian.org/debian unstable/main arm64 libmount-dev arm64 2.40.2-9 [28.7 kB]
Get:310 http://deb.debian.org/debian unstable/main arm64 libsysprof-capture-4-dev arm64 47.0-2 [48.9 kB]
Get:311 http://deb.debian.org/debian unstable/main arm64 zlib1g-dev arm64 1:1.3.dfsg+really1.3.1-1 [916 kB]
Get:312 http://deb.debian.org/debian unstable/main arm64 libgio-2.0-dev arm64 2.82.1-1 [1691 kB]
Get:313 http://deb.debian.org/debian unstable/main arm64 libglib2.0-data all 2.82.1-1 [1277 kB]
Get:314 http://deb.debian.org/debian unstable/main arm64 libglib2.0-bin arm64 2.82.1-1 [122 kB]
Get:315 http://deb.debian.org/debian unstable/main arm64 python3-packaging all 24.1-1 [45.8 kB]
Get:316 http://deb.debian.org/debian unstable/main arm64 libgio-2.0-dev-bin arm64 2.82.1-1 [161 kB]
Get:317 http://deb.debian.org/debian unstable/main arm64 libglib2.0-dev-bin arm64 2.82.1-1 [50.7 kB]
Get:318 http://deb.debian.org/debian unstable/main arm64 libglib2.0-dev arm64 2.82.1-1 [51.5 kB]
Get:319 http://deb.debian.org/debian unstable/main arm64 libout123-0t64 arm64 1.32.7-1 [29.0 kB]
Get:320 http://deb.debian.org/debian unstable/main arm64 libsyn123-0t64 arm64 1.32.7-1 [85.3 kB]
Get:321 http://deb.debian.org/debian unstable/main arm64 libmpg123-dev arm64 1.32.7-1 [61.6 kB]
Get:322 http://deb.debian.org/debian unstable/main arm64 libopus-dev arm64 1.5.2-2 [2876 kB]
Get:323 http://deb.debian.org/debian unstable/main arm64 libvorbisfile3 arm64 1.3.7-2 [20.5 kB]
Get:324 http://deb.debian.org/debian unstable/main arm64 libvorbis-dev arm64 1.3.7-2 [316 kB]
Get:325 http://deb.debian.org/debian unstable/main arm64 libsndfile1-dev arm64 1.2.2-1+b2 [320 kB]
Get:326 http://deb.debian.org/debian unstable/main arm64 pkg-config arm64 1.8.1-3 [13.9 kB]
Get:327 http://deb.debian.org/debian unstable/main arm64 libinstpatch-dev arm64 1.1.6-1+b1 [70.9 kB]
Get:328 http://deb.debian.org/debian unstable/main arm64 libjack-dev arm64 1:0.126.0-2+b2 [147 kB]
Get:329 http://deb.debian.org/debian unstable/main arm64 libspa-0.2-dev arm64 1.2.5-1 [111 kB]
Get:330 http://deb.debian.org/debian unstable/main arm64 libpipewire-0.3-dev arm64 1.2.5-1 [70.4 kB]
Get:331 http://deb.debian.org/debian unstable/main arm64 libpulse-mainloop-glib0 arm64 16.1+dfsg1-5.1 [26.9 kB]
Get:332 http://deb.debian.org/debian unstable/main arm64 libpulse-dev arm64 16.1+dfsg1-5.1 [89.5 kB]
Get:333 http://deb.debian.org/debian unstable/main arm64 libreadline-dev arm64 8.2-5 [155 kB]
Get:334 http://deb.debian.org/debian unstable/main arm64 libgbm-dev arm64 24.2.4-1 [22.5 kB]
Get:335 http://deb.debian.org/debian unstable/main arm64 libgles1 arm64 1.7.0-1+b1 [12.6 kB]
Get:336 http://deb.debian.org/debian unstable/main arm64 libgles2 arm64 1.7.0-1+b1 [17.9 kB]
Get:337 http://deb.debian.org/debian unstable/main arm64 libgles-dev arm64 1.7.0-1+b1 [50.8 kB]
Get:338 http://deb.debian.org/debian unstable/main arm64 libibus-1.0-dev arm64 1.5.30-1 [474 kB]
Get:339 http://deb.debian.org/debian unstable/main arm64 libsamplerate0-dev arm64 0.2.2-4+b1 [62.9 kB]
Get:340 http://deb.debian.org/debian unstable/main arm64 libsndio7.0 arm64 1.10.0-0.1 [26.2 kB]
Get:341 http://deb.debian.org/debian unstable/main arm64 libsndio-dev arm64 1.10.0-0.1 [25.1 kB]
Get:342 http://deb.debian.org/debian unstable/main arm64 libudev-dev arm64 256.7-1 [68.9 kB]
Get:343 http://deb.debian.org/debian unstable/main arm64 libxrender-dev arm64 1:0.9.10-1.1+b1 [35.5 kB]
Get:344 http://deb.debian.org/debian unstable/main arm64 libxfixes-dev arm64 1:6.0.0-2+b1 [22.8 kB]
Get:345 http://deb.debian.org/debian unstable/main arm64 libxcursor-dev arm64 1:1.2.2-1 [48.8 kB]
Get:346 http://deb.debian.org/debian unstable/main arm64 libxext-dev arm64 2:1.3.4-1+b2 [105 kB]
Get:347 http://deb.debian.org/debian unstable/main arm64 libxi-dev arm64 2:1.8.2-1 [240 kB]
Get:348 http://deb.debian.org/debian unstable/main arm64 libxinerama1 arm64 2:1.1.4-3+b1 [16.0 kB]
Get:349 http://deb.debian.org/debian unstable/main arm64 libxinerama-dev arm64 2:1.1.4-3+b1 [18.4 kB]
Get:350 http://deb.debian.org/debian unstable/main arm64 libxkbcommon-dev arm64 1.6.0-1+b1 [52.9 kB]
Get:351 http://deb.debian.org/debian unstable/main arm64 libxrandr-dev arm64 2:1.5.4-1 [44.2 kB]
Get:352 http://deb.debian.org/debian unstable/main arm64 libxss-dev arm64 1:1.2.3-1+b1 [22.8 kB]
Get:353 http://deb.debian.org/debian unstable/main arm64 libxt6t64 arm64 1:1.2.1-1.2 [172 kB]
Get:354 http://deb.debian.org/debian unstable/main arm64 libice-dev arm64 2:1.0.10-1+b1 [64.1 kB]
Get:355 http://deb.debian.org/debian unstable/main arm64 libsm-dev arm64 2:1.2.3-1+b1 [36.4 kB]
Get:356 http://deb.debian.org/debian unstable/main arm64 libxt-dev arm64 1:1.2.1-1.2 [403 kB]
Get:357 http://deb.debian.org/debian unstable/main arm64 libxv1 arm64 2:1.0.11-1.1+b1 [23.2 kB]
Get:358 http://deb.debian.org/debian unstable/main arm64 libxv-dev arm64 2:1.0.11-1.1+b1 [47.1 kB]
Get:359 http://deb.debian.org/debian unstable/main arm64 libxxf86vm-dev arm64 1:1.1.4-1+b3 [24.1 kB]
Get:360 http://deb.debian.org/debian unstable/main arm64 libsdl2-dev arm64 2.30.8+dfsg-1 [1054 kB]
Get:361 http://deb.debian.org/debian unstable/main arm64 libsystemd-dev arm64 256.7-1 [1252 kB]
Get:362 http://deb.debian.org/debian unstable/main arm64 libfluidsynth-dev arm64 2.3.6-1 [64.8 kB]
Get:363 http://deb.debian.org/debian unstable/main arm64 libpng-dev arm64 1.6.44-2 [360 kB]
Get:364 http://deb.debian.org/debian unstable/main arm64 libfreetype-dev arm64 2.13.3+dfsg-1 [600 kB]
Get:365 http://deb.debian.org/debian unstable/main arm64 libfontconfig-dev arm64 2.15.0-1.1 [410 kB]
Get:366 http://deb.debian.org/debian unstable/main arm64 libghc-os-string-dev arm64 2.0.6-2 [204 kB]
Get:367 http://deb.debian.org/debian unstable/main arm64 libghc-hashable-dev arm64 1.4.4.0-1 [126 kB]
Get:368 http://deb.debian.org/debian unstable/main arm64 libghc-integer-logarithms-dev arm64 1.0.3.1-4 [49.5 kB]
Get:369 http://deb.debian.org/debian unstable/main arm64 libghc-primitive-dev arm64 0.8.0.0-2 [315 kB]
Get:370 http://deb.debian.org/debian unstable/main arm64 libghc-scientific-dev arm64 0.3.7.0-3 [154 kB]
Get:371 http://deb.debian.org/debian unstable/main arm64 libghc-attoparsec-dev arm64 0.14.4-4 [608 kB]
Get:372 http://deb.debian.org/debian unstable/main arm64 libghc-base-compat-dev arm64 0.13.1-1 [96.4 kB]
Get:373 http://deb.debian.org/debian unstable/main arm64 libghc-base-compat-batteries-dev arm64 0.13.1-1 [91.8 kB]
Get:374 http://deb.debian.org/debian unstable/main arm64 libghc-data-fix-dev arm64 0.3.4-1 [49.1 kB]
Get:375 http://deb.debian.org/debian unstable/main arm64 libghc-dlist-dev arm64 1.0-4 [69.1 kB]
Get:376 http://deb.debian.org/debian unstable/main arm64 libghc-indexed-traversable-dev arm64 0.1.4-1 [143 kB]
Get:377 http://deb.debian.org/debian unstable/main arm64 libghc-onetuple-dev arm64 0.4.2-1 [13.5 kB]
Get:378 http://deb.debian.org/debian unstable/main arm64 libghc-splitmix-dev arm64 0.1.0.5-2 [50.2 kB]
Get:379 http://deb.debian.org/debian unstable/main arm64 libghc-random-dev arm64 1.2.1.2-1 [323 kB]
Get:380 http://deb.debian.org/debian unstable/main arm64 libghc-quickcheck2-dev arm64 2.14.3-2 [696 kB]
Get:381 http://deb.debian.org/debian unstable/main arm64 libghc-tagged-dev arm64 0.8.8-1 [76.3 kB]
Get:382 http://deb.debian.org/debian unstable/main arm64 libghc-unordered-containers-dev arm64 0.2.20-3 [314 kB]
Get:383 http://deb.debian.org/debian unstable/main arm64 libghc-vector-stream-dev arm64 0.1.0.1-1 [108 kB]
Get:384 http://deb.debian.org/debian unstable/main arm64 libghc-vector-dev arm64 0.13.1.0-2 [1752 kB]
Get:385 http://deb.debian.org/debian unstable/main arm64 libghc-indexed-traversable-instances-dev arm64 0.1.2-1 [28.0 kB]
Get:386 http://deb.debian.org/debian unstable/main arm64 libghc-base-orphans-dev arm64 0.9.2-1 [38.0 kB]
Get:387 http://deb.debian.org/debian unstable/main arm64 libghc-assoc-dev arm64 1.1.1-1 [17.2 kB]
Get:388 http://deb.debian.org/debian unstable/main arm64 libghc-distributive-dev arm64 0.6.2.1-3 [50.4 kB]
Get:389 http://deb.debian.org/debian unstable/main arm64 libghc-transformers-compat-dev arm64 0.7.2-2 [127 kB]
Get:390 http://deb.debian.org/debian unstable/main arm64 libghc-comonad-dev arm64 5.0.8-3 [125 kB]
Get:391 http://deb.debian.org/debian unstable/main arm64 libghc-th-abstraction-dev arm64 0.5.0.0-1 [211 kB]
Get:392 http://deb.debian.org/debian unstable/main arm64 libghc-bifunctors-dev arm64 5.6.2-1 [527 kB]
Get:393 http://deb.debian.org/debian unstable/main arm64 libghc-statevar-dev arm64 1.2.2-3 [26.4 kB]
Get:394 http://deb.debian.org/debian unstable/main arm64 libghc-contravariant-dev arm64 1.5.5-3 [73.2 kB]
Get:395 http://deb.debian.org/debian unstable/main arm64 libghc-semigroupoids-dev arm64 6.0.1-1 [412 kB]
Get:396 http://deb.debian.org/debian unstable/main arm64 libghc-these-dev arm64 1.2.1-1 [133 kB]
Get:397 http://deb.debian.org/debian unstable/main arm64 libghc-semialign-dev arm64 1.3.1-1 [167 kB]
Get:398 http://deb.debian.org/debian unstable/main arm64 libghc-strict-dev arm64 0.5-2 [216 kB]
Get:399 http://deb.debian.org/debian unstable/main arm64 libghc-text-short-dev arm64 0.1.6-1 [90.4 kB]
Get:400 http://deb.debian.org/debian unstable/main arm64 libghc-time-compat-dev arm64 1.9.6.1-3 [81.4 kB]
Get:401 http://deb.debian.org/debian unstable/main arm64 libghc-uuid-types-dev arm64 1.0.5.1-2 [83.9 kB]
Get:402 http://deb.debian.org/debian unstable/main arm64 libghc-witherable-dev arm64 0.4.2-4 [166 kB]
Get:403 http://deb.debian.org/debian unstable/main arm64 libghc-aeson-dev arm64 2.1.2.1-6 [1793 kB]
Get:404 http://deb.debian.org/debian unstable/main arm64 libghc-bitvec-dev arm64 1.1.5.0-4 [336 kB]
Get:405 http://deb.debian.org/debian unstable/main arm64 libghc-split-dev arm64 0.2.5-1 [50.1 kB]
Get:406 http://deb.debian.org/debian unstable/main arm64 libghc-vector-algorithms-dev arm64 0.9.0.2-1 [535 kB]
Get:407 http://deb.debian.org/debian unstable/main arm64 libghc-mono-traversable-dev arm64 1.0.17.0-1 [760 kB]
Get:408 http://deb.debian.org/debian unstable/main arm64 libghc-unliftio-core-dev arm64 0.2.1.0-2 [26.1 kB]
Get:409 http://deb.debian.org/debian unstable/main arm64 libghc-resourcet-dev arm64 1.3.0-1 [103 kB]
Get:410 http://deb.debian.org/debian unstable/main arm64 libghc-conduit-dev arm64 1.3.6-1 [430 kB]
Get:411 http://deb.debian.org/debian unstable/main arm64 libghc-entropy-dev arm64 0.4.1.10-3 [24.1 kB]
Get:412 http://deb.debian.org/debian unstable/main arm64 libghc-network-dev arm64 3.1.4.0-2 [376 kB]
Get:413 http://deb.debian.org/debian unstable/main arm64 libghc-network-bsd-dev arm64 2.8.1.0-5 [73.9 kB]
Get:414 http://deb.debian.org/debian unstable/main arm64 libghc-old-locale-dev arm64 1.0.0.7-12 [33.4 kB]
Get:415 http://deb.debian.org/debian unstable/main arm64 libghc-hslogger-dev arm64 1.3.1.1+dfsg-1 [143 kB]
Get:416 http://deb.debian.org/debian unstable/main arm64 libyaml-0-2 arm64 0.2.5-1+b1 [49.0 kB]
Get:417 http://deb.debian.org/debian unstable/main arm64 libyaml-dev arm64 0.2.5-1+b1 [61.1 kB]
Get:418 http://deb.debian.org/debian unstable/main arm64 libghc-libyaml-dev arm64 0.1.4-1 [151 kB]
Get:419 http://deb.debian.org/debian unstable/main arm64 libghc-regex-base-dev arm64 0.94.0.2-3 [76.9 kB]
Get:420 http://deb.debian.org/debian unstable/main arm64 libghc-regex-tdfa-dev arm64 1.3.2.2-2 [718 kB]
Get:421 http://deb.debian.org/debian unstable/main arm64 libghc-sandi-dev arm64 0.5-6 [95.3 kB]
Get:422 http://deb.debian.org/debian unstable/main arm64 libghc-sha-dev arm64 1.6.4.4-6 [113 kB]
Get:423 http://deb.debian.org/debian unstable/main arm64 libghc-utf8-string-dev arm64 1.0.2-3 [107 kB]
Get:424 http://deb.debian.org/debian unstable/main arm64 libghc-yaml-dev arm64 0.11.11.2-2 [237 kB]
Get:425 http://deb.debian.org/debian unstable/main arm64 libghc-zlib-dev arm64 0.6.3.0-3 [175 kB]
Get:426 http://deb.debian.org/debian unstable/main arm64 libopengl0 arm64 1.7.0-1+b1 [32.1 kB]
Get:427 http://deb.debian.org/debian unstable/main arm64 libglu1-mesa arm64 9.0.2-1.1+b1 [156 kB]
Get:428 http://deb.debian.org/debian unstable/main arm64 libopengl-dev arm64 1.7.0-1+b1 [5372 B]
Get:429 http://deb.debian.org/debian unstable/main arm64 libglu1-mesa-dev arm64 9.0.2-1.1+b1 [196 kB]
Get:430 http://deb.debian.org/debian unstable/main arm64 libgraphite2-dev arm64 1.3.14-2 [20.0 kB]
Get:431 http://deb.debian.org/debian unstable/main arm64 libgudev-1.0-dev arm64 238-5 [29.1 kB]
Get:432 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-cairo0 arm64 9.0.0-1 [41.8 kB]
Get:433 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-icu0 arm64 9.0.0-1 [15.3 kB]
Get:434 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-subset0 arm64 9.0.0-1 [508 kB]
Get:435 http://deb.debian.org/debian unstable/main arm64 libicu-dev arm64 72.1-5 [10.2 MB]
Get:436 http://deb.debian.org/debian unstable/main arm64 libharfbuzz-dev arm64 9.0.0-1 [144 kB]
Get:437 http://deb.debian.org/debian unstable/main arm64 libmtdev-dev arm64 1.1.6-1.2 [14.6 kB]
Get:438 http://deb.debian.org/debian unstable/main arm64 libwacom-dev arm64 2.13.0-1 [10.2 kB]
Get:439 http://deb.debian.org/debian unstable/main arm64 libinput-dev arm64 1.26.2-1 [34.9 kB]
Get:440 http://deb.debian.org/debian unstable/main arm64 libjbig-dev arm64 2.1-6.1+b1 [30.2 kB]
Get:441 http://deb.debian.org/debian unstable/main arm64 libjpeg62-turbo-dev arm64 1:2.1.5-3 [292 kB]
Get:442 http://deb.debian.org/debian unstable/main arm64 libjpeg-dev arm64 1:2.1.5-3 [71.9 kB]
Get:443 http://deb.debian.org/debian unstable/main arm64 liblerc-dev arm64 4.0.0+ds-4+b1 [149 kB]
Get:444 http://deb.debian.org/debian unstable/main arm64 liblua5.1-0 arm64 5.1.5-9+b2 [100 kB]
Get:445 http://deb.debian.org/debian unstable/main arm64 liblua5.1-0-dev arm64 5.1.5-9+b2 [126 kB]
Get:446 http://deb.debian.org/debian unstable/main arm64 liblzma-dev arm64 5.6.2-2 [296 kB]
Get:447 http://deb.debian.org/debian unstable/main arm64 libmodplug1 arm64 1:0.8.9.0-3+b1 [147 kB]
Get:448 http://deb.debian.org/debian unstable/main arm64 libmodplug-dev arm64 1:0.8.9.0-3+b1 [19.9 kB]
Get:449 http://deb.debian.org/debian unstable/main arm64 libopusfile0 arm64 0.12-4+b2 [40.0 kB]
Get:450 http://deb.debian.org/debian unstable/main arm64 libopusfile-dev arm64 0.12-4+b2 [61.9 kB]
Get:451 http://deb.debian.org/debian unstable/main arm64 libphysfs1 arm64 3.0.2-6+b1 [62.5 kB]
Get:452 http://deb.debian.org/debian unstable/main arm64 libphysfs-dev arm64 3.0.2-6+b1 [96.9 kB]
Get:453 http://deb.debian.org/debian unstable/main arm64 libqt5concurrent5t64 arm64 5.15.13+dfsg-4 [44.2 kB]
Get:454 http://deb.debian.org/debian unstable/main arm64 libqt5xml5t64 arm64 5.15.13+dfsg-4 [121 kB]
Get:455 http://deb.debian.org/debian unstable/main arm64 libqt5designer5 arm64 5.15.13-4+b1 [2720 kB]
Get:456 http://deb.debian.org/debian unstable/main arm64 libqt5designercomponents5 arm64 5.15.13-4+b1 [704 kB]
Get:457 http://deb.debian.org/debian unstable/main arm64 libqt5sql5t64 arm64 5.15.13+dfsg-4 [120 kB]
Get:458 http://deb.debian.org/debian unstable/main arm64 libqt5help5 arm64 5.15.13-4+b1 [145 kB]
Get:459 http://deb.debian.org/debian unstable/main arm64 libqt5quickwidgets5 arm64 5.15.13+dfsg-2 [39.6 kB]
Get:460 http://deb.debian.org/debian unstable/main arm64 libqt5sql5-sqlite arm64 5.15.13+dfsg-4 [57.8 kB]
Get:461 http://deb.debian.org/debian unstable/main arm64 libqt5test5t64 arm64 5.15.13+dfsg-4 [138 kB]
Get:462 http://deb.debian.org/debian unstable/main arm64 libsdl2-image-2.0-0 arm64 2.8.2+dfsg-1+b1 [60.9 kB]
Get:463 http://deb.debian.org/debian unstable/main arm64 libzstd-dev arm64 1.5.6+dfsg-1 [330 kB]
Get:464 http://deb.debian.org/debian unstable/main arm64 libwebpdecoder3 arm64 1.4.0-0.1 [179 kB]
Get:465 http://deb.debian.org/debian unstable/main arm64 libsharpyuv-dev arm64 1.4.0-0.1 [115 kB]
Get:466 http://deb.debian.org/debian unstable/main arm64 libwebp-dev arm64 1.4.0-0.1 [400 kB]
Get:467 http://deb.debian.org/debian unstable/main arm64 libtiffxx6 arm64 4.5.1+git230720-5 [149 kB]
Get:468 http://deb.debian.org/debian unstable/main arm64 libtiff-dev arm64 4.5.1+git230720-5 [451 kB]
Get:469 http://deb.debian.org/debian unstable/main arm64 libsdl2-image-dev arm64 2.8.2+dfsg-1+b1 [75.4 kB]
Get:470 http://deb.debian.org/debian unstable/main arm64 libsdl2-mixer-2.0-0 arm64 2.8.0+dfsg-1+b2 [79.2 kB]
Get:471 http://deb.debian.org/debian unstable/main arm64 libsdl2-mixer-dev arm64 2.8.0+dfsg-1+b2 [113 kB]
Get:472 http://deb.debian.org/debian unstable/main arm64 libsdl2-net-2.0-0 arm64 2.2.0+dfsg-2+b1 [13.0 kB]
Get:473 http://deb.debian.org/debian unstable/main arm64 libsdl2-net-dev arm64 2.2.0+dfsg-2+b1 [36.5 kB]
Get:474 http://deb.debian.org/debian unstable/main arm64 libsdl2-ttf-2.0-0 arm64 2.22.0+dfsg-1 [29.9 kB]
Get:475 http://deb.debian.org/debian unstable/main arm64 libsdl2-ttf-dev arm64 2.22.0+dfsg-1 [43.5 kB]
Get:476 http://deb.debian.org/debian unstable/main arm64 libvulkan-dev arm64 1.3.296.0-1 [1397 kB]
Get:477 http://deb.debian.org/debian unstable/main arm64 qtchooser arm64 66-2 [24.9 kB]
Get:478 http://deb.debian.org/debian unstable/main arm64 qdoc-qt5 arm64 5.15.13-4+b1 [546 kB]
Get:479 http://deb.debian.org/debian unstable/main arm64 qhelpgenerator-qt5 arm64 5.15.13-4+b1 [57.3 kB]
Get:480 http://deb.debian.org/debian unstable/main arm64 qt5-assistant arm64 5.15.13-4+b1 [346 kB]
Get:481 http://deb.debian.org/debian unstable/main arm64 qt5-qmake-bin arm64 5.15.13+dfsg-4 [921 kB]
Get:482 http://deb.debian.org/debian unstable/main arm64 qt5-qmake arm64 5.15.13+dfsg-4 [223 kB]
Get:483 http://deb.debian.org/debian unstable/main arm64 qtattributionsscanner-qt5 arm64 5.15.13-4+b1 [30.8 kB]
Get:484 http://deb.debian.org/debian unstable/main arm64 qtbase5-dev-tools arm64 5.15.13+dfsg-4 [718 kB]
Get:485 http://deb.debian.org/debian unstable/main arm64 qtbase5-dev arm64 5.15.13+dfsg-4 [1121 kB]
Get:486 http://deb.debian.org/debian unstable/main arm64 qtbase5-private-dev arm64 5.15.13+dfsg-4 [1311 kB]
Get:487 http://deb.debian.org/debian unstable/main arm64 qttools5-dev-tools arm64 5.15.13-4+b1 [1006 kB]
Get:488 http://deb.debian.org/debian unstable/main arm64 qttools5-dev arm64 5.15.13-4+b1 [189 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 312 MB in 53s (5913 kB/s)
Selecting previously unselected package libgmpxx4ldbl:arm64.
(Reading database ... 15056 files and directories currently installed.)
Preparing to unpack .../000-libgmpxx4ldbl_2%3a6.3.0+dfsg-2+b1_arm64.deb ...
Unpacking libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-2+b1) ...
Selecting previously unselected package libgmp-dev:arm64.
Preparing to unpack .../001-libgmp-dev_2%3a6.3.0+dfsg-2+b1_arm64.deb ...
Unpacking libgmp-dev:arm64 (2:6.3.0+dfsg-2+b1) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../002-libffi-dev_3.4.6-1_arm64.deb ...
Unpacking libffi-dev:arm64 (3.4.6-1) ...
Selecting previously unselected package libmd-dev:arm64.
Preparing to unpack .../003-libmd-dev_1.1.0-2_arm64.deb ...
Unpacking libmd-dev:arm64 (1.1.0-2) ...
Selecting previously unselected package libbsd-dev:arm64.
Preparing to unpack .../004-libbsd-dev_0.12.2-2_arm64.deb ...
Unpacking libbsd-dev:arm64 (0.12.2-2) ...
Selecting previously unselected package libncurses6:arm64.
Preparing to unpack .../005-libncurses6_6.5-2_arm64.deb ...
Unpacking libncurses6:arm64 (6.5-2) ...
Selecting previously unselected package libncursesw6:arm64.
Preparing to unpack .../006-libncursesw6_6.5-2_arm64.deb ...
Unpacking libncursesw6:arm64 (6.5-2) ...
Selecting previously unselected package libncurses-dev:arm64.
Preparing to unpack .../007-libncurses-dev_6.5-2_arm64.deb ...
Unpacking libncurses-dev:arm64 (6.5-2) ...
Selecting previously unselected package libnuma1:arm64.
Preparing to unpack .../008-libnuma1_2.0.18-1_arm64.deb ...
Unpacking libnuma1:arm64 (2.0.18-1) ...
Selecting previously unselected package libnuma-dev:arm64.
Preparing to unpack .../009-libnuma-dev_2.0.18-1_arm64.deb ...
Unpacking libnuma-dev:arm64 (2.0.18-1) ...
Selecting previously unselected package ghc.
Preparing to unpack .../010-ghc_9.6.6-2_arm64.deb ...
Unpacking ghc (9.6.6-2) ...
Selecting previously unselected package libfftw3-double3:arm64.
Preparing to unpack .../011-libfftw3-double3_3.3.10-1+b3_arm64.deb ...
Unpacking libfftw3-double3:arm64 (3.3.10-1+b3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../012-libexpat1_2.6.3-1_arm64.deb ...
Unpacking libexpat1:arm64 (2.6.3-1) ...
Selecting previously unselected package libbrotli1:arm64.
Preparing to unpack .../013-libbrotli1_1.1.0-2+b4_arm64.deb ...
Unpacking libbrotli1:arm64 (1.1.0-2+b4) ...
Selecting previously unselected package libpng16-16t64:arm64.
Preparing to unpack .../014-libpng16-16t64_1.6.44-2_arm64.deb ...
Unpacking libpng16-16t64:arm64 (1.6.44-2) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../015-libfreetype6_2.13.3+dfsg-1_arm64.deb ...
Unpacking libfreetype6:arm64 (2.13.3+dfsg-1) ...
Selecting previously unselected package fonts-dejavu-mono.
Preparing to unpack .../016-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 .../017-fonts-dejavu-core_2.37-8_all.deb ...
Unpacking fonts-dejavu-core (2.37-8) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../018-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 .../019-libfontconfig1_2.15.0-1.1_arm64.deb ...
Unpacking libfontconfig1:arm64 (2.15.0-1.1) ...
Selecting previously unselected package libsharpyuv0:arm64.
Preparing to unpack .../020-libsharpyuv0_1.4.0-0.1_arm64.deb ...
Unpacking libsharpyuv0:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libdav1d7:arm64.
Preparing to unpack .../021-libdav1d7_1.4.3-1_arm64.deb ...
Unpacking libdav1d7:arm64 (1.4.3-1) ...
Selecting previously unselected package libheif-plugin-dav1d:arm64.
Preparing to unpack .../022-libheif-plugin-dav1d_1.18.2-2_arm64.deb ...
Unpacking libheif-plugin-dav1d:arm64 (1.18.2-2) ...
Selecting previously unselected package libde265-0:arm64.
Preparing to unpack .../023-libde265-0_1.0.15-1+b2_arm64.deb ...
Unpacking libde265-0:arm64 (1.0.15-1+b2) ...
Selecting previously unselected package libheif-plugin-libde265:arm64.
Preparing to unpack .../024-libheif-plugin-libde265_1.18.2-2_arm64.deb ...
Unpacking libheif-plugin-libde265:arm64 (1.18.2-2) ...
Selecting previously unselected package libheif1:arm64.
Preparing to unpack .../025-libheif1_1.18.2-2_arm64.deb ...
Unpacking libheif1:arm64 (1.18.2-2) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../026-libjbig0_2.1-6.1+b1_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-6.1+b1) ...
Selecting previously unselected package libjpeg62-turbo:arm64.
Preparing to unpack .../027-libjpeg62-turbo_1%3a2.1.5-3_arm64.deb ...
Unpacking libjpeg62-turbo:arm64 (1:2.1.5-3) ...
Selecting previously unselected package liblcms2-2:arm64.
Preparing to unpack .../028-liblcms2-2_2.16-2_arm64.deb ...
Unpacking liblcms2-2:arm64 (2.16-2) ...
Selecting previously unselected package libglib2.0-0t64:arm64.
Preparing to unpack .../029-libglib2.0-0t64_2.82.1-1_arm64.deb ...
Unpacking libglib2.0-0t64:arm64 (2.82.1-1) ...
Selecting previously unselected package liblqr-1-0:arm64.
Preparing to unpack .../030-liblqr-1-0_0.4.2-2.1+b1_arm64.deb ...
Unpacking liblqr-1-0:arm64 (0.4.2-2.1+b1) ...
Selecting previously unselected package libltdl7:arm64.
Preparing to unpack .../031-libltdl7_2.4.7-7+b1_arm64.deb ...
Unpacking libltdl7:arm64 (2.4.7-7+b1) ...
Selecting previously unselected package libopenjp2-7:arm64.
Preparing to unpack .../032-libopenjp2-7_2.5.0-2+b3_arm64.deb ...
Unpacking libopenjp2-7:arm64 (2.5.0-2+b3) ...
Selecting previously unselected package libraw23t64:arm64.
Preparing to unpack .../033-libraw23t64_0.21.2-2.1_arm64.deb ...
Unpacking libraw23t64:arm64 (0.21.2-2.1) ...
Selecting previously unselected package libdeflate0:arm64.
Preparing to unpack .../034-libdeflate0_1.22-1_arm64.deb ...
Unpacking libdeflate0:arm64 (1.22-1) ...
Selecting previously unselected package liblerc4:arm64.
Preparing to unpack .../035-liblerc4_4.0.0+ds-4+b1_arm64.deb ...
Unpacking liblerc4:arm64 (4.0.0+ds-4+b1) ...
Selecting previously unselected package libwebp7:arm64.
Preparing to unpack .../036-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 .../037-libtiff6_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiff6:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libwebpdemux2:arm64.
Preparing to unpack .../038-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 .../039-libwebpmux3_1.4.0-0.1_arm64.deb ...
Unpacking libwebpmux3:arm64 (1.4.0-0.1) ...
Selecting previously unselected package libxau6:arm64.
Preparing to unpack .../040-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 .../041-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 .../042-libxcb1_1.17.0-2_arm64.deb ...
Unpacking libxcb1:arm64 (1.17.0-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../043-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 .../044-libx11-6_2%3a1.8.7-1+b1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.8.7-1+b1) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../045-libxext6_2%3a1.3.4-1+b2_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.4-1+b2) ...
Selecting previously unselected package libicu72:arm64.
Preparing to unpack .../046-libicu72_72.1-5_arm64.deb ...
Unpacking libicu72:arm64 (72.1-5) ...
Selecting previously unselected package libxml2:arm64.
Preparing to unpack .../047-libxml2_2.12.7+dfsg+really2.9.14-0.1_arm64.deb ...
Unpacking libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.1) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../048-imagemagick-6-common_8%3a6.9.13.12+dfsg1-1_all.deb ...
Unpacking imagemagick-6-common (8:6.9.13.12+dfsg1-1) ...
Selecting previously unselected package libmagickcore-6.q16-7t64:arm64.
Preparing to unpack .../049-libmagickcore-6.q16-7t64_8%3a6.9.13.12+dfsg1-1+b1_arm64.deb ...
Unpacking libmagickcore-6.q16-7t64:arm64 (8:6.9.13.12+dfsg1-1+b1) ...
Selecting previously unselected package libmagickwand-6.q16-7t64:arm64.
Preparing to unpack .../050-libmagickwand-6.q16-7t64_8%3a6.9.13.12+dfsg1-1+b1_arm64.deb ...
Unpacking libmagickwand-6.q16-7t64:arm64 (8:6.9.13.12+dfsg1-1+b1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../051-libdrm-common_2.4.123-1_all.deb ...
Unpacking libdrm-common (2.4.123-1) ...
Selecting previously unselected package libdrm2:arm64.
Preparing to unpack .../052-libdrm2_2.4.123-1_arm64.deb ...
Unpacking libdrm2:arm64 (2.4.123-1) ...
Selecting previously unselected package libelf1t64:arm64.
Preparing to unpack .../053-libelf1t64_0.191-2_arm64.deb ...
Unpacking libelf1t64:arm64 (0.191-2) ...
Selecting previously unselected package libdw1t64:arm64.
Preparing to unpack .../054-libdw1t64_0.191-2_arm64.deb ...
Unpacking libdw1t64:arm64 (0.191-2) ...
Selecting previously unselected package libunwind8:arm64.
Preparing to unpack .../055-libunwind8_1.6.2-3.1_arm64.deb ...
Unpacking libunwind8:arm64 (1.6.2-3.1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../056-libcap2-bin_1%3a2.66-5_arm64.deb ...
Unpacking libcap2-bin (1:2.66-5) ...
Selecting previously unselected package libgstreamer1.0-0:arm64.
Preparing to unpack .../057-libgstreamer1.0-0_1.24.8-1_arm64.deb ...
Unpacking libgstreamer1.0-0:arm64 (1.24.8-1) ...
Selecting previously unselected package liborc-0.4-0t64:arm64.
Preparing to unpack .../058-liborc-0.4-0t64_1%3a0.4.40-1_arm64.deb ...
Unpacking liborc-0.4-0t64:arm64 (1:0.4.40-1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../059-iso-codes_4.17.0-1_all.deb ...
Unpacking iso-codes (4.17.0-1) ...
Selecting previously unselected package libgstreamer-plugins-base1.0-0:arm64.
Preparing to unpack .../060-libgstreamer-plugins-base1.0-0_1.24.8-1_arm64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:arm64 (1.24.8-1) ...
Selecting previously unselected package libhyphen0:arm64.
Preparing to unpack .../061-libhyphen0_2.8.8-7+b1_arm64.deb ...
Unpacking libhyphen0:arm64 (2.8.8-7+b1) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../062-shared-mime-info_2.4-5+b1_arm64.deb ...
Unpacking shared-mime-info (2.4-5+b1) ...
Selecting previously unselected package libdouble-conversion3:arm64.
Preparing to unpack .../063-libdouble-conversion3_3.3.0-1+b1_arm64.deb ...
Unpacking libdouble-conversion3:arm64 (3.3.0-1+b1) ...
Selecting previously unselected package libpcre2-16-0:arm64.
Preparing to unpack .../064-libpcre2-16-0_10.42-4+b1_arm64.deb ...
Unpacking libpcre2-16-0:arm64 (10.42-4+b1) ...
Selecting previously unselected package libqt5core5t64:arm64.
Preparing to unpack .../065-libqt5core5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5core5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../066-fontconfig_2.15.0-1.1_arm64.deb ...
Unpacking fontconfig (2.15.0-1.1) ...
Selecting previously unselected package libglvnd0:arm64.
Preparing to unpack .../067-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 .../068-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 .../069-libxcb-randr0_1.17.0-2_arm64.deb ...
Unpacking libxcb-randr0:arm64 (1.17.0-2) ...
Selecting previously unselected package libdrm-amdgpu1:arm64.
Preparing to unpack .../070-libdrm-amdgpu1_2.4.123-1_arm64.deb ...
Unpacking libdrm-amdgpu1:arm64 (2.4.123-1) ...
Selecting previously unselected package libdrm-radeon1:arm64.
Preparing to unpack .../071-libdrm-radeon1_2.4.123-1_arm64.deb ...
Unpacking libdrm-radeon1:arm64 (2.4.123-1) ...
Selecting previously unselected package libglapi-mesa:arm64.
Preparing to unpack .../072-libglapi-mesa_24.2.4-1_arm64.deb ...
Unpacking libglapi-mesa:arm64 (24.2.4-1) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../073-libedit2_3.1-20240808-1_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20240808-1) ...
Selecting previously unselected package libz3-4:arm64.
Preparing to unpack .../074-libz3-4_4.8.12-3.1+b2_arm64.deb ...
Unpacking libz3-4:arm64 (4.8.12-3.1+b2) ...
Selecting previously unselected package libllvm19:arm64.
Preparing to unpack .../075-libllvm19_1%3a19.1.2-1_arm64.deb ...
Unpacking libllvm19:arm64 (1:19.1.2-1) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../076-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 .../077-libsensors5_1%3a3.6.0-10_arm64.deb ...
Unpacking libsensors5:arm64 (1:3.6.0-10) ...
Selecting previously unselected package libx11-xcb1:arm64.
Preparing to unpack .../078-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 .../079-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 .../080-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 .../081-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 .../082-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 .../083-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 .../084-libxshmfence1_1.3-1+b1_arm64.deb ...
Unpacking libxshmfence1:arm64 (1.3-1+b1) ...
Selecting previously unselected package mesa-libgallium:arm64.
Preparing to unpack .../085-mesa-libgallium_24.2.4-1_arm64.deb ...
Unpacking mesa-libgallium:arm64 (24.2.4-1) ...
Selecting previously unselected package libgbm1:arm64.
Preparing to unpack .../086-libgbm1_24.2.4-1_arm64.deb ...
Unpacking libgbm1:arm64 (24.2.4-1) ...
Selecting previously unselected package libwayland-client0:arm64.
Preparing to unpack .../087-libwayland-client0_1.23.0-1_arm64.deb ...
Unpacking libwayland-client0:arm64 (1.23.0-1) ...
Selecting previously unselected package libxcb-shm0:arm64.
Preparing to unpack .../088-libxcb-shm0_1.17.0-2_arm64.deb ...
Unpacking libxcb-shm0:arm64 (1.17.0-2) ...
Selecting previously unselected package libegl-mesa0:arm64.
Preparing to unpack .../089-libegl-mesa0_24.2.4-1_arm64.deb ...
Unpacking libegl-mesa0:arm64 (24.2.4-1) ...
Selecting previously unselected package libegl1:arm64.
Preparing to unpack .../090-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 .../091-libxcb-glx0_1.17.0-2_arm64.deb ...
Unpacking libxcb-glx0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxfixes3:arm64.
Preparing to unpack .../092-libxfixes3_1%3a6.0.0-2+b1_arm64.deb ...
Unpacking libxfixes3:arm64 (1:6.0.0-2+b1) ...
Selecting previously unselected package libxxf86vm1:arm64.
Preparing to unpack .../093-libxxf86vm1_1%3a1.1.4-1+b3_arm64.deb ...
Unpacking libxxf86vm1:arm64 (1:1.1.4-1+b3) ...
Selecting previously unselected package libvulkan1:arm64.
Preparing to unpack .../094-libvulkan1_1.3.296.0-1_arm64.deb ...
Unpacking libvulkan1:arm64 (1.3.296.0-1) ...
Selecting previously unselected package libgl1-mesa-dri:arm64.
Preparing to unpack .../095-libgl1-mesa-dri_24.2.4-1_arm64.deb ...
Unpacking libgl1-mesa-dri:arm64 (24.2.4-1) ...
Selecting previously unselected package libglx-mesa0:arm64.
Preparing to unpack .../096-libglx-mesa0_24.2.4-1_arm64.deb ...
Unpacking libglx-mesa0:arm64 (24.2.4-1) ...
Selecting previously unselected package libglx0:arm64.
Preparing to unpack .../097-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 .../098-libgl1_1.7.0-1+b1_arm64.deb ...
Unpacking libgl1:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../099-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 .../100-libharfbuzz0b_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (9.0.0-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../101-x11-common_1%3a7.7+23.1_all.deb ...
Unpacking x11-common (1:7.7+23.1) ...
Selecting previously unselected package libice6:arm64.
Preparing to unpack .../102-libice6_2%3a1.0.10-1+b1_arm64.deb ...
Unpacking libice6:arm64 (2:1.0.10-1+b1) ...
Selecting previously unselected package libevdev2:arm64.
Preparing to unpack .../103-libevdev2_1.13.3+dfsg-1_arm64.deb ...
Unpacking libevdev2:arm64 (1.13.3+dfsg-1) ...
Selecting previously unselected package libmtdev1t64:arm64.
Preparing to unpack .../104-libmtdev1t64_1.1.6-1.2_arm64.deb ...
Unpacking libmtdev1t64:arm64 (1.1.6-1.2) ...
Selecting previously unselected package libgudev-1.0-0:arm64.
Preparing to unpack .../105-libgudev-1.0-0_238-5_arm64.deb ...
Unpacking libgudev-1.0-0:arm64 (238-5) ...
Selecting previously unselected package libwacom-common.
Preparing to unpack .../106-libwacom-common_2.13.0-1_all.deb ...
Unpacking libwacom-common (2.13.0-1) ...
Selecting previously unselected package libwacom9:arm64.
Preparing to unpack .../107-libwacom9_2.13.0-1_arm64.deb ...
Unpacking libwacom9:arm64 (2.13.0-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../108-libinput-bin_1.26.2-1_arm64.deb ...
Unpacking libinput-bin (1.26.2-1) ...
Selecting previously unselected package libinput10:arm64.
Preparing to unpack .../109-libinput10_1.26.2-1_arm64.deb ...
Unpacking libinput10:arm64 (1.26.2-1) ...
Selecting previously unselected package libmd4c0:arm64.
Preparing to unpack .../110-libmd4c0_0.5.2-2+b1_arm64.deb ...
Unpacking libmd4c0:arm64 (0.5.2-2+b1) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../111-libdbus-1-3_1.14.10-4+b1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.14.10-4+b1) ...
Selecting previously unselected package libqt5dbus5t64:arm64.
Preparing to unpack .../112-libqt5dbus5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5dbus5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../113-libkrb5support0_1.21.3-3_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.21.3-3) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../114-libk5crypto3_1.21.3-3_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.21.3-3) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../115-libkeyutils1_1.6.3-3_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6.3-3) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../116-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 .../117-libgssapi-krb5-2_1.21.3-3_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.21.3-3) ...
Selecting previously unselected package libqt5network5t64:arm64.
Preparing to unpack .../118-libqt5network5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5network5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libsm6:arm64.
Preparing to unpack .../119-libsm6_2%3a1.2.3-1+b1_arm64.deb ...
Unpacking libsm6:arm64 (2:1.2.3-1+b1) ...
Selecting previously unselected package libxcb-icccm4:arm64.
Preparing to unpack .../120-libxcb-icccm4_0.4.1-1.2_arm64.deb ...
Unpacking libxcb-icccm4:arm64 (0.4.1-1.2) ...
Selecting previously unselected package libxcb-util1:arm64.
Preparing to unpack .../121-libxcb-util1_0.4.0-1+b2_arm64.deb ...
Unpacking libxcb-util1:arm64 (0.4.0-1+b2) ...
Selecting previously unselected package libxcb-image0:arm64.
Preparing to unpack .../122-libxcb-image0_0.4.0-2+b1_arm64.deb ...
Unpacking libxcb-image0:arm64 (0.4.0-2+b1) ...
Selecting previously unselected package libxcb-keysyms1:arm64.
Preparing to unpack .../123-libxcb-keysyms1_0.4.0-1+b3_arm64.deb ...
Unpacking libxcb-keysyms1:arm64 (0.4.0-1+b3) ...
Selecting previously unselected package libxcb-render0:arm64.
Preparing to unpack .../124-libxcb-render0_1.17.0-2_arm64.deb ...
Unpacking libxcb-render0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-render-util0:arm64.
Preparing to unpack .../125-libxcb-render-util0_0.3.9-1+b2_arm64.deb ...
Unpacking libxcb-render-util0:arm64 (0.3.9-1+b2) ...
Selecting previously unselected package libxcb-shape0:arm64.
Preparing to unpack .../126-libxcb-shape0_1.17.0-2_arm64.deb ...
Unpacking libxcb-shape0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-xinerama0:arm64.
Preparing to unpack .../127-libxcb-xinerama0_1.17.0-2_arm64.deb ...
Unpacking libxcb-xinerama0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-xinput0:arm64.
Preparing to unpack .../128-libxcb-xinput0_1.17.0-2_arm64.deb ...
Unpacking libxcb-xinput0:arm64 (1.17.0-2) ...
Selecting previously unselected package libxcb-xkb1:arm64.
Preparing to unpack .../129-libxcb-xkb1_1.17.0-2_arm64.deb ...
Unpacking libxcb-xkb1:arm64 (1.17.0-2) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../130-xkb-data_2.42-1_all.deb ...
Unpacking xkb-data (2.42-1) ...
Selecting previously unselected package libxkbcommon0:arm64.
Preparing to unpack .../131-libxkbcommon0_1.6.0-1+b1_arm64.deb ...
Unpacking libxkbcommon0:arm64 (1.6.0-1+b1) ...
Selecting previously unselected package libxkbcommon-x11-0:arm64.
Preparing to unpack .../132-libxkbcommon-x11-0_1.6.0-1+b1_arm64.deb ...
Unpacking libxkbcommon-x11-0:arm64 (1.6.0-1+b1) ...
Selecting previously unselected package libxrender1:arm64.
Preparing to unpack .../133-libxrender1_1%3a0.9.10-1.1+b1_arm64.deb ...
Unpacking libxrender1:arm64 (1:0.9.10-1.1+b1) ...
Selecting previously unselected package libqt5gui5t64:arm64.
Preparing to unpack .../134-libqt5gui5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5gui5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5positioning5:arm64.
Preparing to unpack .../135-libqt5positioning5_5.15.13+dfsg-2_arm64.deb ...
Unpacking libqt5positioning5:arm64 (5.15.13+dfsg-2) ...
Selecting previously unselected package libavahi-common-data:arm64.
Preparing to unpack .../136-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 .../137-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 .../138-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 .../139-libcups2t64_2.4.10-2_arm64.deb ...
Unpacking libcups2t64:arm64 (2.4.10-2) ...
Selecting previously unselected package libqt5widgets5t64:arm64.
Preparing to unpack .../140-libqt5widgets5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5widgets5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5printsupport5t64:arm64.
Preparing to unpack .../141-libqt5printsupport5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5printsupport5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5qml5:arm64.
Preparing to unpack .../142-libqt5qml5_5.15.13+dfsg-2_arm64.deb ...
Unpacking libqt5qml5:arm64 (5.15.13+dfsg-2) ...
Selecting previously unselected package libqt5qmlmodels5:arm64.
Preparing to unpack .../143-libqt5qmlmodels5_5.15.13+dfsg-2_arm64.deb ...
Unpacking libqt5qmlmodels5:arm64 (5.15.13+dfsg-2) ...
Selecting previously unselected package libqt5quick5:arm64.
Preparing to unpack .../144-libqt5quick5_5.15.13+dfsg-2_arm64.deb ...
Unpacking libqt5quick5:arm64 (5.15.13+dfsg-2) ...
Selecting previously unselected package libqt5sensors5:arm64.
Preparing to unpack .../145-libqt5sensors5_5.15.13-2_arm64.deb ...
Unpacking libqt5sensors5:arm64 (5.15.13-2) ...
Selecting previously unselected package libqt5webchannel5:arm64.
Preparing to unpack .../146-libqt5webchannel5_5.15.13-2_arm64.deb ...
Unpacking libqt5webchannel5:arm64 (5.15.13-2) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../147-libsqlite3-0_3.46.1-1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.46.1-1) ...
Selecting previously unselected package libwoff1:arm64.
Preparing to unpack .../148-libwoff1_1.0.2-2+b1_arm64.deb ...
Unpacking libwoff1:arm64 (1.0.2-2+b1) ...
Selecting previously unselected package libxslt1.1:arm64.
Preparing to unpack .../149-libxslt1.1_1.1.35-1.1_arm64.deb ...
Unpacking libxslt1.1:arm64 (1.1.35-1.1) ...
Selecting previously unselected package libqt5webkit5:arm64.
Preparing to unpack .../150-libqt5webkit5_5.212.0~alpha4-39_arm64.deb ...
Unpacking libqt5webkit5:arm64 (5.212.0~alpha4-39) ...
Selecting previously unselected package libpython3.12-minimal:arm64.
Preparing to unpack .../151-libpython3.12-minimal_3.12.7-1_arm64.deb ...
Unpacking libpython3.12-minimal:arm64 (3.12.7-1) ...
Selecting previously unselected package python3.12-minimal.
Preparing to unpack .../152-python3.12-minimal_3.12.7-1_arm64.deb ...
Unpacking python3.12-minimal (3.12.7-1) ...
Setting up libpython3.12-minimal:arm64 (3.12.7-1) ...
Setting up libexpat1:arm64 (2.6.3-1) ...
Setting up python3.12-minimal (3.12.7-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 24810 files and directories currently installed.)
Preparing to unpack .../00-python3-minimal_3.12.6-1_arm64.deb ...
Unpacking python3-minimal (3.12.6-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 libtirpc-common.
Preparing to unpack .../03-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 .../04-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 .../05-libnsl2_1.3.0-3+b2_arm64.deb ...
Unpacking libnsl2:arm64 (1.3.0-3+b2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../06-readline-common_8.2-5_all.deb ...
Unpacking readline-common (8.2-5) ...
Selecting previously unselected package libreadline8t64:arm64.
Preparing to unpack .../07-libreadline8t64_8.2-5_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-5) ...
Selecting previously unselected package libpython3.12-stdlib:arm64.
Preparing to unpack .../08-libpython3.12-stdlib_3.12.7-1_arm64.deb ...
Unpacking libpython3.12-stdlib:arm64 (3.12.7-1) ...
Selecting previously unselected package python3.12.
Preparing to unpack .../09-python3.12_3.12.7-1_arm64.deb ...
Unpacking python3.12 (3.12.7-1) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../10-libpython3-stdlib_3.12.6-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up python3-minimal (3.12.6-1) ...
Selecting previously unselected package python3.
(Reading database ... 25312 files and directories currently installed.)
Preparing to unpack .../000-python3_3.12.6-1_arm64.deb ...
Unpacking python3 (3.12.6-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-6_arm64.deb ...
Unpacking libproc2-0:arm64 (2:4.0.4-6) ...
Selecting previously unselected package procps.
Preparing to unpack .../003-procps_2%3a4.0.4-6_arm64.deb ...
Unpacking procps (2:4.0.4-6) ...
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 bsdextrautils.
Preparing to unpack .../011-bsdextrautils_2.40.2-9_arm64.deb ...
Unpacking bsdextrautils (2.40.2-9) ...
Selecting previously unselected package libpipeline1:arm64.
Preparing to unpack .../012-libpipeline1_1.5.8-1_arm64.deb ...
Unpacking libpipeline1:arm64 (1.5.8-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../013-man-db_2.13.0-1_arm64.deb ...
Unpacking man-db (2.13.0-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../014-m4_1.4.19-4_arm64.deb ...
Unpacking m4 (1.4.19-4) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../015-autoconf_2.72-3_all.deb ...
Unpacking autoconf (2.72-3) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../016-autotools-dev_20220109.1_all.deb ...
Unpacking autotools-dev (20220109.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../017-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 .../018-autopoint_0.22.5-2_all.deb ...
Unpacking autopoint (0.22.5-2) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../019-cmake-data_3.30.5-1_all.deb ...
Unpacking cmake-data (3.30.5-1) ...
Selecting previously unselected package libarchive13t64:arm64.
Preparing to unpack .../020-libarchive13t64_3.7.4-1_arm64.deb ...
Unpacking libarchive13t64:arm64 (3.7.4-1) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../021-libsasl2-modules-db_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../022-libsasl2-2_2.1.28+dfsg1-8_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.28+dfsg1-8) ...
Selecting previously unselected package libldap-2.5-0:arm64.
Preparing to unpack .../023-libldap-2.5-0_2.5.18+dfsg-3+b1_arm64.deb ...
Unpacking libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../024-libnghttp2-14_1.63.0-1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.63.0-1) ...
Selecting previously unselected package libpsl5t64:arm64.
Preparing to unpack .../025-libpsl5t64_0.21.2-1.1_arm64.deb ...
Unpacking libpsl5t64:arm64 (0.21.2-1.1) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../026-librtmp1_2.4+20151223.gitfa8646d.1-2+b4_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b4) ...
Selecting previously unselected package libssh2-1t64:arm64.
Preparing to unpack .../027-libssh2-1t64_1.11.0-7_arm64.deb ...
Unpacking libssh2-1t64:arm64 (1.11.0-7) ...
Selecting previously unselected package libcurl4t64:arm64.
Preparing to unpack .../028-libcurl4t64_8.10.1-2_arm64.deb ...
Unpacking libcurl4t64:arm64 (8.10.1-2) ...
Selecting previously unselected package libjsoncpp26:arm64.
Preparing to unpack .../029-libjsoncpp26_1.9.6-2_arm64.deb ...
Unpacking libjsoncpp26:arm64 (1.9.6-2) ...
Selecting previously unselected package librhash1:arm64.
Preparing to unpack .../030-librhash1_1.4.5-1_arm64.deb ...
Unpacking librhash1:arm64 (1.4.5-1) ...
Selecting previously unselected package libuv1t64:arm64.
Preparing to unpack .../031-libuv1t64_1.48.0-6_arm64.deb ...
Unpacking libuv1t64:arm64 (1.48.0-6) ...
Selecting previously unselected package cmake.
Preparing to unpack .../032-cmake_3.30.5-1_arm64.deb ...
Unpacking cmake (3.30.5-1) ...
Selecting previously unselected package libdebhelper-perl.
Preparing to unpack .../033-libdebhelper-perl_13.20_all.deb ...
Unpacking libdebhelper-perl (13.20) ...
Selecting previously unselected package libtool.
Preparing to unpack .../034-libtool_2.4.7-7_all.deb ...
Unpacking libtool (2.4.7-7) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../035-dh-autoreconf_20_all.deb ...
Unpacking dh-autoreconf (20) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../036-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 .../037-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 .../038-dh-strip-nondeterminism_1.14.0-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.14.0-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../039-dwz_0.15-1+b1_arm64.deb ...
Unpacking dwz (0.15-1+b1) ...
Selecting previously unselected package gettext.
Preparing to unpack .../040-gettext_0.22.5-2_arm64.deb ...
Unpacking gettext (0.22.5-2) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../041-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 .../042-po-debconf_1.0.21+nmu1_all.deb ...
Unpacking po-debconf (1.0.21+nmu1) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../043-debhelper_13.20_all.deb ...
Unpacking debhelper (13.20) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../044-libfakeroot_1.36-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.36-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../045-fakeroot_1.36-1_arm64.deb ...
Unpacking fakeroot (1.36-1) ...
Selecting previously unselected package fonts-wqy-zenhei.
Preparing to unpack .../046-fonts-wqy-zenhei_0.9.45-8_all.deb ...
Unpacking fonts-wqy-zenhei (0.9.45-8) ...
Selecting previously unselected package fp-units-rtl-3.2.2:arm64.
Preparing to unpack .../047-fp-units-rtl-3.2.2_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-rtl-3.2.2:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-compiler-3.2.2:arm64.
Preparing to unpack .../048-fp-compiler-3.2.2_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-compiler-3.2.2:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-compiler:arm64.
Preparing to unpack .../049-fp-compiler_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-compiler:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-units-base-3.2.2:arm64.
Preparing to unpack .../050-fp-units-base-3.2.2_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-base-3.2.2:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-units-gfx-3.2.2:arm64.
Preparing to unpack .../051-fp-units-gfx-3.2.2_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-gfx-3.2.2:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-units-gfx:arm64.
Preparing to unpack .../052-fp-units-gfx_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-gfx:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-units-misc-3.2.2:arm64.
Preparing to unpack .../053-fp-units-misc-3.2.2_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-misc-3.2.2:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package fp-units-misc:arm64.
Preparing to unpack .../054-fp-units-misc_3.2.2+dfsg-34_arm64.deb ...
Unpacking fp-units-misc:arm64 (3.2.2+dfsg-34) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../055-gir1.2-glib-2.0_2.82.1-1_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (2.82.1-1) ...
Selecting previously unselected package libpixman-1-0:arm64.
Preparing to unpack .../056-libpixman-1-0_0.42.2-1+b1_arm64.deb ...
Unpacking libpixman-1-0:arm64 (0.42.2-1+b1) ...
Selecting previously unselected package libcairo2:arm64.
Preparing to unpack .../057-libcairo2_1.18.2-2_arm64.deb ...
Unpacking libcairo2:arm64 (1.18.2-2) ...
Selecting previously unselected package libcairo-gobject2:arm64.
Preparing to unpack .../058-libcairo-gobject2_1.18.2-2_arm64.deb ...
Unpacking libcairo-gobject2:arm64 (1.18.2-2) ...
Selecting previously unselected package gir1.2-freedesktop:arm64.
Preparing to unpack .../059-gir1.2-freedesktop_1.82.0-2_arm64.deb ...
Unpacking gir1.2-freedesktop:arm64 (1.82.0-2) ...
Selecting previously unselected package gir1.2-glib-2.0-dev:arm64.
Preparing to unpack .../060-gir1.2-glib-2.0-dev_2.82.1-1_arm64.deb ...
Unpacking gir1.2-glib-2.0-dev:arm64 (2.82.1-1) ...
Selecting previously unselected package gir1.2-freedesktop-dev:arm64.
Preparing to unpack .../061-gir1.2-freedesktop-dev_1.82.0-2_arm64.deb ...
Unpacking gir1.2-freedesktop-dev:arm64 (1.82.0-2) ...
Selecting previously unselected package gir1.2-gudev-1.0:arm64.
Preparing to unpack .../062-gir1.2-gudev-1.0_238-5_arm64.deb ...
Unpacking gir1.2-gudev-1.0:arm64 (238-5) ...
Selecting previously unselected package libharfbuzz-gobject0:arm64.
Preparing to unpack .../063-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 .../064-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 libibus-1.0-5:arm64.
Preparing to unpack .../065-libibus-1.0-5_1.5.30-1_arm64.deb ...
Unpacking libibus-1.0-5:arm64 (1.5.30-1) ...
Selecting previously unselected package gir1.2-ibus-1.0:arm64.
Preparing to unpack .../066-gir1.2-ibus-1.0_1.5.30-1_arm64.deb ...
Unpacking gir1.2-ibus-1.0:arm64 (1.5.30-1) ...
Selecting previously unselected package native-architecture.
Preparing to unpack .../067-native-architecture_0.2.3_all.deb ...
Unpacking native-architecture (0.2.3) ...
Selecting previously unselected package libgirepository-2.0-0:arm64.
Preparing to unpack .../068-libgirepository-2.0-0_2.82.1-1_arm64.deb ...
Unpacking libgirepository-2.0-0:arm64 (2.82.1-1) ...
Selecting previously unselected package girepository-tools:arm64.
Preparing to unpack .../069-girepository-tools_2.82.1-1_arm64.deb ...
Unpacking girepository-tools:arm64 (2.82.1-1) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../070-hicolor-icon-theme_0.18-1_all.deb ...
Unpacking hicolor-icon-theme (0.18-1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../071-icu-devtools_72.1-5_arm64.deb ...
Unpacking icu-devtools (72.1-5) ...
Selecting previously unselected package imagemagick-6.q16.
Preparing to unpack .../072-imagemagick-6.q16_8%3a6.9.13.12+dfsg1-1+b1_arm64.deb ...
Unpacking imagemagick-6.q16 (8:6.9.13.12+dfsg1-1+b1) ...
Selecting previously unselected package imagemagick.
Preparing to unpack .../073-imagemagick_8%3a6.9.13.12+dfsg1-1+b1_arm64.deb ...
Unpacking imagemagick (8:6.9.13.12+dfsg1-1+b1) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../074-libasound2-data_1.2.12-1_all.deb ...
Unpacking libasound2-data (1.2.12-1) ...
Selecting previously unselected package libasound2t64:arm64.
Preparing to unpack .../075-libasound2t64_1.2.12-1_arm64.deb ...
Unpacking libasound2t64:arm64 (1.2.12-1) ...
Selecting previously unselected package libasound2-dev:arm64.
Preparing to unpack .../076-libasound2-dev_1.2.12-1_arm64.deb ...
Unpacking libasound2-dev:arm64 (1.2.12-1) ...
Selecting previously unselected package libasyncns0:arm64.
Preparing to unpack .../077-libasyncns0_0.8-6+b4_arm64.deb ...
Unpacking libasyncns0:arm64 (0.8-6+b4) ...
Selecting previously unselected package uuid-dev:arm64.
Preparing to unpack .../078-uuid-dev_2.40.2-9_arm64.deb ...
Unpacking uuid-dev:arm64 (2.40.2-9) ...
Selecting previously unselected package libblkid-dev:arm64.
Preparing to unpack .../079-libblkid-dev_2.40.2-9_arm64.deb ...
Unpacking libblkid-dev:arm64 (2.40.2-9) ...
Selecting previously unselected package libbrotli-dev:arm64.
Preparing to unpack .../080-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 .../081-libbz2-dev_1.0.8-6_arm64.deb ...
Unpacking libbz2-dev:arm64 (1.0.8-6) ...
Selecting previously unselected package libclang1-19.
Preparing to unpack .../082-libclang1-19_1%3a19.1.2-1_arm64.deb ...
Unpacking libclang1-19 (1:19.1.2-1) ...
Selecting previously unselected package libpkgconf3:arm64.
Preparing to unpack .../083-libpkgconf3_1.8.1-3_arm64.deb ...
Unpacking libpkgconf3:arm64 (1.8.1-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../084-pkgconf-bin_1.8.1-3_arm64.deb ...
Unpacking pkgconf-bin (1.8.1-3) ...
Selecting previously unselected package pkgconf:arm64.
Preparing to unpack .../085-pkgconf_1.8.1-3_arm64.deb ...
Unpacking pkgconf:arm64 (1.8.1-3) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../086-xml-core_0.19_all.deb ...
Unpacking xml-core (0.19) ...
Selecting previously unselected package libdbus-1-dev:arm64.
Preparing to unpack .../087-libdbus-1-dev_1.14.10-4+b1_arm64.deb ...
Unpacking libdbus-1-dev:arm64 (1.14.10-4+b1) ...
Selecting previously unselected package libdecor-0-0:arm64.
Preparing to unpack .../088-libdecor-0-0_0.2.2-1+b1_arm64.deb ...
Unpacking libdecor-0-0:arm64 (0.2.2-1+b1) ...
Selecting previously unselected package libwayland-cursor0:arm64.
Preparing to unpack .../089-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 .../090-libwayland-egl1_1.23.0-1_arm64.deb ...
Unpacking libwayland-egl1:arm64 (1.23.0-1) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../091-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 .../092-libwayland-dev_1.23.0-1_arm64.deb ...
Unpacking libwayland-dev:arm64 (1.23.0-1) ...
Selecting previously unselected package libdecor-0-dev:arm64.
Preparing to unpack .../093-libdecor-0-dev_0.2.2-1+b1_arm64.deb ...
Unpacking libdecor-0-dev:arm64 (0.2.2-1+b1) ...
Selecting previously unselected package libdeflate-dev:arm64.
Preparing to unpack .../094-libdeflate-dev_1.22-1_arm64.deb ...
Unpacking libdeflate-dev:arm64 (1.22-1) ...
Selecting previously unselected package libdrm-nouveau2:arm64.
Preparing to unpack .../095-libdrm-nouveau2_2.4.123-1_arm64.deb ...
Unpacking libdrm-nouveau2:arm64 (2.4.123-1) ...
Selecting previously unselected package libdrm-freedreno1:arm64.
Preparing to unpack .../096-libdrm-freedreno1_2.4.123-1_arm64.deb ...
Unpacking libdrm-freedreno1:arm64 (2.4.123-1) ...
Selecting previously unselected package libdrm-tegra0:arm64.
Preparing to unpack .../097-libdrm-tegra0_2.4.123-1_arm64.deb ...
Unpacking libdrm-tegra0:arm64 (2.4.123-1) ...
Selecting previously unselected package libdrm-etnaviv1:arm64.
Preparing to unpack .../098-libdrm-etnaviv1_2.4.123-1_arm64.deb ...
Unpacking libdrm-etnaviv1:arm64 (2.4.123-1) ...
Selecting previously unselected package libpciaccess0:arm64.
Preparing to unpack .../099-libpciaccess0_0.17-3+b1_arm64.deb ...
Unpacking libpciaccess0:arm64 (0.17-3+b1) ...
Selecting previously unselected package libpciaccess-dev:arm64.
Preparing to unpack .../100-libpciaccess-dev_0.17-3+b1_arm64.deb ...
Unpacking libpciaccess-dev:arm64 (0.17-3+b1) ...
Selecting previously unselected package libdrm-dev:arm64.
Preparing to unpack .../101-libdrm-dev_2.4.123-1_arm64.deb ...
Unpacking libdrm-dev:arm64 (2.4.123-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../102-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 .../103-x11proto-dev_2024.1-1_all.deb ...
Unpacking x11proto-dev (2024.1-1) ...
Selecting previously unselected package libxau-dev:arm64.
Preparing to unpack .../104-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 .../105-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 .../106-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 .../107-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 .../108-libx11-dev_2%3a1.8.7-1+b1_arm64.deb ...
Unpacking libx11-dev:arm64 (2:1.8.7-1+b1) ...
Selecting previously unselected package libglx-dev:arm64.
Preparing to unpack .../109-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 .../110-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 .../111-libegl-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libegl-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libevdev-dev:arm64.
Preparing to unpack .../112-libevdev-dev_1.13.3+dfsg-1_arm64.deb ...
Unpacking libevdev-dev:arm64 (1.13.3+dfsg-1) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../113-libexpat1-dev_2.6.3-1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.6.3-1) ...
Selecting previously unselected package libogg0:arm64.
Preparing to unpack .../114-libogg0_1.3.5-3+b1_arm64.deb ...
Unpacking libogg0:arm64 (1.3.5-3+b1) ...
Selecting previously unselected package libflac12t64:arm64.
Preparing to unpack .../115-libflac12t64_1.4.3+ds-2.1_arm64.deb ...
Unpacking libflac12t64:arm64 (1.4.3+ds-2.1) ...
Selecting previously unselected package libogg-dev:arm64.
Preparing to unpack .../116-libogg-dev_1.3.5-3+b1_arm64.deb ...
Unpacking libogg-dev:arm64 (1.3.5-3+b1) ...
Selecting previously unselected package libflac-dev:arm64.
Preparing to unpack .../117-libflac-dev_1.4.3+ds-2.1_arm64.deb ...
Unpacking libflac-dev:arm64 (1.4.3+ds-2.1) ...
Selecting previously unselected package libmp3lame0:arm64.
Preparing to unpack .../118-libmp3lame0_3.100-6+b2_arm64.deb ...
Unpacking libmp3lame0:arm64 (3.100-6+b2) ...
Selecting previously unselected package libmpg123-0t64:arm64.
Preparing to unpack .../119-libmpg123-0t64_1.32.7-1_arm64.deb ...
Unpacking libmpg123-0t64:arm64 (1.32.7-1) ...
Selecting previously unselected package libopus0:arm64.
Preparing to unpack .../120-libopus0_1.5.2-2_arm64.deb ...
Unpacking libopus0:arm64 (1.5.2-2) ...
Selecting previously unselected package libvorbis0a:arm64.
Preparing to unpack .../121-libvorbis0a_1.3.7-2_arm64.deb ...
Unpacking libvorbis0a:arm64 (1.3.7-2) ...
Selecting previously unselected package libvorbisenc2:arm64.
Preparing to unpack .../122-libvorbisenc2_1.3.7-2_arm64.deb ...
Unpacking libvorbisenc2:arm64 (1.3.7-2) ...
Selecting previously unselected package libsndfile1:arm64.
Preparing to unpack .../123-libsndfile1_1.2.2-1+b2_arm64.deb ...
Unpacking libsndfile1:arm64 (1.2.2-1+b2) ...
Selecting previously unselected package libinstpatch-1.0-2:arm64.
Preparing to unpack .../124-libinstpatch-1.0-2_1.1.6-1+b1_arm64.deb ...
Unpacking libinstpatch-1.0-2:arm64 (1.1.6-1+b1) ...
Selecting previously unselected package libjack0:arm64.
Preparing to unpack .../125-libjack0_1%3a0.126.0-2+b2_arm64.deb ...
Unpacking libjack0:arm64 (1:0.126.0-2+b2) ...
Selecting previously unselected package libwebrtc-audio-processing1:arm64.
Preparing to unpack .../126-libwebrtc-audio-processing1_0.3-1+b2_arm64.deb ...
Unpacking libwebrtc-audio-processing1:arm64 (0.3-1+b2) ...
Selecting previously unselected package libspa-0.2-modules:arm64.
Preparing to unpack .../127-libspa-0.2-modules_1.2.5-1_arm64.deb ...
Unpacking libspa-0.2-modules:arm64 (1.2.5-1) ...
Selecting previously unselected package libpipewire-0.3-0t64:arm64.
Preparing to unpack .../128-libpipewire-0.3-0t64_1.2.5-1_arm64.deb ...
Unpacking libpipewire-0.3-0t64:arm64 (1.2.5-1) ...
Selecting previously unselected package libpulse0:arm64.
Preparing to unpack .../129-libpulse0_16.1+dfsg1-5.1_arm64.deb ...
Unpacking libpulse0:arm64 (16.1+dfsg1-5.1) ...
Selecting previously unselected package libsamplerate0:arm64.
Preparing to unpack .../130-libsamplerate0_0.2.2-4+b1_arm64.deb ...
Unpacking libsamplerate0:arm64 (0.2.2-4+b1) ...
Selecting previously unselected package libxcursor1:arm64.
Preparing to unpack .../131-libxcursor1_1%3a1.2.2-1_arm64.deb ...
Unpacking libxcursor1:arm64 (1:1.2.2-1) ...
Selecting previously unselected package libxi6:arm64.
Preparing to unpack .../132-libxi6_2%3a1.8.2-1_arm64.deb ...
Unpacking libxi6:arm64 (2:1.8.2-1) ...
Selecting previously unselected package libxrandr2:arm64.
Preparing to unpack .../133-libxrandr2_2%3a1.5.4-1_arm64.deb ...
Unpacking libxrandr2:arm64 (2:1.5.4-1) ...
Selecting previously unselected package libxss1:arm64.
Preparing to unpack .../134-libxss1_1%3a1.2.3-1+b1_arm64.deb ...
Unpacking libxss1:arm64 (1:1.2.3-1+b1) ...
Selecting previously unselected package libsdl2-2.0-0:arm64.
Preparing to unpack .../135-libsdl2-2.0-0_2.30.8+dfsg-1_arm64.deb ...
Unpacking libsdl2-2.0-0:arm64 (2.30.8+dfsg-1) ...
Selecting previously unselected package timgm6mb-soundfont.
Preparing to unpack .../136-timgm6mb-soundfont_1.3-5_all.deb ...
Unpacking timgm6mb-soundfont (1.3-5) ...
Selecting previously unselected package libfluidsynth3:arm64.
Preparing to unpack .../137-libfluidsynth3_2.3.6-1_arm64.deb ...
Unpacking libfluidsynth3:arm64 (2.3.6-1) ...
Selecting previously unselected package libsepol-dev:arm64.
Preparing to unpack .../138-libsepol-dev_3.7-1_arm64.deb ...
Unpacking libsepol-dev:arm64 (3.7-1) ...
Selecting previously unselected package libpcre2-32-0:arm64.
Preparing to unpack .../139-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 .../140-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 .../141-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 .../142-libselinux1-dev_3.7-3_arm64.deb ...
Unpacking libselinux1-dev:arm64 (3.7-3) ...
Selecting previously unselected package libmount-dev:arm64.
Preparing to unpack .../143-libmount-dev_2.40.2-9_arm64.deb ...
Unpacking libmount-dev:arm64 (2.40.2-9) ...
Selecting previously unselected package libsysprof-capture-4-dev:arm64.
Preparing to unpack .../144-libsysprof-capture-4-dev_47.0-2_arm64.deb ...
Unpacking libsysprof-capture-4-dev:arm64 (47.0-2) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../145-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 libgio-2.0-dev:arm64.
Preparing to unpack .../146-libgio-2.0-dev_2.82.1-1_arm64.deb ...
Unpacking libgio-2.0-dev:arm64 (2.82.1-1) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../147-libglib2.0-data_2.82.1-1_all.deb ...
Unpacking libglib2.0-data (2.82.1-1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../148-libglib2.0-bin_2.82.1-1_arm64.deb ...
Unpacking libglib2.0-bin (2.82.1-1) ...
Selecting previously unselected package python3-packaging.
Preparing to unpack .../149-python3-packaging_24.1-1_all.deb ...
Unpacking python3-packaging (24.1-1) ...
Selecting previously unselected package libgio-2.0-dev-bin.
Preparing to unpack .../150-libgio-2.0-dev-bin_2.82.1-1_arm64.deb ...
Unpacking libgio-2.0-dev-bin (2.82.1-1) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../151-libglib2.0-dev-bin_2.82.1-1_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.82.1-1) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../152-libglib2.0-dev_2.82.1-1_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.82.1-1) ...
Selecting previously unselected package libout123-0t64:arm64.
Preparing to unpack .../153-libout123-0t64_1.32.7-1_arm64.deb ...
Unpacking libout123-0t64:arm64 (1.32.7-1) ...
Selecting previously unselected package libsyn123-0t64:arm64.
Preparing to unpack .../154-libsyn123-0t64_1.32.7-1_arm64.deb ...
Unpacking libsyn123-0t64:arm64 (1.32.7-1) ...
Selecting previously unselected package libmpg123-dev:arm64.
Preparing to unpack .../155-libmpg123-dev_1.32.7-1_arm64.deb ...
Unpacking libmpg123-dev:arm64 (1.32.7-1) ...
Selecting previously unselected package libopus-dev:arm64.
Preparing to unpack .../156-libopus-dev_1.5.2-2_arm64.deb ...
Unpacking libopus-dev:arm64 (1.5.2-2) ...
Selecting previously unselected package libvorbisfile3:arm64.
Preparing to unpack .../157-libvorbisfile3_1.3.7-2_arm64.deb ...
Unpacking libvorbisfile3:arm64 (1.3.7-2) ...
Selecting previously unselected package libvorbis-dev:arm64.
Preparing to unpack .../158-libvorbis-dev_1.3.7-2_arm64.deb ...
Unpacking libvorbis-dev:arm64 (1.3.7-2) ...
Selecting previously unselected package libsndfile1-dev:arm64.
Preparing to unpack .../159-libsndfile1-dev_1.2.2-1+b2_arm64.deb ...
Unpacking libsndfile1-dev:arm64 (1.2.2-1+b2) ...
Selecting previously unselected package pkg-config:arm64.
Preparing to unpack .../160-pkg-config_1.8.1-3_arm64.deb ...
Unpacking pkg-config:arm64 (1.8.1-3) ...
Selecting previously unselected package libinstpatch-dev:arm64.
Preparing to unpack .../161-libinstpatch-dev_1.1.6-1+b1_arm64.deb ...
Unpacking libinstpatch-dev:arm64 (1.1.6-1+b1) ...
Selecting previously unselected package libjack-dev:arm64.
Preparing to unpack .../162-libjack-dev_1%3a0.126.0-2+b2_arm64.deb ...
Unpacking libjack-dev:arm64 (1:0.126.0-2+b2) ...
Selecting previously unselected package libspa-0.2-dev:arm64.
Preparing to unpack .../163-libspa-0.2-dev_1.2.5-1_arm64.deb ...
Unpacking libspa-0.2-dev:arm64 (1.2.5-1) ...
Selecting previously unselected package libpipewire-0.3-dev:arm64.
Preparing to unpack .../164-libpipewire-0.3-dev_1.2.5-1_arm64.deb ...
Unpacking libpipewire-0.3-dev:arm64 (1.2.5-1) ...
Selecting previously unselected package libpulse-mainloop-glib0:arm64.
Preparing to unpack .../165-libpulse-mainloop-glib0_16.1+dfsg1-5.1_arm64.deb ...
Unpacking libpulse-mainloop-glib0:arm64 (16.1+dfsg1-5.1) ...
Selecting previously unselected package libpulse-dev:arm64.
Preparing to unpack .../166-libpulse-dev_16.1+dfsg1-5.1_arm64.deb ...
Unpacking libpulse-dev:arm64 (16.1+dfsg1-5.1) ...
Selecting previously unselected package libreadline-dev:arm64.
Preparing to unpack .../167-libreadline-dev_8.2-5_arm64.deb ...
Unpacking libreadline-dev:arm64 (8.2-5) ...
Selecting previously unselected package libgbm-dev:arm64.
Preparing to unpack .../168-libgbm-dev_24.2.4-1_arm64.deb ...
Unpacking libgbm-dev:arm64 (24.2.4-1) ...
Selecting previously unselected package libgles1:arm64.
Preparing to unpack .../169-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 .../170-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 .../171-libgles-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libgles-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libibus-1.0-dev:arm64.
Preparing to unpack .../172-libibus-1.0-dev_1.5.30-1_arm64.deb ...
Unpacking libibus-1.0-dev:arm64 (1.5.30-1) ...
Selecting previously unselected package libsamplerate0-dev:arm64.
Preparing to unpack .../173-libsamplerate0-dev_0.2.2-4+b1_arm64.deb ...
Unpacking libsamplerate0-dev:arm64 (0.2.2-4+b1) ...
Selecting previously unselected package libsndio7.0:arm64.
Preparing to unpack .../174-libsndio7.0_1.10.0-0.1_arm64.deb ...
Unpacking libsndio7.0:arm64 (1.10.0-0.1) ...
Selecting previously unselected package libsndio-dev:arm64.
Preparing to unpack .../175-libsndio-dev_1.10.0-0.1_arm64.deb ...
Unpacking libsndio-dev:arm64 (1.10.0-0.1) ...
Selecting previously unselected package libudev-dev:arm64.
Preparing to unpack .../176-libudev-dev_256.7-1_arm64.deb ...
Unpacking libudev-dev:arm64 (256.7-1) ...
Selecting previously unselected package libxrender-dev:arm64.
Preparing to unpack .../177-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 libxfixes-dev:arm64.
Preparing to unpack .../178-libxfixes-dev_1%3a6.0.0-2+b1_arm64.deb ...
Unpacking libxfixes-dev:arm64 (1:6.0.0-2+b1) ...
Selecting previously unselected package libxcursor-dev:arm64.
Preparing to unpack .../179-libxcursor-dev_1%3a1.2.2-1_arm64.deb ...
Unpacking libxcursor-dev:arm64 (1:1.2.2-1) ...
Selecting previously unselected package libxext-dev:arm64.
Preparing to unpack .../180-libxext-dev_2%3a1.3.4-1+b2_arm64.deb ...
Unpacking libxext-dev:arm64 (2:1.3.4-1+b2) ...
Selecting previously unselected package libxi-dev:arm64.
Preparing to unpack .../181-libxi-dev_2%3a1.8.2-1_arm64.deb ...
Unpacking libxi-dev:arm64 (2:1.8.2-1) ...
Selecting previously unselected package libxinerama1:arm64.
Preparing to unpack .../182-libxinerama1_2%3a1.1.4-3+b1_arm64.deb ...
Unpacking libxinerama1:arm64 (2:1.1.4-3+b1) ...
Selecting previously unselected package libxinerama-dev:arm64.
Preparing to unpack .../183-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 .../184-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 .../185-libxrandr-dev_2%3a1.5.4-1_arm64.deb ...
Unpacking libxrandr-dev:arm64 (2:1.5.4-1) ...
Selecting previously unselected package libxss-dev:arm64.
Preparing to unpack .../186-libxss-dev_1%3a1.2.3-1+b1_arm64.deb ...
Unpacking libxss-dev:arm64 (1:1.2.3-1+b1) ...
Selecting previously unselected package libxt6t64:arm64.
Preparing to unpack .../187-libxt6t64_1%3a1.2.1-1.2_arm64.deb ...
Unpacking libxt6t64:arm64 (1:1.2.1-1.2) ...
Selecting previously unselected package libice-dev:arm64.
Preparing to unpack .../188-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 .../189-libsm-dev_2%3a1.2.3-1+b1_arm64.deb ...
Unpacking libsm-dev:arm64 (2:1.2.3-1+b1) ...
Selecting previously unselected package libxt-dev:arm64.
Preparing to unpack .../190-libxt-dev_1%3a1.2.1-1.2_arm64.deb ...
Unpacking libxt-dev:arm64 (1:1.2.1-1.2) ...
Selecting previously unselected package libxv1:arm64.
Preparing to unpack .../191-libxv1_2%3a1.0.11-1.1+b1_arm64.deb ...
Unpacking libxv1:arm64 (2:1.0.11-1.1+b1) ...
Selecting previously unselected package libxv-dev:arm64.
Preparing to unpack .../192-libxv-dev_2%3a1.0.11-1.1+b1_arm64.deb ...
Unpacking libxv-dev:arm64 (2:1.0.11-1.1+b1) ...
Selecting previously unselected package libxxf86vm-dev:arm64.
Preparing to unpack .../193-libxxf86vm-dev_1%3a1.1.4-1+b3_arm64.deb ...
Unpacking libxxf86vm-dev:arm64 (1:1.1.4-1+b3) ...
Selecting previously unselected package libsdl2-dev:arm64.
Preparing to unpack .../194-libsdl2-dev_2.30.8+dfsg-1_arm64.deb ...
Unpacking libsdl2-dev:arm64 (2.30.8+dfsg-1) ...
Selecting previously unselected package libsystemd-dev:arm64.
Preparing to unpack .../195-libsystemd-dev_256.7-1_arm64.deb ...
Unpacking libsystemd-dev:arm64 (256.7-1) ...
Selecting previously unselected package libfluidsynth-dev:arm64.
Preparing to unpack .../196-libfluidsynth-dev_2.3.6-1_arm64.deb ...
Unpacking libfluidsynth-dev:arm64 (2.3.6-1) ...
Selecting previously unselected package libpng-dev:arm64.
Preparing to unpack .../197-libpng-dev_1.6.44-2_arm64.deb ...
Unpacking libpng-dev:arm64 (1.6.44-2) ...
Selecting previously unselected package libfreetype-dev:arm64.
Preparing to unpack .../198-libfreetype-dev_2.13.3+dfsg-1_arm64.deb ...
Unpacking libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
Selecting previously unselected package libfontconfig-dev:arm64.
Preparing to unpack .../199-libfontconfig-dev_2.15.0-1.1_arm64.deb ...
Unpacking libfontconfig-dev:arm64 (2.15.0-1.1) ...
Selecting previously unselected package libghc-os-string-dev.
Preparing to unpack .../200-libghc-os-string-dev_2.0.6-2_arm64.deb ...
Unpacking libghc-os-string-dev (2.0.6-2) ...
Selecting previously unselected package libghc-hashable-dev.
Preparing to unpack .../201-libghc-hashable-dev_1.4.4.0-1_arm64.deb ...
Unpacking libghc-hashable-dev (1.4.4.0-1) ...
Selecting previously unselected package libghc-integer-logarithms-dev.
Preparing to unpack .../202-libghc-integer-logarithms-dev_1.0.3.1-4_arm64.deb ...
Unpacking libghc-integer-logarithms-dev (1.0.3.1-4) ...
Selecting previously unselected package libghc-primitive-dev.
Preparing to unpack .../203-libghc-primitive-dev_0.8.0.0-2_arm64.deb ...
Unpacking libghc-primitive-dev (0.8.0.0-2) ...
Selecting previously unselected package libghc-scientific-dev.
Preparing to unpack .../204-libghc-scientific-dev_0.3.7.0-3_arm64.deb ...
Unpacking libghc-scientific-dev (0.3.7.0-3) ...
Selecting previously unselected package libghc-attoparsec-dev.
Preparing to unpack .../205-libghc-attoparsec-dev_0.14.4-4_arm64.deb ...
Unpacking libghc-attoparsec-dev (0.14.4-4) ...
Selecting previously unselected package libghc-base-compat-dev.
Preparing to unpack .../206-libghc-base-compat-dev_0.13.1-1_arm64.deb ...
Unpacking libghc-base-compat-dev (0.13.1-1) ...
Selecting previously unselected package libghc-base-compat-batteries-dev.
Preparing to unpack .../207-libghc-base-compat-batteries-dev_0.13.1-1_arm64.deb ...
Unpacking libghc-base-compat-batteries-dev (0.13.1-1) ...
Selecting previously unselected package libghc-data-fix-dev.
Preparing to unpack .../208-libghc-data-fix-dev_0.3.4-1_arm64.deb ...
Unpacking libghc-data-fix-dev (0.3.4-1) ...
Selecting previously unselected package libghc-dlist-dev.
Preparing to unpack .../209-libghc-dlist-dev_1.0-4_arm64.deb ...
Unpacking libghc-dlist-dev (1.0-4) ...
Selecting previously unselected package libghc-indexed-traversable-dev.
Preparing to unpack .../210-libghc-indexed-traversable-dev_0.1.4-1_arm64.deb ...
Unpacking libghc-indexed-traversable-dev (0.1.4-1) ...
Selecting previously unselected package libghc-onetuple-dev.
Preparing to unpack .../211-libghc-onetuple-dev_0.4.2-1_arm64.deb ...
Unpacking libghc-onetuple-dev (0.4.2-1) ...
Selecting previously unselected package libghc-splitmix-dev.
Preparing to unpack .../212-libghc-splitmix-dev_0.1.0.5-2_arm64.deb ...
Unpacking libghc-splitmix-dev (0.1.0.5-2) ...
Selecting previously unselected package libghc-random-dev.
Preparing to unpack .../213-libghc-random-dev_1.2.1.2-1_arm64.deb ...
Unpacking libghc-random-dev (1.2.1.2-1) ...
Selecting previously unselected package libghc-quickcheck2-dev.
Preparing to unpack .../214-libghc-quickcheck2-dev_2.14.3-2_arm64.deb ...
Unpacking libghc-quickcheck2-dev (2.14.3-2) ...
Selecting previously unselected package libghc-tagged-dev.
Preparing to unpack .../215-libghc-tagged-dev_0.8.8-1_arm64.deb ...
Unpacking libghc-tagged-dev (0.8.8-1) ...
Selecting previously unselected package libghc-unordered-containers-dev.
Preparing to unpack .../216-libghc-unordered-containers-dev_0.2.20-3_arm64.deb ...
Unpacking libghc-unordered-containers-dev (0.2.20-3) ...
Selecting previously unselected package libghc-vector-stream-dev.
Preparing to unpack .../217-libghc-vector-stream-dev_0.1.0.1-1_arm64.deb ...
Unpacking libghc-vector-stream-dev (0.1.0.1-1) ...
Selecting previously unselected package libghc-vector-dev.
Preparing to unpack .../218-libghc-vector-dev_0.13.1.0-2_arm64.deb ...
Unpacking libghc-vector-dev (0.13.1.0-2) ...
Selecting previously unselected package libghc-indexed-traversable-instances-dev.
Preparing to unpack .../219-libghc-indexed-traversable-instances-dev_0.1.2-1_arm64.deb ...
Unpacking libghc-indexed-traversable-instances-dev (0.1.2-1) ...
Selecting previously unselected package libghc-base-orphans-dev.
Preparing to unpack .../220-libghc-base-orphans-dev_0.9.2-1_arm64.deb ...
Unpacking libghc-base-orphans-dev (0.9.2-1) ...
Selecting previously unselected package libghc-assoc-dev.
Preparing to unpack .../221-libghc-assoc-dev_1.1.1-1_arm64.deb ...
Unpacking libghc-assoc-dev (1.1.1-1) ...
Selecting previously unselected package libghc-distributive-dev.
Preparing to unpack .../222-libghc-distributive-dev_0.6.2.1-3_arm64.deb ...
Unpacking libghc-distributive-dev (0.6.2.1-3) ...
Selecting previously unselected package libghc-transformers-compat-dev.
Preparing to unpack .../223-libghc-transformers-compat-dev_0.7.2-2_arm64.deb ...
Unpacking libghc-transformers-compat-dev (0.7.2-2) ...
Selecting previously unselected package libghc-comonad-dev.
Preparing to unpack .../224-libghc-comonad-dev_5.0.8-3_arm64.deb ...
Unpacking libghc-comonad-dev (5.0.8-3) ...
Selecting previously unselected package libghc-th-abstraction-dev.
Preparing to unpack .../225-libghc-th-abstraction-dev_0.5.0.0-1_arm64.deb ...
Unpacking libghc-th-abstraction-dev (0.5.0.0-1) ...
Selecting previously unselected package libghc-bifunctors-dev.
Preparing to unpack .../226-libghc-bifunctors-dev_5.6.2-1_arm64.deb ...
Unpacking libghc-bifunctors-dev (5.6.2-1) ...
Selecting previously unselected package libghc-statevar-dev.
Preparing to unpack .../227-libghc-statevar-dev_1.2.2-3_arm64.deb ...
Unpacking libghc-statevar-dev (1.2.2-3) ...
Selecting previously unselected package libghc-contravariant-dev.
Preparing to unpack .../228-libghc-contravariant-dev_1.5.5-3_arm64.deb ...
Unpacking libghc-contravariant-dev (1.5.5-3) ...
Selecting previously unselected package libghc-semigroupoids-dev.
Preparing to unpack .../229-libghc-semigroupoids-dev_6.0.1-1_arm64.deb ...
Unpacking libghc-semigroupoids-dev (6.0.1-1) ...
Selecting previously unselected package libghc-these-dev.
Preparing to unpack .../230-libghc-these-dev_1.2.1-1_arm64.deb ...
Unpacking libghc-these-dev (1.2.1-1) ...
Selecting previously unselected package libghc-semialign-dev.
Preparing to unpack .../231-libghc-semialign-dev_1.3.1-1_arm64.deb ...
Unpacking libghc-semialign-dev (1.3.1-1) ...
Selecting previously unselected package libghc-strict-dev.
Preparing to unpack .../232-libghc-strict-dev_0.5-2_arm64.deb ...
Unpacking libghc-strict-dev (0.5-2) ...
Selecting previously unselected package libghc-text-short-dev.
Preparing to unpack .../233-libghc-text-short-dev_0.1.6-1_arm64.deb ...
Unpacking libghc-text-short-dev (0.1.6-1) ...
Selecting previously unselected package libghc-time-compat-dev.
Preparing to unpack .../234-libghc-time-compat-dev_1.9.6.1-3_arm64.deb ...
Unpacking libghc-time-compat-dev (1.9.6.1-3) ...
Selecting previously unselected package libghc-uuid-types-dev.
Preparing to unpack .../235-libghc-uuid-types-dev_1.0.5.1-2_arm64.deb ...
Unpacking libghc-uuid-types-dev (1.0.5.1-2) ...
Selecting previously unselected package libghc-witherable-dev.
Preparing to unpack .../236-libghc-witherable-dev_0.4.2-4_arm64.deb ...
Unpacking libghc-witherable-dev (0.4.2-4) ...
Selecting previously unselected package libghc-aeson-dev.
Preparing to unpack .../237-libghc-aeson-dev_2.1.2.1-6_arm64.deb ...
Unpacking libghc-aeson-dev (2.1.2.1-6) ...
Selecting previously unselected package libghc-bitvec-dev.
Preparing to unpack .../238-libghc-bitvec-dev_1.1.5.0-4_arm64.deb ...
Unpacking libghc-bitvec-dev (1.1.5.0-4) ...
Selecting previously unselected package libghc-split-dev.
Preparing to unpack .../239-libghc-split-dev_0.2.5-1_arm64.deb ...
Unpacking libghc-split-dev (0.2.5-1) ...
Selecting previously unselected package libghc-vector-algorithms-dev.
Preparing to unpack .../240-libghc-vector-algorithms-dev_0.9.0.2-1_arm64.deb ...
Unpacking libghc-vector-algorithms-dev (0.9.0.2-1) ...
Selecting previously unselected package libghc-mono-traversable-dev.
Preparing to unpack .../241-libghc-mono-traversable-dev_1.0.17.0-1_arm64.deb ...
Unpacking libghc-mono-traversable-dev (1.0.17.0-1) ...
Selecting previously unselected package libghc-unliftio-core-dev.
Preparing to unpack .../242-libghc-unliftio-core-dev_0.2.1.0-2_arm64.deb ...
Unpacking libghc-unliftio-core-dev (0.2.1.0-2) ...
Selecting previously unselected package libghc-resourcet-dev.
Preparing to unpack .../243-libghc-resourcet-dev_1.3.0-1_arm64.deb ...
Unpacking libghc-resourcet-dev (1.3.0-1) ...
Selecting previously unselected package libghc-conduit-dev.
Preparing to unpack .../244-libghc-conduit-dev_1.3.6-1_arm64.deb ...
Unpacking libghc-conduit-dev (1.3.6-1) ...
Selecting previously unselected package libghc-entropy-dev.
Preparing to unpack .../245-libghc-entropy-dev_0.4.1.10-3_arm64.deb ...
Unpacking libghc-entropy-dev (0.4.1.10-3) ...
Selecting previously unselected package libghc-network-dev.
Preparing to unpack .../246-libghc-network-dev_3.1.4.0-2_arm64.deb ...
Unpacking libghc-network-dev (3.1.4.0-2) ...
Selecting previously unselected package libghc-network-bsd-dev.
Preparing to unpack .../247-libghc-network-bsd-dev_2.8.1.0-5_arm64.deb ...
Unpacking libghc-network-bsd-dev (2.8.1.0-5) ...
Selecting previously unselected package libghc-old-locale-dev.
Preparing to unpack .../248-libghc-old-locale-dev_1.0.0.7-12_arm64.deb ...
Unpacking libghc-old-locale-dev (1.0.0.7-12) ...
Selecting previously unselected package libghc-hslogger-dev.
Preparing to unpack .../249-libghc-hslogger-dev_1.3.1.1+dfsg-1_arm64.deb ...
Unpacking libghc-hslogger-dev (1.3.1.1+dfsg-1) ...
Selecting previously unselected package libyaml-0-2:arm64.
Preparing to unpack .../250-libyaml-0-2_0.2.5-1+b1_arm64.deb ...
Unpacking libyaml-0-2:arm64 (0.2.5-1+b1) ...
Selecting previously unselected package libyaml-dev:arm64.
Preparing to unpack .../251-libyaml-dev_0.2.5-1+b1_arm64.deb ...
Unpacking libyaml-dev:arm64 (0.2.5-1+b1) ...
Selecting previously unselected package libghc-libyaml-dev.
Preparing to unpack .../252-libghc-libyaml-dev_0.1.4-1_arm64.deb ...
Unpacking libghc-libyaml-dev (0.1.4-1) ...
Selecting previously unselected package libghc-regex-base-dev.
Preparing to unpack .../253-libghc-regex-base-dev_0.94.0.2-3_arm64.deb ...
Unpacking libghc-regex-base-dev (0.94.0.2-3) ...
Selecting previously unselected package libghc-regex-tdfa-dev.
Preparing to unpack .../254-libghc-regex-tdfa-dev_1.3.2.2-2_arm64.deb ...
Unpacking libghc-regex-tdfa-dev (1.3.2.2-2) ...
Selecting previously unselected package libghc-sandi-dev.
Preparing to unpack .../255-libghc-sandi-dev_0.5-6_arm64.deb ...
Unpacking libghc-sandi-dev (0.5-6) ...
Selecting previously unselected package libghc-sha-dev.
Preparing to unpack .../256-libghc-sha-dev_1.6.4.4-6_arm64.deb ...
Unpacking libghc-sha-dev (1.6.4.4-6) ...
Selecting previously unselected package libghc-utf8-string-dev.
Preparing to unpack .../257-libghc-utf8-string-dev_1.0.2-3_arm64.deb ...
Unpacking libghc-utf8-string-dev (1.0.2-3) ...
Selecting previously unselected package libghc-yaml-dev.
Preparing to unpack .../258-libghc-yaml-dev_0.11.11.2-2_arm64.deb ...
Unpacking libghc-yaml-dev (0.11.11.2-2) ...
Selecting previously unselected package libghc-zlib-dev.
Preparing to unpack .../259-libghc-zlib-dev_0.6.3.0-3_arm64.deb ...
Unpacking libghc-zlib-dev (0.6.3.0-3) ...
Selecting previously unselected package libopengl0:arm64.
Preparing to unpack .../260-libopengl0_1.7.0-1+b1_arm64.deb ...
Unpacking libopengl0:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libglu1-mesa:arm64.
Preparing to unpack .../261-libglu1-mesa_9.0.2-1.1+b1_arm64.deb ...
Unpacking libglu1-mesa:arm64 (9.0.2-1.1+b1) ...
Selecting previously unselected package libopengl-dev:arm64.
Preparing to unpack .../262-libopengl-dev_1.7.0-1+b1_arm64.deb ...
Unpacking libopengl-dev:arm64 (1.7.0-1+b1) ...
Selecting previously unselected package libglu1-mesa-dev:arm64.
Preparing to unpack .../263-libglu1-mesa-dev_9.0.2-1.1+b1_arm64.deb ...
Unpacking libglu1-mesa-dev:arm64 (9.0.2-1.1+b1) ...
Selecting previously unselected package libgraphite2-dev:arm64.
Preparing to unpack .../264-libgraphite2-dev_1.3.14-2_arm64.deb ...
Unpacking libgraphite2-dev:arm64 (1.3.14-2) ...
Selecting previously unselected package libgudev-1.0-dev:arm64.
Preparing to unpack .../265-libgudev-1.0-dev_238-5_arm64.deb ...
Unpacking libgudev-1.0-dev:arm64 (238-5) ...
Selecting previously unselected package libharfbuzz-cairo0:arm64.
Preparing to unpack .../266-libharfbuzz-cairo0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-cairo0:arm64 (9.0.0-1) ...
Selecting previously unselected package libharfbuzz-icu0:arm64.
Preparing to unpack .../267-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 .../268-libharfbuzz-subset0_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-subset0:arm64 (9.0.0-1) ...
Selecting previously unselected package libicu-dev:arm64.
Preparing to unpack .../269-libicu-dev_72.1-5_arm64.deb ...
Unpacking libicu-dev:arm64 (72.1-5) ...
Selecting previously unselected package libharfbuzz-dev:arm64.
Preparing to unpack .../270-libharfbuzz-dev_9.0.0-1_arm64.deb ...
Unpacking libharfbuzz-dev:arm64 (9.0.0-1) ...
Selecting previously unselected package libmtdev-dev:arm64.
Preparing to unpack .../271-libmtdev-dev_1.1.6-1.2_arm64.deb ...
Unpacking libmtdev-dev:arm64 (1.1.6-1.2) ...
Selecting previously unselected package libwacom-dev:arm64.
Preparing to unpack .../272-libwacom-dev_2.13.0-1_arm64.deb ...
Unpacking libwacom-dev:arm64 (2.13.0-1) ...
Selecting previously unselected package libinput-dev:arm64.
Preparing to unpack .../273-libinput-dev_1.26.2-1_arm64.deb ...
Unpacking libinput-dev:arm64 (1.26.2-1) ...
Selecting previously unselected package libjbig-dev:arm64.
Preparing to unpack .../274-libjbig-dev_2.1-6.1+b1_arm64.deb ...
Unpacking libjbig-dev:arm64 (2.1-6.1+b1) ...
Selecting previously unselected package libjpeg62-turbo-dev:arm64.
Preparing to unpack .../275-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 .../276-libjpeg-dev_1%3a2.1.5-3_arm64.deb ...
Unpacking libjpeg-dev:arm64 (1:2.1.5-3) ...
Selecting previously unselected package liblerc-dev:arm64.
Preparing to unpack .../277-liblerc-dev_4.0.0+ds-4+b1_arm64.deb ...
Unpacking liblerc-dev:arm64 (4.0.0+ds-4+b1) ...
Selecting previously unselected package liblua5.1-0:arm64.
Preparing to unpack .../278-liblua5.1-0_5.1.5-9+b2_arm64.deb ...
Unpacking liblua5.1-0:arm64 (5.1.5-9+b2) ...
Selecting previously unselected package liblua5.1-0-dev:arm64.
Preparing to unpack .../279-liblua5.1-0-dev_5.1.5-9+b2_arm64.deb ...
Unpacking liblua5.1-0-dev:arm64 (5.1.5-9+b2) ...
Selecting previously unselected package liblzma-dev:arm64.
Preparing to unpack .../280-liblzma-dev_5.6.2-2_arm64.deb ...
Unpacking liblzma-dev:arm64 (5.6.2-2) ...
Selecting previously unselected package libmodplug1:arm64.
Preparing to unpack .../281-libmodplug1_1%3a0.8.9.0-3+b1_arm64.deb ...
Unpacking libmodplug1:arm64 (1:0.8.9.0-3+b1) ...
Selecting previously unselected package libmodplug-dev:arm64.
Preparing to unpack .../282-libmodplug-dev_1%3a0.8.9.0-3+b1_arm64.deb ...
Unpacking libmodplug-dev:arm64 (1:0.8.9.0-3+b1) ...
Selecting previously unselected package libopusfile0:arm64.
Preparing to unpack .../283-libopusfile0_0.12-4+b2_arm64.deb ...
Unpacking libopusfile0:arm64 (0.12-4+b2) ...
Selecting previously unselected package libopusfile-dev:arm64.
Preparing to unpack .../284-libopusfile-dev_0.12-4+b2_arm64.deb ...
Unpacking libopusfile-dev:arm64 (0.12-4+b2) ...
Selecting previously unselected package libphysfs1:arm64.
Preparing to unpack .../285-libphysfs1_3.0.2-6+b1_arm64.deb ...
Unpacking libphysfs1:arm64 (3.0.2-6+b1) ...
Selecting previously unselected package libphysfs-dev.
Preparing to unpack .../286-libphysfs-dev_3.0.2-6+b1_arm64.deb ...
Unpacking libphysfs-dev (3.0.2-6+b1) ...
Selecting previously unselected package libqt5concurrent5t64:arm64.
Preparing to unpack .../287-libqt5concurrent5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5concurrent5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5xml5t64:arm64.
Preparing to unpack .../288-libqt5xml5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5xml5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5designer5:arm64.
Preparing to unpack .../289-libqt5designer5_5.15.13-4+b1_arm64.deb ...
Unpacking libqt5designer5:arm64 (5.15.13-4+b1) ...
Selecting previously unselected package libqt5designercomponents5:arm64.
Preparing to unpack .../290-libqt5designercomponents5_5.15.13-4+b1_arm64.deb ...
Unpacking libqt5designercomponents5:arm64 (5.15.13-4+b1) ...
Selecting previously unselected package libqt5sql5t64:arm64.
Preparing to unpack .../291-libqt5sql5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5sql5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5help5:arm64.
Preparing to unpack .../292-libqt5help5_5.15.13-4+b1_arm64.deb ...
Unpacking libqt5help5:arm64 (5.15.13-4+b1) ...
Selecting previously unselected package libqt5quickwidgets5:arm64.
Preparing to unpack .../293-libqt5quickwidgets5_5.15.13+dfsg-2_arm64.deb ...
Unpacking libqt5quickwidgets5:arm64 (5.15.13+dfsg-2) ...
Selecting previously unselected package libqt5sql5-sqlite:arm64.
Preparing to unpack .../294-libqt5sql5-sqlite_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5sql5-sqlite:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libqt5test5t64:arm64.
Preparing to unpack .../295-libqt5test5t64_5.15.13+dfsg-4_arm64.deb ...
Unpacking libqt5test5t64:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package libsdl2-image-2.0-0:arm64.
Preparing to unpack .../296-libsdl2-image-2.0-0_2.8.2+dfsg-1+b1_arm64.deb ...
Unpacking libsdl2-image-2.0-0:arm64 (2.8.2+dfsg-1+b1) ...
Selecting previously unselected package libzstd-dev:arm64.
Preparing to unpack .../297-libzstd-dev_1.5.6+dfsg-1_arm64.deb ...
Unpacking libzstd-dev:arm64 (1.5.6+dfsg-1) ...
Selecting previously unselected package libwebpdecoder3:arm64.
Preparing to unpack .../298-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 .../299-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 .../300-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 .../301-libtiffxx6_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiffxx6:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libtiff-dev:arm64.
Preparing to unpack .../302-libtiff-dev_4.5.1+git230720-5_arm64.deb ...
Unpacking libtiff-dev:arm64 (4.5.1+git230720-5) ...
Selecting previously unselected package libsdl2-image-dev:arm64.
Preparing to unpack .../303-libsdl2-image-dev_2.8.2+dfsg-1+b1_arm64.deb ...
Unpacking libsdl2-image-dev:arm64 (2.8.2+dfsg-1+b1) ...
Selecting previously unselected package libsdl2-mixer-2.0-0:arm64.
Preparing to unpack .../304-libsdl2-mixer-2.0-0_2.8.0+dfsg-1+b2_arm64.deb ...
Unpacking libsdl2-mixer-2.0-0:arm64 (2.8.0+dfsg-1+b2) ...
Selecting previously unselected package libsdl2-mixer-dev:arm64.
Preparing to unpack .../305-libsdl2-mixer-dev_2.8.0+dfsg-1+b2_arm64.deb ...
Unpacking libsdl2-mixer-dev:arm64 (2.8.0+dfsg-1+b2) ...
Selecting previously unselected package libsdl2-net-2.0-0:arm64.
Preparing to unpack .../306-libsdl2-net-2.0-0_2.2.0+dfsg-2+b1_arm64.deb ...
Unpacking libsdl2-net-2.0-0:arm64 (2.2.0+dfsg-2+b1) ...
Selecting previously unselected package libsdl2-net-dev:arm64.
Preparing to unpack .../307-libsdl2-net-dev_2.2.0+dfsg-2+b1_arm64.deb ...
Unpacking libsdl2-net-dev:arm64 (2.2.0+dfsg-2+b1) ...
Selecting previously unselected package libsdl2-ttf-2.0-0:arm64.
Preparing to unpack .../308-libsdl2-ttf-2.0-0_2.22.0+dfsg-1_arm64.deb ...
Unpacking libsdl2-ttf-2.0-0:arm64 (2.22.0+dfsg-1) ...
Selecting previously unselected package libsdl2-ttf-dev:arm64.
Preparing to unpack .../309-libsdl2-ttf-dev_2.22.0+dfsg-1_arm64.deb ...
Unpacking libsdl2-ttf-dev:arm64 (2.22.0+dfsg-1) ...
Selecting previously unselected package libvulkan-dev:arm64.
Preparing to unpack .../310-libvulkan-dev_1.3.296.0-1_arm64.deb ...
Unpacking libvulkan-dev:arm64 (1.3.296.0-1) ...
Selecting previously unselected package qtchooser.
Preparing to unpack .../311-qtchooser_66-2_arm64.deb ...
Unpacking qtchooser (66-2) ...
Selecting previously unselected package qdoc-qt5.
Preparing to unpack .../312-qdoc-qt5_5.15.13-4+b1_arm64.deb ...
Unpacking qdoc-qt5 (5.15.13-4+b1) ...
Selecting previously unselected package qhelpgenerator-qt5.
Preparing to unpack .../313-qhelpgenerator-qt5_5.15.13-4+b1_arm64.deb ...
Unpacking qhelpgenerator-qt5 (5.15.13-4+b1) ...
Selecting previously unselected package qt5-assistant.
Preparing to unpack .../314-qt5-assistant_5.15.13-4+b1_arm64.deb ...
Unpacking qt5-assistant (5.15.13-4+b1) ...
Selecting previously unselected package qt5-qmake-bin.
Preparing to unpack .../315-qt5-qmake-bin_5.15.13+dfsg-4_arm64.deb ...
Unpacking qt5-qmake-bin (5.15.13+dfsg-4) ...
Selecting previously unselected package qt5-qmake:arm64.
Preparing to unpack .../316-qt5-qmake_5.15.13+dfsg-4_arm64.deb ...
Unpacking qt5-qmake:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package qtattributionsscanner-qt5.
Preparing to unpack .../317-qtattributionsscanner-qt5_5.15.13-4+b1_arm64.deb ...
Unpacking qtattributionsscanner-qt5 (5.15.13-4+b1) ...
Selecting previously unselected package qtbase5-dev-tools.
Preparing to unpack .../318-qtbase5-dev-tools_5.15.13+dfsg-4_arm64.deb ...
Unpacking qtbase5-dev-tools (5.15.13+dfsg-4) ...
Selecting previously unselected package qtbase5-dev:arm64.
Preparing to unpack .../319-qtbase5-dev_5.15.13+dfsg-4_arm64.deb ...
Unpacking qtbase5-dev:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package qtbase5-private-dev:arm64.
Preparing to unpack .../320-qtbase5-private-dev_5.15.13+dfsg-4_arm64.deb ...
Unpacking qtbase5-private-dev:arm64 (5.15.13+dfsg-4) ...
Selecting previously unselected package qttools5-dev-tools.
Preparing to unpack .../321-qttools5-dev-tools_5.15.13-4+b1_arm64.deb ...
Unpacking qttools5-dev-tools (5.15.13-4+b1) ...
Selecting previously unselected package qttools5-dev:arm64.
Preparing to unpack .../322-qttools5-dev_5.15.13-4+b1_arm64.deb ...
Unpacking qttools5-dev:arm64 (5.15.13-4+b1) ...
Selecting previously unselected package sbuild-build-depends-main-dummy.
Preparing to unpack .../323-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.8-1) ...
Setting up libgraphite2-3:arm64 (1.3.14-2) ...
Setting up liblcms2-2:arm64 (2.16-2) ...
Setting up libpixman-1-0:arm64 (0.42.2-1+b1) ...
Setting up libmodplug1:arm64 (1:0.8.9.0-3+b1) ...
Setting up libsharpyuv0:arm64 (1.4.0-0.1) ...
Setting up libwayland-server0:arm64 (1.23.0-1) ...
Setting up libpciaccess0:arm64 (0.17-3+b1) ...
Setting up libxau6:arm64 (1:1.0.9-1+b1) ...
Setting up imagemagick-6-common (8:6.9.13.12+dfsg1-1) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3+b1) ...
Setting up libdouble-conversion3:arm64 (3.3.0-1+b1) ...
Setting up libkeyutils1:arm64 (1.6.3-3) ...
Setting up libmodplug-dev:arm64 (1:0.8.9.0-3+b1) ...
Setting up libxcb1:arm64 (1.17.0-2) ...
Setting up native-architecture (0.2.3) ...
Setting up libicu72:arm64 (72.1-5) ...
Setting up libpciaccess-dev:arm64 (0.17-3+b1) ...
Setting up libxcb-xfixes0:arm64 (1.17.0-2) ...
Setting up libogg0:arm64 (1.3.5-3+b1) ...
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-9) ...
Setting up fp-units-rtl-3.2.2:arm64 (3.2.2+dfsg-34) ...
Setting up hicolor-icon-theme (0.18-1) ...
Setting up libxcb-xinput0:arm64 (1.17.0-2) ...
Setting up libhyphen0:arm64 (2.8.8-7+b1) ...
Setting up libphysfs1:arm64 (3.0.2-6+b1) ...
Setting up fp-compiler-3.2.2:arm64 (3.2.2+dfsg-34) ...
update-alternatives: using /usr/bin/aarch64-linux-gnu-fpc-3.2.2 to provide /usr/bin/fpc (fpc) in auto mode
update-alternatives: using /etc/fpc-3.2.2.cfg to provide /etc/fpc.cfg (fpc.cfg) in auto mode
update-alternatives: using /usr/bin/fpc to provide /usr/bin/pc (pc) in auto mode
Setting up libmagic-mgc (1:5.45-3) ...
Setting up libxcb-render0:arm64 (1.17.0-2) ...
Setting up libarchive-zip-perl (1.68-1) ...
Setting up libyaml-0-2:arm64 (0.2.5-1+b1) ...
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.20) ...
Setting up libbrotli1:arm64 (1.1.0-2+b4) ...
Setting up libedit2:arm64 (3.1-20240808-1) ...
Setting up libsqlite3-0:arm64 (3.46.1-1) ...
Setting up libuv1t64:arm64 (1.48.0-6) ...
Setting up libmagic1t64:arm64 (1:5.45-3) ...
Setting up libxcb-keysyms1:arm64 (0.4.0-1+b3) ...
Setting up libxcb-shape0:arm64 (1.17.0-2) ...
Setting up x11-common (1:7.7+23.1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: WARNING: No init system and policy-rc.d missing! Defaulting to block.
Setting up libsensors-config (1:3.6.0-10) ...
Setting up libpsl5t64:arm64 (0.21.2-1.1) ...
Setting up libnghttp2-14:arm64 (1.63.0-1) ...
Setting up libdeflate0:arm64 (1.22-1) ...
Setting up libwebrtc-audio-processing1:arm64 (0.3-1+b2) ...
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 libxcb-render-util0:arm64 (0.3.9-1+b2) ...
Setting up xkb-data (2.42-1) ...
Setting up fp-compiler:arm64 (3.2.2+dfsg-34) ...
Setting up libxcb-shm0:arm64 (1.17.0-2) ...
Setting up libxcb-icccm4:arm64 (0.4.1-1.2) ...
Setting up file (1:5.45-3) ...
Setting up libogg-dev:arm64 (1.3.5-3+b1) ...
Setting up libmpg123-0t64:arm64 (1.32.7-1) ...
Setting up libffi-dev:arm64 (3.4.6-1) ...
Setting up libunwind8:arm64 (1.6.2-3.1) ...
Setting up fp-units-misc-3.2.2:arm64 (3.2.2+dfsg-34) ...
Setting up libjbig0:arm64 (2.1-6.1+b1) ...
Setting up libpcre2-16-0:arm64 (10.42-4+b1) ...
Setting up libopengl0:arm64 (1.7.0-1+b1) ...
Setting up libfakeroot:arm64 (1.36-1) ...
Setting up libelf1t64:arm64 (0.191-2) ...
Setting up libxcb-util1:arm64 (0.4.0-1+b2) ...
Setting up liborc-0.4-0t64:arm64 (1:0.4.40-1) ...
Setting up libxcb-xkb1:arm64 (1.17.0-2) ...
Setting up libxcb-image0:arm64 (0.4.0-2+b1) ...
Setting up libkrb5support0:arm64 (1.21.3-3) ...
Setting up libdw1t64:arm64 (0.191-2) ...
Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg1-8) ...
Setting up libcap2-bin (1:2.66-5) ...
Setting up fakeroot (1.36-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libxcb-present0:arm64 (1.17.0-2) ...
Setting up libsysprof-capture-4-dev:arm64 (47.0-2) ...
Setting up libasound2-data (1.2.12-1) ...
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.82.1-1) ...
No schema files found: doing nothing.
Setting up libglib2.0-data (2.82.1-1) ...
Setting up libxcb-xinerama0:arm64 (1.17.0-2) ...
Setting up libpkgconf3:arm64 (1.8.1-3) ...
Setting up libgmpxx4ldbl:arm64 (2:6.3.0+dfsg-2+b1) ...
Setting up libgles2:arm64 (1.7.0-1+b1) ...
Setting up libasound2t64:arm64 (1.2.12-1) ...
Setting up libexpat1-dev:arm64 (2.6.3-1) ...
Setting up libjpeg62-turbo:arm64 (1:2.1.5-3) ...
Setting up qt5-qmake-bin (5.15.13+dfsg-4) ...
Setting up libx11-data (2:1.8.7-1) ...
Setting up libjpeg62-turbo-dev:arm64 (1:2.1.5-3) ...
Setting up libsyn123-0t64:arm64 (1.32.7-1) ...
Setting up libxcb-sync1:arm64 (1.17.0-2) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b4) ...
Setting up libjack0:arm64 (1:0.126.0-2+b2) ...
Setting up libjsoncpp26:arm64 (1.9.6-2) ...
Setting up uuid-dev:arm64 (2.40.2-9) ...
Setting up libavahi-common-data:arm64 (0.8-13+b2) ...
Setting up libncurses6:arm64 (6.5-2) ...
Setting up libgles1:arm64 (1.7.0-1+b1) ...
Setting up libdbus-1-3:arm64 (1.14.10-4+b1) ...
Setting up libopus0:arm64 (1.5.2-2) ...
Setting up fp-units-base-3.2.2:arm64 (3.2.2+dfsg-34) ...
Setting up libproc2-0:arm64 (2:4.0.4-6) ...
Setting up fonts-dejavu-mono (2.37-8) ...
Setting up libpng16-16t64:arm64 (1.6.44-2) ...
Setting up libvorbis0a:arm64 (1.3.7-2) ...
Setting up autopoint (0.22.5-2) ...
Setting up icu-devtools (72.1-5) ...
Setting up fonts-dejavu-core (2.37-8) ...
Setting up libudev-dev:arm64 (256.7-1) ...
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.82.1-1) ...
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 libltdl7:arm64 (2.4.7-7+b1) ...
Setting up libfftw3-double3:arm64 (3.3.10-1+b3) ...
Setting up libglapi-mesa:arm64 (24.2.4-1) ...
Setting up libsasl2-2:arm64 (2.1.28+dfsg1-8) ...
Setting up libraw23t64:arm64 (0.21.2-2.1) ...
Setting up libvulkan1:arm64 (1.3.296.0-1) ...
Setting up autoconf (2.72-3) ...
Setting up libwebp7:arm64 (1.4.0-0.1) ...
Setting up liblzma-dev:arm64 (5.6.2-2) ...
Setting up libsndio7.0:arm64 (1.10.0-0.1) ...
Setting up libxcb-dri2-0:arm64 (1.17.0-2) ...
Setting up libout123-0t64:arm64 (1.32.7-1) ...
Setting up zlib1g-dev:arm64 (1:1.3.dfsg+really1.3.1-1) ...
Setting up libnuma1:arm64 (2.0.18-1) ...
Setting up libpcre2-posix3:arm64 (10.42-4+b1) ...
Setting up dwz (0.15-1+b1) ...
Setting up libdav1d7:arm64 (1.4.3-1) ...
Setting up liblqr-1-0:arm64 (0.4.2-2.1+b1) ...
Setting up libmtdev1t64:arm64 (1.1.6-1.2) ...
Setting up sensible-utils (0.0.24) ...
Setting up gir1.2-glib-2.0-dev:arm64 (2.82.1-1) ...
Setting up libasyncns0:arm64 (0.8-6+b4) ...
Setting up libxshmfence1:arm64 (1.3-1+b1) ...
Setting up libtiff6:arm64 (4.5.1+git230720-5) ...
Setting up libxcb-randr0:arm64 (1.17.0-2) ...
Setting up libuchardet0:arm64 (0.0.8-1+b1) ...
Setting up procps (2:4.0.4-6) ...
Setting up liblua5.1-0:arm64 (5.1.5-9+b2) ...
Setting up libmd-dev:arm64 (1.1.0-2) ...
Setting up libmd4c0:arm64 (0.5.2-2+b1) ...
Setting up libopenjp2-7:arm64 (2.5.0-2+b3) ...
Setting up libx11-6:arm64 (2:1.8.7-1+b1) ...
Setting up xorg-sgml-doctools (1:1.11-1.1) ...
Setting up netbase (6.4) ...
Setting up sgml-base (1.31) ...
Setting up cmake-data (3.30.5-1) ...
Setting up librhash1:arm64 (1.4.5-1) ...
Setting up libkrb5-3:arm64 (1.21.3-3) ...
Setting up libglu1-mesa:arm64 (9.0.2-1.1+b1) ...
Setting up libflac12t64:arm64 (1.4.3+ds-2.1) ...
Setting up libwayland-egl1:arm64 (1.23.0-1) ...
Setting up libssh2-1t64:arm64 (1.11.0-7) ...
Setting up libopengl-dev:arm64 (1.7.0-1+b1) ...
Setting up libspa-0.2-dev:arm64 (1.2.5-1) ...
Setting up libasound2-dev:arm64 (1.2.12-1) ...
Setting up libde265-0:arm64 (1.0.15-1+b2) ...
Setting up libsharpyuv-dev:arm64 (1.4.0-0.1) ...
Setting up libsamplerate0:arm64 (0.2.2-4+b1) ...
Setting up timgm6mb-soundfont (1.3-5) ...
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf2/default-GM.sf2 (default-GM.sf2) in auto mode
update-alternatives: using /usr/share/sounds/sf2/TimGM6mb.sf2 to provide /usr/share/sounds/sf3/default-GM.sf3 (default-GM.sf3) in auto mode
Setting up libwebpmux3:arm64 (1.4.0-0.1) ...
Setting up libtiffxx6:arm64 (4.5.1+git230720-5) ...
Setting up libdeflate-dev:arm64 (1.22-1) ...
Setting up libdrm-common (2.4.123-1) ...
Setting up libopusfile0:arm64 (0.12-4+b2) ...
Setting up libevdev2:arm64 (1.13.3+dfsg-1) ...
Setting up readline-common (8.2-5) ...
Setting up libicu-dev:arm64 (72.1-5) ...
Setting up libxml2:arm64 (2.12.7+dfsg+really2.9.14-0.1) ...
Setting up libbsd-dev:arm64 (0.12.2-2) ...
Setting up iso-codes (4.17.0-1) ...
Setting up libsystemd-dev:arm64 (256.7-1) ...
Setting up libbrotli-dev:arm64 (1.1.0-2+b4) ...
Setting up libgudev-1.0-0:arm64 (238-5) ...
Setting up qtchooser (66-2) ...
Setting up libgstreamer1.0-0:arm64 (1.24.8-1) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libmp3lame0:arm64 (3.100-6+b2) ...
Setting up libvorbisenc2:arm64 (1.3.7-2) ...
Setting up libwacom-common (2.13.0-1) ...
Setting up libbz2-dev:arm64 (1.0.8-6) ...
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-9) ...
Setting up libllvm19:arm64 (1:19.1.2-1) ...
Setting up libx11-xcb1:arm64 (2:1.8.7-1+b1) ...
Setting up libice6:arm64 (2:1.0.10-1+b1) ...
Setting up libflac-dev:arm64 (1.4.3+ds-2.1) ...
Setting up libncurses-dev:arm64 (6.5-2) ...
Setting up gettext (0.22.5-2) ...
Setting up libsndio-dev:arm64 (1.10.0-0.1) ...
Setting up libgmp-dev:arm64 (2:6.3.0+dfsg-2+b1) ...
Setting up libclang1-19 (1:19.1.2-1) ...
Setting up libxau-dev:arm64 (1:1.0.9-1+b1) ...
Setting up qt5-qmake:arm64 (5.15.13+dfsg-4) ...
Setting up libpcre2-dev:arm64 (10.42-4+b1) ...
Setting up libwoff1:arm64 (1.0.2-2+b1) ...
Setting up libxrender1:arm64 (1:0.9.10-1.1+b1) ...
Setting up libyaml-dev:arm64 (0.2.5-1+b1) ...
Setting up libice-dev:arm64 (2:1.0.10-1+b1) ...
Setting up libevdev-dev:arm64 (1.13.3+dfsg-1) ...
Setting up libtool (2.4.7-7) ...
Setting up libgirepository-2.0-0:arm64 (2.82.1-1) ...
Setting up libwacom9:arm64 (2.13.0-1) ...
Setting up libselinux1-dev:arm64 (3.7-3) ...
Setting up fp-units-misc:arm64 (3.2.2+dfsg-34) ...
Setting up libmtdev-dev:arm64 (1.1.6-1.2) ...
Setting up fontconfig-config (2.15.0-1.1) ...
Setting up libwebpdemux2:arm64 (1.4.0-0.1) ...
Setting up libxkbcommon-dev:arm64 (1.6.0-1+b1) ...
Setting up fp-units-gfx-3.2.2:arm64 (3.2.2+dfsg-34) ...
Setting up libpng-dev:arm64 (1.6.44-2) ...
Setting up libibus-1.0-5:arm64 (1.5.30-1) ...
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 libxext6:arm64 (2:1.3.4-1+b2) ...
Setting up libglib2.0-bin (2.82.1-1) ...
Setting up libopus-dev:arm64 (1.5.2-2) ...
Setting up libmpg123-dev:arm64 (1.32.7-1) ...
Setting up libldap-2.5-0:arm64 (2.5.18+dfsg-3+b1) ...
Setting up pkgconf:arm64 (1.8.1-3) ...
Setting up libxxf86vm1:arm64 (1:1.1.4-1+b3) ...
Setting up libinput-bin (1.26.2-1) ...
Setting up intltool-debian (0.35.0+20060710.6) ...
Setting up libnuma-dev:arm64 (2.0.18-1) ...
Setting up dh-autoreconf (20) ...
Setting up libvorbisfile3:arm64 (1.3.7-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 libfreetype6:arm64 (2.13.3+dfsg-1) ...
Setting up libtiff-dev:arm64 (4.5.1+git230720-5) ...
Setting up libspa-0.2-modules:arm64 (1.2.5-1) ...
Setting up libxfixes3:arm64 (1:6.0.0-2+b1) ...
Setting up shared-mime-info (2.4-5+b1) ...
Setting up gir1.2-gudev-1.0:arm64 (238-5) ...
Setting up libxinerama1:arm64 (2:1.1.4-3+b1) ...
Setting up libxkbcommon-x11-0:arm64 (1.6.0-1+b1) ...
Setting up libxv1:arm64 (2:1.0.11-1.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 fp-units-gfx:arm64 (3.2.2+dfsg-34) ...
Setting up libreadline8t64:arm64 (8.2-5) ...
Setting up dh-strip-nondeterminism (1.14.0-1) ...
Setting up libdrm2:arm64 (2.4.123-1) ...
Setting up groff-base (1.23.0-5) ...
Setting up libwayland-cursor0:arm64 (1.23.0-1) ...
Setting up xml-core (0.19) ...
Setting up libxslt1.1:arm64 (1.1.35-1.1) ...
Setting up libdecor-0-0:arm64 (0.2.2-1+b1) ...
Setting up libharfbuzz0b:arm64 (9.0.0-1) ...
Setting up libphysfs-dev (3.0.2-6+b1) ...
Setting up libxss1:arm64 (1:1.2.3-1+b1) ...
Setting up libfontconfig1:arm64 (2.15.0-1.1) ...
Setting up libjack-dev:arm64 (1:0.126.0-2+b2) ...
Setting up libsndfile1:arm64 (1.2.2-1+b2) ...
Setting up gir1.2-ibus-1.0:arm64 (1.5.30-1) ...
Setting up libsm6:arm64 (2:1.2.3-1+b1) ...
Setting up libarchive13t64:arm64 (3.7.4-1) ...
Setting up libpipewire-0.3-0t64:arm64 (1.2.5-1) ...
Setting up libinstpatch-1.0-2:arm64 (1.1.6-1+b1) ...
Setting up libavahi-client3:arm64 (0.8-13+b2) ...
Setting up libmount-dev:arm64 (2.40.2-9) ...
Setting up libdrm-amdgpu1:arm64 (2.4.123-1) ...
Setting up libvorbis-dev:arm64 (1.3.7-2) ...
Setting up libinput10:arm64 (1.26.2-1) ...
Setting up fontconfig (2.15.0-1.1) ...
Regenerating fonts cache... done.
Setting up libdrm-nouveau2:arm64 (2.4.123-1) ...
Setting up libgio-2.0-dev:arm64 (2.82.1-1) ...
Setting up libharfbuzz-icu0:arm64 (9.0.0-1) ...
Setting up girepository-tools:arm64 (2.82.1-1) ...
Setting up libdrm-etnaviv1:arm64 (2.4.123-1) ...
Setting up libxcb1-dev:arm64 (1.17.0-2) ...
Setting up libxi6:arm64 (2:1.8.2-1) ...
Setting up libcurl4t64:arm64 (8.10.1-2) ...
Setting up libtirpc3t64:arm64 (1.3.4+ds-1.3) ...
Setting up libpulse0:arm64 (16.1+dfsg1-5.1) ...
Setting up ghc (9.6.6-2) ...
update-alternatives: using /usr/bin/runghc to provide /usr/bin/runhaskell (runhaskell) in auto mode
update-alternatives: using /usr/bin/ghc to provide /usr/bin/haskell-compiler (haskell-compiler) in auto mode
Warning: include-dirs: /usr/lib/ghc/lib/../lib/aarch64-linux-ghc-9.6.6/directory-1.3.8.5/include doesn't exist or isn't a directory
Setting up libsm-dev:arm64 (2:1.2.3-1+b1) ...
Setting up libdrm-radeon1:arm64 (2.4.123-1) ...
Setting up po-debconf (1.0.21+nmu1) ...
Setting up libxcursor1:arm64 (1:1.2.2-1) ...
Setting up libsamplerate0-dev:arm64 (0.2.2-4+b1) ...
Setting up fonts-wqy-zenhei (0.9.45-8) ...
Setting up libx11-dev:arm64 (2:1.8.7-1+b1) ...
Setting up libgstreamer-plugins-base1.0-0:arm64 (1.24.8-1) ...
Setting up libharfbuzz-gobject0:arm64 (9.0.0-1) ...
Setting up libopusfile-dev:arm64 (0.12-4+b2) ...
Setting up libreadline-dev:arm64 (8.2-5) ...
Setting up man-db (2.13.0-1) ...
Not building database; man-db/auto-update is not 'true'.
Setting up libghc-indexed-traversable-dev (0.1.4-1) ...
Setting up libwayland-dev:arm64 (1.23.0-1) ...
Setting up libcairo2:arm64 (1.18.2-2) ...
Setting up libfreetype-dev:arm64 (2.13.3+dfsg-1) ...
Setting up libxfixes-dev:arm64 (1:6.0.0-2+b1) ...
Setting up libdecor-0-dev:arm64 (0.2.2-1+b1) ...
Setting up libghc-os-string-dev (2.0.6-2) ...
Setting up libqt5core5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-split-dev (0.2.5-1) ...
Setting up libharfbuzz-cairo0:arm64 (9.0.0-1) ...
Setting up libghc-sha-dev (1.6.4.4-6) ...
Setting up libghc-base-compat-dev (0.13.1-1) ...
Setting up libsndfile1-dev:arm64 (1.2.2-1+b2) ...
Setting up libpulse-mainloop-glib0:arm64 (16.1+dfsg1-5.1) ...
Setting up libghc-splitmix-dev (0.1.0.5-2) ...
Setting up libxt6t64:arm64 (1:1.2.1-1.2) ...
Setting up qtattributionsscanner-qt5 (5.15.13-4+b1) ...
Setting up libdrm-freedreno1:arm64 (2.4.123-1) ...
Setting up libghc-statevar-dev (1.2.2-3) ...
Setting up libghc-old-locale-dev (1.0.0.7-12) ...
Setting up libdrm-tegra0:arm64 (2.4.123-1) ...
Setting up libghc-th-abstraction-dev (0.5.0.0-1) ...
Setting up libghc-base-orphans-dev (0.9.2-1) ...
Setting up libghc-integer-logarithms-dev (1.0.3.1-4) ...
Setting up libxext-dev:arm64 (2:1.3.4-1+b2) ...
Setting up libghc-transformers-compat-dev (0.7.2-2) ...
Setting up libghc-regex-base-dev (0.94.0.2-3) ...
Setting up libpipewire-0.3-dev:arm64 (1.2.5-1) ...
Setting up libghc-zlib-dev (0.6.3.0-3) ...
Setting up libghc-dlist-dev (1.0-4) ...
Setting up libghc-network-dev (3.1.4.0-2) ...
Setting up libnsl2:arm64 (1.3.0-3+b2) ...
Setting up libqt5sql5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libharfbuzz-subset0:arm64 (9.0.0-1) ...
Setting up cmake (3.30.5-1) ...
Setting up libghc-base-compat-batteries-dev (0.13.1-1) ...
Setting up libghc-utf8-string-dev (1.0.2-3) ...
Setting up libcairo-gobject2:arm64 (1.18.2-2) ...
Setting up libghc-unliftio-core-dev (0.2.1.0-2) ...
Setting up libxi-dev:arm64 (2:1.8.2-1) ...
Setting up libghc-tagged-dev (0.8.8-1) ...
Setting up libghc-assoc-dev (1.1.1-1) ...
Setting up libghc-vector-stream-dev (0.1.0.1-1) ...
Setting up libxrender-dev:arm64 (1:0.9.10-1.1+b1) ...
Setting up libcups2t64:arm64 (2.4.10-2) ...
Setting up libghc-entropy-dev (0.4.1.10-3) ...
Setting up libghc-onetuple-dev (0.4.2-1) ...
Setting up libghc-distributive-dev (0.6.2.1-3) ...
Setting up libghc-hashable-dev (1.4.4.0-1) ...
Setting up mesa-libgallium:arm64 (24.2.4-1) ...
Setting up libdrm-dev:arm64 (2.4.123-1) ...
Setting up libqt5dbus5t64:arm64 (5.15.13+dfsg-4) ...
Setting up gir1.2-freedesktop:arm64 (1.82.0-2) ...
Setting up libghc-primitive-dev (0.8.0.0-2) ...
Setting up libpython3.12-stdlib:arm64 (3.12.7-1) ...
Setting up libqt5sql5-sqlite:arm64 (5.15.13+dfsg-4) ...
Setting up liblua5.1-0-dev:arm64 (5.1.5-9+b2) ...
Setting up libgbm1:arm64 (24.2.4-1) ...
Setting up libfontconfig-dev:arm64 (2.15.0-1.1) ...
Setting up libghc-regex-tdfa-dev (1.3.2.2-2) ...
Setting up libxcursor-dev:arm64 (1:1.2.2-1) ...
Setting up libghc-resourcet-dev (1.3.0-1) ...
Setting up qdoc-qt5 (5.15.13-4+b1) ...
Setting up libqt5concurrent5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-random-dev (1.2.1.2-1) ...
Setting up libxxf86vm-dev:arm64 (1:1.1.4-1+b3) ...
Setting up python3.12 (3.12.7-1) ...
Setting up libqt5positioning5:arm64 (5.15.13+dfsg-2) ...
Setting up libgl1-mesa-dri:arm64 (24.2.4-1) ...
Setting up libghc-uuid-types-dev (1.0.5.1-2) ...
Setting up libqt5network5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-text-short-dev (0.1.6-1) ...
Setting up libqt5xml5t64:arm64 (5.15.13+dfsg-4) ...
Setting up debhelper (13.20) ...
Setting up libqt5test5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-comonad-dev (5.0.8-3) ...
Setting up libxss-dev:arm64 (1:1.2.3-1+b1) ...
Setting up gir1.2-harfbuzz-0.0:arm64 (9.0.0-1) ...
Setting up libgbm-dev:arm64 (24.2.4-1) ...
Setting up libghc-scientific-dev (0.3.7.0-3) ...
Setting up libghc-time-compat-dev (1.9.6.1-3) ...
Setting up qtbase5-dev-tools (5.15.13+dfsg-4) ...
Setting up libxv-dev:arm64 (2:1.0.11-1.1+b1) ...
Setting up libghc-contravariant-dev (1.5.5-3) ...
Setting up libxrandr-dev:arm64 (2:1.5.4-1) ...
Setting up libegl-mesa0:arm64 (24.2.4-1) ...
Setting up libghc-quickcheck2-dev (2.14.3-2) ...
Setting up libxt-dev:arm64 (1:1.2.1-1.2) ...
Setting up libqt5qml5:arm64 (5.15.13+dfsg-2) ...
Setting up libghc-unordered-containers-dev (0.2.20-3) ...
Setting up libghc-bifunctors-dev (5.6.2-1) ...
Setting up gir1.2-freedesktop-dev:arm64 (1.82.0-2) ...
Setting up libxinerama-dev:arm64 (2:1.1.4-3+b1) ...
Setting up libqt5webchannel5:arm64 (5.15.13-2) ...
Setting up libghc-these-dev (1.2.1-1) ...
Setting up libghc-data-fix-dev (0.3.4-1) ...
Setting up libghc-network-bsd-dev (2.8.1.0-5) ...
Setting up libegl1:arm64 (1.7.0-1+b1) ...
Setting up libghc-attoparsec-dev (0.14.4-4) ...
Setting up libqt5sensors5:arm64 (5.15.13-2) ...
Setting up libsdl2-2.0-0:arm64 (2.30.8+dfsg-1) ...
Setting up libghc-vector-dev (0.13.1.0-2) ...
Setting up libfluidsynth3:arm64 (2.3.6-1) ...
Setting up libpython3-stdlib:arm64 (3.12.6-1) ...
Setting up libsdl2-image-2.0-0:arm64 (2.8.2+dfsg-1+b1) ...
Setting up libghc-hslogger-dev (1.3.1.1+dfsg-1) ...
Setting up libghc-bitvec-dev (1.1.5.0-4) ...
Setting up libqt5qmlmodels5:arm64 (5.15.13+dfsg-2) ...
Setting up libglx-mesa0:arm64 (24.2.4-1) ...
Setting up libglx0:arm64 (1.7.0-1+b1) ...
Setting up libsdl2-net-2.0-0:arm64 (2.2.0+dfsg-2+b1) ...
Setting up libghc-vector-algorithms-dev (0.9.0.2-1) ...
Setting up python3 (3.12.6-1) ...
Setting up libghc-semigroupoids-dev (6.0.1-1) ...
Setting up libghc-strict-dev (0.5-2) ...
Setting up python3-packaging (24.1-1) ...
Setting up libsdl2-mixer-2.0-0:arm64 (2.8.0+dfsg-1+b2) ...
Setting up libgl1:arm64 (1.7.0-1+b1) ...
Setting up libglx-dev:arm64 (1.7.0-1+b1) ...
Setting up libsdl2-ttf-2.0-0:arm64 (2.22.0+dfsg-1) ...
Setting up libghc-mono-traversable-dev (1.0.17.0-1) ...
Setting up libghc-indexed-traversable-instances-dev (0.1.2-1) ...
Setting up libgl-dev:arm64 (1.7.0-1+b1) ...
Setting up libgio-2.0-dev-bin (2.82.1-1) ...
Setting up libvulkan-dev:arm64 (1.3.296.0-1) ...
Setting up libegl-dev:arm64 (1.7.0-1+b1) ...
Setting up libghc-semialign-dev (1.3.1-1) ...
Setting up libghc-conduit-dev (1.3.6-1) ...
Setting up libqt5gui5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-libyaml-dev (0.1.4-1) ...
Setting up libglu1-mesa-dev:arm64 (9.0.2-1.1+b1) ...
Setting up libghc-witherable-dev (0.4.2-4) ...
Setting up libgles-dev:arm64 (1.7.0-1+b1) ...
Setting up libqt5quick5:arm64 (5.15.13+dfsg-2) ...
Setting up libghc-sandi-dev (0.5-6) ...
Setting up libglib2.0-dev-bin (2.82.1-1) ...
Setting up libqt5widgets5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libghc-aeson-dev (2.1.2.1-6) ...
Setting up libqt5help5:arm64 (5.15.13-4+b1) ...
Setting up libqt5quickwidgets5:arm64 (5.15.13+dfsg-2) ...
Setting up libglib2.0-dev:arm64 (2.82.1-1) ...
Setting up libpulse-dev:arm64 (16.1+dfsg1-5.1) ...
Setting up libghc-yaml-dev (0.11.11.2-2) ...
Setting up libinstpatch-dev:arm64 (1.1.6-1+b1) ...
Setting up libqt5printsupport5t64:arm64 (5.15.13+dfsg-4) ...
Setting up libharfbuzz-dev:arm64 (9.0.0-1) ...
Setting up libqt5designer5:arm64 (5.15.13-4+b1) ...
Setting up libgudev-1.0-dev:arm64 (238-5) ...
Setting up qhelpgenerator-qt5 (5.15.13-4+b1) ...
Setting up libqt5webkit5:arm64 (5.212.0~alpha4-39) ...
Setting up libqt5designercomponents5:arm64 (5.15.13-4+b1) ...
Setting up qtbase5-dev:arm64 (5.15.13+dfsg-4) ...
Setting up qt5-assistant (5.15.13-4+b1) ...
Setting up qttools5-dev-tools (5.15.13-4+b1) ...
Setting up libwacom-dev:arm64 (2.13.0-1) ...
Setting up libinput-dev:arm64 (1.26.2-1) ...
Setting up qttools5-dev:arm64 (5.15.13-4+b1) ...
Setting up qtbase5-private-dev:arm64 (5.15.13+dfsg-4) ...
Setting up libheif-plugin-dav1d:arm64 (1.18.2-2) ...
Setting up libheif-plugin-libde265:arm64 (1.18.2-2) ...
Setting up libheif1:arm64 (1.18.2-2) ...
Setting up libmagickcore-6.q16-7t64:arm64 (8:6.9.13.12+dfsg1-1+b1) ...
Setting up libmagickwand-6.q16-7t64:arm64 (8:6.9.13.12+dfsg1-1+b1) ...
Setting up imagemagick-6.q16 (8:6.9.13.12+dfsg1-1+b1) ...
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
Setting up imagemagick (8:6.9.13.12+dfsg1-1+b1) ...
Processing triggers for libc-bin (2.40-3) ...
Processing triggers for sgml-base (1.31) ...
Setting up libdbus-1-dev:arm64 (1.14.10-4+b1) ...
Setting up libibus-1.0-dev:arm64 (1.5.30-1) ...
Setting up libsdl2-dev:arm64 (2.30.8+dfsg-1) ...
Setting up libsdl2-net-dev:arm64 (2.2.0+dfsg-2+b1) ...
Setting up libfluidsynth-dev:arm64 (2.3.6-1) ...
Setting up libsdl2-ttf-dev:arm64 (2.22.0+dfsg-1) ...
Setting up libsdl2-mixer-dev:arm64 (2.8.0+dfsg-1+b2) ...
Setting up libsdl2-image-dev:arm64 (2.8.2+dfsg-1+b1) ...
Setting up sbuild-build-depends-main-dummy (0.invalid.0) ...

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

Arch check ok (arm64 included in any all)

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

Kernel: Linux 6.10.6+bpo-mnt-reform-arm64 #1 SMP Debian 6.10.6-1~bpo12+1+reform20240902T202728Z (2024-09-0 arm64 (aarch64)
Toolchain package versions: binutils_2.43.1-5 dpkg-dev_1.22.11 g++-14_14.2.0-6 gcc-14_14.2.0-6 libc6-dev_2.40-3 libstdc++-14-dev_14.2.0-6 libstdc++6_14.2.0-6 linux-libc-dev_6.11.2-1
Package versions: apt_2.9.8 autoconf_2.72-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.32-1+b1 binutils_2.43.1-5 binutils-aarch64-linux-gnu_2.43.1-5 binutils-common_2.43.1-5 bsdextrautils_2.40.2-9 bsdutils_1:2.40.2-9 build-essential_12.12 bzip2_1.0.8-6 cmake_3.30.5-1 cmake-data_3.30.5-1 coreutils_9.4-3.1 cpp_4:14.2.0-1 cpp-14_14.2.0-6 cpp-14-aarch64-linux-gnu_14.2.0-6 cpp-aarch64-linux-gnu_4:14.2.0-1 dash_0.5.12-9 debconf_1.5.87 debhelper_13.20 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 e2fsprogs_1.47.1-1 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 fonts-wqy-zenhei_0.9.45-8 fp-compiler_3.2.2+dfsg-34 fp-compiler-3.2.2_3.2.2+dfsg-34 fp-units-base-3.2.2_3.2.2+dfsg-34 fp-units-gfx_3.2.2+dfsg-34 fp-units-gfx-3.2.2_3.2.2+dfsg-34 fp-units-misc_3.2.2+dfsg-34 fp-units-misc-3.2.2_3.2.2+dfsg-34 fp-units-rtl-3.2.2_3.2.2+dfsg-34 g++_4:14.2.0-1 g++-14_14.2.0-6 g++-14-aarch64-linux-gnu_14.2.0-6 g++-aarch64-linux-gnu_4:14.2.0-1 gcc_4:14.2.0-1 gcc-14_14.2.0-6 gcc-14-aarch64-linux-gnu_14.2.0-6 gcc-14-base_14.2.0-6 gcc-aarch64-linux-gnu_4:14.2.0-1 gettext_0.22.5-2 gettext-base_0.22.5-2 ghc_9.6.6-2 gir1.2-freedesktop_1.82.0-2 gir1.2-freedesktop-dev_1.82.0-2 gir1.2-glib-2.0_2.82.1-1 gir1.2-glib-2.0-dev_2.82.1-1 gir1.2-gudev-1.0_238-5 gir1.2-harfbuzz-0.0_9.0.0-1 gir1.2-ibus-1.0_1.5.30-1 girepository-tools_2.82.1-1 gpgv_2.2.44-1 grep_3.11-4 groff-base_1.23.0-5 gzip_1.12-1.1 hicolor-icon-theme_0.18-1 hostname_3.25 icu-devtools_72.1-5 imagemagick_8:6.9.13.12+dfsg1-1+b1 imagemagick-6-common_8:6.9.13.12+dfsg1-1 imagemagick-6.q16_8:6.9.13.12+dfsg1-1+b1 init-system-helpers_1.67 intltool-debian_0.35.0+20060710.6 iso-codes_4.17.0-1 libacl1_2.3.2-2 libapt-pkg6.0t64_2.9.8 libarchive-zip-perl_1.68-1 libarchive13t64_3.7.4-1 libasan8_14.2.0-6 libasound2-data_1.2.12-1 libasound2-dev_1.2.12-1 libasound2t64_1.2.12-1 libasyncns0_0.8-6+b4 libatomic1_14.2.0-6 libattr1_1:2.5.2-2 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.1-5 libblkid-dev_2.40.2-9 libblkid1_2.40.2-9 libbrotli-dev_1.1.0-2+b4 libbrotli1_1.1.0-2+b4 libbsd-dev_0.12.2-2 libbsd0_0.12.2-2 libbz2-1.0_1.0.8-6 libbz2-dev_1.0.8-6 libc-bin_2.40-3 libc-dev-bin_2.40-3 libc6_2.40-3 libc6-dev_2.40-3 libcairo-gobject2_1.18.2-2 libcairo2_1.18.2-2 libcap-ng0_0.8.5-2 libcap2_1:2.66-5 libcap2-bin_1:2.66-5 libcc1-0_14.2.0-6 libclang1-19_1:19.1.2-1 libcom-err2_1.47.1-1 libcrypt-dev_1:4.4.36-5 libcrypt1_1:4.4.36-5 libctf-nobfd0_2.43.1-5 libctf0_2.43.1-5 libcups2t64_2.4.10-2 libcurl4t64_8.10.1-2 libdav1d7_1.4.3-1 libdb5.3t64_5.3.28+dfsg2-9 libdbus-1-3_1.14.10-4+b1 libdbus-1-dev_1.14.10-4+b1 libde265-0_1.0.15-1+b2 libdebconfclient0_0.272 libdebhelper-perl_13.20 libdecor-0-0_0.2.2-1+b1 libdecor-0-dev_0.2.2-1+b1 libdeflate-dev_1.22-1 libdeflate0_1.22-1 libdouble-conversion3_3.3.0-1+b1 libdpkg-perl_1.22.11 libdrm-amdgpu1_2.4.123-1 libdrm-common_2.4.123-1 libdrm-dev_2.4.123-1 libdrm-etnaviv1_2.4.123-1 libdrm-freedreno1_2.4.123-1 libdrm-nouveau2_2.4.123-1 libdrm-radeon1_2.4.123-1 libdrm-tegra0_2.4.123-1 libdrm2_2.4.123-1 libdw1t64_0.191-2 libedit2_3.1-20240808-1 libegl-dev_1.7.0-1+b1 libegl-mesa0_24.2.4-1 libegl1_1.7.0-1+b1 libelf1t64_0.191-2 libevdev-dev_1.13.3+dfsg-1 libevdev2_1.13.3+dfsg-1 libexpat1_2.6.3-1 libexpat1-dev_2.6.3-1 libext2fs2t64_1.47.1-1 libfakeroot_1.36-1 libffi-dev_3.4.6-1 libffi8_3.4.6-1 libfftw3-double3_3.3.10-1+b3 libfile-stripnondeterminism-perl_1.14.0-1 libflac-dev_1.4.3+ds-2.1 libflac12t64_1.4.3+ds-2.1 libfluidsynth-dev_2.3.6-1 libfluidsynth3_2.3.6-1 libfontconfig-dev_2.15.0-1.1 libfontconfig1_2.15.0-1.1 libfreetype-dev_2.13.3+dfsg-1 libfreetype6_2.13.3+dfsg-1 libgbm-dev_24.2.4-1 libgbm1_24.2.4-1 libgcc-14-dev_14.2.0-6 libgcc-s1_14.2.0-6 libgcrypt20_1.11.0-6 libgdbm-compat4t64_1.24-2 libgdbm6t64_1.24-2 libghc-aeson-dev_2.1.2.1-6 libghc-assoc-dev_1.1.1-1 libghc-attoparsec-dev_0.14.4-4 libghc-base-compat-batteries-dev_0.13.1-1 libghc-base-compat-dev_0.13.1-1 libghc-base-orphans-dev_0.9.2-1 libghc-bifunctors-dev_5.6.2-1 libghc-bitvec-dev_1.1.5.0-4 libghc-comonad-dev_5.0.8-3 libghc-conduit-dev_1.3.6-1 libghc-contravariant-dev_1.5.5-3 libghc-data-fix-dev_0.3.4-1 libghc-distributive-dev_0.6.2.1-3 libghc-dlist-dev_1.0-4 libghc-entropy-dev_0.4.1.10-3 libghc-hashable-dev_1.4.4.0-1 libghc-hslogger-dev_1.3.1.1+dfsg-1 libghc-indexed-traversable-dev_0.1.4-1 libghc-indexed-traversable-instances-dev_0.1.2-1 libghc-integer-logarithms-dev_1.0.3.1-4 libghc-libyaml-dev_0.1.4-1 libghc-mono-traversable-dev_1.0.17.0-1 libghc-network-bsd-dev_2.8.1.0-5 libghc-network-dev_3.1.4.0-2 libghc-old-locale-dev_1.0.0.7-12 libghc-onetuple-dev_0.4.2-1 libghc-os-string-dev_2.0.6-2 libghc-primitive-dev_0.8.0.0-2 libghc-quickcheck2-dev_2.14.3-2 libghc-random-dev_1.2.1.2-1 libghc-regex-base-dev_0.94.0.2-3 libghc-regex-tdfa-dev_1.3.2.2-2 libghc-resourcet-dev_1.3.0-1 libghc-sandi-dev_0.5-6 libghc-scientific-dev_0.3.7.0-3 libghc-semialign-dev_1.3.1-1 libghc-semigroupoids-dev_6.0.1-1 libghc-sha-dev_1.6.4.4-6 libghc-split-dev_0.2.5-1 libghc-splitmix-dev_0.1.0.5-2 libghc-statevar-dev_1.2.2-3 libghc-strict-dev_0.5-2 libghc-tagged-dev_0.8.8-1 libghc-text-short-dev_0.1.6-1 libghc-th-abstraction-dev_0.5.0.0-1 libghc-these-dev_1.2.1-1 libghc-time-compat-dev_1.9.6.1-3 libghc-transformers-compat-dev_0.7.2-2 libghc-unliftio-core-dev_0.2.1.0-2 libghc-unordered-containers-dev_0.2.20-3 libghc-utf8-string-dev_1.0.2-3 libghc-uuid-types-dev_1.0.5.1-2 libghc-vector-algorithms-dev_0.9.0.2-1 libghc-vector-dev_0.13.1.0-2 libghc-vector-stream-dev_0.1.0.1-1 libghc-witherable-dev_0.4.2-4 libghc-yaml-dev_0.11.11.2-2 libghc-zlib-dev_0.6.3.0-3 libgio-2.0-dev_2.82.1-1 libgio-2.0-dev-bin_2.82.1-1 libgirepository-2.0-0_2.82.1-1 libgl-dev_1.7.0-1+b1 libgl1_1.7.0-1+b1 libgl1-mesa-dri_24.2.4-1 libglapi-mesa_24.2.4-1 libgles-dev_1.7.0-1+b1 libgles1_1.7.0-1+b1 libgles2_1.7.0-1+b1 libglib2.0-0t64_2.82.1-1 libglib2.0-bin_2.82.1-1 libglib2.0-data_2.82.1-1 libglib2.0-dev_2.82.1-1 libglib2.0-dev-bin_2.82.1-1 libglu1-mesa_9.0.2-1.1+b1 libglu1-mesa-dev_9.0.2-1.1+b1 libglvnd0_1.7.0-1+b1 libglx-dev_1.7.0-1+b1 libglx-mesa0_24.2.4-1 libglx0_1.7.0-1+b1 libgmp-dev_2:6.3.0+dfsg-2+b1 libgmp10_2:6.3.0+dfsg-2+b1 libgmpxx4ldbl_2:6.3.0+dfsg-2+b1 libgnutls30t64_3.8.6-2 libgomp1_14.2.0-6 libgpg-error0_1.50-4 libgprofng0_2.43.1-5 libgraphite2-3_1.3.14-2 libgraphite2-dev_1.3.14-2 libgssapi-krb5-2_1.21.3-3 libgstreamer-plugins-base1.0-0_1.24.8-1 libgstreamer1.0-0_1.24.8-1 libgudev-1.0-0_238-5 libgudev-1.0-dev_238-5 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 libheif-plugin-dav1d_1.18.2-2 libheif-plugin-libde265_1.18.2-2 libheif1_1.18.2-2 libhogweed6t64_3.10-1 libhwasan0_14.2.0-6 libhyphen0_2.8.8-7+b1 libibus-1.0-5_1.5.30-1 libibus-1.0-dev_1.5.30-1 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 libinput-bin_1.26.2-1 libinput-dev_1.26.2-1 libinput10_1.26.2-1 libinstpatch-1.0-2_1.1.6-1+b1 libinstpatch-dev_1.1.6-1+b1 libisl23_0.27-1 libitm1_14.2.0-6 libjack-dev_1:0.126.0-2+b2 libjack0_1:0.126.0-2+b2 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 libjsoncpp26_1.9.6-2 libk5crypto3_1.21.3-3 libkeyutils1_1.6.3-3 libkrb5-3_1.21.3-3 libkrb5support0_1.21.3-3 liblcms2-2_2.16-2 libldap-2.5-0_2.5.18+dfsg-3+b1 liblerc-dev_4.0.0+ds-4+b1 liblerc4_4.0.0+ds-4+b1 libllvm19_1:19.1.2-1 liblqr-1-0_0.4.2-2.1+b1 liblsan0_14.2.0-6 libltdl7_2.4.7-7+b1 liblua5.1-0_5.1.5-9+b2 liblua5.1-0-dev_5.1.5-9+b2 liblz4-1_1.9.4-3 liblzma-dev_5.6.2-2 liblzma5_5.6.2-2 libmagic-mgc_1:5.45-3 libmagic1t64_1:5.45-3 libmagickcore-6.q16-7t64_8:6.9.13.12+dfsg1-1+b1 libmagickwand-6.q16-7t64_8:6.9.13.12+dfsg1-1+b1 libmd-dev_1.1.0-2 libmd0_1.1.0-2 libmd4c0_0.5.2-2+b1 libmodplug-dev_1:0.8.9.0-3+b1 libmodplug1_1:0.8.9.0-3+b1 libmount-dev_2.40.2-9 libmount1_2.40.2-9 libmp3lame0_3.100-6+b2 libmpc3_1.3.1-1+b2 libmpfr6_4.2.1-1+b1 libmpg123-0t64_1.32.7-1 libmpg123-dev_1.32.7-1 libmtdev-dev_1.1.6-1.2 libmtdev1t64_1.1.6-1.2 libncurses-dev_6.5-2 libncurses6_6.5-2 libncursesw6_6.5-2 libnettle8t64_3.10-1 libnghttp2-14_1.63.0-1 libnsl2_1.3.0-3+b2 libnuma-dev_2.0.18-1 libnuma1_2.0.18-1 libogg-dev_1.3.5-3+b1 libogg0_1.3.5-3+b1 libopengl-dev_1.7.0-1+b1 libopengl0_1.7.0-1+b1 libopenjp2-7_2.5.0-2+b3 libopus-dev_1.5.2-2 libopus0_1.5.2-2 libopusfile-dev_0.12-4+b2 libopusfile0_0.12-4+b2 liborc-0.4-0t64_1:0.4.40-1 libout123-0t64_1.32.7-1 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 libpam0g_1.5.3-7 libpciaccess-dev_0.17-3+b1 libpciaccess0_0.17-3+b1 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 libperl5.40_5.40.0-6 libphysfs-dev_3.0.2-6+b1 libphysfs1_3.0.2-6+b1 libpipeline1_1.5.8-1 libpipewire-0.3-0t64_1.2.5-1 libpipewire-0.3-dev_1.2.5-1 libpixman-1-0_0.42.2-1+b1 libpkgconf3_1.8.1-3 libpng-dev_1.6.44-2 libpng16-16t64_1.6.44-2 libproc2-0_2:4.0.4-6 libpsl5t64_0.21.2-1.1 libpulse-dev_16.1+dfsg1-5.1 libpulse-mainloop-glib0_16.1+dfsg1-5.1 libpulse0_16.1+dfsg1-5.1 libpython3-stdlib_3.12.6-1 libpython3.12-minimal_3.12.7-1 libpython3.12-stdlib_3.12.7-1 libqt5concurrent5t64_5.15.13+dfsg-4 libqt5core5t64_5.15.13+dfsg-4 libqt5dbus5t64_5.15.13+dfsg-4 libqt5designer5_5.15.13-4+b1 libqt5designercomponents5_5.15.13-4+b1 libqt5gui5t64_5.15.13+dfsg-4 libqt5help5_5.15.13-4+b1 libqt5network5t64_5.15.13+dfsg-4 libqt5positioning5_5.15.13+dfsg-2 libqt5printsupport5t64_5.15.13+dfsg-4 libqt5qml5_5.15.13+dfsg-2 libqt5qmlmodels5_5.15.13+dfsg-2 libqt5quick5_5.15.13+dfsg-2 libqt5quickwidgets5_5.15.13+dfsg-2 libqt5sensors5_5.15.13-2 libqt5sql5-sqlite_5.15.13+dfsg-4 libqt5sql5t64_5.15.13+dfsg-4 libqt5test5t64_5.15.13+dfsg-4 libqt5webchannel5_5.15.13-2 libqt5webkit5_5.212.0~alpha4-39 libqt5widgets5t64_5.15.13+dfsg-4 libqt5xml5t64_5.15.13+dfsg-4 libraw23t64_0.21.2-2.1 libreadline-dev_8.2-5 libreadline8t64_8.2-5 librhash1_1.4.5-1 librtmp1_2.4+20151223.gitfa8646d.1-2+b4 libsamplerate0_0.2.2-4+b1 libsamplerate0-dev_0.2.2-4+b1 libsasl2-2_2.1.28+dfsg1-8 libsasl2-modules-db_2.1.28+dfsg1-8 libsdl2-2.0-0_2.30.8+dfsg-1 libsdl2-dev_2.30.8+dfsg-1 libsdl2-image-2.0-0_2.8.2+dfsg-1+b1 libsdl2-image-dev_2.8.2+dfsg-1+b1 libsdl2-mixer-2.0-0_2.8.0+dfsg-1+b2 libsdl2-mixer-dev_2.8.0+dfsg-1+b2 libsdl2-net-2.0-0_2.2.0+dfsg-2+b1 libsdl2-net-dev_2.2.0+dfsg-2+b1 libsdl2-ttf-2.0-0_2.22.0+dfsg-1 libsdl2-ttf-dev_2.22.0+dfsg-1 libseccomp2_2.5.5-1+b1 libselinux1_3.7-3 libselinux1-dev_3.7-3 libsemanage-common_3.7-2 libsemanage2_3.7-2 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.1-5 libsharpyuv-dev_1.4.0-0.1 libsharpyuv0_1.4.0-0.1 libsm-dev_2:1.2.3-1+b1 libsm6_2:1.2.3-1+b1 libsmartcols1_2.40.2-9 libsndfile1_1.2.2-1+b2 libsndfile1-dev_1.2.2-1+b2 libsndio-dev_1.10.0-0.1 libsndio7.0_1.10.0-0.1 libspa-0.2-dev_1.2.5-1 libspa-0.2-modules_1.2.5-1 libsqlite3-0_3.46.1-1 libss2_1.47.1-1 libssh2-1t64_1.11.0-7 libssl3t64_3.3.2-1 libstdc++-14-dev_14.2.0-6 libstdc++6_14.2.0-6 libsyn123-0t64_1.32.7-1 libsysprof-capture-4-dev_47.0-2 libsystemd-dev_256.7-1 libsystemd0_256.7-1 libtasn1-6_4.19.0-3+b2 libtiff-dev_4.5.1+git230720-5 libtiff6_4.5.1+git230720-5 libtiffxx6_4.5.1+git230720-5 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-6 libubsan1_14.2.0-6 libuchardet0_0.0.8-1+b1 libudev-dev_256.7-1 libudev1_256.7-1 libunistring5_1.2-1 libunwind8_1.6.2-3.1 libuuid1_2.40.2-9 libuv1t64_1.48.0-6 libvorbis-dev_1.3.7-2 libvorbis0a_1.3.7-2 libvorbisenc2_1.3.7-2 libvorbisfile3_1.3.7-2 libvulkan-dev_1.3.296.0-1 libvulkan1_1.3.296.0-1 libwacom-common_2.13.0-1 libwacom-dev_2.13.0-1 libwacom9_2.13.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 libwebrtc-audio-processing1_0.3-1+b2 libwoff1_1.0.2-2+b1 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-icccm4_0.4.1-1.2 libxcb-image0_0.4.0-2+b1 libxcb-keysyms1_0.4.0-1+b3 libxcb-present0_1.17.0-2 libxcb-randr0_1.17.0-2 libxcb-render-util0_0.3.9-1+b2 libxcb-render0_1.17.0-2 libxcb-shape0_1.17.0-2 libxcb-shm0_1.17.0-2 libxcb-sync1_1.17.0-2 libxcb-util1_0.4.0-1+b2 libxcb-xfixes0_1.17.0-2 libxcb-xinerama0_1.17.0-2 libxcb-xinput0_1.17.0-2 libxcb-xkb1_1.17.0-2 libxcb1_1.17.0-2 libxcb1-dev_1.17.0-2 libxcursor-dev_1:1.2.2-1 libxcursor1_1:1.2.2-1 libxdmcp-dev_1:1.1.2-3+b1 libxdmcp6_1:1.1.2-3+b1 libxext-dev_2:1.3.4-1+b2 libxext6_2:1.3.4-1+b2 libxfixes-dev_1:6.0.0-2+b1 libxfixes3_1:6.0.0-2+b1 libxi-dev_2:1.8.2-1 libxi6_2:1.8.2-1 libxinerama-dev_2:1.1.4-3+b1 libxinerama1_2:1.1.4-3+b1 libxkbcommon-dev_1.6.0-1+b1 libxkbcommon-x11-0_1.6.0-1+b1 libxkbcommon0_1.6.0-1+b1 libxml2_2.12.7+dfsg+really2.9.14-0.1 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 libxslt1.1_1.1.35-1.1 libxss-dev_1:1.2.3-1+b1 libxss1_1:1.2.3-1+b1 libxt-dev_1:1.2.1-1.2 libxt6t64_1:1.2.1-1.2 libxv-dev_2:1.0.11-1.1+b1 libxv1_2:1.0.11-1.1+b1 libxxf86vm-dev_1:1.1.4-1+b3 libxxf86vm1_1:1.1.4-1+b3 libxxhash0_0.8.2-2+b1 libyaml-0-2_0.2.5-1+b1 libyaml-dev_0.2.5-1+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.11.2-1 login_1:4.16.0-2+really2.40.2-9 login.defs_1:4.16.0-4 logsave_1.47.1-1 m4_1.4.19-4 make_4.3-4.1 man-db_2.13.0-1 mawk_1.3.4.20240905-1 media-types_10.1.0 mesa-libgallium_24.2.4-1 mount_2.40.2-9 native-architecture_0.2.3 ncurses-base_6.5-2 ncurses-bin_6.5-2 netbase_6.4 openssl-provider-legacy_3.3.2-1 passwd_1:4.16.0-4 patch_2.7.6-7 perl_5.40.0-6 perl-base_5.40.0-6 perl-modules-5.38_5.38.2-5 perl-modules-5.40_5.40.0-6 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-6 python3_3.12.6-1 python3-minimal_3.12.6-1 python3-packaging_24.1-1 python3.12_3.12.7-1 python3.12-minimal_3.12.7-1 qdoc-qt5_5.15.13-4+b1 qhelpgenerator-qt5_5.15.13-4+b1 qt5-assistant_5.15.13-4+b1 qt5-qmake_5.15.13+dfsg-4 qt5-qmake-bin_5.15.13+dfsg-4 qtattributionsscanner-qt5_5.15.13-4+b1 qtbase5-dev_5.15.13+dfsg-4 qtbase5-dev-tools_5.15.13+dfsg-4 qtbase5-private-dev_5.15.13+dfsg-4 qtchooser_66-2 qttools5-dev_5.15.13-4+b1 qttools5-dev-tools_5.15.13-4+b1 readline-common_8.2-5 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+b1 sysvinit-utils_3.10-3 tar_1.35+dfsg-3 timgm6mb-soundfont_1.3-5 tzdata_2024b-3 util-linux_2.40.2-9 uuid-dev_2.40.2-9 x11-common_1:7.7+23.1 x11proto-dev_2024.1-1 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: SHA256

Format: 3.0 (quilt)
Source: hedgewars
Binary: hedgewars, hedgewars-data
Architecture: any all
Version: 1.0.2-9
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Dmitry E. Oboukhov <unera at debian.org>, Gianfranco Costamagna <locutusofborg at debian.org>
Homepage: https://hedgewars.org
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/games-team/hedgewars
Vcs-Git: https://salsa.debian.org/games-team/hedgewars.git
Build-Depends: cmake, clang [armel armhf i386 mipsel ppc64el], debhelper-compat (= 13), fp-compiler [!armel !armhf !i386 !mipsel !ppc64el], fp-units-misc [!armel !armhf !i386 !mipsel !ppc64el], fp-units-gfx [!armel !armhf !i386 !mipsel !ppc64el], ghc, imagemagick, libghc-aeson-dev, libghc-entropy-dev, libghc-hslogger-dev, libghc-mtl-dev, libghc-network-dev, libghc-network-bsd-dev, libghc-parsec3-dev [armel armhf i386 mipsel ppc64el], libghc-random-dev, libghc-regex-tdfa-dev, libghc-sandi-dev, libghc-sha-dev, libghc-text-dev, libghc-utf8-string-dev, libghc-vector-dev, libghc-yaml-dev, libghc-zlib-dev, liblua5.1-dev, libphysfs-dev (>= 3.0.0), libpng-dev, libsdl2-image-dev, libsdl2-mixer-dev, libsdl2-net-dev, libsdl2-ttf-dev, libsdl2-dev, qtbase5-dev, qtbase5-private-dev, qttools5-dev-tools, qttools5-dev, fonts-dejavu-core, fonts-wqy-zenhei
Package-List:
 hedgewars deb games optional arch=any
 hedgewars-data deb games optional arch=all
Checksums-Sha1:
 12ffa652e64c39c402192b6b400c4f78f510b2a7 177564706 hedgewars_1.0.2.orig.tar.bz2
 8671d911b7617d4e9315c6b082ba2006741fbfe3 80896 hedgewars_1.0.2-9.debian.tar.xz
Checksums-Sha256:
 201fe5e45bd8ca5b3d81b18ec06bd6bbc9fa7c2c63bf019005e2f80be5bcf212 177564706 hedgewars_1.0.2.orig.tar.bz2
 c7cd0debd32a0dfa11d40d5b53e26e9bd839039b5f249d4feab3e1e2e721506d 80896 hedgewars_1.0.2-9.debian.tar.xz
Files:
 1a91a973201c91bba2a494d428cadfbf 177564706 hedgewars_1.0.2.orig.tar.bz2
 736e476c99ae59c90d047bd091e64ee0 80896 hedgewars_1.0.2-9.debian.tar.xz

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

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmWUPEsACgkQ808JdE6f
XdmikBAAiA5MJ2ox3qewEXRywTDq3XwWTSo/keo4uATm9d+KyzgqXyd1F6PMkoIe
SCpuBOpFR/KAIMxSgtmfvlFdH8H+lbmVzuwkXxz9E1JqJxSzTARNpzSHAJ3iOCDK
3XlKxvASk7kBOK3ghGo6R4jxqvLC2uEjPGAM4Yo68wY4e7w+n/WyukHSPpqoZ/Hx
mc2oFvjIeiy8HFd2sURo8NEXtCstcHeocfxD9a+T23f2Vbyc3JFGRflZt/8C5gA7
HLL0CLWs+wKTiSmE6PkE30jSBH7+7YGeUzXaZWbSeYy2CoyCT4wUG9CRcFWT3cAm
x6jCvaxQaxfYdSZRN7FZnsFBr4iH0XDLjR4c8fY15qzqpKEX6I1Lw5cS6xjeyV92
TWRpqw/Gp3y5yGeki1EI35nEXVznZ1c/h60gP9YvDW5gPKLxxLU7B+0FDozZ3956
Y9KFvgN2i0BjbHF9HR3KzgIagtk5L1cbEwxeUz7VCE5nVBffPGKzt3kFepUsECLp
tlO3tH346JpP+oM2A+2LxgfmUoNGcJ2aI3jyOJSzG/C0htRZVrbhNTGgu6YBshfS
Fa3chFVj+z/oXZxwMrU8GrKLd549/ONsIkYhc5nniKR7WDyU35d+6kVo92vELNst
eDFJPG2uU0ma4IxgG1mbqZmdvLAHSNBl3kIetMo5vxKkyE2LOcw=
=OeVS
-----END PGP SIGNATURE-----

gpgv: Signature made Tue Jan  2 16:39:39 2024 UTC
gpgv:                using RSA key 92978A6E195E4921825F7FF0F34F09744E9F5DD9
gpgv: Can't check signature: No public key
dpkg-source: warning: cannot verify inline signature for ./hedgewars_1.0.2-9.dsc: no acceptable signature found
dpkg-source: info: extracting hedgewars in /<<PKGBUILDDIR>>
dpkg-source: info: unpacking hedgewars_1.0.2.orig.tar.bz2
dpkg-source: info: unpacking hedgewars_1.0.2-9.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying clang-10
dpkg-source: info: applying 9cd8d7748199.patch
dpkg-source: info: applying c09063ea0267.patch
dpkg-source: info: applying dwarf.patch
dpkg-source: info: applying clang-15.patch
dpkg-source: info: applying 24545642473f.patch
dpkg-source: info: applying old-glext-prototypes.patch

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

Sufficient free space for build

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

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=en_US.UTF-8
LC_ALL=C.UTF-8
LOGNAME=josch
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=josch

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

Command: dpkg-buildpackage --sanitize-env -us -uc -b -rfakeroot -j2
dpkg-buildpackage: info: source package hedgewars
dpkg-buildpackage: info: source version 1.0.2-9
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Gianfranco Costamagna <locutusofborg at debian.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf tmp-icon
dh_clean
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
for icon in `find debian/hicolor-icons -type f`; do \
	dirname=`dirname $icon`; \
	dirname=`dirname $dirname`; \
	dirname=`basename $dirname`; \
	basename=`basename $icon .xpm`; \
	mkdir -p tmp-icon/$dirname/apps; \
	convert $icon +set date:create +set date:modify -define png:exclude-chunk=time tmp-icon/$dirname/apps/$basename.png; \
done
dh_auto_configure -- -DNOVIDEOREC=ON -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars -DDATA_INSTALL_DIR=/usr/share/games/hedgewars -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPHYSFS_SYSTEM=ON -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu' -DNOVERSIONINFOUPDATE=ON -DBUILD_ENGINE_C=NO
	cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu -DNOVIDEOREC=ON -DCMAKE_INSTALL_PREFIX=/usr/lib/hedgewars -DDATA_INSTALL_DIR=/usr/share/games/hedgewars -DCMAKE_BUILD_TYPE=RelWithDebInfo -DPHYSFS_SYSTEM=ON -DFONTS_DIRS=/usr/share/fonts/truetype/wqy\;/usr/share/fonts/truetype/dejavu -DNOVERSIONINFOUPDATE=ON -DBUILD_ENGINE_C=NO ..
CMake Warning (dev) at CMakeLists.txt:1 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Deprecation Warning at CMakeLists.txt:5 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


CMake Deprecation Warning at CMakeLists.txt:14 (cmake_policy):
  The OLD behavior for policy CMP0026 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


CMake Deprecation Warning at CMakeLists.txt:14 (cmake_policy):
  The OLD behavior for policy CMP0068 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.


-- Building 1.0.2-r15869 (ccce86a05f31)
-- Performing Test HAVE_STACKPROTECTOR
-- Performing Test HAVE_STACKPROTECTOR - Success
-- Performing Test HAVE_VISIBILITY
-- Performing Test HAVE_VISIBILITY - Success
-- Performing Test HAVE_NOEXECSTACK
-- Performing Test HAVE_NOEXECSTACK - Success
-- Performing Test HAVE_ORIGIN
-- Performing Test HAVE_ORIGIN - Success
-- Performing Test HAVE_RELROFULL
-- Performing Test HAVE_RELROFULL - Success
-- Performing Test HAVE_ASNEEDED
-- Performing Test HAVE_ASNEEDED - Success
-- Using RelWithDebInfo configuration
-- Found GHC: /usr/bin/ghc
-- Looking for Haskell package base ...
-- Looking for Haskell package base - found
-- Looking for Haskell package containers ...
-- Looking for Haskell package containers - found
-- Looking for Haskell package vector ...
-- Looking for Haskell package vector - found
-- Looking for Haskell package bytestring ...
-- Looking for Haskell package bytestring - found
-- Looking for Haskell package network ...
-- Looking for Haskell package network - found
-- Looking for Haskell package network-bsd ...
-- Looking for Haskell package network-bsd - found
-- Looking for Haskell package time ...
-- Looking for Haskell package time - found
-- Looking for Haskell package mtl ...
-- Looking for Haskell package mtl - found
-- Looking for Haskell package sandi ...
-- Looking for Haskell package sandi - found
-- Looking for Haskell package hslogger ...
-- Looking for Haskell package hslogger - found
-- Looking for Haskell package process ...
-- Looking for Haskell package process - found
-- Looking for Haskell package utf8-string ...
-- Looking for Haskell package utf8-string - found
-- Looking for Haskell package SHA ...
-- Looking for Haskell package SHA - found
-- Looking for Haskell package entropy ...
-- Looking for Haskell package entropy - found
-- Looking for Haskell package zlib ...
-- Looking for Haskell package zlib - found
-- Looking for Haskell package random ...
-- Looking for Haskell package random - found
-- Looking for Haskell package regex-tdfa ...
-- Looking for Haskell package regex-tdfa - found
-- Looking for Haskell package deepseq ...
-- Looking for Haskell package deepseq - found
-- Found Lua: /usr/lib/aarch64-linux-gnu/liblua5.1.so
-- Found PhysFS: /usr/lib/aarch64-linux-gnu/libphysfs.so
-- LIBAV disabled. Video recording will not be built
-- Check for working Pascal compiler: /usr/bin/fpc
CMake Warning (dev) at /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/CMakeTmp/CMakeLists.txt:3 (project):
  cmake_minimum_required() should be called prior to this top-level project()
  call.  Please see the cmake-commands(7) manual for usage documentation of
  both commands.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Check for working Pascal compiler: /usr/bin/fpc -- works
-- Found SDL2_image: /usr/lib/aarch64-linux-gnu/libSDL2_image.so (found suitable version "2.8.2", minimum required is "2")
-- Found SDL2_net: /usr/lib/aarch64-linux-gnu/libSDL2_net.so (found suitable version "2.2.0", minimum required is "2")
-- Found SDL2_ttf: /usr/lib/aarch64-linux-gnu/libSDL2_ttf.so (found suitable version "2.22.0", minimum required is "2")
-- Found SDL2_mixer: /usr/lib/aarch64-linux-gnu/libSDL2_mixer.so (found suitable version "2.8.0", minimum required is "2")
-- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.3.1")
-- Found PNG: /usr/lib/aarch64-linux-gnu/libpng.so (found version "1.6.44")
-- Fonts: Found DejaVuSans-Bold.ttf in /usr/share/fonts/truetype/dejavu
-- Fonts: Found wqy-zenhei.ttc in /usr/share/fonts/truetype/wqy
-- Configuring done (9.3s)
-- Generating done (0.5s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LIBDIR
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED
    PHYSFS_SYSTEM


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build
	cd obj-aarch64-linux-gnu && make -j2 "INSTALL=install --strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/CMakeFiles /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f gameServer/CMakeFiles/hedgewars-server.dir/build.make gameServer/CMakeFiles/hedgewars-server.dir/depend
make  -f misc/libphyslayer/CMakeFiles/physlayer.dir/build.make misc/libphyslayer/CMakeFiles/physlayer.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/misc/libphyslayer /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer/CMakeFiles/physlayer.dir/DependInfo.cmake "--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/gameServer /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/CMakeFiles/hedgewars-server.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f misc/libphyslayer/CMakeFiles/physlayer.dir/build.make misc/libphyslayer/CMakeFiles/physlayer.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f gameServer/CMakeFiles/hedgewars-server.dir/build.make gameServer/CMakeFiles/hedgewars-server.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[  0%] Building C object misc/libphyslayer/CMakeFiles/physlayer.dir/physfscompat.c.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cc -Dphyslayer_EXPORTS -I/usr/include/lua5.1 -isystem /usr/include/SDL2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-all -fstack-protector -fvisibility=hidden -Wall -pipe -O2 -g -DNDEBUG -fPIC -MD -MT misc/libphyslayer/CMakeFiles/physlayer.dir/physfscompat.c.o -MF CMakeFiles/physlayer.dir/physfscompat.c.o.d -o CMakeFiles/physlayer.dir/physfscompat.c.o -c /<<PKGBUILDDIR>>/misc/libphyslayer/physfscompat.c
[  0%] Generating ../bin/hedgewars-server
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer && /usr/bin/ghc --make /<<PKGBUILDDIR>>/gameServer/hedgewars-server.hs -i/<<PKGBUILDDIR>>/gameServer -o /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/bin/hedgewars-server -odir /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer -hidir /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer -optl -Wl,-znoexecstack -optl -Wl,-zorigin -optl -Wl,-zrelro -optl -Wl,-znow -optl -Wl,--as-needed -w -O2
[  0%] Building C object misc/libphyslayer/CMakeFiles/physlayer.dir/physfsrwops.c.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cc -Dphyslayer_EXPORTS -I/usr/include/lua5.1 -isystem /usr/include/SDL2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-all -fstack-protector -fvisibility=hidden -Wall -pipe -O2 -g -DNDEBUG -fPIC -MD -MT misc/libphyslayer/CMakeFiles/physlayer.dir/physfsrwops.c.o -MF CMakeFiles/physlayer.dir/physfsrwops.c.o.d -o CMakeFiles/physlayer.dir/physfsrwops.c.o -c /<<PKGBUILDDIR>>/misc/libphyslayer/physfsrwops.c
[  1%] Building C object misc/libphyslayer/CMakeFiles/physlayer.dir/physfslualoader.c.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cc -Dphyslayer_EXPORTS -I/usr/include/lua5.1 -isystem /usr/include/SDL2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-all -fstack-protector -fvisibility=hidden -Wall -pipe -O2 -g -DNDEBUG -fPIC -MD -MT misc/libphyslayer/CMakeFiles/physlayer.dir/physfslualoader.c.o -MF CMakeFiles/physlayer.dir/physfslualoader.c.o.d -o CMakeFiles/physlayer.dir/physfslualoader.c.o -c /<<PKGBUILDDIR>>/misc/libphyslayer/physfslualoader.c
[  1%] Building C object misc/libphyslayer/CMakeFiles/physlayer.dir/hwpacksmounter.c.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cc -Dphyslayer_EXPORTS -I/usr/include/lua5.1 -isystem /usr/include/SDL2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-all -fstack-protector -fvisibility=hidden -Wall -pipe -O2 -g -DNDEBUG -fPIC -MD -MT misc/libphyslayer/CMakeFiles/physlayer.dir/hwpacksmounter.c.o -MF CMakeFiles/physlayer.dir/hwpacksmounter.c.o.d -o CMakeFiles/physlayer.dir/hwpacksmounter.c.o -c /<<PKGBUILDDIR>>/misc/libphyslayer/hwpacksmounter.c
[ 1 of 27] Compiling Consts           ( /<<PKGBUILDDIR>>/gameServer/Consts.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/Consts.o )
[  1%] Linking C shared library ../../bin/libphyslayer.so
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cmake -E cmake_link_script CMakeFiles/physlayer.dir/link.txt --verbose=1
/usr/bin/cc -fPIC -Wl,-znoexecstack -Wl,-zorigin -Wl,-zrelro -Wl,-znow -Wl,--as-needed -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -mbranch-protection=standard -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fstack-protector-all -fstack-protector -fvisibility=hidden -Wall -pipe -O2 -g -DNDEBUG -Wl,-z,relro -shared -Wl,-soname,libphyslayer.so.1.0 -o ../../bin/libphyslayer.so.1.0 CMakeFiles/physlayer.dir/physfscompat.c.o CMakeFiles/physlayer.dir/physfsrwops.c.o CMakeFiles/physlayer.dir/physfslualoader.c.o CMakeFiles/physlayer.dir/hwpacksmounter.c.o  -Wl,-rpath,"\$ORIGIN/../lib/:\$ORIGIN/:/usr/lib/hedgewars/lib/" /usr/lib/aarch64-linux-gnu/libSDL2.so /usr/lib/aarch64-linux-gnu/liblua5.1.so /usr/lib/aarch64-linux-gnu/libphysfs.so
[ 2 of 27] Compiling Data.TConfig     ( /<<PKGBUILDDIR>>/gameServer/Data/TConfig.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/Data/TConfig.o )
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/misc/libphyslayer && /usr/bin/cmake -E cmake_symlink_library ../../bin/libphyslayer.so.1.0 ../../bin/libphyslayer.so.1.0 ../../bin/libphyslayer.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[  1%] Built target physlayer
make  -f share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build.make share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/DependInfo.cmake "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build.make share/hedgewars/Data/Locale/CMakeFiles/release-translation.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[  2%] Generating hedgewars_zh_TW.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_zh_TW.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_zh_TW.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_zh_TW.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[  3%] Generating hedgewars_bg.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_bg.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_bg.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_bg.qm'...
    Generated 234 translation(s) (184 finished and 50 unfinished)
    Ignored 899 untranslated source text(s)
[  3%] Generating hedgewars_cs.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_cs.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_cs.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_cs.qm'...
    Generated 289 translation(s) (235 finished and 54 unfinished)
    Ignored 844 untranslated source text(s)
[  3%] Generating hedgewars_da.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_da.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_da.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_da.qm'...
    Generated 349 translation(s) (294 finished and 55 unfinished)
    Ignored 784 untranslated source text(s)
[  4%] Generating hedgewars_de.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_de.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_de.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_de.qm'...
    Generated 1134 translation(s) (1134 finished and 0 unfinished)
[ 3 of 27] Compiling JoinsMonitor     ( /<<PKGBUILDDIR>>/gameServer/JoinsMonitor.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/JoinsMonitor.o )
[  4%] Generating hedgewars_el.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_el.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_el.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_el.qm'...
    Generated 282 translation(s) (2 finished and 280 unfinished)
    Ignored 851 untranslated source text(s)
[  4%] Generating hedgewars_en.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_en.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_en.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_en.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[  5%] Generating hedgewars_es.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_es.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_es.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_es.qm'...
    Generated 331 translation(s) (278 finished and 53 unfinished)
    Ignored 802 untranslated source text(s)
[  5%] Generating hedgewars_fi.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_fi.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_fi.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_fi.qm'...
    Generated 738 translation(s) (723 finished and 15 unfinished)
    Ignored 395 untranslated source text(s)
[  5%] Generating hedgewars_fr.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_fr.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_fr.qm
[ 4 of 27] Compiling Store            ( /<<PKGBUILDDIR>>/gameServer/Store.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/Store.o )
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_fr.qm'...
    Generated 855 translation(s) (847 finished and 8 unfinished)
    Ignored 278 untranslated source text(s)
[  6%] Generating hedgewars_gd.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_gd.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_gd.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_gd.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[  6%] Generating hedgewars_gl.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_gl.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_gl.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_gl.qm'...
    Generated 223 translation(s) (177 finished and 46 unfinished)
    Ignored 910 untranslated source text(s)
[  6%] Generating hedgewars_hu.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_hu.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_hu.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_hu.qm'...
    Generated 1181 translation(s) (1181 finished and 0 unfinished)
[  7%] Generating hedgewars_it.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_it.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_it.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_it.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[  7%] Generating hedgewars_ja.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_ja.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ja.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ja.qm'...
    Generated 930 translation(s) (922 finished and 8 unfinished)
    Ignored 203 untranslated source text(s)
[  7%] Generating hedgewars_ko.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_ko.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ko.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ko.qm'...
    Generated 1 translation(s) (0 finished and 1 unfinished)
    Ignored 1132 untranslated source text(s)
[  7%] Generating hedgewars_lt.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_lt.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_lt.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_lt.qm'...
    Generated 1 translation(s) (1 finished and 0 unfinished)
    Ignored 1132 untranslated source text(s)
[  8%] Generating hedgewars_ms.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_ms.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ms.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ms.qm'...
    Generated 1 translation(s) (1 finished and 0 unfinished)
    Ignored 1132 untranslated source text(s)
[  8%] Generating hedgewars_nl.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_nl.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_nl.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_nl.qm'...
    Generated 0 translation(s) (0 finished and 0 unfinished)
    Ignored 1133 untranslated source text(s)
[  8%] Generating hedgewars_pl.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_pl.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pl.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pl.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[  9%] Generating hedgewars_pt_BR.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_pt_BR.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pt_BR.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pt_BR.qm'...
    Generated 602 translation(s) (581 finished and 21 unfinished)
    Ignored 531 untranslated source text(s)
[  9%] Generating hedgewars_pt_PT.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_pt_PT.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pt_PT.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_pt_PT.qm'...
    Generated 608 translation(s) (581 finished and 27 unfinished)
    Ignored 525 untranslated source text(s)
[  9%] Generating hedgewars_ro.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_ro.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ro.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ro.qm'...
    Generated 220 translation(s) (172 finished and 48 unfinished)
    Ignored 913 untranslated source text(s)
[ 10%] Generating hedgewars_ru.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_ru.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ru.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_ru.qm'...
    Generated 1133 translation(s) (1133 finished and 0 unfinished)
[ 10%] Generating hedgewars_sk.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_sk.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_sk.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_sk.qm'...
    Generated 556 translation(s) (511 finished and 45 unfinished)
    Ignored 577 untranslated source text(s)
[ 10%] Generating hedgewars_sv.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_sv.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_sv.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_sv.qm'...
    Generated 331 translation(s) (278 finished and 53 unfinished)
    Ignored 802 untranslated source text(s)
[ 5 of 27] Compiling RoomsAndClients  ( /<<PKGBUILDDIR>>/gameServer/RoomsAndClients.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/RoomsAndClients.o )
[ 11%] Generating hedgewars_tr_TR.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_tr_TR.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_tr_TR.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_tr_TR.qm'...
    Generated 596 translation(s) (575 finished and 21 unfinished)
    Ignored 537 untranslated source text(s)
[ 11%] Generating hedgewars_uk.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_uk.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_uk.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_uk.qm'...
    Generated 987 translation(s) (987 finished and 0 unfinished)
    Ignored 146 untranslated source text(s)
[ 11%] Generating hedgewars_zh_CN.qm
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale && /usr/lib/qt5/bin/lrelease /<<PKGBUILDDIR>>/share/hedgewars/Data/Locale/hedgewars_zh_CN.ts -qm /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_zh_CN.qm
Updating '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/share/hedgewars/Data/Locale/hedgewars_zh_CN.qm'...
    Generated 136 translation(s) (104 finished and 32 unfinished)
    Ignored 997 untranslated source text(s)
[ 11%] Compiling ts files
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 11%] Built target release-translation
make  -f hedgewars/CMakeFiles/hwengine.dir/build.make hedgewars/CMakeFiles/hwengine.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/hedgewars /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/hwengine.dir/DependInfo.cmake "--color="
Dependee "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/hwengine.dir/DependInfo.cmake" is newer than depender "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/hwengine.dir/depend.internal".
Dependee "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/hwengine.dir/depend.internal".
Scanning dependencies of target hwengine
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make  -f hedgewars/CMakeFiles/hwengine.dir/build.make hedgewars/CMakeFiles/hwengine.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 11%] Building Pascal object hedgewars/CMakeFiles/hwengine.dir/hwengine.o
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars && /usr/bin/fpc -l- -v0ewn -Cn -FE/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/bin -FU/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars/CMakeFiles/hwengine.dir -k-rpath -k'\$ORIGIN/../lib/:\$ORIGIN/:/usr/lib/hedgewars/lib/' -FD/usr/bin -Cs2000000 -B -fPIC -Fl/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/bin -k-L/usr/lib/aarch64-linux-gnu -Fl/usr/lib/aarch64-linux-gnu -Fl/usr/lib/aarch64-linux-gnu -XLAlua=lua5.1 -Fl/usr/lib/aarch64-linux-gnu/libphysfs.so -O2 -g -gl -gp   -dPNG_SCREENSHOTS -dDEBUGFILE  -k-znoexecstack -k-zorigin -k-zrelro -k-znow -k--as-needed /<<PKGBUILDDIR>>/hedgewars/hwengine.pas
uFloat.pas(454,37) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uFloat.pas(454,37) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uVariables.pas(2991,25) Note: Call to subroutine "function Min(a:LongInt;b:LongInt):LongInt;" marked as inline is not inlined
uVariables.pas(2992,25) Note: Call to subroutine "function Min(a:LongInt;b:LongInt):LongInt;" marked as inline is not inlined
uVariables.pas(3001,28) Note: Call to subroutine "function Min(a:LongInt;b:LongInt):LongInt;" marked as inline is not inlined
uVariables.pas(3003,29) Note: Call to subroutine "function Min(a:LongInt;b:LongInt):LongInt;" marked as inline is not inlined
LuaPas.pas(932,21) Note: Call to subroutine "function StrPas(p:PChar):ShortString;" marked as inline is not inlined
uCommands.pas(61,5) Note: Call to subroutine "procedure ParseCommand(CmdStr:ShortString;TrustedSource:Boolean);" marked as inline is not inlined
uCommands.pas(109,33) Note: Call to subroutine "function CheckNoTeamOrHH:Boolean;" marked as inline is not inlined
uUtils.pas(570,5) Note: Call to subroutine "function Utf8ToUnicode(Dest:PUnicodeChar;Source:PChar;MaxChars:Int64):Int64;" marked as inline is not inlined
uRender.pas(151,24) Note: Call to subroutine "function isDxAreaOffscreen(X:LongInt;Width:LongInt):LongInt;" marked as inline is not inlined
uRender.pas(151,62) Note: Call to subroutine "function isDyAreaOffscreen(Y:LongInt;Height:LongInt):LongInt;" marked as inline is not inlined
uRender.pas(253,5) Note: Call to subroutine "procedure SetTexCoordPointer(p:Pointer;n:LongInt);" marked as inline is not inlined
uRender.pas(258,5) Note: Call to subroutine "procedure SetVertexPointer(p:Pointer;n:LongInt);" marked as inline is not inlined
uRender.pas(264,5) Note: Call to subroutine "procedure SetVertexPointer(p:Pointer;n:LongInt);" marked as inline is not inlined
uRender.pas(475,15) Note: Call to subroutine "function StrPas(p:PChar):ShortString;" marked as inline is not inlined
uRender.pas(893,1) Note: Call to subroutine "procedure DrawTextureFromRect(X:LongInt;Y:LongInt;r:PSDL_Rect;SourceTexture:PTexture);" marked as inline is not inlined
uRender.pas(1517,5) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uRender.pas(1556,1) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uRender.pas(1566,5) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uRender.pas(1611,5) Note: Call to subroutin[ 6 of 27] Compiling CoreTypes        ( /<<PKGBUILDDIR>>/gameServer/CoreTypes.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/CoreTypes.o )
e "procedure untint;" marked as inline is not inlined
uRender.pas(2064,1) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uCursor.pas(31,5) Note: Call to subroutine "procedure SDL_WarpMouse(x:Word;y:Word);" marked as inline is not inlined
uLocale.pas(139,35) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGraphics.pas(212,13) Note: Call to subroutine "procedure fillPixelFromIceSprite(pixelX:LongInt;pixelY:LongInt);" marked as inline is not inlined
uLandGraphics.pas(380,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(380,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(382,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(382,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(384,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(384,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(386,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(386,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(388,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(388,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(390,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(390,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(461,22) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(461,22) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(463,9) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(463,9) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(465,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(465,5) Note: Call to subroutine "function FillLandCircleSegmentFT(x:LongInt;y:LongInt;dx:LongInt;dy:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uLandGraphics.pas(675,58) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandGraphics.pas(677,59) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uCollisions.pas(222,26) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(222,26) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(260,20) Note: Call to subroutine "function hwSqrt(const x:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uCollisions.pas(291,20) Note: Call to subroutine "function hwSqrt(const x:hwFloat):<record type>;" marked as inline is not inlined
uStore.pas(960,5) Note: Call to subroutine "procedure SwapBuffers;" marked as inline is not inlined
uWorld.pas(167,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uWorld.pas(713,5) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(993,13) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uWorld.pas(1049,18) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1093,13) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uWorld.pas(1095,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1103,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1185,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1364,17) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uWorld.pas(1368,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1381,17) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uWorld.pas(1385,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1395,13) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uWorld.pas(1399,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uWorld.pas(1863,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGearsHandlers.pas(325,15) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(776,10) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(783,20) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(784,20) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(817,1) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(820,10) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(828,5) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(830,5) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsHandlers.pas(854,9) Note: Call to subroutine "function AddVisualGear(X:LongInt;Y:LongInt;Kind:TVisualGearType):^TVisualGear;" marked as inline is not inlined
uVisualGearsList.pas(324,47) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uVisualGears.pas(160,45) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(186,16) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(196,15) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(245,15) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(256,16) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(304,16) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(315,16) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(379,16) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(389,17) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(405,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(415,17) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(431,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uVisualGears.pas(441,17) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uVisualGears.pas(455,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uAIAmmoTests.pas(182,50) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(183,51) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(226,47) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(227,47) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(255,47) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(256,47) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(368,54) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(369,55) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(371,16) Note: Call to subroutine "function TestCollExcludingObjects(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(386,29) Note: Call to subroutine "function TestCollExcludingObjects(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(452,50) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(453,51) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(511,50) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(512,51) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(570,50) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(571,51) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(630,46) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(631,47) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(690,49) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(691,51) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(771,46) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(772,47) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(825,42) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(826,44) Note: Call to subroutine "function TestCollExcludingMe(Me:PGear;x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1256,16) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1304,23) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1306,20) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1320,19) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1337,12) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIAmmoTests.pas(1427,8) Note: Call to subroutine "function TestColl(x:LongInt;y:LongInt;r:LongInt):Boolean;" marked as inline is not inlined
uAIActions.pas(235,17) Note: Call to subroutine "procedure AwareOfExplosion(x:LongInt;y:LongInt;r:LongInt);" marked as inline is not inlined
uAI.pas(273,43) Hint: Converting the operands to "Int64" before doing the multiply could prevent overflow errors.
uGearsRender.pas(80,5) Note: Call to subroutine "procedure SetVertexPointer(p:Pointer;n:LongInt);" marked as inline is not inlined
uGearsRender.pas(87,5) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(91,5) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(291,9) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(293,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(322,9) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(326,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(388,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(423,9) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(425,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(466,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(654,37) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(657,37) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(688,33) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(697,33) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1027,30) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1027,30) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1073,39) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1118,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1127,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1144,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1153,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1156,43) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1174,21) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1183,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1253,17) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1297,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1308,9) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1335,13) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1339,13) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1354,19) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1356,19) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1401,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1431,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1544,21) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1546,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1566,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1568,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1587,21) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1589,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1595,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1648,104) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsRender.pas(1649,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1655,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1657,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1659,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1661,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1665,21) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1667,21) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1672,25) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1675,25) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1690,29) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1695,29) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1697,29) Note: Call to subroutine "procedure Tint(c:LongWord);" marked as inline is not inlined
uGearsRender.pas(1700,29) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1705,29) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsRender.pas(1711,66) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1711,93) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1711,66) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1711,64) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1739,115) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsRender.pas(1750,44) Note: Call to subroutine "procedure untint;" marked as inline is not inlined
uGearsList.pas(411,41) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(412,56) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(414,56) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(415,28) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(485,39) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(511,39) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(590,29) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(775,53) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsList.pas(985,5) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(372,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(372,93) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(375,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(375,93) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(377,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(377,93) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(379,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(379,93) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(385,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(385,93) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(441,108) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(441,144) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(556,70)[ 7 of 27] Compiling ServerState      ( /<<PKGBUILDDIR>>/gameServer/ServerState.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/ServerState.o )

/<<PKGBUILDDIR>>/gameServer/ServerState.hs:74:23: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ([ClientInfo] -> [ClientInfo])
           -> StateT ServerState IO [ClientInfo]
           -> StateT ServerState IO [ClientInfo]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.State.Strict)
   |
74 | sameProtoClientsS p = liftM f allClientsS
   |                       ^^^^^
[ 8 of 27] Compiling OfficialServer.DBInteraction ( /<<PKGBUILDDIR>>/gameServer/OfficialServer/DBInteraction.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/OfficialServer/DBInteraction.o )
[ 9 of 27] Compiling HandlerUtils     ( /<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/HandlerUtils.o )

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:43:14: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: (ClientInfo -> B.ByteString)
           -> Reader (ClientIndex, IRnC) ClientInfo
           -> Reader (ClientIndex, IRnC) B.ByteString
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
43 | clientNick = liftM nick thisClient
   |              ^^^^^

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:78:20: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ([ClientChan] -> [Action])
           -> Reader (ClientIndex, IRnC) [ClientChan]
           -> Reader (ClientIndex, IRnC) [Action]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
78 | answerClient msg = liftM ((: []) . flip AnswerClients msg) thisClientChans
   |                    ^^^^^

/<<PKGBUILDDIR>>/gameServer/HandlerUtils.hs:81:16: error: [GHC-88464]
    Variable not in scope:
      liftM
        :: ((a0, IRoomsAndClients r0 c0) -> [r0])
           -> m0 r1 -> Reader (a, IRnC) [RoomInfo]
    Suggested fix:
      Perhaps use ‘lift’ (imported from Control.Monad.Reader)
   |
81 | allRoomInfos = liftM ((\irnc -> map (room irnc) $ allRooms irnc) . snd) ask
   |                ^^^^^
[11 of 27] Compiling ConfigFile       ( /<<PKGBUILDDIR>>/gameServer/ConfigFile.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/ConfigFile.o )
 Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(676,5) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(796,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(798,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(800,5) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(813,25) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
uGearsHedgehog.pas(822,53) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHedgehog.pas(823,53) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHedgehog.pas(829,107) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHedgehog.pas(1063,58) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1063,58) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1125,39) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1125,63) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1145,84) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1153,88) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1161,88) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1169,91) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1177,91) Note: Call to subroutine "function int2hwFloat(const i:Lo[12 of 27] Compiling ClientIO         ( /<<PKGBUILDDIR>>/gameServer/ClientIO.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/ClientIO.o )

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:55:13: error: [GHC-88464]
    Variable not in scope: unless :: Bool -> IO b -> IO b
   |
55 |             unless (B.null recvBS) $ do
   |             ^^^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:57:17: error: [GHC-88464]
    Variable not in scope:
      forM_ :: [[B.ByteString]] -> ([B.ByteString] -> IO ()) -> IO a1
   |
57 |                 forM_ packets sendPacket
   |                 ^^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:58:17: error: [GHC-88464]
    Variable not in scope: when :: Bool -> IO () -> IO a0
   |
58 |                 when (B.length newrecvBuf > 128 * 1024) $ sendPacket ["QUIT", "Protocol violation"]
   |                 ^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:85:5: error: [GHC-88464]
    Variable not in scope: when :: Bool -> IO () -> IO a2
   |
85 |     when (isQuit answer) $
   |     ^^^^

/<<PKGBUILDDIR>>/gameServer/ClientIO.hs:89:45: error: [GHC-88464]
    Variable not in scope: unless :: Bool -> IO () -> IO ()
   |
89 |         (\(e :: Exception.SomeException) -> unless (isQuit answer) . killReciever $ show e) $
   |                                             ^^^^^^
[13 of 27] Compiling Utils            ( /<<PKGBUILDDIR>>/gameServer/Utils.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/Utils.o )
ngInt):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1545,46) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1598,31) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHedgehog.pas(1598,31) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(163,82) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(163,39) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(216,77) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(427,47) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(450,46) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(567,59) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(593,9) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(595,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(608,24) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(609,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(615,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(628,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(641,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(661,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(664,25) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(665,25) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(739,35) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(759,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(779,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(802,61) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(802,48) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(839,5) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(857,15) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(858,46) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(884,23) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(890,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(894,34) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(895,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(900,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(904,34) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(905,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(991,35) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(993,59) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(994,54) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(1099,5) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(1103,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(1149,5) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(1152,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(1273,9) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(1399,23) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1399,38) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1399,23) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1399,21) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1561,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(1563,103) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1563,89) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1563,70) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1563,56) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1594,79) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1594,69) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1741,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(1752,41) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(1753,42) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(1756,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(1760,100) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1760,75) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1760,54) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1765,9) Note: Call to subroutine "procedure SetAllHHToActive;" marked as inline is not inlined
uGearsHandlersMess.pas(1780,82) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1780,72) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1823,65) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(1824,66) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(1896,73) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1900,73) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1909,168) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1909,130) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1909,109) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1909,88) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1909,49) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1924,73) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1924,66) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1924,27) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1923,42) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1923,19) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1952,73) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1952,66) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1952,27) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1951,42) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(1951,19) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2003,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2022,47) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2023,47) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2024,31) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2033,21) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2035,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2074,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2162,38) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2162,38) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2193,48) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2193,48) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2215,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2215,119) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2215,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2215,74) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2220,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2220,119) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2220,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2220,74) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2240,39) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2240,39) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2260,39) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2260,39) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2264,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2273,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2329,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2357,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2389,49) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2464,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2472,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2604,53) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2757,35) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2834,17) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2850,35) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2878,43) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2886,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2897,62) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2905,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(2912,62) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(2975,95) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(2975,74) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3003,44) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(3234,104) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3238,56) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3240,42) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3242,27) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3241,48) Note: Call to subroutine "function hwSqrt(const x:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3242,25) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3241,101) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3241,97) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3241,86) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3279,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(3318,34) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3319,34) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3443,9) Note: Call to subroutine "procedure SetAllHHToActive;" marked as inline is not inlined
uGearsHandlersMess.pas(3570,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(3668,36) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3668,36) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(3683,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(3782,5) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(4061,72) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4062,45) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4062,45) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4063,80) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4063,77) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4063,49) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4064,45) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4064,86) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4064,57) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4064,45) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4066,45) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4066,86) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4066,57) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4066,45) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4212,90) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4212,74) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4212,55) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4212,39) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4234,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(4294,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(4315,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(4344,80) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(4479,5) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(4489,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(5056,74) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5056,45) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5198,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5199,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5203,88) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5203,58) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5401,18) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5401,109) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5401,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5401,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5401,18) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5589,15) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5590,15) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5591,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(5592,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(5593,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(5622,30) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5623,30) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5628,10) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5644,27) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5644,71) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5644,60) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5673,44) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5723,25) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(5735,32) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5748,29) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5750,31) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5751,61) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(5866,59) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5873,63) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(5965,55) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6021,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6102,28) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6102,48) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6103,28) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6103,57) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6106,33) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6110,100) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6110,75) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6110,54) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6146,65) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6147,66) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6294,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6299,35) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6311,9) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6420,19) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6600,71) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6600,89) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6600,71) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6600,70) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6604,17) Note: Call to subroutine "procedure CheckCollision(Gear:PGear);" marked as inline is not inlined
uGearsHandlersMess.pas(6638,21) Note: Call to subroutine "function FillRoundInLandFT(X:LongInt;Y:LongInt;Radius:LongInt;fill:fillType):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6652,50) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6652,83) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6702,93) Note: Call to subroutine "function hwRound(const t:hwFloat):LongInt;" marked as inline is not inlined
uGearsHandlersMess.pas(6703,98) Note: Call to subroutine "function hwRound(const t:hwFloat):LongInt;" marked as inline is not inlined
uGearsHandlersMess.pas(6725,21) Note: Call to subroutine "procedure SetAllHHToActive;" marked as inline is not inlined
uGearsHandlersMess.pas(6741,21) Note: Call to subroutine "procedure SetAllHHToActive;" marked as inline is not inlined
uGearsHandlersMess.pas(6805,9) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6833,31) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6834,31) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6854,13) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6871,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6871,119) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6871,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6871,74) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6876,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6876,119) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6876,96) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6876,74) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6880,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(6897,32) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6897,32) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6929,48) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6929,48) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6955,43) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6955,43) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6975,43) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6975,43) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(6979,25) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(6988,21) Note: Call to subroutine "procedure doMakeExplosion(X:LongInt;Y:LongInt;Radius:LongInt;AttackingHog:PHedgehog;Mask:LongWord);" marked as inline is not inlined
uGearsHandlersMess.pas(7017,12) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsHandlersMess.pas(7025,88) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(7025,82) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(7025,71) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersMess.pas(7086,91) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
[14 of 27] Compiling Opts             ( /<<PKGBUILDDIR>>/gameServer/Opts.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/Opts.o )
uGearsUtils.pas(171,90) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(171,84) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(171,75) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(172,90) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(172,84) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(172,75) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(254,1) Note: Call to subroutine "procedure AwareOfExplosion(x:LongInt;y:LongInt;r:LongInt);" marked as inline is not inlined
uGearsUtils.pas(269,78) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(269,71) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(269,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(269,50) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(271,71) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(271,54) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(271,50) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(298,54) Note: Call to subroutin[15 of 27] Compiling NetRoutines      ( /<<PKGBUILDDIR>>/gameServer/NetRoutines.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/NetRoutines.o )
e "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(455,55) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(581,50) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(684,39) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(685,39) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(701,53) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(701,53) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,52) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,84) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,82) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,76) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,52) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,47) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,45) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(914,39) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(949,12) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(950,46) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1000,28) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1023,17) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1043,26) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1044,26) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1093,63) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1093,75) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1093,63) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1093,58) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1097,57) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1098,75) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1098,87) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1098,75) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1098,70) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1098,68) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1100,62) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1101,75) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1101,87) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1101,75) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1101,70) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1101,68) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1123,47) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1123,59) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1123,47) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1123,42) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1127,41) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1128,59) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1128,71) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1128,59) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1128,54) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1128,52) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1130,46) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1131,59) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1131,71) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1131,59) Note: Call to subroutine "operator /(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1131,54) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1131,52) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1284,39) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1284,56) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1285,56) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1562,48) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1562,48) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1584,97) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1584,68) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1584,56) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1584,27) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1585,99) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1585,70) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1585,58) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1585,29) Note: Call to subroutine "function i[18 of 27] Compiling EngineInteraction ( /<<PKGBUILDDIR>>/gameServer/EngineInteraction.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/EngineInteraction.o )
nt2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1612,9) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1632,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1637,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1658,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1671,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1707,51) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1746,9) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1772,9) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGearsUtils.pas(1876,37) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1877,36) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1878,35) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsUtils.pas(1896,80) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uTeams.pas(597,64) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersRope.pas(197,60) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uGearsHandlersRope.pas(470,107) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersRope.pas(470,76) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uGearsHandlersRope.pas(470,97) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
[19 of 27] Compiling CommandHelp      ( /<<PKGBUILDDIR>>/gameServer/CommandHelp.hs, /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/gameServer/CommandHelp.o )
uGears.pas(320,33) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(321,33) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(621,1) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
uGears.pas(810,24) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(812,24) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(814,23) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(816,23) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(838,53) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGears.pas(838,53) Note: Call to subroutine "function hwSqr(const t:hwFloat):<record type>;" marked as inline is not inlined
uGears.pas(886,10) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(887,10) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(901,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(902,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(934,17) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(935,17) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(1028,49) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(1033,64) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(1055,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uGears.pas(1123,54) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
make[3]: *** [gameServer/CMakeFiles/hedgewars-server.dir/build.make:99: bin/hedgewars-server] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:2618: gameServer/CMakeFiles/hedgewars-server.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
uScript.pas(155,15) Note: Call to subroutine "function StrPas(p:PChar):ShortString;" marked as inline is not inlined
uScript.pas(2954,43) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uScript.pas(2971,61) Note: Call to subroutine "function int2hwFloat(const i:LongInt):<record type>;" marked as inline is not inlined
uScript.pas(2987,59) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uScript.pas(3312,58) Note: Call to subroutine "operator /(const z1:hwFloat;z2:hwFloat):<record type>;" marked as inline is not inlined
uScript.pas(3312,75) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uScript.pas(3873,25) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
uScript.pas(3874,50) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(567,16) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(572,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(614,14) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(615,18) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(645,16) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(655,13) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(1178,14) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandObjects.pas(1202,14) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandOutline.pas(179,32) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(179,32) Note: Call to subroutine "operator -(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(179,26) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(180,32) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(180,32) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,59) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,59) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,48) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(182,48) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,59) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,59) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,48) Note: Call to subroutine "operator +(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:LongInt):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,37) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandOutline.pas(183,48) Note: Call to subroutine "operator *(const z1:hwFloat;const z2:hwFloat):<record type>;" marked as inline is not inlined
uLandGenTemplateBased.pas(23,53) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(26,53) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(30,16) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(75,22) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(264,44) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(338,14) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenTemplateBased.pas(364,33) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenMaze.pas(102,6) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenMaze.pas(110,4) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenMaze.pas(121,37) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenMaze.pas(438,10) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenMaze.pas(440,34) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenPerlin.pas(97,53) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(96,53) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(95,53) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(94,53) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(109,14) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLandGenPerlin.pas(184,37) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(184,37) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(184,37) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLandGenPerlin.pas(184,37) Note: Call to subroutine "function grad(hash:LongInt;x:LongInt;y:LongInt):LongInt;" marked as inline is not inlined
uLand.pas(364,41) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(369,17) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(375,18) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(379,48) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(380,49) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(381,48) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(382,49) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(383,48) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(387,16) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(570,9) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(571,9) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uLand.pas(600,15) Note: Call to subroutine "function GetRandom(m:LongWord):DWord;" marked as inline is not inlined
uCommandHandlers.pas(395,9) Note: Call to subroutine "procedure AddRandomness(r:LongWord);" marked as inline is not inlined
[ 12%] Linking Pascal executable ../bin/hwengine
cd /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/hedgewars && /usr/bin/cmake -E cmake_link_script CMakeFiles/hwengine.dir/link.txt --verbose=1
/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/bin/ppas.sh
Linking /<<PKGBUILDDIR>>/obj-aarch64-linux-gnu/bin/hwengine
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
[ 12%] Built target hwengine
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
make[1]: *** [Makefile:169: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-aarch64-linux-gnu'
dh_auto_build: error: cd obj-aarch64-linux-gnu && make -j2 "INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2024-10-17T11:58:46Z

Finished
--------


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

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

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

Build Architecture: arm64
Build Type: binary
Build-Space: 241564
Build-Time: 44
Distribution: unstable
Fail-Stage: build
Host Architecture: arm64
Install-Time: 201
Job: hedgewars
Machine Architecture: arm64
Package: hedgewars
Package-Time: 385
Source-Version: 1.0.2-9
Space: 241564
Status: attempted
Version: 1.0.2-9
--------------------------------------------------------------------------------
Finished at 2024-10-17T11:58:46Z
Build needed 00:06:25, 241564k disk space


More information about the Pkg-games-devel mailing list