>>> altermime: Building main/altermime 0.3.11-r4 (using abuild 3.13.0-r2) started Sun, 21 Apr 2024 09:17:32 +0000 >>> altermime: Checking sanity of /home/buildozer/aports/main/altermime/APKBUILD... >>> altermime: Analyzing dependencies... >>> altermime: Installing for build: build-base (1/1) Installing .makedepends-altermime (20240421.091733) OK: 414 MiB in 102 packages >>> altermime: Cleaning up srcdir >>> altermime: Cleaning up pkgdir >>> altermime: Cleaning up tmpdir >>> altermime: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/altermime-0.3.11.tar.gz Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/v3.20/altermime-0.3.11.tar.gz.part' altermime-0.3.11.tar 36% |*********** | 32523 0:00:01 ETA altermime-0.3.11.tar 100% |********************************| 89962 0:00:00 ETA '/var/cache/distfiles/v3.20/altermime-0.3.11.tar.gz.part' saved >>> altermime: Fetching https://distfiles.alpinelinux.org/distfiles/v3.20/altermime-0.3.11.tar.gz >>> altermime: Checking sha512sums... altermime-0.3.11.tar.gz: OK makefile-flags.patch: OK >>> altermime: Unpacking /var/cache/distfiles/v3.20/altermime-0.3.11.tar.gz... >>> altermime: makefile-flags.patch patching file Makefile gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c strstack.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c mime_alter.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c ffget.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c pldstr.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c filename-filters.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c logger.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c MIME_headers.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c libmime-decoders.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c boundary-stack.c gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs -c qpe.c pldstr.c: In function 'PLD_strtok': pldstr.c:300:37: warning: comparison between pointer and zero character constant [-Wpointer-compare] 300 | if ((st->start)&&(st->start != '\0')) | ^~ pldstr.c:300:27: note: did you mean to dereference the pointer? 300 | if ((st->start)&&(st->start != '\0')) | ^ qpe.c: In function 'qp_encode': qpe.c:94:64: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 94 | fprintf(stderr,"%s:%d:DEBUG: Line terminator length = %d", FL, strlen(line_terminator)); | ~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | int size_t {aka long unsigned int} | %ld qpe.c:109:29: warning: comparison between pointer and zero character constant [-Wpointer-compare] 109 | if (lineend != '\0') { | ^~ qpe.c:109:21: note: did you mean to dereference the pointer? 109 | if (lineend != '\0') { | ^ MIME_headers.c: In function 'MIMEH_save_doubleCR': MIME_headers.c:788:64: warning: '/doubleCR.' directive output may be truncated writing 10 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 788 | snprintf(glb.doubleCRname,_MIMEH_STRLEN_MAX,"%s/doubleCR.%d",glb.output_dir,glb.doubleCR_count); | ^~~~~~~~~~ MIME_headers.c:788:61: note: directive argument in the range [-2147483647, 2147483647] 788 | snprintf(glb.doubleCRname,_MIMEH_STRLEN_MAX,"%s/doubleCR.%d",glb.output_dir,glb.doubleCR_count); | ^~~~~~~~~~~~~~~~ MIME_headers.c:788:17: note: 'snprintf' output between 12 and 1045 bytes into a destination of size 1023 788 | snprintf(glb.doubleCRname,_MIMEH_STRLEN_MAX,"%s/doubleCR.%d",glb.output_dir,glb.doubleCR_count); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c: In function 'MIMEH_parse_contenttype': MIME_headers.c:2015:93: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2015 | snprintf(hinfo->filename, sizeof(hinfo->filename), "%s.applemeta", glb.appledouble_filename ); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c:2015:41: note: 'snprintf' output between 11 and 1034 bytes into a destination of size 129 2015 | snprintf(hinfo->filename, sizeof(hinfo->filename), "%s.applemeta", glb.appledouble_filename ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c:2136:110: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2136 | snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); | ^~ MIME_headers.c:2136:57: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 129 2136 | snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime_alter.c: In function 'AM_add_disclaimer_insert_html': mime_alter.c:1546:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1546 | snprintf(boundary, sizeof(boundary), "--%s", dd->boundary); | ^ mime_alter.c:1546:17: note: 'snprintf' output between 3 and 1026 bytes into a destination of size 1025 1546 | snprintf(boundary, sizeof(boundary), "--%s", dd->boundary); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c: In function 'MIMEH_parse_contentdisposition': MIME_headers.c:2502:86: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2502 | snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); | ^~ MIME_headers.c:2502:33: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 129 2502 | snprintf( hinfo->filename, sizeof(hinfo->filename), "%s", hinfo->name ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c: In function 'MIMEH_headers_process': MIME_headers.c:2925:50: warning: '%s' directive output may be truncated writing up to 128 bytes into a region of size 124 [-Wformat-truncation=] 2925 | snprintf( tmp, sizeof(tmp), "mac-%s", hinfo->filename ); | ^~ MIME_headers.c:2925:17: note: 'snprintf' output between 5 and 133 bytes into a destination of size 128 2925 | snprintf( tmp, sizeof(tmp), "mac-%s", hinfo->filename ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime_alter.c: In function 'AM_insert_Xheader': mime_alter.c:3387:55: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 3387 | snprintf(tpn, sizeof(tpn),"%sX", tpn); | ^ mime_alter.c:3387:25: note: 'snprintf' output between 2 and 1026 bytes into a destination of size 1025 3387 | snprintf(tpn, sizeof(tpn),"%sX", tpn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime_alter.c: In function 'AM_alter_header': mime_alter.c:3521:55: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 3521 | snprintf(tpn, sizeof(tpn),"%sX", tpn); | ^ mime_alter.c:3521:25: note: 'snprintf' output between 2 and 1026 bytes into a destination of size 1025 3521 | snprintf(tpn, sizeof(tpn),"%sX", tpn); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Os -fstack-clash-protection -Wformat -Werror=format-security -DALTERMIME_PRETEXT -Wl,--as-needed,-O1,--sort-common -Wl,-z,pack-relative-relocs altermime.c strstack.o mime_alter.o ffget.o pldstr.o filename-filters.o logger.o MIME_headers.o libmime-decoders.o boundary-stack.o qpe.o -o altermime altermime.c: In function 'main': altermime.c:378:54: warning: '%ld' directive output may be truncated writing between 1 and 20 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] 378 | snprintf(scratch,sizeof(scratch),"%s/%ld%d.amtmp", glb.tmpdir, time(NULL), getpid()); | ^~~ altermime.c:378:17: note: 'snprintf' output between 10 and 1062 bytes into a destination of size 1024 378 | snprintf(scratch,sizeof(scratch),"%s/%ld%d.amtmp", glb.tmpdir, time(NULL), getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> altermime: Entering fakeroot... >>> altermime-doc*: Running split function doc... >>> altermime-doc*: Preparing subpackage altermime-doc... >>> altermime-doc*: Running postcheck for altermime-doc >>> altermime*: Running postcheck for altermime >>> altermime*: Preparing package altermime... >>> altermime*: Stripping binaries >>> altermime-doc*: Scanning shared objects >>> altermime*: Scanning shared objects >>> altermime-doc*: Tracing dependencies... >>> altermime-doc*: Package size: 24.0 KB >>> altermime-doc*: Compressing data... >>> altermime-doc*: Create checksum... >>> altermime-doc*: Create altermime-doc-0.3.11-r4.apk >>> altermime*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> altermime*: Package size: 148.0 KB >>> altermime*: Compressing data... >>> altermime*: Create checksum... >>> altermime*: Create altermime-0.3.11-r4.apk >>> altermime: Build complete at Sun, 21 Apr 2024 09:17:36 +0000 elapsed time 0h 0m 4s >>> altermime: Cleaning up srcdir >>> altermime: Cleaning up pkgdir >>> altermime: Uninstalling dependencies... (1/1) Purging .makedepends-altermime (20240421.091733) OK: 414 MiB in 101 packages >>> altermime: Updating the main/ppc64le repository index... >>> altermime: Signing the index...