>>> libhdhomerun: Building community/libhdhomerun 20231109-r0 (using abuild 3.14.1-r6) started Mon, 24 Feb 2025 16:16:12 +0000 >>> libhdhomerun: Validating /home/buildozer/aports/community/libhdhomerun/APKBUILD... >>> libhdhomerun: Analyzing dependencies... >>> libhdhomerun: Installing for build: build-base linux-headers (1/2) Installing linux-headers (6.12.6-r0) (2/2) Installing .makedepends-libhdhomerun (20250224.161614) OK: 409 MiB in 119 packages >>> libhdhomerun: Cleaning up srcdir >>> libhdhomerun: Cleaning up pkgdir >>> libhdhomerun: Cleaning up tmpdir >>> libhdhomerun: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libhdhomerun_20231109.tgz % 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 curl: (22) The requested URL returned error: 404 >>> libhdhomerun: Fetching http://download.silicondust.com/hdhomerun/libhdhomerun_20231109.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 63644 99 63323 0 0 850k 0 --:--:-- --:--:-- --:--:-- 847k 100 63644 100 63644 0 0 800k 0 --:--:-- --:--:-- --:--:-- 796k >>> libhdhomerun: Fetching https://distfiles.alpinelinux.org/distfiles/edge/libhdhomerun_20231109.tgz >>> libhdhomerun: Checking sha512sums... libhdhomerun_20231109.tgz: OK >>> libhdhomerun: Unpacking /var/cache/distfiles/edge/libhdhomerun_20231109.tgz... gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter hdhomerun_config.c hdhomerun_channels.c hdhomerun_channelscan.c hdhomerun_control.c hdhomerun_debug.c hdhomerun_device.c hdhomerun_device_selector.c hdhomerun_discover.c hdhomerun_os_posix.c hdhomerun_pkt.c hdhomerun_sock.c hdhomerun_sock_posix.c hdhomerun_sock_netlink.c hdhomerun_video.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -o hdhomerun_config gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -O2 -Wall -Wextra -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-unused-parameter -DDLL_EXPORT -fPIC -shared -Wl,-soname,libhdhomerun.so hdhomerun_channels.c hdhomerun_channelscan.c hdhomerun_control.c hdhomerun_debug.c hdhomerun_device.c hdhomerun_device_selector.c hdhomerun_discover.c hdhomerun_os_posix.c hdhomerun_pkt.c hdhomerun_sock.c hdhomerun_sock_posix.c hdhomerun_sock_netlink.c hdhomerun_video.c -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -lpthread -lrt -o libhdhomerun.so hdhomerun_discover.c: In function 'hdhomerun_discover_sock_add_ipv6': hdhomerun_discover.c:123:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 123 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:123:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_add_ipv4': hdhomerun_discover.c:184:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 184 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:184:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_detect_ipv6_localhost': hdhomerun_discover.c:350:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 350 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:350:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_detect_ipv4_localhost': hdhomerun_discover.c:381:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 381 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:381:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_recv_internal_device_type': hdhomerun_discover.c:823:120: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 823 | struct hdhomerun_discover2_device_type_t *new_type = (struct hdhomerun_discover2_device_type_t *)calloc(sizeof(struct hdhomerun_discover2_device_type_t), 1); | ^~~~~~ hdhomerun_discover.c:823:120: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_recvfrom': hdhomerun_discover.c:1234:108: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1234 | struct hdhomerun_discover2_device_t *device = (struct hdhomerun_discover2_device_t *)calloc(sizeof(struct hdhomerun_discover2_device_t), 1); | ^~~~~~ hdhomerun_discover.c:1234:108: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c:1235:117: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1235 | struct hdhomerun_discover2_device_if_t *device_if = (struct hdhomerun_discover2_device_if_t *)calloc(sizeof(struct hdhomerun_discover2_device_if_t), 1); | ^~~~~~ hdhomerun_discover.c:1235:117: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_add_ipv6': hdhomerun_discover.c:123:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 123 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:123:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_add_ipv4': hdhomerun_discover.c:184:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 184 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:184:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_detect_ipv6_localhost': hdhomerun_discover.c:350:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 350 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:350:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_sock_detect_ipv4_localhost': hdhomerun_discover.c:381:99: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 381 | struct hdhomerun_discover_sock_t *dss = (struct hdhomerun_discover_sock_t *)calloc(sizeof(struct hdhomerun_discover_sock_t), 1); | ^~~~~~ hdhomerun_discover.c:381:99: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_recv_internal_device_type': hdhomerun_discover.c:823:120: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 823 | struct hdhomerun_discover2_device_type_t *new_type = (struct hdhomerun_discover2_device_type_t *)calloc(sizeof(struct hdhomerun_discover2_device_type_t), 1); | ^~~~~~ hdhomerun_discover.c:823:120: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c: In function 'hdhomerun_discover_recvfrom': hdhomerun_discover.c:1234:108: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1234 | struct hdhomerun_discover2_device_t *device = (struct hdhomerun_discover2_device_t *)calloc(sizeof(struct hdhomerun_discover2_device_t), 1); | ^~~~~~ hdhomerun_discover.c:1234:108: note: earlier argument should specify number of elements, later size of each element hdhomerun_discover.c:1235:117: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args] 1235 | struct hdhomerun_discover2_device_if_t *device_if = (struct hdhomerun_discover2_device_if_t *)calloc(sizeof(struct hdhomerun_discover2_device_if_t), 1); | ^~~~~~ hdhomerun_discover.c:1235:117: note: earlier argument should specify number of elements, later size of each element strip hdhomerun_config >>> libhdhomerun: Entering fakeroot... >>> libhdhomerun-dev*: Running split function dev... 'usr/include' -> '/home/buildozer/aports/community/libhdhomerun/pkg/libhdhomerun-dev/usr/include' >>> libhdhomerun-dev*: Preparing subpackage libhdhomerun-dev... >>> libhdhomerun-dev*: Stripping binaries >>> libhdhomerun-dev*: Running postcheck for libhdhomerun-dev >>> libhdhomerun-libs*: Running split function libs... >>> libhdhomerun-libs*: Preparing subpackage libhdhomerun-libs... >>> libhdhomerun-libs*: Stripping binaries >>> libhdhomerun-libs*: Running postcheck for libhdhomerun-libs >>> libhdhomerun*: Running postcheck for libhdhomerun >>> libhdhomerun*: Preparing package libhdhomerun... >>> libhdhomerun*: Stripping binaries >>> libhdhomerun-dev*: Scanning shared objects >>> libhdhomerun-libs*: Scanning shared objects >>> libhdhomerun*: Scanning shared objects >>> libhdhomerun-dev*: Tracing dependencies... libhdhomerun-libs >>> libhdhomerun-dev*: Package size: 71.6 KB >>> libhdhomerun-dev*: Compressing data... >>> libhdhomerun-dev*: Create checksum... >>> libhdhomerun-dev*: Create libhdhomerun-dev-20231109-r0.apk >>> libhdhomerun-libs*: Tracing dependencies... so:libc.musl-x86.so.1 >>> libhdhomerun-libs*: Package size: 121.3 KB >>> libhdhomerun-libs*: Compressing data... >>> libhdhomerun-libs*: Create checksum... >>> libhdhomerun-libs*: Create libhdhomerun-libs-20231109-r0.apk >>> libhdhomerun*: Tracing dependencies... libhdhomerun-libs so:libc.musl-x86.so.1 >>> libhdhomerun*: Package size: 113.4 KB >>> libhdhomerun*: Compressing data... >>> libhdhomerun*: Create checksum... >>> libhdhomerun*: Create libhdhomerun-20231109-r0.apk >>> libhdhomerun: Build complete at Mon, 24 Feb 2025 16:16:19 +0000 elapsed time 0h 0m 7s >>> libhdhomerun: Cleaning up srcdir >>> libhdhomerun: Cleaning up pkgdir >>> libhdhomerun: Uninstalling dependencies... (1/2) Purging .makedepends-libhdhomerun (20250224.161614) (2/2) Purging linux-headers (6.12.6-r0) OK: 403 MiB in 117 packages >>> libhdhomerun: Updating the community/x86 repository index... >>> libhdhomerun: Signing the index...