From https://github.com/archlinux/svntogit-community * branch packages/lrs -> FETCH_HEAD * [new branch] packages/lrs -> community/packages/lrs Cloning into 'lrs'... done. :: Synchronizing package databases... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 132k 100 132k 0 0 387k 0 --:--:-- --:--:-- --:--:-- 388k % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 8546k 100 8546k 0 0 21.5M 0 --:--:-- --:--:-- --:--:-- 21.5M % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 143k 100 143k 0 0 421k 0 --:--:-- --:--:-- --:--:-- 420k :: Starting full system upgrade... there is nothing to do ==> Making package: lrs 072-1 (Sun Jul 30 21:56:18 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading lrslib-072.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 484k 2 13381 0 0 32348 0 0:00:15 --:--:-- 0:00:15 32321 100 484k 100 484k 0 0 443k 0 0:00:01 0:00:01 --:--:-- 444k -> Found lrs-system-cflags.patch ==> Validating source files with sha256sums... lrslib-072.tar.gz ... Passed lrs-system-cflags.patch ... Passed ==> Extracting sources... -> Extracting lrslib-072.tar.gz with bsdtar ==> Starting prepare()... patching file makefile Hunk #1 succeeded at 30 with fuzz 2 (offset -2 lines). Hunk #2 succeeded at 231 (offset 3 lines). Hunk #3 succeeded at 244 (offset 3 lines). ==> Starting build()... gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DB128 -c -o lrs.o lrs.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DSAFE -DLRSLONG -c -o lrslong1.o lrslong.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DSAFE -DB128 -DLRSLONG -c -o lrslong2.o lrslong.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DSAFE -DLRSLONG -c -o lrslib1.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DSAFE -DB128 -DLRSLONG -c -o lrslib2.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DGMP -I/usr/include -c -o lrslibgmp.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DGMP -I/usr/include -c -o lrsgmp.o lrsgmp.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o lrsdriver.o lrsdriver.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DGMP -I/usr/include -o lrsgmp lrs.c lrslib.c lrsgmp.c lrsdriver.c -L/usr/lib -lgmp gcc -O3 -I/usr/include -L/usr/lib -o lrsnash lrsnash.c lrsnashlib.c lrslib.c lrsgmp.c lrsdriver.c -lgmp -DGMP gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -I/usr/include -L/usr/lib -DGMP -o checkpred checkpred.c lrsgmp.c -lgmp gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -I/usr/include -L/usr/lib -DGMP -o inedel inedel.c lrsgmp.c -lgmp inedel.c: In function 'main': inedel.c:201:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | fgets(str, 4000, f); | ^~~~~~~~~~~~~~~~~~~ checkpred.c: In function 'parse_input': checkpred.c:286:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 286 | fgets(name, 4000, f); | ^~~~~~~~~~~~~~~~~~~~ checkpred.c:295:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 295 | fgets(name, 4000, f); | ^~~~~~~~~~~~~~~~~~~~ checkpred.c: In function 'readmp_float': checkpred.c:524:9: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 524 | fscanf(f, "%[0-9]", s); | ^~~~~~~~~~~~~~~~~~~~~~ checkpred.c: In function 'parse_witness': checkpred.c:617:22: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 617 | eatspace(f); fscanf(f, "sat"); eatspace(f); fscanf(f, "(model"); | ^~~~~~~~~~~~~~~~ checkpred.c:617:53: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 617 | eatspace(f); fscanf(f, "sat"); eatspace(f); fscanf(f, "(model"); | ^~~~~~~~~~~~~~~~~~~ checkpred.c:621:17: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 621 | fscanf(f, "(define-fun x_%u () Real", &index); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DB128 -L/usr/lib -o lrs lrs.o lrslong1.o lrslong2.o lrslib1.o lrslib2.o lrslibgmp.o lrsgmp.o lrsdriver.o -lgmp gcc -O3 hvref.c -o hvref ln -s -f lrs redund ln -s -f lrsgmp redundgmp ==> Entering fakeroot environment... ==> Starting package()... gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DSAFE -DLRSLONG -c -o lrslong1-shr.o lrslong.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DSAFE -DLRSLONG -c -o lrslib1-shr.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DGMP -I/usr/include -c -o lrslibgmp-shr.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DGMP -I/usr/include -c -o lrsgmp-shr.o lrsgmp.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -c -o lrsdriver-shr.o lrsdriver.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DSAFE -DB128 -DLRSLONG -c -o lrslib2-shr.o lrslib.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -DMA -DSAFE -DB128 -DLRSLONG -c -o lrslong2-shr.o lrslong.c gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DMA -DB128 -L/usr/lib -c -o lrs-shared.o lrs.c mkdir -p /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/include/lrslib install -t /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/include/lrslib lrslib.h lrsdriver.h lrsgmp.h lrslong.h lrsmp.h lrsrestart.h gcc -shared -Wl,-soname=liblrs.so.1 -o liblrs.so.1.0.0 lrslong1-shr.o lrslib1-shr.o lrslibgmp-shr.o lrsgmp-shr.o lrsdriver-shr.o lrslib2-shr.o lrslong2-shr.o -lgmp -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now ln -sf liblrs.so.1.0.0 liblrs.so.1 ln -sf liblrs.so.1 liblrs.so gcc liblrs.so lrs-shared.o -o lrs-shared -L . -llrs -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now gcc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -DGMP -DMA lrsnash.c lrsnashlib.c -I/usr/include -o lrsnash-shared -L . -llrs -lgmp -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now mkdir -p /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/bin for file in lrs-shared lrsnash-shared; do cp ${file} /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/bin/$(basename $file -shared); done mkdir -p /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/lib install -t /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/lib liblrs.so.1.0.0 cd /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/lib && ln -sf liblrs.so.1.0.0 liblrs.so cd /tmp/archlinux-ci/lrs-archlinuxrb-build-VP0aJcWm/lrs/trunk/pkg/lrs/usr/lib && ln -sf liblrs.so.1.0.0 liblrs.so.1 ==> 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 "lrs"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: lrs 072-1 (Sun Jul 30 21:56:32 2023)