==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: bmusb 0.7.8-1 (Fri Dec 22 20:39:47 2023) ==> Retrieving sources... -> Found bmusb-0.7.8.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... bmusb-0.7.8.tar.gz ... Passed ==> Making package: bmusb 0.7.8-1 (Fri Dec 22 20:40:07 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found bmusb-0.7.8.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting bmusb-0.7.8.tar.gz with bsdtar ==> Starting build()... g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o bmusb.o bmusb.cpp g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o fake_capture.o fake_capture.cpp g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -o bmusb.pic.o -c bmusb.cpp g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -fPIC -o fake_capture.pic.o -c fake_capture.cpp g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o main.o main.cpp main.cpp: In function 'void check_frame_stability(uint16_t, bmusb::FrameAllocator::Frame, size_t, bmusb::VideoFormat, bmusb::FrameAllocator::Frame, size_t, bmusb::AudioFormat)': main.cpp:25:11: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] main.cpp:25:11: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] main.cpp:28:11: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] main.cpp:28:11: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] g++ -std=gnu++14 -Wall -I. -I/usr/include/libusb-1.0 -pthread -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wp,-D_GLIBCXX_ASSERTIONS -c -o v4l2proxy.o v4l2proxy.cpp bmusb.cpp: In function 'int bmusb::{anonymous}::guess_sample_rate(const bmusb::VideoFormat&, size_t, int)': bmusb.cpp:261:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] bmusb.cpp:261:17: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] bmusb.cpp: In member function 'virtual bmusb::FrameAllocator::Frame bmusb::MallocFrameAllocator::alloc_frame()': bmusb.cpp:285:10: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] ar rc libbmusb.a bmusb.o fake_capture.o g++ -o main bmusb.o main.o -lusb-1.0 -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now v4l2proxy.cpp: In function 'void frame_callback(uint16_t, bmusb::FrameAllocator::Frame, size_t, bmusb::VideoFormat, bmusb::FrameAllocator::Frame, size_t, bmusb::AudioFormat)': v4l2proxy.cpp:87:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] g++ -o bmusb-v4l2proxy bmusb.o v4l2proxy.o -lusb-1.0 -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ranlib libbmusb.a bmusb.cpp: In function 'int bmusb::{anonymous}::guess_sample_rate(const bmusb::VideoFormat&, size_t, int)': bmusb.cpp:261:17: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] bmusb.cpp:261:17: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] bmusb.cpp: In member function 'virtual bmusb::FrameAllocator::Frame bmusb::MallocFrameAllocator::alloc_frame()': bmusb.cpp:285:10: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] g++ -shared -Wl,-soname,libbmusb.so.6 -o libbmusb.so.6.0.3 bmusb.pic.o fake_capture.pic.o -lusb-1.0 -pthread -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ==> Entering fakeroot environment... ==> Starting package()... install -m 755 -d \ /build/bmusb/pkg/bmusb/usr/lib \ /build/bmusb/pkg/bmusb/usr/lib/pkgconfig \ /build/bmusb/pkg/bmusb/usr/include/bmusb \ /build/bmusb/pkg/bmusb/usr/lib/udev/rules.d install -m 755 libbmusb.a libbmusb.so.6.0.3 /build/bmusb/pkg/bmusb/usr/lib ln -sf libbmusb.so.6.0.3 /build/bmusb/pkg/bmusb/usr/lib/libbmusb.so.6 ln -sf libbmusb.so.6.0.3 /build/bmusb/pkg/bmusb/usr/lib/libbmusb.so install -m 755 bmusb/bmusb.h bmusb/fake_capture.h /build/bmusb/pkg/bmusb/usr/include/bmusb install -m 644 bmusb.pc /build/bmusb/pkg/bmusb/usr/lib/pkgconfig install -m 644 70-bmusb.rules /build/bmusb/pkg/bmusb/usr/lib/udev/rules.d ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "bmusb"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: bmusb 0.7.8-1 (Fri Dec 22 20:40:15 2023) ==> Cleaning up...