==> Retrieving sources... -> Found hcraft-1.0.0.tar.gz ==> Generating checksums for source files... ==> Making package: hcraft 1.0.0-3 (Sat 21 Dec 2024 12:17:12 AM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found hcraft-1.0.0.tar.gz ==> Validating source files with sha512sums... hcraft-1.0.0.tar.gz ... Passed ==> Extracting sources... -> Extracting hcraft-1.0.0.tar.gz with bsdtar ==> Starting build()... Compiling main object... gcc -Wall -c main.c Compiling modes object... Compiling usage object... gcc -Wall -c usage.c gcc -Wall -c modes.c Compiling hex object... gcc -Wall -c hex.c main.c: In function ‘main’: main.c:239:25: warning: ‘memcpy’ writing 8 bytes into a region of size 4 overflows the destination [-Wstringop-overflow=] 239 | memcpy( &address.s_addr, h->h_addr_list[0], sizeof(unsigned long) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:34:24: note: destination object ‘address’ of size 4 34 | struct in_addr address; | ^~~~~~~ Compiling hcraft... gcc -Wall -o hcraft main.o usage.o modes.o hex.o ==> 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 "hcraft"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Creating package "hcraft-debug"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: hcraft 1.0.0-3 (Sat 21 Dec 2024 12:17:15 AM UTC) ==> Cleaning up...