==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: libxvmc 1.0.15-1 (Mon Jan 26 15:49:38 2026)
==> Retrieving sources...
-> Found libXvMC-1.0.15.tar.xz
-> Found libXvMC-1.0.15.tar.xz.sig
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
libXvMC-1.0.15.tar.xz ... Passed
libXvMC-1.0.15.tar.xz.sig ... Skipped
==> Making package: libxvmc 1.0.15-1 (Mon Jan 26 15:49:47 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (8) libxau-1.0.12-1 libxcb-1.17.0-1 libxdmcp-1.1.5-1.1 xcb-proto-1.17.0-4 libx11-1.8.12-2 libxext-1.3.7-1 libxv-1.0.13-1 xorgproto-2025.1-1
Total Download Size: 0.13 MiB
Total Installed Size: 16.89 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
libxext-1.3.7-1-aarch64 downloading...
libxv-1.0.13-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing xcb-proto...
installing xorgproto...
installing libxdmcp...
installing libxau...
installing libxcb...
installing libx11...
installing libxext...
installing libxv...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (5) mpdecimal-4.0.1-1 ninja-1.13.2-2 python-3.14.2-2 python-tqdm-4.67.1-5 meson-1.10.1-1
Total Download Size: 15.40 MiB
Total Installed Size: 94.99 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
python-3.14.2-2-aarch64 downloading...
meson-1.10.1-1-any downloading...
ninja-1.13.2-2-aarch64 downloading...
python-tqdm-4.67.1-5-any downloading...
mpdecimal-4.0.1-1-aarch64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing ninja...
installing mpdecimal...
installing python...
Optional dependencies for python
python-setuptools: for building Python packages using tooling that is usually bundled with Python
python-pip: for installing Python packages using tooling that is usually bundled with Python
python-pipx: for installing Python software not packaged on Arch Linux
sqlite: for a default database integration [installed]
xz: for lzma [installed]
tk: for tkinter
installing python-tqdm...
Optional dependencies for python-tqdm
python-requests: telegram
installing meson...
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Retrieving sources...
-> Found libXvMC-1.0.15.tar.xz
-> Found libXvMC-1.0.15.tar.xz.sig
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting libXvMC-1.0.15.tar.xz with bsdtar
==> Starting build()...
+ exec meson setup --prefix /usr --libexecdir lib --sbindir bin --buildtype plain --auto-features enabled --wrap-mode nodownload -D b_lto=false -D b_pie=true -D python.bytecompile=1 libXvMC-1.0.15 build
The Meson build system
Version: 1.10.1
Source dir: /build/libxvmc/src/libXvMC-1.0.15
Build dir: /build/libxvmc/src/build
Build type: native build
Project name: libXvMC
Project version: 1.0.15
C compiler for the host machine: cc (gcc 15.2.1 "aarch64-unknown-linux-gnu-gcc (GCC) 15.2.1 20260103")
C linker for the host machine: cc ld.bfd 2.45.1
Host machine cpu family: aarch64
Host machine cpu: aarch64
Run-time dependency dl found: YES
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Run-time dependency x11 found: YES 1.8.12
Run-time dependency xext found: YES 1.3.7
Run-time dependency xv found: YES 1.0.13
Run-time dependency xextproto found: YES 7.3.0
Run-time dependency videoproto found: YES 2.3.3
Checking for function "shmat" : YES
Configuring config.h using configuration
Found pkg-config: YES (/usr/bin/pkg-config) 2.5.1
Build targets in project: 4
libXvMC 1.0.15
User defined options
auto_features : enabled
b_lto : false
b_pie : true
buildtype : plain
libexecdir : lib
prefix : /usr
python.bytecompile: 1
sbindir : bin
wrap_mode : nodownload
Found ninja-1.13.2 at /usr/bin/ninja
Generating targets: 0%| | 0/4 eta ?
Writing build.ninja: 0%| | 0/33 eta ?
Core properties:
Source dir /build/libxvmc/src/libXvMC-1.0.15
Build dir /build/libxvmc/src/build
Global build options:
Core options Current Value Possible Values Description
-------------- ------------- --------------- -----------
auto_features enabled [enabled, disabled, auto] Override value of all 'auto' features
backend ninja [ninja, vs, vs2010, vs2012, Backend to use
vs2013, vs2015, vs2017, vs2019,
vs2022, vs2026, xcode, none]
genvslite vs2022 [vs2022, vs2026] Setup multiple buildtype-suffixed ninja-backend build
directories, and a [builddir]_vs containing a Visual Studio
meta-backend with multiple configurations that calls into
them
buildtype plain [plain, debug, debugoptimized, Build type to use
release, minsize, custom]
debug false [True, False] Enable debug symbols and other information
default_library both [shared, static, both] Default library type
default_both_libraries shared [shared, static, auto] Default library type for both_libraries
install_umask 0022 [>= 0, <= 511] Default umask to apply on permissions of installed files
layout mirror [mirror, flat] Build directory layout
optimization plain [plain, 0, g, 1, 2, 3, s] Optimization level
prefer_static false [True, False] Whether to try static linking before shared linking
strip false [True, False] Strip targets on install
unity off [on, off, subprojects] Unity build
unity_size 4 [>= 2] Unity block size
warning_level 1 [0, 1, 2, 3, everything] Compiler warning level to use
werror false [True, False] Treat warnings as errors
wrap_mode nodownload [default, nofallback, Wrap mode
nodownload, forcefallback,
nopromote]
force_fallback_for [] Force fallback for those subprojects
vsenv false [True, False] Activate Visual Studio environment
os2_emxomf false [True, False] Use OMF format on OS/2
pkg_config_path [] List of additional paths for pkg-config to search
cmake_prefix_path [] List of additional prefixes for cmake to search
Backend options Current Value Possible Values Description
----------------- ------------- --------------- -----------
backend_max_links 0 [>= 0] Maximum number of linker processes to run or 0 for no limit
Base options Current Value Possible Values Description
-------------- ------------- --------------- -----------
b_colorout always [auto, always, never] Use colored output
b_lto_threads 0 [] Use multiple threads for Link Time Optimization
b_pie true [True, False] Build executables as position independent
b_coverage false [True, False] Enable coverage tracking.
b_asneeded true [True, False] Use -Wl,--as-needed when linking
b_thinlto_cache_dir Directory to store ThinLTO cache objects
b_lto false [True, False] Use link time optimization
b_lundef true [True, False] Use -Wl,--no-undefined when linking
b_sanitize [] Code sanitizer to use
b_thinlto_cache false [True, False] Use LLVM ThinLTO caching for faster incremental builds
b_staticpic true [True, False] Build static libraries as position independent
b_ndebug false [true, false, if-release] Disable asserts
b_pch true [True, False] Use precompiled headers
b_pgo off [off, generate, use] Use profile guided optimization
Compiler options Current Value Possible Values Description
------------------ ------------- --------------- -----------
c_args [-march=armv8-a, -O2, -pipe, Extra arguments passed to the c compiler
-fno-plt, -fexceptions,
-Wp,-D_FORTIFY_SOURCE=3,
-Wformat, -Werror=format-
security, -fstack-clash-
protection]
c_link_args [-Wl,-O1, -Wl,--sort-common, Extra arguments passed to the c linker
-Wl,--as-needed, -Wl,-z,relro,
-Wl,-z,now, -march=armv8-a,
-O2, -pipe, -fno-plt,
-fexceptions,
-Wp,-D_FORTIFY_SOURCE=3,
-Wformat, -Werror=format-
security, -fstack-clash-
protection]
c_std none [none, c89, c99, c11, c17, c18, c language standard to use
c2x, c23, c2y, gnu89, gnu99,
gnu11, gnu17, gnu18, gnu2x,
gnu23, gnu2y]
pkgconfig module options Current Value Possible Values Description
-------------------------- ------------- --------------- -----------
pkgconfig.relocatable false [True, False] Generate pkgconfig files as relocatable
Directories Current Value Possible Values Description
------------- ------------- --------------- -----------
prefix /usr Installation prefix
bindir bin Executable directory
datadir share Data file directory
includedir include Header file directory
infodir share/info Info page directory
libdir lib Library directory
licensedir Licenses directory
libexecdir lib Library executable directory
localedir share/locale Locale data directory
localstatedir /var Localstate data directory
mandir share/man Manual page directory
sbindir bin System executable directory
sharedstatedir /var/lib Architecture-independent data directory
sysconfdir /etc Sysconf data directory
Testing options Current Value Possible Values Description
----------------- ------------- --------------- -----------
errorlogs true [True, False] Whether to print the logs from failing tests
stdsplit true [True, False] Split stdout and stderr in test logs
There are no option augments.
ninja: Entering directory `/build/libxvmc/src/build'
[1/6] Compiling C object libXvMC.so.1.0.0.p/src_XvMC.c.o
[2/6] Linking static target libXvMC.a
[3/6] Compiling C object libXvMCW.so.1.0.0.p/wrapper_XvMCWrapper.c.o
../libXvMC-1.0.15/wrapper/XvMCWrapper.c: In function 'dlopenversion.constprop':
../libXvMC-1.0.15/wrapper/XvMCWrapper.c:232:13: warning: '__builtin___strncat_chk' output truncated copying 2 bytes from a string of length 4 [-Wstringop-truncation]
[4/6] Linking target libXvMC.so.1.0.0
[5/6] Linking static target libXvMCW.a
[6/6] Linking target libXvMCW.so.1.0.0
INFO: autodetecting backend as ninja
INFO: calculating backend command to run: /usr/bin/ninja -C /build/libxvmc/src/build
==> Entering fakeroot environment...
==> Starting package()...
ninja: Entering directory `/build/libxvmc/src/build'
ninja: no work to do.
Installing libXvMC.so.1.0.0 to /build/libxvmc/pkg/libxvmc/usr/lib
Installing libXvMC.a to /build/libxvmc/pkg/libxvmc/usr/lib
Installing libXvMCW.so.1.0.0 to /build/libxvmc/pkg/libxvmc/usr/lib
Installing libXvMCW.a to /build/libxvmc/pkg/libxvmc/usr/lib
Installing /build/libxvmc/src/libXvMC-1.0.15/include/X11/extensions/vldXvMC.h to /build/libxvmc/pkg/libxvmc/usr/include/X11/extensions
Installing /build/libxvmc/src/libXvMC-1.0.15/include/X11/extensions/XvMClib.h to /build/libxvmc/pkg/libxvmc/usr/include/X11/extensions
Installing /build/libxvmc/src/libXvMC-1.0.15/XvMC_API.txt to /build/libxvmc/pkg/libxvmc/usr/share/doc/libXvMC
Installing /build/libxvmc/src/build/meson-private/xvmc.pc to /build/libxvmc/pkg/libxvmc/usr/lib/pkgconfig
Installing /build/libxvmc/src/build/meson-private/xvmc-wrapper.pc to /build/libxvmc/pkg/libxvmc/usr/lib/pkgconfig
Installing symlink pointing to libXvMC.so.1.0.0 to /build/libxvmc/pkg/libxvmc/usr/lib/libXvMC.so.1
Installing symlink pointing to libXvMC.so.1 to /build/libxvmc/pkg/libxvmc/usr/lib/libXvMC.so
Installing symlink pointing to libXvMCW.so.1.0.0 to /build/libxvmc/pkg/libxvmc/usr/lib/libXvMCW.so.1
Installing symlink pointing to libXvMCW.so.1 to /build/libxvmc/pkg/libxvmc/usr/lib/libXvMCW.so
==> Tidying install...
-> Removing libtool files...
-> Removing static library files...
-> Purging unwanted files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "libxvmc"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libxvmc 1.0.15-1 (Mon Jan 26 15:50:03 2026)
==> Cleaning up...
[?12l[?25h