==> Synchronizing chroot copy [/chroot/aarch64/root] -> [build]...done ==> Making package: cpublaster 0.10-9 (Fri Aug 7 15:50:32 2020) ==> Retrieving sources... -> Found cpublaster-0.10.tar.gz -> Found libdir.patch -> Found cpublaster.1 ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... cpublaster-0.10.tar.gz ... Passed libdir.patch ... Passed cpublaster.1 ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: cpublaster 0.10-9 (Fri 07 Aug 2020 03:50:53 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found cpublaster-0.10.tar.gz -> Found libdir.patch -> Found cpublaster.1 ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting cpublaster-0.10.tar.gz with bsdtar ==> Starting prepare()... patching file duilder ==> Starting build()... [*] Duilder builder script [*] Copyright Catalin(ux) M. BOIE - catab at embedromix dot ro [*] PRJ=cpublaster, VER=0.10, REV=1 [*] System: Linux build 3.16.85-1-ARCH #1 SMP PREEMPT Sun Jul 5 18:54:24 MDT 2020 aarch64 GNU/Linux [*] Var ETC=/etc [*] Var BIN=/bin [*] Var USR_BIN=/usr/bin [*] Var USR_SBIN=/usr/sbin [*] Var USR_INCLUDE=/usr/include [*] Var USR_LIB=/usr/lib [*] Var USR_SHARE=/usr/share [*] Var USR_SHARE_DOC=/usr/share/doc/cpublaster-0.10 [*] Var SBIN=/usr/sbin [*] Var VAR=/var [*] Var VAR_LIB=/var/lib [*] Var MAN=/usr/share/man [*] Var VAR_LOG=/var/log [*] Var VAR_RUN=/var/run [*] Searching for PostgreSQL... not found. [*] Searching for MySQL... not found. [*] Searching for poll... found. [*] Searching for epoll... found. [*] Searching for ncurses... found. [*] Search for valid compiler flags... [*] Testing switch [-fstack-reuse=all]...supported [*] Testing switch [-flto]...supported [*] Testing switch [-Wtrampolines]...supported [*] Testing switch [-Wl,-z,noexecstack]...supported [*] Testing switch [-Wl,-z,now]...supported [*] Testing switch [-Wl,-z,relro]...supported [*] Testing switch [-Wl,-O1]...supported [*] Testing switch [-Wl,-z,noexecstack]...supported [*] Testing switch [-fstack-protector-all]...supported [*] Testing switch [-Wconversion]...supported [*] Testing switch [-Wcast-align]...supported [*] Testing switch [-Wformat=2]...supported [*] Testing switch [-Wformat-security]...supported [*] Testing switch [-fno-common]...supported [*] Testing switch [-Wmissing-prototypes]...supported [*] Testing switch [-Wmissing-declarations]...supported [*] Testing switch [-Wstrict-overflow]...supported [*] Testing switch [-Wstrict-prototypes]...supported [*] Testing switch [-msse3]...not supported [*] Building Makefile... [*] Generating .spec file... [*] Generating cpublaster_config.h file... [*] Done. Run make. gcc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -Wno-long-long -pipe -O3 -fstack-reuse=all -flto -Wtrampolines -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,-z,noexecstack -fstack-protector-all -Wconversion -Wcast-align -Wformat=2 -Wformat-security -fno-common -Wmissing-prototypes -Wmissing-declarations -Wstrict-overflow -Wstrict-prototypes -lc -shared -rdynamic -fpic -Wl,-soname,cpublaster.so -o cpublaster.so cpublaster.c cpublaster.c: In function ‘get’: cpublaster.c:67:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 67 | h = ((unsigned int ) ptr >> 16) % HASH_SIZE; | ^ cpublaster.c: In function ‘add’: cpublaster.c:88:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 88 | h = ((unsigned int) ptr >> 16) % HASH_SIZE; | ^ cpublaster.c: In function ‘del’: cpublaster.c:128:7: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 128 | h = ((unsigned int) ptr >> 16) % HASH_SIZE; | ^ cpublaster.c:134:10: warning: conversion to ‘int’ from ‘unsigned int’ may change the sign of the result [-Wsign-conversion] 134 | ret = p->offset; | ^ cpublaster.c: In function ‘init’: cpublaster.c:156:13: warning: conversion from ‘long int’ to ‘unsigned int’ may change value [-Wconversion] 156 | verbose = strtol(x, NULL, 10); | ^~~~~~ cpublaster.c:160:22: warning: conversion from ‘long int’ to ‘unsigned int’ may change value [-Wconversion] 160 | minim_allocation = strtol(x, NULL, 10); | ^~~~~~ cpublaster.c:164:22: warning: conversion from ‘long int’ to ‘unsigned int’ may change value [-Wconversion] 164 | offset_increment = strtol(x, NULL, 10); | ^~~~~~ cpublaster.c:173:19: warning: conversion to ‘unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] 173 | offset = (rand() % offset_max) / offset_increment * offset_increment; | ^ gcc -march=armv8-a -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -Wno-long-long -pipe -O3 -fstack-reuse=all -flto -Wtrampolines -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,-z,noexecstack -fstack-protector-all -Wconversion -Wcast-align -Wformat=2 -Wformat-security -fno-common -Wmissing-prototypes -Wmissing-declarations -Wstrict-overflow -Wstrict-prototypes -fPIE -pie -o test1 test1.c -lrt test1.c:10:6: warning: no previous prototype for ‘test1’ [-Wmissing-prototypes] 10 | void test1(double *a, double *b, double *c, double *d, | ^~~~~ test1.c:23:6: warning: no previous prototype for ‘test2’ [-Wmissing-prototypes] 23 | void test2(double *a, double *b, double *c, double *d, | ^~~~~ test1.c: In function ‘main’: test1.c:49:15: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 49 | array_size = strtoul(argv[1], NULL, 10); | ^~~~~~~ test1.c:50:11: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 50 | offset = strtoul(argv[2], NULL, 10); | ^~~~~~~ test1.c:53:9: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 53 | size = array_size * sizeof(double) + junk; | ^~~~~~~~~~ test1.c:61:9: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 61 | size = offset + array_size * sizeof(double) + junk; | ^~~~~~ test1.c:70:9: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 70 | size = offset * 2 + array_size * sizeof(double) + junk; | ^~~~~~ test1.c:79:9: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 79 | size = offset * 3 + array_size * sizeof(double) + junk; | ^~~~~~ test1.c:92:3: warning: absolute value function ‘abs’ given an argument of type ‘long int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] 92 | abs(b - a), abs(c - a), abs(d - a)); | ^~~ test1.c:92:9: warning: conversion from ‘long int’ to ‘int’ may change value [-Wconversion] 92 | abs(b - a), abs(c - a), abs(d - a)); | ~~^~~ test1.c:92:15: warning: absolute value function ‘abs’ given an argument of type ‘long int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] 92 | abs(b - a), abs(c - a), abs(d - a)); | ^~~ test1.c:92:21: warning: conversion from ‘long int’ to ‘int’ may change value [-Wconversion] 92 | abs(b - a), abs(c - a), abs(d - a)); | ~~^~~ test1.c:92:27: warning: absolute value function ‘abs’ given an argument of type ‘long int’ but has parameter of type ‘int’ which may cause truncation of value [-Wabsolute-value] 92 | abs(b - a), abs(c - a), abs(d - a)); | ^~~ test1.c:92:33: warning: conversion from ‘long int’ to ‘int’ may change value [-Wconversion] 92 | abs(b - a), abs(c - a), abs(d - a)); | ~~^~~ test1.c:99:11: warning: conversion from ‘long unsigned int’ to ‘unsigned int’ may change value [-Wconversion] 99 | size = array_size * sizeof(double); | ^~~~~~~~~~ test1.c:112:11: warning: conversion to ‘long unsigned int’ from ‘long int’ may change the sign of the result [-Wsign-conversion] 112 | diff = (e.tv_sec - s.tv_sec) * 1000000 + (e.tv_nsec - s.tv_nsec) / 1000; | ^ ==> Entering fakeroot environment... ==> Starting package()... cp -vd cpublaster.so /build/cpublaster/pkg/cpublaster/usr/lib 'cpublaster.so' -> '/build/cpublaster/pkg/cpublaster/usr/lib/cpublaster.so' ==> 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 "cpublaster"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: cpublaster 0.10-9 (Fri 07 Aug 2020 03:51:07 PM EDT) ==> Cleaning up...