>>> pastebinc: Building testing/pastebinc 0.9.1-r2 (using abuild 3.10.0_rc1-r2) started Tue, 01 Nov 2022 18:27:38 +0000 >>> pastebinc: Checking sanity of /home/buildozer/aports/testing/pastebinc/APKBUILD... >>> pastebinc: Analyzing dependencies... >>> pastebinc: Installing for build: build-base wget glib-dev curl-dev (1/46) Installing libunistring (1.1-r0) (2/46) Installing libidn2 (2.3.4-r0) (3/46) Installing wget (1.21.3-r1) (4/46) Installing libbz2 (1.0.8-r3) (5/46) Installing bzip2-dev (1.0.8-r3) (6/46) Installing xz-libs (5.2.7-r0) (7/46) Installing libxml2 (2.10.3-r1) (8/46) Installing libxml2-utils (2.10.3-r1) (9/46) Installing docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-install (10/46) Installing libgpg-error (1.46-r1) (11/46) Installing libgcrypt (1.10.1-r0) (12/46) Installing libxslt (1.1.37-r0) (13/46) Installing docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-install (14/46) Installing gettext-asprintf (0.21.1-r1) (15/46) Installing gettext-libs (0.21.1-r1) (16/46) Installing gettext (0.21.1-r1) (17/46) Installing gettext-dev (0.21.1-r1) (18/46) Installing libffi (3.4.4-r0) (19/46) Installing gdbm (1.23-r0) (20/46) Installing mpdecimal (2.5.1-r1) (21/46) Installing readline (8.2.0-r0) (22/46) Installing sqlite-libs (3.39.4-r0) (23/46) Installing python3 (3.10.8-r3) (24/46) Installing libblkid (2.38.1-r0) (25/46) Installing libmount (2.38.1-r0) (26/46) Installing glib (2.74.1-r0) (27/46) Installing linux-headers (5.19.5-r0) (28/46) Installing libffi-dev (3.4.4-r0) (29/46) Installing bsd-compat-headers (0.7.2-r3) (30/46) Installing ncurses-dev (6.3_p20221029-r0) (31/46) Installing libedit-dev (20221009.3.1-r0) (32/46) Installing zlib-dev (1.2.13-r0) (33/46) Installing libpcre2-16 (10.40-r0) (34/46) Installing libpcre2-32 (10.40-r0) (35/46) Installing pcre2-dev (10.40-r0) (36/46) Installing libuuid (2.38.1-r0) (37/46) Installing libfdisk (2.38.1-r0) (38/46) Installing libsmartcols (2.38.1-r0) (39/46) Installing util-linux-dev (2.38.1-r0) (40/46) Installing glib-dev (2.74.1-r0) (41/46) Installing openssl-dev (3.0.7-r0) (42/46) Installing nghttp2-dev (1.50.0-r0) (43/46) Installing brotli (1.0.9-r9) (44/46) Installing brotli-dev (1.0.9-r9) (45/46) Installing curl-dev (7.86.0-r1) (46/46) Installing .makedepends-pastebinc (20221101.182739) Executing busybox-1.35.0-r27.trigger Executing glib-2.74.1-r0.trigger No schema files found: removed existing output file. OK: 405 MiB in 143 packages >>> pastebinc: Cleaning up srcdir >>> pastebinc: Cleaning up pkgdir >>> pastebinc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pastebinc-0.9.1.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 100 12983 100 12983 0 0 17232 0 --:--:-- --:--:-- --:--:-- 17218 >>> pastebinc: Fetching https://distfiles.alpinelinux.org/distfiles/edge/pastebinc-0.9.1.tar.gz >>> pastebinc: Checking sha512sums... pastebinc-0.9.1.tar.gz: OK buildfix.patch: OK >>> pastebinc: Unpacking /var/cache/distfiles/pastebinc-0.9.1.tar.gz... >>> pastebinc: buildfix.patch patching file Makefile rm -f *.o *.out pastebinc gcc -fPIC -Os -fomit-frame-pointer -DPROGNAME=\"pastebinc\" -DVERSION=\"0.9.1-2\" -DCONFDIR=\"/etc/pastebinc\" -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o pastebinc pastebinc.c -lcurl -lglib-2.0 -lintl pastebinc.c: In function 'main': pastebinc.c:95:11: warning: implicit declaration of function 'get_configuration' [-Wimplicit-function-declaration] 95 | abort = get_configuration(&config, argc, argv); | ^~~~~~~~~~~~~~~~~ pastebinc.c:99:5: warning: implicit declaration of function 'display_usage' [-Wimplicit-function-declaration] 99 | display_usage(&config, 0); | ^~~~~~~~~~~~~ pastebinc.c:103:17: warning: implicit declaration of function 'write_input_to_paste_info' [-Wimplicit-function-declaration] 103 | if (!abort && write_input_to_paste_info(&config, &pi)) | ^~~~~~~~~~~~~~~~~~~~~~~~~ pastebinc.c:107:13: warning: implicit declaration of function 'pastebin_post' [-Wimplicit-function-declaration] 107 | abort = pastebin_post(&config, &pi); | ^~~~~~~~~~~~~ pastebinc.c: In function 'get_configuration': pastebinc.c:357:9: warning: implicit declaration of function 'add_user_field' [-Wimplicit-function-declaration] 357 | add_user_field(config, strtok(optarg, "="), strtok(NULL, "=")); | ^~~~~~~~~~~~~~ pastebinc.c:383:11: warning: implicit declaration of function 'read_config_files' [-Wimplicit-function-declaration] 383 | abort = read_config_files(config); | ^~~~~~~~~~~~~~~~~ pastebinc.c:394:13: warning: implicit declaration of function 'add_config_user_field' [-Wimplicit-function-declaration] 394 | abort = add_config_user_field(config, "expiration", expiration); | ^~~~~~~~~~~~~~~~~~~~~ pastebinc.c: In function 'display_usage': pastebinc.c:625:5: warning: 'return' with no value, in function returning non-void 625 | return; | ^~~~~~ pastebinc.c:601:5: note: declared here 601 | int display_usage(struct pastebinc_config *config, int show_extended) { | ^~~~~~~~~~~~~ ERROR: Can not access defaults config file: /etc/pastebinc/pastebinc.conf pastebinc 0.9.1-2 Pastes whatever is piped in to stdin to pastebin.com or similar site. Options: -t 'tee', or print out all input from stdin to stdout -v 'verbose', or print out debugging information as I work -n [value] the name (or title) of your paste -p [value] the provider (site) to paste to (i.e. pastebin.com) -d [name=val] custom form field data to send to this provider -x [value] the expiration value to send with your paste -f [value] the format of your paste -b when this argument is present, we will bypass HTTP proxies -B when this argument is present, we will NOT bypass HTTP proxies even if the config file indicates that we should -h print this usage message -H print this usage message with extended provider information NOTE: To see custom form fields for a provider, use both -p [provider] and -H This will also give you the valid values for this provider for the -x and -f flags. >>> pastebinc: Entering fakeroot... install -d /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/usr/bin install pastebinc /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/usr/bin install -d /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/etc/pastebinc install -m644 ./etc/*.conf /home/buildozer/aports/testing/pastebinc/pkg/pastebinc/etc/pastebinc >>> pastebinc*: Running postcheck for pastebinc >>> pastebinc*: Preparing package pastebinc... >>> pastebinc*: Stripping binaries >>> pastebinc*: Scanning shared objects >>> pastebinc*: Tracing dependencies... so:libc.musl-ppc64le.so.1 so:libcurl.so.4 so:libglib-2.0.so.0 >>> pastebinc*: Package size: 96.0 KB >>> pastebinc*: Compressing data... >>> pastebinc*: Create checksum... >>> pastebinc*: Create pastebinc-0.9.1-r2.apk >>> pastebinc: Build complete at Tue, 01 Nov 2022 18:27:42 +0000 elapsed time 0h 0m 4s >>> pastebinc: Cleaning up srcdir >>> pastebinc: Cleaning up pkgdir >>> pastebinc: Uninstalling dependencies... (1/46) Purging .makedepends-pastebinc (20221101.182739) (2/46) Purging wget (1.21.3-r1) (3/46) Purging glib-dev (2.74.1-r0) (4/46) Purging bzip2-dev (1.0.8-r3) (5/46) Purging docbook-xsl (1.79.2-r8) Executing docbook-xsl-1.79.2-r8.post-deinstall (6/46) Purging docbook-xml (4.5-r8) Executing docbook-xml-4.5-r8.post-deinstall (7/46) Purging gettext-dev (0.21.1-r1) (8/46) Purging gettext-asprintf (0.21.1-r1) (9/46) Purging gettext (0.21.1-r1) (10/46) Purging libxml2-utils (2.10.3-r1) (11/46) Purging libxslt (1.1.37-r0) (12/46) Purging python3 (3.10.8-r3) (13/46) Purging curl-dev (7.86.0-r1) (14/46) Purging openssl-dev (3.0.7-r0) (15/46) Purging nghttp2-dev (1.50.0-r0) (16/46) Purging brotli-dev (1.0.9-r9) (17/46) Purging brotli (1.0.9-r9) (18/46) Purging gettext-libs (0.21.1-r1) (19/46) Purging libidn2 (2.3.4-r0) (20/46) Purging libunistring (1.1-r0) (21/46) Purging libbz2 (1.0.8-r3) (22/46) Purging libxml2 (2.10.3-r1) (23/46) Purging xz-libs (5.2.7-r0) (24/46) Purging libgcrypt (1.10.1-r0) (25/46) Purging libgpg-error (1.46-r1) (26/46) Purging libffi-dev (3.4.4-r0) (27/46) Purging linux-headers (5.19.5-r0) (28/46) Purging glib (2.74.1-r0) (29/46) Purging libffi (3.4.4-r0) (30/46) Purging gdbm (1.23-r0) (31/46) Purging mpdecimal (2.5.1-r1) (32/46) Purging readline (8.2.0-r0) (33/46) Purging sqlite-libs (3.39.4-r0) (34/46) Purging util-linux-dev (2.38.1-r0) (35/46) Purging libfdisk (2.38.1-r0) (36/46) Purging libmount (2.38.1-r0) (37/46) Purging libsmartcols (2.38.1-r0) (38/46) Purging libuuid (2.38.1-r0) (39/46) Purging libblkid (2.38.1-r0) (40/46) Purging pcre2-dev (10.40-r0) (41/46) Purging zlib-dev (1.2.13-r0) (42/46) Purging libpcre2-16 (10.40-r0) (43/46) Purging libpcre2-32 (10.40-r0) (44/46) Purging libedit-dev (20221009.3.1-r0) (45/46) Purging ncurses-dev (6.3_p20221029-r0) (46/46) Purging bsd-compat-headers (0.7.2-r3) Executing busybox-1.35.0-r27.trigger OK: 293 MiB in 97 packages >>> pastebinc: Updating the testing/ppc64le repository index... >>> pastebinc: Signing the index...