Building package "hlsdl" INFO: Starting build... INFO: Verifying bootstrap image /home/u726578/chaotic/cache/lower/20240713000259.sif WARNING: integrity: signature not found for object group 1 WARNING: Bootstrap image could not be verified, but build will continue. INFO: Creating sandbox directory... INFO: Build complete: /scratch/chaotic/sandbox/pkg42bce9e2d86 :: Synchronizing package databases... core downloading... extra downloading... multilib downloading... chaotic-aur downloading... :: Starting full system upgrade... there is nothing to do warning: curl-8.8.0-1 is up to date -- skipping warning: openssl-3.3.1-1 is up to date -- skipping there is nothing to do ==> Making package: hlsdl 0.27-3 (Sat 13 Jul 2024 06:12:58 AM -03) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading hlsdl-0.27.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 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39609 0 39609 0 0 28297 0 --:--:-- 0:00:01 --:--:-- 28297 100 55025 0 55025 0 0 36257 0 --:--:-- 0:00:01 --:--:-- 128k -> Found fix-build.diff ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with b2sums... hlsdl-0.27.tar.gz ... Passed fix-build.diff ... Passed ==> Extracting sources... -> Extracting hlsdl-0.27.tar.gz with bsdtar ==> Starting prepare()... patching file src/hls.c ==> Starting build()... cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/main.c -o src/main.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/aes_openssl.c -o src/aes_openssl.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/curl.c -o src/curl.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/hls.c -o src/hls.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/misc.c -o src/misc.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/msg.c -o src/msg.o cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -fcommon -D_GNU_SOURCE=1 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare -Iincludes -DPREFIX='"/usr/local"' -c src/mpegts.c -o src/mpegts.o src/hls.c:106:5: warning: no previous prototype for ‘is_playlist_FPS’ [-Wmissing-prototypes] 106 | int is_playlist_FPS(char* source) | ^~~~~~~~~~~~~~~ src/hls.c: In function ‘is_playlist_FPS’: src/hls.c:108:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 108 | return (int) strstr(source, "KEYFORMAT=\"com.apple.streamingkeydelivery\""); | ^ src/hls.c: In function ‘last_strstr’: src/hls.c:150:16: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 150 | return (char*)haystack; | ^ src/curl.c: In function ‘WriteMemoryCallback’: src/curl.c:53:9: warning: ‘CURLINFO_CONTENT_LENGTH_DOWNLOAD’ is deprecated: since 7.55.0. Use CURLINFO_CONTENT_LENGTH_DOWNLOAD_T [-Wdeprecated-declarations] 53 | res = curl_easy_getinfo(mem->c, CURLINFO_CONTENT_LENGTH_DOWNLOAD, &filesize); | ^~~ In file included from src/curl.c:8: /usr/include/curl/curl.h:2882:3: note: declared here 2882 | CURLINFO_CONTENT_LENGTH_DOWNLOAD | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/hls.c: In function ‘sample_aes_decrypt_audio_data’: src/hls.c:893:27: warning: to be safe all intermediate pointers in cast from ‘uint8_t **’ {aka ‘unsigned char **’} to ‘const uint8_t **’ {aka ‘const unsigned char **’} must be ‘const’ qualified [-Wcast-qual] 893 | while (get_next_frame((const uint8_t **)&audio_frame, end_ptr, &frame_length)) { | ^ src/curl.c: In function ‘get_data_from_localfile’: src/curl.c:179:42: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 179 | if (fread(*out, 1, readsize, fp) != readsize) { | ^~ cc src/main.o src/aes_openssl.o src/curl.o src/hls.o src/misc.o src/msg.o src/mpegts.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -flto=auto -lpthread -lcurl -lcrypto -lssl -o hlsdl ==> Starting check()... tee: /dev/stderr: Permission denied ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "hlsdl"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: hlsdl 0.27-3 (Sat 13 Jul 2024 06:13:04 AM -03) real 0m20.215s user 0m8.146s sys 0m12.976s