>>> ripmime: Building community/ripmime 1.4.0.10-r3 (using abuild 3.10.0_rc1-r2) started Thu, 27 Oct 2022 22:41:47 +0000 >>> ripmime: Checking sanity of /home/buildozer/aports/community/ripmime/APKBUILD... >>> ripmime: Analyzing dependencies... >>> ripmime: Installing for build: build-base (1/1) Installing .makedepends-ripmime (20221027.224149) OK: 293 MiB in 98 packages >>> ripmime: Cleaning up srcdir >>> ripmime: Cleaning up pkgdir >>> ripmime: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ripmime-1.4.0.10.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 28 170k 28 49134 0 0 51779 0 0:00:03 --:--:-- 0:00:03 51774 100 170k 100 170k 0 0 152k 0 0:00:01 0:00:01 --:--:-- 152k >>> ripmime: Fetching https://distfiles.alpinelinux.org/distfiles/edge/ripmime-1.4.0.10.tar.gz >>> ripmime: Checking sha512sums... ripmime-1.4.0.10.tar.gz: OK ripmime-1.4.0.10-makefile.patch: OK ripmime-1.4.0.10-gcc8.patch: OK ripmime-disable-werror.patch: OK >>> ripmime: Unpacking /var/cache/distfiles/ripmime-1.4.0.10.tar.gz... >>> ripmime: ripmime-1.4.0.10-makefile.patch patching file Makefile >>> ripmime: ripmime-1.4.0.10-gcc8.patch patching file MIME_headers.c patching file pldstr.c patching file ripOLE/pldstr.c >>> ripmime: ripmime-disable-werror.patch patching file Makefile make -C tnef gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c strstack.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c mime.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c ffget.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c MIME_headers.c make[1]: Entering directory '/home/buildozer/aports/community/ripmime/src/ripmime-1.4.0.10/tnef' gcc -Wall -g -O2 -I. -D___TNEF_BYTE_ORDER=4321 -c tnef.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c rawget.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c pldstr.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c logger.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c libmime-decoders.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c boundary-stack.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c uuencode.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c filename-filters.c make -C ripOLE gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c ripOLE/olestream-unwrap.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c ripOLE/bytedecoders.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c ripOLE/bt-int.c ./generate-buildcodes.sh make[1]: Entering directory '/home/buildozer/aports/community/ripmime/src/ripmime-1.4.0.10/ripOLE' gcc -Wall -g -O2 -I. -Werror -c ole.c gcc -Wall -g -O2 -I. -Werror -c olestream-unwrap.c gcc -Wall -g -O2 -I. -Werror -c bytedecoders.c gcc -Wall -g -O2 -I. -Werror -c logger.c gcc -Wall -g -O2 -I. -Werror -c pldstr.c gcc -Wall -g -I. -O2 -fPIC -DRIPOLE -c ripmime.c gcc -Wall -g -O2 -I. -Werror -c bt-int.c mime.c: In function 'MIME_unpack_stage2': mime.c:3224:52: warning: the comparison will always evaluate as 'true' for the address of 'subject' will never be NULL [-Waddress] 3224 | if ((strlen(glb.subject) < 1)&&(h->subject != NULL)&&(strlen(h->subject) > 0)) | ^~ In file included from mime.c:58: MIME_headers.h:102:14: note: 'subject' declared here 102 | char subject[_MIMEH_SUBJECTLEN_MAX +1]; | ^~~~~~~ tnef.c: In function 'save_attach_data': tnef.c:335:48: warning: '/' directive output may be truncated writing 1 byte into a region of size between 0 and 1024 [-Wformat-truncation=] 335 | snprintf(filename, sizeof(filename),"%s/%s", TNEF_glb.path, title ); | ^ tnef.c:335:9: note: 'snprintf' output 2 or more bytes (assuming 1026) into a destination of size 1024 335 | snprintf(filename, sizeof(filename),"%s/%s", TNEF_glb.path, title ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tnef.c: In function 'read_attribute': tnef.c:601:25: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 601 | strncpy(attach_title, make_string(tsp+header,size),255); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/buildozer/aports/community/ripmime/src/ripmime-1.4.0.10/tnef' mime.c: In function 'MIME_test_uniquename': mime.c:1091:79: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1022 [-Wformat-truncation=] 1091 | snprintf(newname,_MIME_STRLEN_MAX,"%s/%s_%d.%s",path,frontname,count,extention); | ^~ mime.c:1091:75: note: directive argument in the range [1, 2147483647] 1091 | snprintf(newname,_MIME_STRLEN_MAX,"%s/%s_%d.%s",path,frontname,count,extention); | ^~~~~~~~~~~~~ mime.c:1091:41: note: 'snprintf' output 5 or more bytes (assuming 1037) into a destination of size 1023 1091 | snprintf(newname,_MIME_STRLEN_MAX,"%s/%s_%d.%s",path,frontname,count,extention); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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.c: In function 'MIME_decode_raw': mime.c:1432:67: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1432 | snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); | ^ mime.c:1432:33: note: 'snprintf' output between 1 and 129 bytes into a destination of size 128 1432 | snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c: In function 'MIME_decode_text': mime.c:1626:59: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] 1626 | snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); | ^ mime.c:1626:25: note: 'snprintf' output between 1 and 129 bytes into a destination of size 128 1626 | snprintf(hinfo->filename, 128, "%s", hinfo->uudec_name); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c: In function 'MIMEH_parse_contenttype': MIME_headers.c:2011:93: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2011 | snprintf(hinfo->filename, sizeof(hinfo->filename), "%s.applemeta", glb.appledouble_filename ); | ^~ ~~~~~~~~~~~~~~~~~~~~~~~~ MIME_headers.c:2011:41: note: 'snprintf' output between 11 and 1034 bytes into a destination of size 129 2011 | snprintf(hinfo->filename, sizeof(hinfo->filename), "%s.applemeta", glb.appledouble_filename ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -g -O2 -I. -Werror ole.o olestream-unwrap.o bytedecoders.o logger.o pldstr.o bt-int.o ripole.c -o ripole mime.c: In function 'MIME_unpack_stage2': mime.c:3463:107: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 3463 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~ ~~~~~~~ mime.c:3463:65: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 129 3463 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/home/buildozer/aports/community/ripmime/src/ripmime-1.4.0.10/ripOLE' MIME_headers.c: In function 'MIMEH_headers_process': MIME_headers.c:2891:50: warning: '%s' directive output may be truncated writing up to 128 bytes into a region of size 124 [-Wformat-truncation=] 2891 | snprintf( tmp, sizeof(tmp), "mac-%s", hinfo->filename ); | ^~ MIME_headers.c:2891:17: note: 'snprintf' output between 5 and 133 bytes into a destination of size 128 2891 | snprintf( tmp, sizeof(tmp), "mac-%s", hinfo->filename ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c: In function 'MIME_handle_multipart': mime.c:2901:67: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2901 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~ ~~~~~~~ mime.c:2901:25: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 129 2901 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mime.c: In function 'MIME_handle_rfc822': mime.c:2986:67: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 129 [-Wformat-truncation=] 2986 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~ ~~~~~~~ mime.c:2986:25: note: 'snprintf' output between 1 and 1024 bytes into a destination of size 129 2986 | snprintf(h->filename,sizeof(h->filename),"%s",scratch); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -Wall -g -I. -O2 -DRIPOLE -Wl,--as-needed,-O1,--sort-common strstack.o mime.o ffget.o MIME_headers.o tnef/tnef.o rawget.o pldstr.o logger.o libmime-decoders.o boundary-stack.o uuencode.o filename-filters.o ripOLE/ole.o ripOLE/olestream-unwrap.o ripOLE/bytedecoders.o ripOLE/bt-int.o ripmime.o -o ripmime >>> ripmime: Entering fakeroot... strip ripmime install -Dm775 ripmime /home/buildozer/aports/community/ripmime/pkg/ripmime/usr/bin/ripmime install -Dm644 ripmime.1 /home/buildozer/aports/community/ripmime/pkg/ripmime/usr/share/man/man1/ripmime.1 >>> ripmime-doc*: Running split function doc... >>> ripmime-doc*: Preparing subpackage ripmime-doc... >>> ripmime-doc*: Running postcheck for ripmime-doc >>> ripmime*: Running postcheck for ripmime >>> ripmime*: Preparing package ripmime... >>> ripmime*: Stripping binaries >>> ripmime-doc*: Scanning shared objects >>> ripmime*: Scanning shared objects >>> ripmime-doc*: Tracing dependencies... >>> ripmime-doc*: Package size: 24.0 KB >>> ripmime-doc*: Compressing data... >>> ripmime-doc*: Create checksum... >>> ripmime-doc*: Create ripmime-doc-1.4.0.10-r3.apk >>> ripmime*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> ripmime*: Package size: 212.0 KB >>> ripmime*: Compressing data... >>> ripmime*: Create checksum... >>> ripmime*: Create ripmime-1.4.0.10-r3.apk >>> ripmime: Build complete at Thu, 27 Oct 2022 22:41:53 +0000 elapsed time 0h 0m 6s >>> ripmime: Cleaning up srcdir >>> ripmime: Cleaning up pkgdir >>> ripmime: Uninstalling dependencies... (1/1) Purging .makedepends-ripmime (20221027.224149) OK: 293 MiB in 97 packages >>> ripmime: Updating the community/ppc64le repository index... >>> ripmime: Signing the index...