From https://github.com/archlinux/svntogit-community * branch packages/banner -> FETCH_HEAD * [new branch] packages/banner -> community/packages/banner Cloning into 'banner'... 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 389k 0 --:--:-- --:--:-- --:--:-- 389k % 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 8536k 100 8536k 0 0 21.6M 0 --:--:-- --:--:-- --:--:-- 21.6M % 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 425k 0 --:--:-- --:--:-- --:--:-- 424k :: Starting full system upgrade... there is nothing to do ==> Making package: banner 1.3.2-10 (Thu Jul 27 04:31:52 2023) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (2) shhmsg-1.4.2-5 shhopt-1.1.7-6 Total Download Size: 0.02 MiB Total Installed Size: 0.04 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... % 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 9231 100 9231 0 0 492k 0 --:--:-- --:--:-- --:--:-- 500k % 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 9434 100 9434 0 0 8405k 0 --:--:-- --:--:-- --:--:-- 9212k checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing shhmsg... installing shhopt... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Downloading banner-1.3.2.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 100 9305 100 9305 0 0 17209 0 --:--:-- --:--:-- --:--:-- 17231 ==> Validating source files with md5sums... banner-1.3.2.tar.gz ... Passed ==> Validating source files with sha256sums... banner-1.3.2.tar.gz ... Passed ==> Extracting sources... -> Extracting banner-1.3.2.tar.gz with bsdtar ==> Starting build()... gcc -I/usr/local/include -MM *.c >depend gcc -o banner.o -c -Wall -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/local/include -DVERSION=\"1.3.2\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection banner.c gcc -o letters.o -c -Wall -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/local/include -DVERSION=\"1.3.2\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection letters.c gcc -o font1.o -c -Wall -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/local/include -DVERSION=\"1.3.2\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection font1.c gcc -o font2.o -c -Wall -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/local/include -DVERSION=\"1.3.2\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection font2.c banner.c: In function 'bufAddWord': banner.c:119:71: warning: pointer targets in passing argument 1 of 'getTextWidth' differ in signedness [-Wpointer-sign] 119 | addlen = getLetterWidth(' ') + getInterCharWidth() + getTextWidth(s); | ^ | | | const unsigned char * In file included from banner.c:18: banner.h:16:31: note: expected 'const char *' but argument is of type 'const unsigned char *' 16 | int getTextWidth(const char *s); | ~~~~~~~~~~~~^ banner.c: In function 'bufAddLetters': banner.c:144:41: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 144 | if ((copy = (char *) malloc((strlen(s) + 1) * sizeof(char))) == NULL) | ^ | | | const unsigned char * In file included from banner.c:13: /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'const unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ banner.c:144:15: warning: pointer targets in assignment from 'char *' to 'unsigned char *' differ in signedness [-Wpointer-sign] 144 | if ((copy = (char *) malloc((strlen(s) + 1) * sizeof(char))) == NULL) | ^ banner.c:146:12: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 146 | strcpy(copy, s); | ^~~~ | | | unsigned char * In file included from /usr/include/features.h:491, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from banner.c:11: /usr/include/bits/string_fortified.h:77:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ banner.c:146:18: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign] 146 | strcpy(copy, s); | ^ | | | const unsigned char * /usr/include/bits/string_fortified.h:77:1: note: expected 'const char * restrict' but argument is of type 'const unsigned char *' 77 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ banner.c:163:20: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] 163 | if (strlen(word)) | ^~~~ | | | unsigned char * /usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *' 407 | extern size_t strlen (const char *__s) | ~~~~~~~~~~~~^~~ banner.c: In function 'main': banner.c:270:31: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign] 270 | bufAddLetters(argv[q]); | ~~~~^~~ | | | char * banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *' 139 | static void bufAddLetters(const unsigned char *s) | ~~~~~~~~~~~~~~~~~~~~~^ banner.c:272:31: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign] 272 | bufAddLetters(" "); | ^~~ | | | char * banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *' 139 | static void bufAddLetters(const unsigned char *s) | ~~~~~~~~~~~~~~~~~~~~~^ banner.c:279:27: warning: pointer targets in passing argument 1 of 'bufAddLetters' differ in signedness [-Wpointer-sign] 279 | bufAddLetters(line); | ^~~~ | | | char * banner.c:139:48: note: expected 'const unsigned char *' but argument is of type 'char *' 139 | static void bufAddLetters(const unsigned char *s) | ~~~~~~~~~~~~~~~~~~~~~^ gcc -Wall -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/local/include -DVERSION=\"1.3.2\" -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -o banner banner.o letters.o font1.o font2.o -s -L/usr/local/lib -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -lshhmsg -lshhopt ==> Entering fakeroot environment... ==> Starting package()... install -d -m 755 /tmp/archlinux-ci/banner-archlinuxrb-build-0m3fpt3O/banner/trunk/pkg/banner/usr//bin /tmp/archlinux-ci/banner-archlinuxrb-build-0m3fpt3O/banner/trunk/pkg/banner/usr/share/man/man1/ install -s -m 755 banner /tmp/archlinux-ci/banner-archlinuxrb-build-0m3fpt3O/banner/trunk/pkg/banner/usr//bin install -m 644 banner.1 /tmp/archlinux-ci/banner-archlinuxrb-build-0m3fpt3O/banner/trunk/pkg/banner/usr/share/man/man1/ ==> 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 "banner"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: banner 1.3.2-10 (Thu Jul 27 04:31:55 2023)