==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: vapoursynth-plugin-vship-vulkan 5.1.0-1 (Mon Jul 20 06:43:26 2026)
==> Retrieving sources...
-> Updating Vship git repo...
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with b2sums...
Vship ... Passed
==> Making package: vapoursynth-plugin-vship-vulkan 5.1.0-1 (Mon Jul 20 12:43:54 2026)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (3) zimg-3.0.6-2 vapoursynth-77-2 vulkan-icd-loader-1.4.350.1-1
Total Download Size: 0.83 MiB
Total Installed Size: 2.95 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
vapoursynth-77-2-armv7h downloading...
vulkan-icd-loader-1.4.350.1-1-armv7h downloading...
zimg-3.0.6-2-armv7h downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing zimg...
installing vapoursynth...
installing vulkan-icd-loader...
Optional dependencies for vulkan-icd-loader
vulkan-driver: packaged vulkan driver
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
==> Checking buildtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
Packages (10) compiler-rt-22.1.8-1 libedit-20260512_3.1-1 llvm-libs-22.1.8-2 perl-error-0.17030-3 perl-mailtools-2.22-3 perl-timedate-2.35-1 zlib-ng-2.3.3-1 clang-22.1.8-1 git-2.55.0-1 vulkan-headers-1:1.4.350.1-1
Total Download Size: 1.87 MiB
Total Installed Size: 488.03 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
vulkan-headers-1:1.4.350.1-1-any downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing libedit...
installing llvm-libs...
installing compiler-rt...
installing clang...
Optional dependencies for clang
openmp: OpenMP support in clang with -fopenmp
python: for scan-view and git-clang-format [installed]
llvm: referenced by some clang headers
installing perl-error...
installing perl-timedate...
installing perl-mailtools...
installing zlib-ng...
installing git...
Optional dependencies for git
git-zsh-completion: upstream zsh completion
tk: gitk and git gui
openssh: ssh transport and crypto
man: show help with `git command --help`
perl-libwww: git svn
perl-term-readkey: git svn and interactive.singlekey setting
perl-io-socket-ssl: git send-email TLS support
perl-authen-sasl: git send-email TLS support
perl-cgi: gitweb (web interface) support
python: git svn & git p4 [installed]
subversion: git svn
org.freedesktop.secrets: keyring credential helper
libsecret: libsecret credential helper [installed]
less: the default pager for git
installing vulkan-headers...
Optional dependencies for vulkan-headers
python: Registry tools [installed]
:: Running post-transaction hooks...
(1/3) Creating system user accounts...
Creating group 'git' with GID 967.
Creating user 'git' (git daemon user) with UID 967 and GID 967.
(2/3) Reloading system manager configuration...
Skipped: Current root is not booted.
(3/3) Arming ConditionNeedsUpdate...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Creating working copy of Vship git repo...
Cloning into 'Vship'...
done.
Switched to a new branch 'makepkg'
==> Starting build()...
echo DEPRECATED BUILDING SYSTEM USED
DEPRECATED BUILDING SYSTEM USED
clang++ src/Vulkan/spvFileToCppHeader.cpp -std=c++17 -O2 -o shaderEmbedder
./shaderEmbedder libvshipSpvShaders include/libvshipSpvShaders.hpp
clang++ src/VshipLib.cpp -DVULKANBUILD -DNDEBUG -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -DVSHIP_VERSION_MAJOR=5 -DVSHIP_VERSION_MINOR=1 -DVSHIP_VERSION_MINORMINOR=0 -std=c++17 -O2 -Wall -Wno-ignored-attributes -Wno-unused-variable -Wno-nullability-completeness -Wno-unused-private-field -I "/build/vapoursynth-plugin-vship-vulkan/src/Vship/include" -lvulkan -fPIC -shared -o "/build/vapoursynth-plugin-vship-vulkan/src/Vship/libvship.so"
clang++: warning: argument unused during compilation: '-fno-plt' [-Wunused-command-line-argument]
clang++: warning: argument unused during compilation: '-fstack-clash-protection' [-Wunused-command-line-argument]
In file included from src/VshipLib.cpp:16:
In file included from src/Vulkan/butter/vapoursynth.hpp:4:
In file included from src/Vulkan/butter/main.hpp:8:
src/Vulkan/butter/../util/basicOperations.hpp:15:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
15 | {dst, width*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:15:15: note: insert an explicit cast to silence this issue
15 | {dst, width*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:16:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
16 | {src, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:16:15: note: insert an explicit cast to silence this issue
16 | {src, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:17:16: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
17 | {src2, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:17:16: note: insert an explicit cast to silence this issue
17 | {src2, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:33:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
33 | {dst, width*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:33:15: note: insert an explicit cast to silence this issue
33 | {dst, width*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:34:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
34 | {src, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:34:15: note: insert an explicit cast to silence this issue
34 | {src, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:35:16: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
35 | {src2, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:35:16: note: insert an explicit cast to silence this issue
35 | {src2, width*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/basicOperations.hpp:48:62: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
48 | deviceHelper->device.placeMemoryBarriers(cmdBuff, {{dst, sizeof(float)*width, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}});
| ^~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/basicOperations.hpp:48:62: note: insert an explicit cast to silence this issue
48 | deviceHelper->device.placeMemoryBarriers(cmdBuff, {{dst, sizeof(float)*width, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}});
| ^~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
In file included from src/VshipLib.cpp:16:
In file included from src/Vulkan/butter/vapoursynth.hpp:4:
In file included from src/Vulkan/butter/main.hpp:10:
src/Vulkan/butter/../util/Planed.hpp:16:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
16 | {dst, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/Planed.hpp:16:15: note: insert an explicit cast to silence this issue
16 | {dst, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/Planed.hpp:17:19: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
17 | {strided, width*height*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/Planed.hpp:17:19: note: insert an explicit cast to silence this issue
17 | {strided, width*height*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/Planed.hpp:34:15: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
34 | {src, width*height*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/Planed.hpp:34:15: note: insert an explicit cast to silence this issue
34 | {src, width*height*sizeof(float), VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../util/Planed.hpp:35:19: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
35 | {strided, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../util/Planed.hpp:35:19: note: insert an explicit cast to silence this issue
35 | {strided, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
In file included from src/VshipLib.cpp:16:
In file included from src/Vulkan/butter/vapoursynth.hpp:4:
In file included from src/Vulkan/butter/main.hpp:11:
In file included from src/Vulkan/butter/../gpuColorToLinear/vshipColor.hpp:8:
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:22:16: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
22 | {temp, sizeof(float)*resize_width*source_height, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:22:16: note: insert an explicit cast to silence this issue
22 | {temp, sizeof(float)*resize_width*source_height, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:23:15: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
23 | {src, sizeof(float)*source_width*source_height, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:23:15: note: insert an explicit cast to silence this issue
23 | {src, sizeof(float)*source_width*source_height, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:30:15: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
30 | {src, sizeof(float)*resize_width*resize_height, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:30:15: note: insert an explicit cast to silence this issue
30 | {src, sizeof(float)*resize_width*resize_height, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:31:16: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
31 | {temp, sizeof(float)*resize_width*source_height, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/resize.hpp:31:16: note: insert an explicit cast to silence this issue
31 | {temp, sizeof(float)*resize_width*source_height, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
In file included from src/VshipLib.cpp:16:
In file included from src/Vulkan/butter/vapoursynth.hpp:4:
In file included from src/Vulkan/butter/main.hpp:11:
In file included from src/Vulkan/butter/../gpuColorToLinear/vshipColor.hpp:9:
src/Vulkan/butter/../gpuColorToLinear/anyDepthToFloat.hpp:36:62: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
36 | deviceHelper->device.placeMemoryBarriers(cmdBuff, {{dst, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}});
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/anyDepthToFloat.hpp:36:62: note: insert an explicit cast to silence this issue
36 | deviceHelper->device.placeMemoryBarriers(cmdBuff, {{dst, width*height*sizeof(float), VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT}});
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
In file included from src/VshipLib.cpp:16:
In file included from src/Vulkan/butter/vapoursynth.hpp:4:
In file included from src/Vulkan/butter/main.hpp:11:
In file included from src/Vulkan/butter/../gpuColorToLinear/vshipColor.hpp:10:
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:73:16: error: non-constant-expression cannot be narrowed from type 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
73 | {temp, sizeof(float)*width*smallheight*2, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT|VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:73:16: note: insert an explicit cast to silence this issue
73 | {temp, sizeof(float)*width*smallheight*2, VK_ACCESS_2_MEMORY_WRITE_BIT, VK_ACCESS_2_MEMORY_READ_BIT|VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:74:18: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
74 | {src[1], sizeof(float)*smallwidth*smallheight, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:74:18: note: insert an explicit cast to silence this issue
74 | {src[1], sizeof(float)*smallwidth*smallheight, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT},
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:75:18: error: non-constant-expression cannot be narrowed from type 'int64_t' (aka 'long long') to 'size_t' (aka 'unsigned int') in initializer list [-Wc++11-narrowing]
75 | {src[2], sizeof(float)*smallwidth*smallheight, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/Vulkan/butter/../gpuColorToLinear/chromaUpsample.hpp:75:18: note: insert an explicit cast to silence this issue
75 | {src[2], sizeof(float)*smallwidth*smallheight, VK_ACCESS_2_MEMORY_READ_BIT, VK_ACCESS_2_MEMORY_WRITE_BIT}
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| static_cast<size_t>( )
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
distcc[1051] ERROR: compile src/VshipLib.cpp on localhost failed
make: *** [Makefile:217: buildVulkan] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /home/leming/armv7/leming/build
[?12l[?25h[?12l[?25h