D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/libowfat-0.30-5.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ksY23I + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf libowfat-0.30 + /usr/bin/xz -dc /home/iurt/rpmbuild/SOURCES/libowfat-0.30.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libowfat-0.30 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/havescope.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libowfat-0.30-debug.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libowfat-0.30-shared.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/libowfat-0.30-fix-gcc10-build.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FOMG4r + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libowfat-0.30 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + make -f GNUmakefile DIET= rm -f haveuint128.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryuint128.c >/dev/null 2>&1; then echo "#define HAVE_UINT128"; fi > haveuint128.h rm -f tryuint128.o gcc -g -o ent ent.c -I. gcc -c byte/byte_chr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. byte/byte_chr.c: In function 'byte_chr': byte/byte_chr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:10:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:11:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:12:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:13:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (s==t) break; if (*s==c) break; ++s; | ^~ gcc -c byte/byte_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_copyr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. byte/byte_copyr.c: In function 'byte_copyr': byte/byte_copyr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:10:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:11:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:12:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:13:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (t>=u) break; --u; --s; *s=*u; | ^~ gcc -c byte/byte_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_equal_notimingattack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_rchr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_zero.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru byte.a byte_chr.o byte_copy.o byte_copyr.o byte_diff.o byte_equal_notimingattack.o byte_rchr.o byte_zero.o ranlib byte.a gcc -c fmt/fmt_8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_8longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_asn1derlength.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_asn1dertag.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_double.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharhtml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharjson.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharquotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharquotedprintableutf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_escapecharxml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_fill.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_httpdate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_human.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_humank.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_minus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_pad.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_plusminus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_str.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. fmt/fmt_str.c: In function 'fmt_str': fmt/fmt_str.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:7:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ gcc -c fmt/fmt_strm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_strn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. fmt/fmt_strn.c: In function 'fmt_strn': fmt/fmt_strn.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:8:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:9:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:10:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:11:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ gcc -c fmt/fmt_tohex.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_ulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_ulong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_ulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_utf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haveinline.h if ! gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryinline.c >/dev/null 2>&1; then echo "#define inline"; fi > haveinline.h rm -f tryinline.o gcc -c fmt/fmt_xlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_xlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_xmlescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. fmt/fmt_xmlescape.c: In function 'fmt_xmlescape': fmt/fmt_xmlescape.c:37:16: warning: 'buf[0]' may be used uninitialized [-Wmaybe-uninitialized] 37 | dest[i]=x[i]; | ~^~~ fmt/fmt_xmlescape.c:16:10: note: 'buf' declared here 16 | char buf[6]; | ^~~ ar cru fmt.a fmt_8long.o fmt_8longlong.o fmt_asn1derlength.o fmt_asn1dertag.o fmt_double.o fmt_escapecharc.o fmt_escapecharhtml.o fmt_escapecharjson.o fmt_escapecharquotedprintable.o fmt_escapecharquotedprintableutf8.o fmt_escapecharxml.o fmt_fill.o fmt_httpdate.o fmt_human.o fmt_humank.o fmt_long.o fmt_longlong.o fmt_minus.o fmt_pad.o fmt_plusminus.o fmt_str.o fmt_strm_internal.o fmt_strn.o fmt_tohex.o fmt_ulong.o fmt_ulong0.o fmt_ulonglong.o fmt_utf8.o fmt_xlong.o fmt_xlonglong.o fmt_xmlescape.o ranlib fmt.a gcc -c scan/scan_8int.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8longn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8short.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_asn1derlength.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_asn1dertag.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_charsetnskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_double.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_double.c: In function 'scan_double': scan/scan_double.c:14:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 14 | case '-': neg=1; | ~~~^~ scan/scan_double.c:15:3: note: here 15 | case '+': c++; break; | ^~~~ scan/scan_double.c:34:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 34 | case '-': neg=1; | ~~~^~ scan/scan_double.c:35:7: note: here 35 | case '+': c++; break; | ^~~~ gcc -c scan/scan_fromhex.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_httpdate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_httpdate.c: In function 'parsetime': scan/scan_httpdate.c:16:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:16:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:18:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (*c!=':') return -1; ++c; | ^~ gcc -c scan/scan_int.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_int.c: In function 'scan_int': scan/scan_int.c:13:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 13 | case '-': neg=1; | ~~~^~ scan/scan_int.c:14:3: note: here 14 | case '+': ++tmp; | ^~~~ gcc -c scan/scan_long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_longn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_longn.c: In function 'scan_longn': scan/scan_longn.c:14:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 14 | case '-': neg=1; | ~~~^~ scan/scan_longn.c:15:3: note: here 15 | case '+': ++tmp; | ^~~~ gcc -c scan/scan_netstring.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_noncharsetnskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_nonwhitenskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_plusminus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_plusminus.c: In function 'scan_plusminus': scan/scan_plusminus.c:6:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6 | case '-': *dest=-1; | ~~~~~^~~ scan/scan_plusminus.c:7:3: note: here 7 | case '+': return 1; break; | ^~~~ gcc -c scan/scan_short.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. scan/scan_short.c: In function 'scan_short': scan/scan_short.c:13:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 13 | case '-': neg=1; | ~~~^~ scan/scan_short.c:14:3: note: here 14 | case '+': ++tmp; | ^~~~ gcc -c scan/scan_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ulongn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ushort.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_utf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_whitenskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xlongn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xshort.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru scan.a scan_8int.o scan_8long.o scan_8longlong.o scan_8longn.o scan_8short.o scan_asn1derlength.o scan_asn1dertag.o scan_charsetnskip.o scan_double.o scan_fromhex.o scan_httpdate.o scan_int.o scan_long.o scan_longlong.o scan_longn.o scan_netstring.o scan_noncharsetnskip.o scan_nonwhitenskip.o scan_plusminus.o scan_short.o scan_uint.o scan_ulong.o scan_ulonglong.o scan_ulongn.o scan_ushort.o scan_utf8.o scan_whitenskip.o scan_xint.o scan_xlong.o scan_xlonglong.o scan_xlongn.o scan_xshort.o ranlib scan.a gcc -c str/str_chr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_chr.c: In function 'str_chr': str/str_chr.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:7:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:8:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:9:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:10:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t || *t==c) break; ++t; | ^~ gcc -c str/str_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_copy.c: In function 'str_copy': str/str_copy.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:7:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:8:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:9:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:10:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!(*s=*t)) break; ++s; ++t; | ^~ gcc -c str/str_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_diff.c: In function 'str_diff': str/str_diff.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:14:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:15:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:16:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:17:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 17 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ gcc -c str/str_diffn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_diffn.c: In function 'str_diffn': str/str_diffn.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:15:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:16:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:17:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 17 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:18:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ gcc -c str/str_len.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_len.c: In function 'str_len': str/str_len.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t) break; ++t; | ^~ str/str_len.c:7:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t) break; ++t; | ^~ str/str_len.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; ++t; | ^~ str/str_len.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; ++t; | ^~ str/str_len.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; ++t; | ^~ str/str_len.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; ++t; | ^~ str/str_len.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; ++t; | ^~ str/str_len.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; ++t; | ^~ gcc -c str/str_rchr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_rchr.c: In function 'str_rchr': str/str_rchr.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ gcc -c str/str_start.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. str/str_start.c: In function 'str_start': str/str_start.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:8:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:9:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:10:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:11:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ ar cru str.a str_chr.o str_copy.o str_diff.o str_diffn.o str_len.o str_rchr.o str_start.o ranlib str.a gcc -c uint/uint16_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru uint.a uint16_pack.o uint16_pack_big.o uint16_read.o uint16_read_big.o uint16_unpack.o uint16_unpack_big.o uint32_pack.o uint32_pack_big.o uint32_read.o uint32_read_big.o uint32_unpack.o uint32_unpack_big.o uint64_pack.o uint64_pack_big.o uint64_read.o uint64_read_big.o uint64_unpack.o uint64_unpack_big.o ranlib uint.a gcc -c open/open_append.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_excl.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_rw.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_trunc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/openreadclose.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/readclose.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru open.a open_append.o open_excl.o open_read.o open_rw.o open_trunc.o open_write.o openreadclose.o readclose.o ranlib open.a gcc -c stralloc/stralloc_append.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_cat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catlong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_cats.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catulong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_chomp.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_chop.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copyb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. stralloc/stralloc_diff.c: In function 'stralloc_diff': stralloc/stralloc_diff.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (i==a->len) return i==b->len?0:-1; if (i==b->len) return 1; | ^~ stralloc/stralloc_diff.c:9:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (i==a->len) return i==b->len?0:-1; if (i==b->len) return 1; | ^~ gcc -c stralloc/stralloc_diffs.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. stralloc/stralloc_diffs.c: In function 'stralloc_diffs': stralloc/stralloc_diffs.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (i==a->len) return (!b[i])?0:-1; if (!b[i]) return 1; | ^~ stralloc/stralloc_diffs.c:9:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (i==a->len) return (!b[i])?0:-1; if (!b[i]) return 1; | ^~ gcc -c stralloc/stralloc_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_ready.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_readyplus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_starts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_zero.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru stralloc.a stralloc_append.o stralloc_cat.o stralloc_catb.o stralloc_catlong0.o stralloc_catm_internal.o stralloc_cats.o stralloc_catulong0.o stralloc_chomp.o stralloc_chop.o stralloc_copy.o stralloc_copyb.o stralloc_copys.o stralloc_diff.o stralloc_diffs.o stralloc_free.o stralloc_init.o stralloc_ready.o stralloc_readyplus.o stralloc_starts.o stralloc_zero.o ranlib stralloc.a rm -f iopause.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o t trypoll.c >/dev/null 2>&1; then cp iopause.h2 iopause.h; else cp iopause.h1 iopause.h; fi rm -f t rm -f select.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c trysysel.c >/dev/null 2>&1; then cp select.h2 select.h; else cp select.h1 select.h; fi rm -f trysysel.o gcc -c unix/iopause.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/ndelay_off.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/ndelay_on.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/winsock2errno.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru unix.a iopause.o ndelay_off.o ndelay_on.o winsock2errno.o ranlib unix.a gcc -c socket/fmt_ip4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/fmt_ip4.c:4:35: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 4 | size_t fmt_ip4(char *s,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/fmt_ip4.c:2: ./ip4.h:10:39: note: previously declared as 'const char *' 10 | size_t fmt_ip4(char *dest,const char *ip); | ~~~~~~~~~~~~^~ gcc -c socket/fmt_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/fmt_ip6.c:6:35: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6.c:4: ./ip6.h:13:39: note: previously declared as 'const char *' 13 | size_t fmt_ip6(char* dest,const char* ip); | ~~~~~~~~~~~~^~ gcc -c socket/fmt_ip6_flat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/fmt_ip6_flat.c:5:40: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 5 | size_t fmt_ip6_flat(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6_flat.c:1: ./ip6.h:21:32: note: previously declared as 'const char *' 21 | size_t fmt_ip6_flat(char *dest,const char *); | ^~~~~~~~~~~~ gcc -c socket/fmt_ip6c.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/fmt_ip6c.c:6:36: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6c(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6c.c:4: ./ip6.h:14:40: note: previously declared as 'const char *' 14 | size_t fmt_ip6c(char* dest,const char* ip); | ~~~~~~~~~~~~^~ gcc -c socket/fmt_ip6if.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6ifc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/fmt_ip6ifc.c:6:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6ifc(char *s,const char ip[16],uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6ifc.c:4: ./ip6.h:18:42: note: previously declared as 'const char *' 18 | size_t fmt_ip6ifc(char* dest,const char* ip,uint32 scope_id); | ~~~~~~~~~~~~^~ gcc -c socket/init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/scan_ip4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/scan_ip4.c:4:36: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 4 | size_t scan_ip4(const char *s,char ip[4]) | ~~~~~^~~~~ In file included from socket/scan_ip4.c:2: ./ip4.h:9:39: note: previously declared as 'char *' 9 | size_t scan_ip4(const char *src,char *ip); | ~~~~~~^~ socket/scan_ip4.c: In function 'scan_ip4': socket/scan_ip4.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (i<3 && *s!='.') return 0; ++s; | ^~ socket/scan_ip4.c:15:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (i<3 && *s!='.') return 0; ++s; | ^~ gcc -c socket/scan_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/scan_ip6.c:13:36: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 13 | size_t scan_ip6(const char *s,char ip[16]) | ~~~~~^~~~~~ In file included from socket/scan_ip6.c:3: ./ip6.h:12:39: note: previously declared as 'char *' 12 | size_t scan_ip6(const char* src,char* ip); | ~~~~~~^~ gcc -c socket/scan_ip6_flat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f havealloca.h echo "#include " > havealloca.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryalloca.c -DA >/dev/null 2>&1; then echo "#include "; fi >> havealloca.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryalloca.c -DB >/dev/null 2>&1; then echo "#include "; fi >> havealloca.h rm -f tryalloca.o gcc -c socket/scan_ip6if.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f havesl.h if ! gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o t trysl.c >/dev/null 2>&1; then echo "typedef int socklen_t;"; fi > havesl.h rm -f t rm -f havescope.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryscope.c >/dev/null 2>&1; then echo "#define LIBC_HAS_SCOPE_ID"; fi > havescope.h rm -f tryscope.o gcc -c socket/socket_accept4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haveip6.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryip6.c >/dev/null 2>&1; then echo "#define LIBC_HAS_IP6"; fi > haveip6.h rm -f tryip6.o gcc -c socket/socket_accept6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind4_reuse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_bind6.c:13:35: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 13 | int socket_bind6(int s,const char ip[16],uint16 port,uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_bind6.c:11: ./socket.h:34:36: note: previously declared as 'const char *' 34 | int socket_bind6(int s,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ gcc -c socket/socket_bind6_reuse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_broadcast.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_connect4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_connect6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_connect6.c:17:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 17 | int socket_connect6(int s,const char ip[16],uint16 port,uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_connect6.c:10: ./socket.h:30:39: note: previously declared as 'const char *' 30 | int socket_connect6(int s,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ gcc -c socket/socket_connected.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_deferaccept.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_fastopen.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_fastopen_connect4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_fastopen_connect6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haven2i.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o t tryn2i.c >/dev/null 2>&1; then echo "#define HAVE_N2I"; fi > haven2i.h rm -f t gcc -c socket/socket_getifidx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_getifname.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_ip4loopback.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_listen.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_local4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_local4.c:12:30: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 12 | int socket_local4(int s,char ip[4],uint16 *port) | ~~~~~^~~~~ In file included from socket/socket_local4.c:9: ./socket.h:45:31: note: previously declared as 'char *' 45 | int socket_local4(int s,char* ip,uint16* port); | ~~~~~~^~ gcc -c socket/socket_local6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_local6.c:16:30: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 16 | int socket_local6(int s,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_local6.c:9: ./socket.h:46:31: note: previously declared as 'char *' 46 | int socket_local6(int s,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ gcc -c socket/socket_mchopcount6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcjoin4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_mcjoin4.c:11:37: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcjoin4(int s,const char ip[4],const char _interface[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/socket_mcjoin4.c:8: ./socket.h:53:38: note: previously declared as 'const char *' 53 | int socket_mcjoin4(int s,const char* groupip,const char* _interface); | ~~~~~~~~~~~~^~~~~~~ socket/socket_mcjoin4.c:11:54: warning: argument 3 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcjoin4(int s,const char ip[4],const char _interface[4]) | ~~~~~~~~~~~^~~~~~~~~~~~~ In file included from socket/socket_mcjoin4.c:8: ./socket.h:53:58: note: previously declared as 'const char *' 53 | int socket_mcjoin4(int s,const char* groupip,const char* _interface); | ~~~~~~~~~~~~^~~~~~~~~~ gcc -c socket/socket_mcjoin6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_mcjoin6.c:22:37: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 22 | int socket_mcjoin6(int s,const char ip[16],int _interface) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_mcjoin6.c:8: ./socket.h:54:38: note: previously declared as 'const char *' 54 | int socket_mcjoin6(int s,const char* groupip,int _interface); | ~~~~~~~~~~~~^~~~~~~ gcc -c socket/socket_mcleave4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_mcleave4.c:11:38: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcleave4(int s,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/socket_mcleave4.c:8: ./socket.h:56:39: note: previously declared as 'const char *' 56 | int socket_mcleave4(int s,const char* groupip); | ~~~~~~~~~~~~^~~~~~~ gcc -c socket/socket_mcleave6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_mcleave6.c:22:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 22 | int socket_mcleave6(int s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_mcleave6.c:8: ./socket.h:57:39: note: previously declared as 'const char *' 57 | int socket_mcleave6(int s,const char* groupip); | ~~~~~~~~~~~~^~~~~~~ gcc -c socket/socket_mcloop4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcloop6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcttl4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_noipv6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_quickack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_recv4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_recv4.c:11:54: warning: argument 4 of type 'char[4]' with mismatched bound [-Warray-parameter=] 11 | ssize_t socket_recv4(int s,char *buf,size_t len,char ip[4],uint16 *port) { | ~~~~~^~~~~ In file included from socket/socket_recv4.c:8: ./socket.h:39:55: note: previously declared as 'char *' 39 | ssize_t socket_recv4(int s,char* buf,size_t len,char* ip,uint16* port); | ~~~~~~^~ gcc -c socket/socket_recv6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_recv6.c:15:54: warning: argument 4 of type 'char[16]' with mismatched bound [-Warray-parameter=] 15 | ssize_t socket_recv6(int s,char *buf,size_t len,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_recv6.c:9: ./socket.h:40:55: note: previously declared as 'char *' 40 | ssize_t socket_recv6(int s,char* buf,size_t len,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ gcc -c socket/socket_remote4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_remote4.c:12:31: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 12 | int socket_remote4(int s,char ip[4],uint16 *port) | ~~~~~^~~~~ In file included from socket/socket_remote4.c:9: ./socket.h:47:32: note: previously declared as 'char *' 47 | int socket_remote4(int s,char* ip,uint16* port); | ~~~~~~^~ gcc -c socket/socket_remote6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_remote6.c:16:31: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 16 | int socket_remote6(int s,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_remote6.c:9: ./socket.h:48:32: note: previously declared as 'char *' 48 | int socket_remote6(int s,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ gcc -c socket/socket_sctp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_sctp4b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_sctp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_sctp6b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_send4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_send4.c:11:71: warning: argument 4 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | ssize_t socket_send4_flag(int s,const char *buf,size_t len,const char ip[4],uint16 port,int flag) { | ~~~~~~~~~~~^~~~~ In file included from socket/socket_send4.c:9: ./socket.h:42:72: note: previously declared as 'const char *' 42 | ssize_t socket_send4_flag(int s,const char* buf,size_t len,const char* ip,uint16 port,int flags); | ~~~~~~~~~~~~^~ socket/socket_send4.c:21:66: warning: argument 4 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 21 | ssize_t socket_send4(int s,const char *buf,size_t len,const char ip[4],uint16 port) { | ~~~~~~~~~~~^~~~~ In file included from socket/socket_send4.c:9: ./socket.h:41:67: note: previously declared as 'const char *' 41 | ssize_t socket_send4(int s,const char* buf,size_t len,const char* ip,uint16 port); | ~~~~~~~~~~~~^~ gcc -c socket/socket_send6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/socket_send6.c:16:71: warning: argument 4 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 16 | ssize_t socket_send6_flag(int s,const char *buf,size_t len,const char ip[16],uint16 port,uint32 scope_id,int flag) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_send6.c:10: ./socket.h:44:72: note: previously declared as 'const char *' 44 | ssize_t socket_send6_flag(int s,const char* buf,size_t len,const char* ip,uint16 port,uint32 scope_id,int flags); | ~~~~~~~~~~~~^~ socket/socket_send6.c:51:66: warning: argument 4 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 51 | ssize_t socket_send6(int s,const char *buf,size_t len,const char ip[16],uint16 port,uint32 scope_id) { | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_send6.c:10: ./socket.h:43:67: note: previously declared as 'const char *' 43 | ssize_t socket_send6(int s,const char* buf,size_t len,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ gcc -c socket/socket_tcp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tcp4b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tcp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tcp6b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tryreservein.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_udp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_udp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v4mappedprefix.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v6any.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v6loopback.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru socket.a fmt_ip4.o fmt_ip6.o fmt_ip6_flat.o fmt_ip6c.o fmt_ip6if.o fmt_ip6ifc.o init.o scan_ip4.o scan_ip6.o scan_ip6_flat.o scan_ip6if.o socket_accept4.o socket_accept6.o socket_bind4.o socket_bind4_reuse.o socket_bind6.o socket_bind6_reuse.o socket_broadcast.o socket_connect4.o socket_connect6.o socket_connected.o socket_deferaccept.o socket_fastopen.o socket_fastopen_connect4.o socket_fastopen_connect6.o socket_getifidx.o socket_getifname.o socket_ip4loopback.o socket_listen.o socket_local4.o socket_local6.o socket_mchopcount6.o socket_mcjoin4.o socket_mcjoin6.o socket_mcleave4.o socket_mcleave6.o socket_mcloop4.o socket_mcloop6.o socket_mcttl4.o socket_noipv6.o socket_quickack.o socket_recv4.o socket_recv6.o socket_remote4.o socket_remote6.o socket_sctp4.o socket_sctp4b.o socket_sctp6.o socket_sctp6b.o socket_send4.o socket_send6.o socket_tcp4.o socket_tcp4b.o socket_tcp6.o socket_tcp6b.o socket_tryreservein.o socket_udp4.o socket_udp6.o socket_v4mappedprefix.o socket_v6any.o socket_v6loopback.o ranlib socket.a gcc -c buffer/buffer_0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_0small.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_1.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_1small.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_feed.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_flush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_fromarray.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_frombuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_fromsa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_new_token_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_new_token_sa_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_sa_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getline.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getline_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getnewline_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_init_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_mmapread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_munmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_peek.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_put.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_put8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putalign.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puterror.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puterror2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putm_internal_flush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putnlflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsaflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsalign.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putspace.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putxlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_seek.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_stubborn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_stubborn2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_tosa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_iam.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_info.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_infosys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_puts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_warn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_warnsys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru buffer.a buffer_0.o buffer_0small.o buffer_1.o buffer_1small.o buffer_2.o buffer_close.o buffer_feed.o buffer_flush.o buffer_free.o buffer_fromarray.o buffer_frombuf.o buffer_fromsa.o buffer_get.o buffer_get_new_token_sa.o buffer_get_new_token_sa_pred.o buffer_get_token.o buffer_get_token_pred.o buffer_get_token_sa.o buffer_get_token_sa_pred.o buffer_getc.o buffer_getline.o buffer_getline_sa.o buffer_getn.o buffer_getnewline_sa.o buffer_init.o buffer_init_free.o buffer_mmapread.o buffer_munmap.o buffer_peek.o buffer_put.o buffer_put8long.o buffer_putalign.o buffer_puterror.o buffer_puterror2.o buffer_putflush.o buffer_putlong.o buffer_putlonglong.o buffer_putm_internal.o buffer_putm_internal_flush.o buffer_putnlflush.o buffer_puts.o buffer_putsa.o buffer_putsaflush.o buffer_putsalign.o buffer_putsflush.o buffer_putspace.o buffer_putulong.o buffer_putulonglong.o buffer_putxlong.o buffer_seek.o buffer_stubborn.o buffer_stubborn2.o buffer_tosa.o errmsg_iam.o errmsg_info.o errmsg_infosys.o errmsg_puts.o errmsg_warn.o errmsg_warnsys.o errmsg_write.o ranlib buffer.a gcc -c mmap/mmap_private.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_shared.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_unmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru mmap.a mmap_private.o mmap_read.o mmap_shared.o mmap_unmap.o ranlib mmap.a gcc -c taia/taia_add.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_addsec.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_approx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_frac.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_half.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_less.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_now.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_sub.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_tai.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru taia.a taia_add.o taia_addsec.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o taia_unpack.o ranlib taia.a gcc -c tai/tai_add.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_now.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_sub.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru tai.a tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o ranlib tai.a gcc -c dns/dns_dfd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_domain.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_dtda.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ipq.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ipq6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_mx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_name.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_name.c:39:40: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 39 | int dns_name4(stralloc *out,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from dns/dns_name.c:4: ./dns.h:83:26: note: previously declared as 'const char *' 83 | int dns_name4(stralloc *,const char *); | ^~~~~~~~~~~~ dns/dns_name.c:63:40: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 63 | int dns_name6(stralloc *out,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from dns/dns_name.c:4: ./dns.h:97:26: note: previously declared as 'const char *' 97 | int dns_name6(stralloc *,const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_nd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_nd.c:5:28: warning: argument 1 of type 'char[31]' with mismatched bound [-Warray-parameter=] 5 | void dns_name4_domain(char name[DNS_NAME4_DOMAIN],const char ip[4]) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from dns/dns_nd.c:3: ./dns.h:81:23: note: previously declared as 'char *' 81 | void dns_name4_domain(char *,const char *); | ^~~~~~ dns/dns_nd.c:5:62: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 5 | void dns_name4_domain(char name[DNS_NAME4_DOMAIN],const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from dns/dns_nd.c:3: ./dns.h:81:30: note: previously declared as 'const char *' 81 | void dns_name4_domain(char *,const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_nd6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_nd6.c:17:28: warning: argument 1 of type 'char[75]' with mismatched bound [-Warray-parameter=] 17 | void dns_name6_domain(char name[DNS_NAME6_DOMAIN],const char ip[16]) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from dns/dns_nd6.c:3: ./dns.h:95:23: note: previously declared as 'char *' 95 | void dns_name6_domain(char *,const char *); | ^~~~~~ dns/dns_nd6.c:17:62: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 17 | void dns_name6_domain(char name[DNS_NAME6_DOMAIN],const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from dns/dns_nd6.c:3: ./dns.h:95:30: note: previously declared as 'const char *' 95 | void dns_name6_domain(char *,const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_packet.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_packet.c: In function 'dns_packet_getname': dns/dns_packet.c:46:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 46 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 46 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:50:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 50 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~ dns/dns_packet.c:50:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 50 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~~~ dns/dns_packet.c:56:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 56 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:56:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 56 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:59:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 59 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:59:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:63:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 63 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~ dns/dns_packet.c:63:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 63 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~~~ gcc -c dns/dns_random.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_random.c:33:33: warning: argument 1 of type 'const char[128]' with mismatched bound [-Warray-parameter=] 33 | void dns_random_init(const char data[128]) | ~~~~~~~~~~~^~~~~~~~~ In file included from dns/dns_random.c:2: ./dns.h:48:22: note: previously declared as 'const char *' 48 | void dns_random_init(const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_rcip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_rcip.c:66:27: warning: argument 1 of type 'char[256]' with mismatched bound [-Warray-parameter=] 66 | int dns_resolvconfip(char s[256]) | ~~~~~^~~~~~ In file included from dns/dns_rcip.c:7: ./dns.h:72:22: note: previously declared as 'char *' 72 | int dns_resolvconfip(char *); | ^~~~~~ gcc -c dns/dns_rcrw.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_resolve.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_resolve.c:9:42: warning: argument 2 of type 'const char[2]' with mismatched bound [-Warray-parameter=] 9 | int dns_resolve(const char *q,const char qtype[2]) | ~~~~~~~~~~~^~~~~~~~ In file included from dns/dns_resolve.c:4: ./dns.h:73:30: note: previously declared as 'const char *' 73 | int dns_resolve(const char *,const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_sortip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_sortip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_transmit.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. dns/dns_transmit.c:201:58: warning: argument 2 of type 'const char[256]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:46: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ dns/dns_transmit.c:201:114: warning: argument 5 of type 'const char[2]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:76: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ dns/dns_transmit.c:201:134: warning: argument 6 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:89: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ gcc -c dns/dns_txt.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ip6.o dns_ipq.o dns_ipq6.o dns_mx.o dns_name.o dns_nd.o dns_nd6.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o dns_txt.o ranlib dns.a gcc -c case/case_diffb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_diffs.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_lowerb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_lowers.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_starts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru case.a case_diffb.o case_diffs.o case_lowerb.o case_lowers.o case_starts.o ranlib case.a gcc -c mult/imult16.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/imult32.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/imult64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_arrayinbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_str2inbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_str4inbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_strinbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult16.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult32.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru mult.a imult16.o imult32.o imult64.o range_arrayinbuf.o range_str2inbuf.o range_str4inbuf.o range_strinbuf.o umult16.o umult32.o umult64.o ranlib mult.a gcc -c array/array_allocate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_bytes.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cat0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_catb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cats.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cats0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_equal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_fail.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_length.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_reset.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_start.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_trunc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_truncate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/iarray_allocate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/iarray_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/iarray_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/iarray_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/iarray_length.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru array.a array_allocate.o array_bytes.o array_cat.o array_cat0.o array_catb.o array_cate.o array_cats.o array_cats0.o array_equal.o array_fail.o array_get.o array_length.o array_reset.o array_start.o array_trunc.o array_truncate.o iarray_allocate.o iarray_free.o iarray_get.o iarray_init.o iarray_length.o ranlib array.a rm -f haveepoll.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o tryepoll tryepoll.c >/dev/null 2>&1; then echo "#define HAVE_EPOLL 1"; else \ if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o tryepoll tryepoll.c -lepoll >/dev/null 2>&1; then echo "#define HAVE_EPOLL 2"; fi; fi > haveepoll.h rm -f tryepoll rm -f havekqueue.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c trykqueue.c >/dev/null 2>&1; then echo "#define HAVE_KQUEUE"; fi > havekqueue.h rm -f trykqueue.o rm -f havesigio.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c trysigio.c >/dev/null 2>&1; then echo "#define HAVE_SIGIO"; fi > havesigio.h rm -f trysigio.o rm -f havebsdsf.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trybsdsf trybsdsf.c >/dev/null 2>&1; then echo "#define HAVE_BSDSENDFILE"; fi > havebsdsf.h rm -f trybsdsf.o trybsdsf rm -f havedevpoll.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c trydevpoll.c >/dev/null 2>&1; then echo "#define HAVE_DEVPOLL"; fi > havedevpoll.h rm -f trydevpoll.o rm -f havesendfile.h if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c trysendfile.c >/dev/null 2>&1; then echo "#define HAVE_SENDFILE"; fi > havesendfile.h rm -f trysendfile.o gcc -c io/io_appendfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_block.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_canread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_canwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_check.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_closeonexec.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_createfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_debugstring.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_dontwantread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_dontwantwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_eagain.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_eagain_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_eagain_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_fd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_finishandshutdown.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_getcookie.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_mmapwritefile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_nonblock.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_passfd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_pipe.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_readfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_readwritefile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_receivefd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_sendfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_setcookie.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_sigpipe.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_socketpair.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_timedout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_timeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_timeouted.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_tryread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_tryreadtimeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_trywrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_trywritetimeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_wait.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waitread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waituntil.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waituntil2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waitwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_wantread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_wantwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf_munmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addfile_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_adds.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_adds_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_bytesleft.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_new.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_prefetch.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_reset.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_send.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru io.a io_appendfile.o io_block.o io_canread.o io_canwrite.o io_check.o io_close.o io_closeonexec.o io_createfile.o io_debugstring.o io_dontwantread.o io_dontwantwrite.o io_eagain.o io_eagain_read.o io_eagain_write.o io_fd.o io_finishandshutdown.o io_getcookie.o io_mmapwritefile.o io_nonblock.o io_passfd.o io_pipe.o io_readfile.o io_readwritefile.o io_receivefd.o io_sendfile.o io_setcookie.o io_sigpipe.o io_socketpair.o io_timedout.o io_timeout.o io_timeouted.o io_tryread.o io_tryreadtimeout.o io_trywrite.o io_trywritetimeout.o io_wait.o io_waitread.o io_waituntil.o io_waituntil2.o io_waitwrite.o io_wantread.o io_wantwrite.o iob_addbuf.o iob_addbuf_free.o iob_addbuf_internal.o iob_addbuf_munmap.o iob_addfile.o iob_addfile_close.o iob_adds.o iob_adds_free.o iob_bytesleft.o iob_free.o iob_new.o iob_prefetch.o iob_reset.o iob_send.o iob_write.o ranlib io.a gcc -c textcode/base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_cescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_foldwhitespace.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_hexdump.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_html.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_html_tagarg.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_jsonescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_ldapescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_ldapescape.c: In function 'fmt_ldapescape': textcode/fmt_ldapescape.c:19:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_ldapescape.c:19:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (dest) dest[written]=s[i]; ++written; | ^~ gcc -c textcode/fmt_ldapescape2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_ldapescape2.c: In function 'fmt_ldapescape2': textcode/fmt_ldapescape2.c:18:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_ldapescape2.c:18:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (dest) dest[written]=s[i]; ++written; | ^~ gcc -c textcode/fmt_quotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_quotedprintable.c: In function 'fmt_quotedprintable2': textcode/fmt_quotedprintable.c:18:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_quotedprintable.c:18:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (dest) dest[written]=s[i]; ++written; | ^~ gcc -c textcode/fmt_to_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_to_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_tofrom_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_urlencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_urlencoded.c: In function 'fmt_urlencoded2': textcode/fmt_urlencoded.c:26:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 26 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_urlencoded.c:26:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 26 | if (dest) dest[written]=s[i]; ++written; | ^~ gcc -c textcode/fmt_uuencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_uuencoded.c: In function 'fmt_uuencoded': textcode/fmt_uuencoded.c:19:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (orig) *dest=enc(diff); ++dest; | ^~ textcode/fmt_uuencoded.c:19:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (orig) *dest=enc(diff); ++dest; | ^~ textcode/fmt_uuencoded.c:34:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 34 | if (orig) *dest='\n'; ++dest; | ^~ textcode/fmt_uuencoded.c:34:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 34 | if (orig) *dest='\n'; ++dest; | ^~ gcc -c textcode/fmt_xml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_yenc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_yenc.c: In function 'fmt_yenc': textcode/fmt_yenc.c:13:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:13:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:25:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 25 | if (dest) dest[written]='='; ++written; | ^~ textcode/fmt_yenc.c:25:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 25 | if (dest) dest[written]='='; ++written; | ^~ textcode/fmt_yenc.c:31:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 31 | if (dest) dest[written]=c; ++written; | ^~ textcode/fmt_yenc.c:31:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 31 | if (dest) dest[written]=c; ++written; | ^~ textcode/fmt_yenc.c:33:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 33 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:33:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 33 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:40:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 40 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:40:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 40 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:17:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 17 | if (s[i+1]+42!='r' || s[i+2]+42!='o' || s[i+3]+42!='m' || s[i+4]+42!=' ') goto dontescape; | ^ textcode/fmt_yenc.c:18:5: note: here 18 | case '.': /* dot at start of line needs to be escaped */ | ^~~~ gcc -c textcode/scan_base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_cescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_hexdump.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ./ent nodes=9853, datasize=8115 actually used: 9853 nodes, 8115 bytes data gcc -c textcode/scan_html.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_jsonescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/scan_jsonescape.c: In function 'scan_jsonescape': textcode/scan_jsonescape.c:23:18: warning: comparison is always false due to limited range of data type [-Wtype-limits] 23 | if (x<0) return 0; // not hex -> invalid input | ^ gcc -c textcode/scan_ldapescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_quotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_to_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_to_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_tofrom_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_urlencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_uuencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/scan_uuencoded.c: In function 'scan_uuencoded': textcode/scan_uuencoded.c:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if ((len=*s-' ')>64) return 0; len&=63; | ^~ textcode/scan_uuencoded.c:8:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if ((len=*s-' ')>64) return 0; len&=63; | ^~~ gcc -c textcode/scan_yenc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru textcode.a base64.o fmt_base64.o fmt_cescape.o fmt_foldwhitespace.o fmt_hexdump.o fmt_html.o fmt_html_tagarg.o fmt_jsonescape.o fmt_ldapescape.o fmt_ldapescape2.o fmt_quotedprintable.o fmt_to_array.o fmt_to_sa.o fmt_tofrom_array.o fmt_urlencoded.o fmt_uuencoded.o fmt_xml.o fmt_yenc.o scan_base64.o scan_cescape.o scan_hexdump.o scan_html.o scan_jsonescape.o scan_ldapescape.o scan_quotedprintable.o scan_to_array.o scan_to_sa.o scan_tofrom_array.o scan_urlencoded.o scan_uuencoded.o scan_yenc.o ranlib textcode.a gcc -c cdb/cdb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c cdb/cdb_hash.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c cdb/cdb_make.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c cdb/cdb_traverse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru cdb.a cdb.o cdb_hash.o cdb_make.o cdb_traverse.o ranlib cdb.a gcc -c critbit/critbit.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. ar cru critbit.a critbit.o ranlib critbit.a gcc -shared -Wl,-soname,libowfat.so.0 -o libowfat.so.0.30 dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ip6.o dns_ipq.o dns_ipq6.o dns_mx.o dns_name.o dns_nd.o dns_nd6.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o dns_txt.o byte_chr.o byte_copy.o byte_copyr.o byte_diff.o byte_equal_notimingattack.o byte_rchr.o byte_zero.o fmt_8long.o fmt_8longlong.o fmt_asn1derlength.o fmt_asn1dertag.o fmt_double.o fmt_escapecharc.o fmt_escapecharhtml.o fmt_escapecharjson.o fmt_escapecharquotedprintable.o fmt_escapecharquotedprintableutf8.o fmt_escapecharxml.o fmt_fill.o fmt_httpdate.o fmt_human.o fmt_humank.o fmt_long.o fmt_longlong.o fmt_minus.o fmt_pad.o fmt_plusminus.o fmt_str.o fmt_strm_internal.o fmt_strn.o fmt_tohex.o fmt_ulong.o fmt_ulong0.o fmt_ulonglong.o fmt_utf8.o fmt_xlong.o fmt_xlonglong.o fmt_xmlescape.o scan_8int.o scan_8long.o scan_8longlong.o scan_8longn.o scan_8short.o scan_asn1derlength.o scan_asn1dertag.o scan_charsetnskip.o scan_double.o scan_fromhex.o scan_httpdate.o scan_int.o scan_long.o scan_longlong.o scan_longn.o scan_netstring.o scan_noncharsetnskip.o scan_nonwhitenskip.o scan_plusminus.o scan_short.o scan_uint.o scan_ulong.o scan_ulonglong.o scan_ulongn.o scan_ushort.o scan_utf8.o scan_whitenskip.o scan_xint.o scan_xlong.o scan_xlonglong.o scan_xlongn.o scan_xshort.o str_chr.o str_copy.o str_diff.o str_diffn.o str_len.o str_rchr.o str_start.o uint16_pack.o uint16_pack_big.o uint16_read.o uint16_read_big.o uint16_unpack.o uint16_unpack_big.o uint32_pack.o uint32_pack_big.o uint32_read.o uint32_read_big.o uint32_unpack.o uint32_unpack_big.o uint64_pack.o uint64_pack_big.o uint64_read.o uint64_read_big.o uint64_unpack.o uint64_unpack_big.o open_append.o open_excl.o open_read.o open_rw.o open_trunc.o open_write.o openreadclose.o readclose.o stralloc_append.o stralloc_cat.o stralloc_catb.o stralloc_catlong0.o stralloc_catm_internal.o stralloc_cats.o stralloc_catulong0.o stralloc_chomp.o stralloc_chop.o stralloc_copy.o stralloc_copyb.o stralloc_copys.o stralloc_diff.o stralloc_diffs.o stralloc_free.o stralloc_init.o stralloc_ready.o stralloc_readyplus.o stralloc_starts.o stralloc_zero.o iopause.o ndelay_off.o ndelay_on.o winsock2errno.o fmt_ip4.o fmt_ip6.o fmt_ip6_flat.o fmt_ip6c.o fmt_ip6if.o fmt_ip6ifc.o init.o scan_ip4.o scan_ip6.o scan_ip6_flat.o scan_ip6if.o socket_accept4.o socket_accept6.o socket_bind4.o socket_bind4_reuse.o socket_bind6.o socket_bind6_reuse.o socket_broadcast.o socket_connect4.o socket_connect6.o socket_connected.o socket_deferaccept.o socket_fastopen.o socket_fastopen_connect4.o socket_fastopen_connect6.o socket_getifidx.o socket_getifname.o socket_ip4loopback.o socket_listen.o socket_local4.o socket_local6.o socket_mchopcount6.o socket_mcjoin4.o socket_mcjoin6.o socket_mcleave4.o socket_mcleave6.o socket_mcloop4.o socket_mcloop6.o socket_mcttl4.o socket_noipv6.o socket_quickack.o socket_recv4.o socket_recv6.o socket_remote4.o socket_remote6.o socket_sctp4.o socket_sctp4b.o socket_sctp6.o socket_sctp6b.o socket_send4.o socket_send6.o socket_tcp4.o socket_tcp4b.o socket_tcp6.o socket_tcp6b.o socket_tryreservein.o socket_udp4.o socket_udp6.o socket_v4mappedprefix.o socket_v6any.o socket_v6loopback.o buffer_0.o buffer_0small.o buffer_1.o buffer_1small.o buffer_2.o buffer_close.o buffer_feed.o buffer_flush.o buffer_free.o buffer_fromarray.o buffer_frombuf.o buffer_fromsa.o buffer_get.o buffer_get_new_token_sa.o buffer_get_new_token_sa_pred.o buffer_get_token.o buffer_get_token_pred.o buffer_get_token_sa.o buffer_get_token_sa_pred.o buffer_getc.o buffer_getline.o buffer_getline_sa.o buffer_getn.o buffer_getnewline_sa.o buffer_init.o buffer_init_free.o buffer_mmapread.o buffer_munmap.o buffer_peek.o buffer_put.o buffer_put8long.o buffer_putalign.o buffer_puterror.o buffer_puterror2.o buffer_putflush.o buffer_putlong.o buffer_putlonglong.o buffer_putm_internal.o buffer_putm_internal_flush.o buffer_putnlflush.o buffer_puts.o buffer_putsa.o buffer_putsaflush.o buffer_putsalign.o buffer_putsflush.o buffer_putspace.o buffer_putulong.o buffer_putulonglong.o buffer_putxlong.o buffer_seek.o buffer_stubborn.o buffer_stubborn2.o buffer_tosa.o errmsg_iam.o errmsg_info.o errmsg_infosys.o errmsg_puts.o errmsg_warn.o errmsg_warnsys.o errmsg_write.o mmap_private.o mmap_read.o mmap_shared.o mmap_unmap.o base64.o fmt_base64.o fmt_cescape.o fmt_foldwhitespace.o fmt_hexdump.o fmt_html.o fmt_html_tagarg.o fmt_jsonescape.o fmt_ldapescape.o fmt_ldapescape2.o fmt_quotedprintable.o fmt_to_array.o fmt_to_sa.o fmt_tofrom_array.o fmt_urlencoded.o fmt_uuencoded.o fmt_xml.o fmt_yenc.o scan_base64.o scan_cescape.o scan_hexdump.o scan_html.o scan_jsonescape.o scan_ldapescape.o scan_quotedprintable.o scan_to_array.o scan_to_sa.o scan_tofrom_array.o scan_urlencoded.o scan_uuencoded.o scan_yenc.o taia_add.o taia_addsec.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o taia_unpack.o tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o case_diffb.o case_diffs.o case_lowerb.o case_lowers.o case_starts.o array_allocate.o array_bytes.o array_cat.o array_cat0.o array_catb.o array_cate.o array_cats.o array_cats0.o array_equal.o array_fail.o array_get.o array_length.o array_reset.o array_start.o array_trunc.o array_truncate.o iarray_allocate.o iarray_free.o iarray_get.o iarray_init.o iarray_length.o imult16.o imult32.o imult64.o range_arrayinbuf.o range_str2inbuf.o range_str4inbuf.o range_strinbuf.o umult16.o umult32.o umult64.o io_appendfile.o io_block.o io_canread.o io_canwrite.o io_check.o io_close.o io_closeonexec.o io_createfile.o io_debugstring.o io_dontwantread.o io_dontwantwrite.o io_eagain.o io_eagain_read.o io_eagain_write.o io_fd.o io_finishandshutdown.o io_getcookie.o io_mmapwritefile.o io_nonblock.o io_passfd.o io_pipe.o io_readfile.o io_readwritefile.o io_receivefd.o io_sendfile.o io_setcookie.o io_sigpipe.o io_socketpair.o io_timedout.o io_timeout.o io_timeouted.o io_tryread.o io_tryreadtimeout.o io_trywrite.o io_trywritetimeout.o io_wait.o io_waitread.o io_waituntil.o io_waituntil2.o io_waitwrite.o io_wantread.o io_wantwrite.o iob_addbuf.o iob_addbuf_free.o iob_addbuf_internal.o iob_addbuf_munmap.o iob_addfile.o iob_addfile_close.o iob_adds.o iob_adds_free.o iob_bytesleft.o iob_free.o iob_new.o iob_prefetch.o iob_reset.o iob_send.o iob_write.o cdb.o cdb_hash.o cdb_make.o cdb_traverse.o critbit.o if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trysocket trysocket.c >/dev/null 2>&1; then echo ""; else \ if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trysocket trysocket.c -lsocket >/dev/null 2>&1; then echo "-lsocket"; else \ if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trysocket trysocket.c -lsocket -lnsl >/dev/null 2>&1; then echo "-lsocket -lnsl"; \ fi; fi; fi > blah if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trysocket trysendfile.c `cat blah`>/dev/null 2>&1; then cat blah; else \ if gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -o trysocket trysendfile.c -lsendfile `cat blah` >/dev/null 2>&1; then echo "-lsendfile"; cat blah; \ fi; fi > libsocket rm -f blah trysocket gcc -c t.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. t.c: In function 'main': t.c:70:14: warning: unused parameter 'argc' [-Wunused-parameter] 70 | int main(int argc,char* argv[]) { | ~~~~^~~~ t.c:70:25: warning: unused parameter 'argv' [-Wunused-parameter] 70 | int main(int argc,char* argv[]) { | ~~~~~~^~~~~~ At top level: t.c:38:14: warning: 'writecb' defined but not used [-Wunused-function] 38 | static int64 writecb(int64 fd,const void* buf,uint64 n) { | ^~~~~~~ ar cru libowfat.a ranlib libowfat.a gcc -g -o t t.o libowfat.so.0.30 `cat libsocket` -lpthread + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Wlcfhi + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 + cd libowfat-0.30 + '[' 1 -eq 1 ']' + make -f GNUmakefile DIET= prefix=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr MAN3DIR=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 LIBDIR=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64 install install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/include install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h textcode.h tai.h taia.h dns.h iopause.h case.h openreadclose.h readclose.h ndelay.h array.h io.h safemult.h iob.h havealloca.h errmsg.h cdb.h cdb_make.h rangecheck.h iarray.h va_narg.h isset.h compiletimeassert.h critbit.h /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/include install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 install -m 644 array/array.3 array/array_allocate.3 array/array_bytes.3 array/array_cat.3 array/array_cat0.3 array/array_catb.3 array/array_cate.3 array/array_cats.3 array/array_cats0.3 array/array_equal.3 array/array_fail.3 array/array_get.3 array/array_length.3 array/array_reset.3 array/array_start.3 array/array_trunc.3 array/array_truncate.3 array/iarray_allocate.3 array/iarray_free.3 array/iarray_get.3 array/iarray_init.3 buffer/buffer.3 buffer/buffer_close.3 buffer/buffer_feed.3 buffer/buffer_flush.3 buffer/buffer_fromarray.3 buffer/buffer_frombuf.3 buffer/buffer_fromsa.3 buffer/buffer_get.3 buffer/buffer_get_new_token_sa.3 buffer/buffer_get_new_token_sa_pred.3 buffer/buffer_get_token.3 buffer/buffer_get_token_pred.3 buffer/buffer_get_token_sa.3 buffer/buffer_get_token_sa_pred.3 buffer/buffer_getc.3 buffer/buffer_getline.3 buffer/buffer_getline_sa.3 buffer/buffer_getn.3 buffer/buffer_getnewline_sa.3 buffer/buffer_init.3 buffer/buffer_init_free.3 buffer/buffer_mmapread.3 buffer/buffer_peek.3 buffer/buffer_put.3 buffer/buffer_put8long.3 buffer/buffer_putalign.3 buffer/buffer_puterror.3 buffer/buffer_puterror2.3 buffer/buffer_putflush.3 buffer/buffer_putlong.3 buffer/buffer_putlonglong.3 buffer/buffer_putm.3 buffer/buffer_putnlflush.3 buffer/buffer_puts.3 buffer/buffer_putsa.3 buffer/buffer_putsaflush.3 buffer/buffer_putsalign.3 buffer/buffer_putsflush.3 buffer/buffer_putspace.3 buffer/buffer_putulong.3 buffer/buffer_putulonglong.3 buffer/buffer_putxlong.3 buffer/buffer_seek.3 buffer/buffer_tosa.3 byte/byte_chr.3 byte/byte_copy.3 byte/byte_copyr.3 byte/byte_diff.3 byte/byte_equal.3 byte/byte_rchr.3 byte/byte_zero.3 case/case_diffb.3 case/case_diffs.3 case/case_lowerb.3 case/case_lowers.3 case/case_starts.3 cdb/cdb_datalen.3 cdb/cdb_datapos.3 cdb/cdb_find.3 cdb/cdb_firstkey.3 cdb/cdb_free.3 cdb/cdb_init.3 cdb/cdb_keylen.3 cdb/cdb_keypos.3 cdb/cdb_nextkey.3 cdb/cdb_read.3 cdb/cdb_successor.3 critbit/critbit0_allprefixed.3 critbit/critbit0_clear.3 critbit/critbit0_contains.3 critbit/critbit0_delete.3 critbit/critbit0_insert.3 dns/dns_ip4.3 dns/dns_ip4_packet.3 dns/dns_ip4_qualify.3 dns/dns_ip6.3 dns/dns_ip6_packet.3 dns/dns_ip6_qualify.3 dns/dns_mx.3 dns/dns_mx_packet.3 dns/dns_name4.3 dns/dns_name4_domain.3 dns/dns_name6.3 dns/dns_name6_domain.3 dns/dns_name_packet.3 dns/dns_txt.3 dns/dns_txt_packet.3 fmt/fmt_8long.3 fmt/fmt_asn1derlength.3 fmt/fmt_asn1dertag.3 fmt/fmt_double.3 fmt/fmt_fill.3 fmt/fmt_httpdate.3 fmt/fmt_human.3 fmt/fmt_humank.3 fmt/fmt_long.3 fmt/fmt_longlong.3 fmt/fmt_minus.3 fmt/fmt_pad.3 fmt/fmt_plusminus.3 fmt/fmt_str.3 fmt/fmt_strm.3 fmt/fmt_strn.3 fmt/fmt_uint.3 fmt/fmt_uint0.3 fmt/fmt_ulong.3 fmt/fmt_ulong0.3 fmt/fmt_ulonglong.3 fmt/fmt_utf8.3 fmt/fmt_xlong.3 fmt/fmt_xlonglong.3 io/io_appendfile.3 io/io_block.3 io/io_canread.3 io/io_canwrite.3 io/io_check.3 io/io_close.3 io/io_closeonexec.3 io/io_createfile.3 io/io_dontwantread.3 io/io_dontwantwrite.3 io/io_eagain.3 io/io_fd.3 io/io_fd_canwrite.3 io/io_fd_flags.3 io/io_finishandshutdown.3 io/io_getcookie.3 io/io_nonblock.3 io/io_passfd.3 io/io_pipe.3 io/io_readfile.3 io/io_readwritefile.3 io/io_receivefd.3 io/io_sendfile.3 io/io_setcookie.3 io/io_socketpair.3 io/io_timeout.3 io/io_timeouted.3 io/io_tryread.3 io/io_tryreadtimeout.3 io/io_trywrite.3 io/io_trywritetimeout.3 io/io_wait.3 io/io_waitread.3 io/io_waituntil.3 io/io_wantread.3 io/io_wantwrite.3 io/iob_addbuf.3 io/iob_addbuf_free.3 io/iob_addfile.3 io/iob_addfile_close.3 io/iob_adds.3 io/iob_adds_free.3 io/iob_bytesleft.3 io/iob_free.3 io/iob_new.3 io/iob_prefetch.3 io/iob_reset.3 io/iob_send.3 io/iob_write.3 mmap/mmap_private.3 mmap/mmap_read.3 mmap/mmap_shared.3 mmap/mmap_unmap.3 mult/imult16.3 mult/imult32.3 mult/imult64.3 mult/range_arrayinbuf.3 mult/range_bufinbuf.3 mult/range_ptrinbuf.3 mult/range_str2inbuf.3 mult/range_str4inbuf.3 mult/range_strinbuf.3 mult/range_validbuf.3 mult/rangecheck.3 mult/umult16.3 mult/umult32.3 mult/umult64.3 open/open_append.3 open/open_excl.3 open/open_read.3 open/open_rw.3 open/open_trunc.3 open/open_write.3 open/openreadclose.3 open/readclose.3 open/readclose_append.3 scan/scan_8int.3 scan/scan_8long.3 scan/scan_8short.3 scan/scan_asn1derlength.3 scan/scan_asn1derlengthvalue.3 scan/scan_asn1dertag.3 scan/scan_charsetnskip.3 scan/scan_double.3 scan/scan_httpdate.3 scan/scan_int.3 scan/scan_long.3 scan/scan_longlong.3 scan/scan_noncharsetnskip.3 scan/scan_nonwhitenskip.3 scan/scan_plusminus.3 scan/scan_short.3 scan/scan_uint.3 scan/scan_ulong.3 scan/scan_ulonglong.3 scan/scan_ushort.3 scan/scan_utf8.3 scan/scan_whitenskip.3 scan/scan_xint.3 scan/scan_xlong.3 scan/scan_xlonglong.3 scan/scan_xshort.3 socket/fmt_ip4.3 socket/fmt_ip6.3 socket/fmt_ip6_flat.3 socket/fmt_ip6c.3 socket/fmt_ip6if.3 socket/fmt_ip6ifc.3 socket/scan_ip4.3 socket/scan_ip6.3 socket/scan_ip6_flat.3 socket/scan_ip6if.3 socket/socket_accept4.3 socket/socket_accept6.3 socket/socket_bind4.3 socket/socket_bind4_reuse.3 socket/socket_bind6.3 socket/socket_bind6_reuse.3 socket/socket_broadcast.3 socket/socket_connect4.3 socket/socket_connect6.3 socket/socket_connected.3 socket/socket_fastopen.3 socket/socket_fastopen_connect4.3 socket/socket_fastopen_connect6.3 socket/socket_getifidx.3 socket/socket_getifname.3 socket/socket_listen.3 socket/socket_local4.3 socket/socket_local6.3 socket/socket_mchopcount6.3 socket/socket_mcjoin4.3 socket/socket_mcjoin6.3 socket/socket_mcleave4.3 socket/socket_mcleave6.3 socket/socket_mcloop4.3 socket/socket_mcloop6.3 socket/socket_mcttl4.3 socket/socket_quickack.3 socket/socket_recv4.3 socket/socket_recv6.3 socket/socket_remote4.3 socket/socket_remote6.3 socket/socket_sctp4.3 socket/socket_sctp4b.3 socket/socket_sctp6.3 socket/socket_sctp6b.3 socket/socket_send4.3 socket/socket_send6.3 socket/socket_tcp4.3 socket/socket_tcp4b.3 socket/socket_tcp6.3 socket/socket_tcp6b.3 socket/socket_udp4.3 socket/socket_udp6.3 str/str_chr.3 str/str_copy.3 str/str_diff.3 str/str_diffn.3 str/str_equal.3 str/str_len.3 str/str_rchr.3 str/str_start.3 stralloc/stralloc_0.3 stralloc/stralloc_append.3 stralloc/stralloc_cat.3 stralloc/stralloc_catb.3 stralloc/stralloc_catlong0.3 stralloc/stralloc_catm.3 stralloc/stralloc_cats.3 stralloc/stralloc_catulong0.3 stralloc/stralloc_chomp.3 stralloc/stralloc_chop.3 stralloc/stralloc_copy.3 stralloc/stralloc_copyb.3 stralloc/stralloc_copym.3 stralloc/stralloc_copys.3 stralloc/stralloc_diff.3 stralloc/stralloc_diffs.3 stralloc/stralloc_free.3 stralloc/stralloc_init.3 stralloc/stralloc_ready.3 stralloc/stralloc_readyplus.3 stralloc/stralloc_starts.3 stralloc/stralloc_zero.3 tai/tai_add.3 tai/tai_approx.3 tai/tai_less.3 tai/tai_now.3 tai/tai_pack.3 tai/tai_sub.3 tai/tai_unpack.3 taia/taia_add.3 taia/taia_addsec.3 taia/taia_approx.3 taia/taia_frac.3 taia/taia_less.3 taia/taia_now.3 taia/taia_pack.3 taia/taia_sub.3 taia/taia_tai.3 taia/taia_uint.3 taia/taia_unpack.3 uint/uint16_pack.3 uint/uint16_pack_big.3 uint/uint16_read.3 uint/uint16_read_big.3 uint/uint16_unpack.3 uint/uint16_unpack_big.3 uint/uint32_pack.3 uint/uint32_pack_big.3 uint/uint32_read.3 uint/uint32_read_big.3 uint/uint32_unpack.3 uint/uint32_unpack_big.3 uint/uint64_pack.3 uint/uint64_pack_big.3 uint/uint64_read.3 uint/uint64_read_big.3 uint/uint64_unpack.3 uint/uint64_unpack_big.3 unix/iopause.3 unix/ndelay_off.3 unix/ndelay_on.3 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 gcc -shared -Wl,-soname,libowfat.so.0 -o libowfat.so.0.30 dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ip6.o dns_ipq.o dns_ipq6.o dns_mx.o dns_name.o dns_nd.o dns_nd6.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o dns_txt.o byte_chr.o byte_copy.o byte_copyr.o byte_diff.o byte_equal_notimingattack.o byte_rchr.o byte_zero.o fmt_8long.o fmt_8longlong.o fmt_asn1derlength.o fmt_asn1dertag.o fmt_double.o fmt_escapecharc.o fmt_escapecharhtml.o fmt_escapecharjson.o fmt_escapecharquotedprintable.o fmt_escapecharquotedprintableutf8.o fmt_escapecharxml.o fmt_fill.o fmt_httpdate.o fmt_human.o fmt_humank.o fmt_long.o fmt_longlong.o fmt_minus.o fmt_pad.o fmt_plusminus.o fmt_str.o fmt_strm_internal.o fmt_strn.o fmt_tohex.o fmt_ulong.o fmt_ulong0.o fmt_ulonglong.o fmt_utf8.o fmt_xlong.o fmt_xlonglong.o fmt_xmlescape.o scan_8int.o scan_8long.o scan_8longlong.o scan_8longn.o scan_8short.o scan_asn1derlength.o scan_asn1dertag.o scan_charsetnskip.o scan_double.o scan_fromhex.o scan_httpdate.o scan_int.o scan_long.o scan_longlong.o scan_longn.o scan_netstring.o scan_noncharsetnskip.o scan_nonwhitenskip.o scan_plusminus.o scan_short.o scan_uint.o scan_ulong.o scan_ulonglong.o scan_ulongn.o scan_ushort.o scan_utf8.o scan_whitenskip.o scan_xint.o scan_xlong.o scan_xlonglong.o scan_xlongn.o scan_xshort.o str_chr.o str_copy.o str_diff.o str_diffn.o str_len.o str_rchr.o str_start.o uint16_pack.o uint16_pack_big.o uint16_read.o uint16_read_big.o uint16_unpack.o uint16_unpack_big.o uint32_pack.o uint32_pack_big.o uint32_read.o uint32_read_big.o uint32_unpack.o uint32_unpack_big.o uint64_pack.o uint64_pack_big.o uint64_read.o uint64_read_big.o uint64_unpack.o uint64_unpack_big.o open_append.o open_excl.o open_read.o open_rw.o open_trunc.o open_write.o openreadclose.o readclose.o stralloc_append.o stralloc_cat.o stralloc_catb.o stralloc_catlong0.o stralloc_catm_internal.o stralloc_cats.o stralloc_catulong0.o stralloc_chomp.o stralloc_chop.o stralloc_copy.o stralloc_copyb.o stralloc_copys.o stralloc_diff.o stralloc_diffs.o stralloc_free.o stralloc_init.o stralloc_ready.o stralloc_readyplus.o stralloc_starts.o stralloc_zero.o iopause.o ndelay_off.o ndelay_on.o winsock2errno.o fmt_ip4.o fmt_ip6.o fmt_ip6_flat.o fmt_ip6c.o fmt_ip6if.o fmt_ip6ifc.o init.o scan_ip4.o scan_ip6.o scan_ip6_flat.o scan_ip6if.o socket_accept4.o socket_accept6.o socket_bind4.o socket_bind4_reuse.o socket_bind6.o socket_bind6_reuse.o socket_broadcast.o socket_connect4.o socket_connect6.o socket_connected.o socket_deferaccept.o socket_fastopen.o socket_fastopen_connect4.o socket_fastopen_connect6.o socket_getifidx.o socket_getifname.o socket_ip4loopback.o socket_listen.o socket_local4.o socket_local6.o socket_mchopcount6.o socket_mcjoin4.o socket_mcjoin6.o socket_mcleave4.o socket_mcleave6.o socket_mcloop4.o socket_mcloop6.o socket_mcttl4.o socket_noipv6.o socket_quickack.o socket_recv4.o socket_recv6.o socket_remote4.o socket_remote6.o socket_sctp4.o socket_sctp4b.o socket_sctp6.o socket_sctp6b.o socket_send4.o socket_send6.o socket_tcp4.o socket_tcp4b.o socket_tcp6.o socket_tcp6b.o socket_tryreservein.o socket_udp4.o socket_udp6.o socket_v4mappedprefix.o socket_v6any.o socket_v6loopback.o buffer_0.o buffer_0small.o buffer_1.o buffer_1small.o buffer_2.o buffer_close.o buffer_feed.o buffer_flush.o buffer_free.o buffer_fromarray.o buffer_frombuf.o buffer_fromsa.o buffer_get.o buffer_get_new_token_sa.o buffer_get_new_token_sa_pred.o buffer_get_token.o buffer_get_token_pred.o buffer_get_token_sa.o buffer_get_token_sa_pred.o buffer_getc.o buffer_getline.o buffer_getline_sa.o buffer_getn.o buffer_getnewline_sa.o buffer_init.o buffer_init_free.o buffer_mmapread.o buffer_munmap.o buffer_peek.o buffer_put.o buffer_put8long.o buffer_putalign.o buffer_puterror.o buffer_puterror2.o buffer_putflush.o buffer_putlong.o buffer_putlonglong.o buffer_putm_internal.o buffer_putm_internal_flush.o buffer_putnlflush.o buffer_puts.o buffer_putsa.o buffer_putsaflush.o buffer_putsalign.o buffer_putsflush.o buffer_putspace.o buffer_putulong.o buffer_putulonglong.o buffer_putxlong.o buffer_seek.o buffer_stubborn.o buffer_stubborn2.o buffer_tosa.o errmsg_iam.o errmsg_info.o errmsg_infosys.o errmsg_puts.o errmsg_warn.o errmsg_warnsys.o errmsg_write.o mmap_private.o mmap_read.o mmap_shared.o mmap_unmap.o base64.o fmt_base64.o fmt_cescape.o fmt_foldwhitespace.o fmt_hexdump.o fmt_html.o fmt_html_tagarg.o fmt_jsonescape.o fmt_ldapescape.o fmt_ldapescape2.o fmt_quotedprintable.o fmt_to_array.o fmt_to_sa.o fmt_tofrom_array.o fmt_urlencoded.o fmt_uuencoded.o fmt_xml.o fmt_yenc.o scan_base64.o scan_cescape.o scan_hexdump.o scan_html.o scan_jsonescape.o scan_ldapescape.o scan_quotedprintable.o scan_to_array.o scan_to_sa.o scan_tofrom_array.o scan_urlencoded.o scan_uuencoded.o scan_yenc.o taia_add.o taia_addsec.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o taia_unpack.o tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o case_diffb.o case_diffs.o case_lowerb.o case_lowers.o case_starts.o array_allocate.o array_bytes.o array_cat.o array_cat0.o array_catb.o array_cate.o array_cats.o array_cats0.o array_equal.o array_fail.o array_get.o array_length.o array_reset.o array_start.o array_trunc.o array_truncate.o iarray_allocate.o iarray_free.o iarray_get.o iarray_init.o iarray_length.o imult16.o imult32.o imult64.o range_arrayinbuf.o range_str2inbuf.o range_str4inbuf.o range_strinbuf.o umult16.o umult32.o umult64.o io_appendfile.o io_block.o io_canread.o io_canwrite.o io_check.o io_close.o io_closeonexec.o io_createfile.o io_debugstring.o io_dontwantread.o io_dontwantwrite.o io_eagain.o io_eagain_read.o io_eagain_write.o io_fd.o io_finishandshutdown.o io_getcookie.o io_mmapwritefile.o io_nonblock.o io_passfd.o io_pipe.o io_readfile.o io_readwritefile.o io_receivefd.o io_sendfile.o io_setcookie.o io_sigpipe.o io_socketpair.o io_timedout.o io_timeout.o io_timeouted.o io_tryread.o io_tryreadtimeout.o io_trywrite.o io_trywritetimeout.o io_wait.o io_waitread.o io_waituntil.o io_waituntil2.o io_waitwrite.o io_wantread.o io_wantwrite.o iob_addbuf.o iob_addbuf_free.o iob_addbuf_internal.o iob_addbuf_munmap.o iob_addfile.o iob_addfile_close.o iob_adds.o iob_adds_free.o iob_bytesleft.o iob_free.o iob_new.o iob_prefetch.o iob_reset.o iob_send.o iob_write.o cdb.o cdb_hash.o cdb_make.o cdb_traverse.o critbit.o install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64 install -m 644 libowfat.so.0.30 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64 + chmod 0755 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/libowfat.so.0.30 + ln -s libowfat.so.0.30 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/libowfat.so.0 + ln -s libowfat.so.0.30 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/libowfat.so + make -f GNUmakefile clean rm -f *.o *.a *.da *.bbg *.bb core t haveip6.h haven2i.h \ havesl.h haveinline.h iopause.h select.h havekqueue.h haveepoll.h \ libepoll havesigio.h havebsdsf.h havesendfile.h havescope.h havedevpoll.h \ dep libsocket havealloca.h haveuint128.h entities.h ent + rm -f Makefile + patch GNUmakefile -R -p1 patching file GNUmakefile + make -f GNUmakefile prefix=/usr/lib64/dietlibc 'DIET=/usr/bin/diet -Os' rm -f haveuint128.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryuint128.c >/dev/null 2>&1; then echo "#define HAVE_UINT128"; fi > haveuint128.h rm -f tryuint128.o gcc -g -o ent ent.c -I. /usr/bin/diet -Os gcc -c byte/byte_chr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. byte/byte_chr.c: In function 'byte_chr': byte/byte_chr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:10:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:11:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:12:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (s==t) break; if (*s==c) break; ++s; | ^~ byte/byte_chr.c:13:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (s==t) break; if (*s==c) break; ++s; | ^~ /usr/bin/diet -Os gcc -c byte/byte_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c byte/byte_copyr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. byte/byte_copyr.c: In function 'byte_copyr': byte/byte_copyr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:10:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:11:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:12:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (t>=u) break; --u; --s; *s=*u; | ^~ byte/byte_copyr.c:13:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (t>=u) break; --u; --s; *s=*u; | ^~ /usr/bin/diet -Os gcc -c byte/byte_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c byte/byte_equal_notimingattack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c byte/byte_rchr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c byte/byte_zero.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru byte.a byte_chr.o byte_copy.o byte_copyr.o byte_diff.o byte_equal_notimingattack.o byte_rchr.o byte_zero.o ranlib byte.a /usr/bin/diet -Os gcc -c fmt/fmt_8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_8longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_asn1derlength.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_asn1dertag.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_double.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharhtml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharjson.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharquotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharquotedprintableutf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_escapecharxml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_fill.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_httpdate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_human.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_humank.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_minus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_pad.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_plusminus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_str.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. fmt/fmt_str.c: In function 'fmt_str': fmt/fmt_str.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:7:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_str.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; if (s) { *s=*t; ++s; } ++t; | ^~ /usr/bin/diet -Os gcc -c fmt/fmt_strm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_strn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. fmt/fmt_strn.c: In function 'fmt_strn': fmt/fmt_strn.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:8:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:9:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:10:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ fmt/fmt_strn.c:11:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t || t==u) break; if (s) { *s=*t; ++s; } ++t; | ^~ /usr/bin/diet -Os gcc -c fmt/fmt_tohex.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_ulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_ulong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_ulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_utf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. rm -f haveinline.h if ! /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryinline.c >/dev/null 2>&1; then echo "#define inline"; fi > haveinline.h rm -f tryinline.o /usr/bin/diet -Os gcc -c fmt/fmt_xlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_xlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c fmt/fmt_xmlescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru fmt.a fmt_8long.o fmt_8longlong.o fmt_asn1derlength.o fmt_asn1dertag.o fmt_double.o fmt_escapecharc.o fmt_escapecharhtml.o fmt_escapecharjson.o fmt_escapecharquotedprintable.o fmt_escapecharquotedprintableutf8.o fmt_escapecharxml.o fmt_fill.o fmt_httpdate.o fmt_human.o fmt_humank.o fmt_long.o fmt_longlong.o fmt_minus.o fmt_pad.o fmt_plusminus.o fmt_str.o fmt_strm_internal.o fmt_strn.o fmt_tohex.o fmt_ulong.o fmt_ulong0.o fmt_ulonglong.o fmt_utf8.o fmt_xlong.o fmt_xlonglong.o fmt_xmlescape.o ranlib fmt.a /usr/bin/diet -Os gcc -c scan/scan_8int.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_8longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_8longn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_8short.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_asn1derlength.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_asn1dertag.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_charsetnskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_double.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_double.c: In function 'scan_double': scan/scan_double.c:14:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 14 | case '-': neg=1; | ~~~^~ scan/scan_double.c:15:3: note: here 15 | case '+': c++; break; | ^~~~ scan/scan_double.c:34:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 34 | case '-': neg=1; | ~~~^~ scan/scan_double.c:35:7: note: here 35 | case '+': c++; break; | ^~~~ /usr/bin/diet -Os gcc -c scan/scan_fromhex.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_httpdate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_httpdate.c: In function 'parsetime': scan/scan_httpdate.c:16:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:16:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (*c!=':') return -1; ++c; | ^~ scan/scan_httpdate.c:18:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (*c!=':') return -1; ++c; | ^~ /usr/bin/diet -Os gcc -c scan/scan_int.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_int.c: In function 'scan_int': scan/scan_int.c:13:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 13 | case '-': neg=1; | ~~~^~ scan/scan_int.c:14:3: note: here 14 | case '+': ++tmp; | ^~~~ /usr/bin/diet -Os gcc -c scan/scan_long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_longlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_longn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_longn.c: In function 'scan_longn': scan/scan_longn.c:14:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 14 | case '-': neg=1; | ~~~^~ scan/scan_longn.c:15:3: note: here 15 | case '+': ++tmp; | ^~~~ /usr/bin/diet -Os gcc -c scan/scan_netstring.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_noncharsetnskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_nonwhitenskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_plusminus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_plusminus.c: In function 'scan_plusminus': scan/scan_plusminus.c:6:18: warning: this statement may fall through [-Wimplicit-fallthrough=] 6 | case '-': *dest=-1; | ~~~~~^~~ scan/scan_plusminus.c:7:3: note: here 7 | case '+': return 1; break; | ^~~~ /usr/bin/diet -Os gcc -c scan/scan_short.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. scan/scan_short.c: In function 'scan_short': scan/scan_short.c:13:16: warning: this statement may fall through [-Wimplicit-fallthrough=] 13 | case '-': neg=1; | ~~~^~ scan/scan_short.c:14:3: note: here 14 | case '+': ++tmp; | ^~~~ /usr/bin/diet -Os gcc -c scan/scan_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_ulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_ulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_ulongn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_ushort.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_utf8.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_whitenskip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_xint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_xlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_xlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_xlongn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c scan/scan_xshort.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru scan.a scan_8int.o scan_8long.o scan_8longlong.o scan_8longn.o scan_8short.o scan_asn1derlength.o scan_asn1dertag.o scan_charsetnskip.o scan_double.o scan_fromhex.o scan_httpdate.o scan_int.o scan_long.o scan_longlong.o scan_longn.o scan_netstring.o scan_noncharsetnskip.o scan_nonwhitenskip.o scan_plusminus.o scan_short.o scan_uint.o scan_ulong.o scan_ulonglong.o scan_ulongn.o scan_ushort.o scan_utf8.o scan_whitenskip.o scan_xint.o scan_xlong.o scan_xlonglong.o scan_xlongn.o scan_xshort.o ranlib scan.a /usr/bin/diet -Os gcc -c str/str_chr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_chr.c: In function 'str_chr': str/str_chr.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:7:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:8:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:9:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t || *t==c) break; ++t; | ^~ str/str_chr.c:10:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t || *t==c) break; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_copy.c: In function 'str_copy': str/str_copy.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:7:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:8:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:9:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!(*s=*t)) break; ++s; ++t; | ^~ str/str_copy.c:10:26: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!(*s=*t)) break; ++s; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_diff.c: In function 'str_diff': str/str_diff.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:14:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 14 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:15:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:16:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diff.c:17:29: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 17 | if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_diffn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_diffn.c: In function 'str_diffn': str/str_diffn.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:15:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:16:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 16 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:17:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 17 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ str/str_diffn.c:18:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_len.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_len.c: In function 'str_len': str/str_len.c:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7 | if (!*t) break; ++t; | ^~ str/str_len.c:7:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7 | if (!*t) break; ++t; | ^~ str/str_len.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; ++t; | ^~ str/str_len.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; ++t; | ^~ str/str_len.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; ++t; | ^~ str/str_len.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; ++t; | ^~ str/str_len.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; ++t; | ^~ str/str_len.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_rchr.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_rchr.c: In function 'str_rchr': str/str_rchr.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ str/str_rchr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t) break; if (*t==c) found=t; ++t; | ^~ /usr/bin/diet -Os gcc -c str/str_start.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. str/str_start.c: In function 'str_start': str/str_start.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:8:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:9:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 10 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:10:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 10 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 11 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ str/str_start.c:11:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 11 | if (!*t) return 1; if (*s!=*t) break; ++s; ++t; | ^~ ar cru str.a str_chr.o str_copy.o str_diff.o str_diffn.o str_len.o str_rchr.o str_start.o ranlib str.a /usr/bin/diet -Os gcc -c uint/uint16_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint16_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint16_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint16_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint16_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint16_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint32_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_pack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_read_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c uint/uint64_unpack_big.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru uint.a uint16_pack.o uint16_pack_big.o uint16_read.o uint16_read_big.o uint16_unpack.o uint16_unpack_big.o uint32_pack.o uint32_pack_big.o uint32_read.o uint32_read_big.o uint32_unpack.o uint32_unpack_big.o uint64_pack.o uint64_pack_big.o uint64_read.o uint64_read_big.o uint64_unpack.o uint64_unpack_big.o ranlib uint.a /usr/bin/diet -Os gcc -c open/open_append.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/open_excl.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/open_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/open_rw.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/open_trunc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/open_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/openreadclose.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c open/readclose.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru open.a open_append.o open_excl.o open_read.o open_rw.o open_trunc.o open_write.o openreadclose.o readclose.o ranlib open.a /usr/bin/diet -Os gcc -c stralloc/stralloc_append.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_cat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_catb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_catlong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_catm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_cats.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_catulong0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_chomp.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_chop.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_copy.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_copyb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_copys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_diff.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. stralloc/stralloc_diff.c: In function 'stralloc_diff': stralloc/stralloc_diff.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (i==a->len) return i==b->len?0:-1; if (i==b->len) return 1; | ^~ stralloc/stralloc_diff.c:9:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (i==a->len) return i==b->len?0:-1; if (i==b->len) return 1; | ^~ /usr/bin/diet -Os gcc -c stralloc/stralloc_diffs.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. stralloc/stralloc_diffs.c: In function 'stralloc_diffs': stralloc/stralloc_diffs.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 9 | if (i==a->len) return (!b[i])?0:-1; if (!b[i]) return 1; | ^~ stralloc/stralloc_diffs.c:9:41: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 9 | if (i==a->len) return (!b[i])?0:-1; if (!b[i]) return 1; | ^~ /usr/bin/diet -Os gcc -c stralloc/stralloc_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_ready.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_readyplus.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_starts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c stralloc/stralloc_zero.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru stralloc.a stralloc_append.o stralloc_cat.o stralloc_catb.o stralloc_catlong0.o stralloc_catm_internal.o stralloc_cats.o stralloc_catulong0.o stralloc_chomp.o stralloc_chop.o stralloc_copy.o stralloc_copyb.o stralloc_copys.o stralloc_diff.o stralloc_diffs.o stralloc_free.o stralloc_init.o stralloc_ready.o stralloc_readyplus.o stralloc_starts.o stralloc_zero.o ranlib stralloc.a rm -f iopause.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o t trypoll.c >/dev/null 2>&1; then cp iopause.h2 iopause.h; else cp iopause.h1 iopause.h; fi rm -f t rm -f select.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c trysysel.c >/dev/null 2>&1; then cp select.h2 select.h; else cp select.h1 select.h; fi rm -f trysysel.o /usr/bin/diet -Os gcc -c unix/iopause.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c unix/ndelay_off.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c unix/ndelay_on.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c unix/winsock2errno.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru unix.a iopause.o ndelay_off.o ndelay_on.o winsock2errno.o ranlib unix.a /usr/bin/diet -Os gcc -c socket/fmt_ip4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/fmt_ip4.c:4:35: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 4 | size_t fmt_ip4(char *s,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/fmt_ip4.c:2: ./ip4.h:10:39: note: previously declared as 'const char *' 10 | size_t fmt_ip4(char *dest,const char *ip); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/fmt_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/fmt_ip6.c:6:35: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6.c:4: ./ip6.h:13:39: note: previously declared as 'const char *' 13 | size_t fmt_ip6(char* dest,const char* ip); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/fmt_ip6_flat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/fmt_ip6_flat.c:5:40: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 5 | size_t fmt_ip6_flat(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6_flat.c:1: ./ip6.h:21:32: note: previously declared as 'const char *' 21 | size_t fmt_ip6_flat(char *dest,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c socket/fmt_ip6c.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/fmt_ip6c.c:6:36: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6c(char *s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6c.c:4: ./ip6.h:14:40: note: previously declared as 'const char *' 14 | size_t fmt_ip6c(char* dest,const char* ip); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/fmt_ip6if.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/fmt_ip6ifc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/fmt_ip6ifc.c:6:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 6 | size_t fmt_ip6ifc(char *s,const char ip[16],uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/fmt_ip6ifc.c:4: ./ip6.h:18:42: note: previously declared as 'const char *' 18 | size_t fmt_ip6ifc(char* dest,const char* ip,uint32 scope_id); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/scan_ip4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/scan_ip4.c:4:36: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 4 | size_t scan_ip4(const char *s,char ip[4]) | ~~~~~^~~~~ In file included from socket/scan_ip4.c:2: ./ip4.h:9:39: note: previously declared as 'char *' 9 | size_t scan_ip4(const char *src,char *ip); | ~~~~~~^~ socket/scan_ip4.c: In function 'scan_ip4': socket/scan_ip4.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | if (i<3 && *s!='.') return 0; ++s; | ^~ socket/scan_ip4.c:15:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 15 | if (i<3 && *s!='.') return 0; ++s; | ^~ /usr/bin/diet -Os gcc -c socket/scan_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/scan_ip6.c:13:36: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 13 | size_t scan_ip6(const char *s,char ip[16]) | ~~~~~^~~~~~ In file included from socket/scan_ip6.c:3: ./ip6.h:12:39: note: previously declared as 'char *' 12 | size_t scan_ip6(const char* src,char* ip); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/scan_ip6_flat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. rm -f havealloca.h echo "#include " > havealloca.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryalloca.c -DA >/dev/null 2>&1; then echo "#include "; fi >> havealloca.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryalloca.c -DB >/dev/null 2>&1; then echo "#include "; fi >> havealloca.h rm -f tryalloca.o /usr/bin/diet -Os gcc -c socket/scan_ip6if.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. rm -f havesl.h if ! /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o t trysl.c >/dev/null 2>&1; then echo "typedef int socklen_t;"; fi > havesl.h rm -f t rm -f havescope.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryscope.c >/dev/null 2>&1; then echo "#define LIBC_HAS_SCOPE_ID"; fi > havescope.h rm -f tryscope.o /usr/bin/diet -Os gcc -c socket/socket_accept4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. rm -f haveip6.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c tryip6.c >/dev/null 2>&1; then echo "#define LIBC_HAS_IP6"; fi > haveip6.h rm -f tryip6.o /usr/bin/diet -Os gcc -c socket/socket_accept6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_bind4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_bind4_reuse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_bind6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_bind6.c:13:35: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 13 | int socket_bind6(int s,const char ip[16],uint16 port,uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_bind6.c:11: ./socket.h:34:36: note: previously declared as 'const char *' 34 | int socket_bind6(int s,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_bind6_reuse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_broadcast.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_connect4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_connect6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_connect6.c:17:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 17 | int socket_connect6(int s,const char ip[16],uint16 port,uint32 scope_id) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_connect6.c:10: ./socket.h:30:39: note: previously declared as 'const char *' 30 | int socket_connect6(int s,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_connected.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_deferaccept.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_fastopen.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_fastopen_connect4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_fastopen_connect6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. rm -f haven2i.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o t tryn2i.c >/dev/null 2>&1; then echo "#define HAVE_N2I"; fi > haven2i.h rm -f t /usr/bin/diet -Os gcc -c socket/socket_getifidx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_getifname.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_ip4loopback.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_listen.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_local4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_local4.c:12:30: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 12 | int socket_local4(int s,char ip[4],uint16 *port) | ~~~~~^~~~~ In file included from socket/socket_local4.c:9: ./socket.h:45:31: note: previously declared as 'char *' 45 | int socket_local4(int s,char* ip,uint16* port); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_local6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_local6.c:16:30: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 16 | int socket_local6(int s,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_local6.c:9: ./socket.h:46:31: note: previously declared as 'char *' 46 | int socket_local6(int s,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_mchopcount6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_mcjoin4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_mcjoin4.c:11:37: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcjoin4(int s,const char ip[4],const char _interface[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/socket_mcjoin4.c:8: ./socket.h:53:38: note: previously declared as 'const char *' 53 | int socket_mcjoin4(int s,const char* groupip,const char* _interface); | ~~~~~~~~~~~~^~~~~~~ socket/socket_mcjoin4.c:11:54: warning: argument 3 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcjoin4(int s,const char ip[4],const char _interface[4]) | ~~~~~~~~~~~^~~~~~~~~~~~~ In file included from socket/socket_mcjoin4.c:8: ./socket.h:53:58: note: previously declared as 'const char *' 53 | int socket_mcjoin4(int s,const char* groupip,const char* _interface); | ~~~~~~~~~~~~^~~~~~~~~~ /usr/bin/diet -Os gcc -c socket/socket_mcjoin6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_mcjoin6.c:22:37: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 22 | int socket_mcjoin6(int s,const char ip[16],int _interface) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_mcjoin6.c:8: ./socket.h:54:38: note: previously declared as 'const char *' 54 | int socket_mcjoin6(int s,const char* groupip,int _interface); | ~~~~~~~~~~~~^~~~~~~ /usr/bin/diet -Os gcc -c socket/socket_mcleave4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_mcleave4.c:11:38: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | int socket_mcleave4(int s,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from socket/socket_mcleave4.c:8: ./socket.h:56:39: note: previously declared as 'const char *' 56 | int socket_mcleave4(int s,const char* groupip); | ~~~~~~~~~~~~^~~~~~~ /usr/bin/diet -Os gcc -c socket/socket_mcleave6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_mcleave6.c:22:38: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 22 | int socket_mcleave6(int s,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_mcleave6.c:8: ./socket.h:57:39: note: previously declared as 'const char *' 57 | int socket_mcleave6(int s,const char* groupip); | ~~~~~~~~~~~~^~~~~~~ /usr/bin/diet -Os gcc -c socket/socket_mcloop4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_mcloop6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_mcttl4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_noipv6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_quickack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_recv4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_recv4.c:11:54: warning: argument 4 of type 'char[4]' with mismatched bound [-Warray-parameter=] 11 | ssize_t socket_recv4(int s,char *buf,size_t len,char ip[4],uint16 *port) { | ~~~~~^~~~~ In file included from socket/socket_recv4.c:8: ./socket.h:39:55: note: previously declared as 'char *' 39 | ssize_t socket_recv4(int s,char* buf,size_t len,char* ip,uint16* port); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_recv6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_recv6.c:15:54: warning: argument 4 of type 'char[16]' with mismatched bound [-Warray-parameter=] 15 | ssize_t socket_recv6(int s,char *buf,size_t len,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_recv6.c:9: ./socket.h:40:55: note: previously declared as 'char *' 40 | ssize_t socket_recv6(int s,char* buf,size_t len,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_remote4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_remote4.c:12:31: warning: argument 2 of type 'char[4]' with mismatched bound [-Warray-parameter=] 12 | int socket_remote4(int s,char ip[4],uint16 *port) | ~~~~~^~~~~ In file included from socket/socket_remote4.c:9: ./socket.h:47:32: note: previously declared as 'char *' 47 | int socket_remote4(int s,char* ip,uint16* port); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_remote6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_remote6.c:16:31: warning: argument 2 of type 'char[16]' with mismatched bound [-Warray-parameter=] 16 | int socket_remote6(int s,char ip[16],uint16 *port,uint32 *scope_id) | ~~~~~^~~~~~ In file included from socket/socket_remote6.c:9: ./socket.h:48:32: note: previously declared as 'char *' 48 | int socket_remote6(int s,char* ip,uint16* port,uint32* scope_id); | ~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_sctp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_sctp4b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_sctp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_sctp6b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_send4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_send4.c:11:71: warning: argument 4 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 11 | ssize_t socket_send4_flag(int s,const char *buf,size_t len,const char ip[4],uint16 port,int flag) { | ~~~~~~~~~~~^~~~~ In file included from socket/socket_send4.c:9: ./socket.h:42:72: note: previously declared as 'const char *' 42 | ssize_t socket_send4_flag(int s,const char* buf,size_t len,const char* ip,uint16 port,int flags); | ~~~~~~~~~~~~^~ socket/socket_send4.c:21:66: warning: argument 4 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 21 | ssize_t socket_send4(int s,const char *buf,size_t len,const char ip[4],uint16 port) { | ~~~~~~~~~~~^~~~~ In file included from socket/socket_send4.c:9: ./socket.h:41:67: note: previously declared as 'const char *' 41 | ssize_t socket_send4(int s,const char* buf,size_t len,const char* ip,uint16 port); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_send6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. socket/socket_send6.c:16:71: warning: argument 4 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 16 | ssize_t socket_send6_flag(int s,const char *buf,size_t len,const char ip[16],uint16 port,uint32 scope_id,int flag) | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_send6.c:10: ./socket.h:44:72: note: previously declared as 'const char *' 44 | ssize_t socket_send6_flag(int s,const char* buf,size_t len,const char* ip,uint16 port,uint32 scope_id,int flags); | ~~~~~~~~~~~~^~ socket/socket_send6.c:51:66: warning: argument 4 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 51 | ssize_t socket_send6(int s,const char *buf,size_t len,const char ip[16],uint16 port,uint32 scope_id) { | ~~~~~~~~~~~^~~~~~ In file included from socket/socket_send6.c:10: ./socket.h:43:67: note: previously declared as 'const char *' 43 | ssize_t socket_send6(int s,const char* buf,size_t len,const char* ip,uint16 port,uint32 scope_id); | ~~~~~~~~~~~~^~ /usr/bin/diet -Os gcc -c socket/socket_tcp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_tcp4b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_tcp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_tcp6b.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_tryreservein.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_udp4.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_udp6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_v4mappedprefix.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_v6any.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c socket/socket_v6loopback.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru socket.a fmt_ip4.o fmt_ip6.o fmt_ip6_flat.o fmt_ip6c.o fmt_ip6if.o fmt_ip6ifc.o init.o scan_ip4.o scan_ip6.o scan_ip6_flat.o scan_ip6if.o socket_accept4.o socket_accept6.o socket_bind4.o socket_bind4_reuse.o socket_bind6.o socket_bind6_reuse.o socket_broadcast.o socket_connect4.o socket_connect6.o socket_connected.o socket_deferaccept.o socket_fastopen.o socket_fastopen_connect4.o socket_fastopen_connect6.o socket_getifidx.o socket_getifname.o socket_ip4loopback.o socket_listen.o socket_local4.o socket_local6.o socket_mchopcount6.o socket_mcjoin4.o socket_mcjoin6.o socket_mcleave4.o socket_mcleave6.o socket_mcloop4.o socket_mcloop6.o socket_mcttl4.o socket_noipv6.o socket_quickack.o socket_recv4.o socket_recv6.o socket_remote4.o socket_remote6.o socket_sctp4.o socket_sctp4b.o socket_sctp6.o socket_sctp6b.o socket_send4.o socket_send6.o socket_tcp4.o socket_tcp4b.o socket_tcp6.o socket_tcp6b.o socket_tryreservein.o socket_udp4.o socket_udp6.o socket_v4mappedprefix.o socket_v6any.o socket_v6loopback.o ranlib socket.a /usr/bin/diet -Os gcc -c buffer/buffer_0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_0small.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_1.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_1small.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_feed.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_flush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_fromarray.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_frombuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_fromsa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_new_token_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_new_token_sa_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_token.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_token_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_token_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_get_token_sa_pred.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_getc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_getline.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_getline_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_getn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_getnewline_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_init_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_mmapread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_munmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_peek.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_put.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_put8long.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putalign.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_puterror.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_puterror2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putlonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putm_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putm_internal_flush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putnlflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_puts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putsa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putsaflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putsalign.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putsflush.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putspace.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putulong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putulonglong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_putxlong.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_seek.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_stubborn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_stubborn2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/buffer_tosa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_iam.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_info.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_infosys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_puts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_warn.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_warnsys.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c buffer/errmsg_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru buffer.a buffer_0.o buffer_0small.o buffer_1.o buffer_1small.o buffer_2.o buffer_close.o buffer_feed.o buffer_flush.o buffer_free.o buffer_fromarray.o buffer_frombuf.o buffer_fromsa.o buffer_get.o buffer_get_new_token_sa.o buffer_get_new_token_sa_pred.o buffer_get_token.o buffer_get_token_pred.o buffer_get_token_sa.o buffer_get_token_sa_pred.o buffer_getc.o buffer_getline.o buffer_getline_sa.o buffer_getn.o buffer_getnewline_sa.o buffer_init.o buffer_init_free.o buffer_mmapread.o buffer_munmap.o buffer_peek.o buffer_put.o buffer_put8long.o buffer_putalign.o buffer_puterror.o buffer_puterror2.o buffer_putflush.o buffer_putlong.o buffer_putlonglong.o buffer_putm_internal.o buffer_putm_internal_flush.o buffer_putnlflush.o buffer_puts.o buffer_putsa.o buffer_putsaflush.o buffer_putsalign.o buffer_putsflush.o buffer_putspace.o buffer_putulong.o buffer_putulonglong.o buffer_putxlong.o buffer_seek.o buffer_stubborn.o buffer_stubborn2.o buffer_tosa.o errmsg_iam.o errmsg_info.o errmsg_infosys.o errmsg_puts.o errmsg_warn.o errmsg_warnsys.o errmsg_write.o ranlib buffer.a /usr/bin/diet -Os gcc -c mmap/mmap_private.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mmap/mmap_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mmap/mmap_shared.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mmap/mmap_unmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru mmap.a mmap_private.o mmap_read.o mmap_shared.o mmap_unmap.o ranlib mmap.a /usr/bin/diet -Os gcc -c taia/taia_add.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_addsec.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_approx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_frac.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_half.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_less.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_now.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_sub.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_tai.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c taia/taia_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru taia.a taia_add.o taia_addsec.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o taia_unpack.o ranlib taia.a /usr/bin/diet -Os gcc -c tai/tai_add.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c tai/tai_now.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c tai/tai_pack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c tai/tai_sub.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c tai/tai_uint.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c tai/tai_unpack.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru tai.a tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o ranlib tai.a /usr/bin/diet -Os gcc -c dns/dns_dfd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_domain.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_dtda.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_ip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_ip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_ipq.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_ipq6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_mx.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_name.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_name.c:39:40: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 39 | int dns_name4(stralloc *out,const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from dns/dns_name.c:4: ./dns.h:83:26: note: previously declared as 'const char *' 83 | int dns_name4(stralloc *,const char *); | ^~~~~~~~~~~~ dns/dns_name.c:63:40: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 63 | int dns_name6(stralloc *out,const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from dns/dns_name.c:4: ./dns.h:97:26: note: previously declared as 'const char *' 97 | int dns_name6(stralloc *,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_nd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_nd.c:5:28: warning: argument 1 of type 'char[31]' with mismatched bound [-Warray-parameter=] 5 | void dns_name4_domain(char name[DNS_NAME4_DOMAIN],const char ip[4]) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from dns/dns_nd.c:3: ./dns.h:81:23: note: previously declared as 'char *' 81 | void dns_name4_domain(char *,const char *); | ^~~~~~ dns/dns_nd.c:5:62: warning: argument 2 of type 'const char[4]' with mismatched bound [-Warray-parameter=] 5 | void dns_name4_domain(char name[DNS_NAME4_DOMAIN],const char ip[4]) | ~~~~~~~~~~~^~~~~ In file included from dns/dns_nd.c:3: ./dns.h:81:30: note: previously declared as 'const char *' 81 | void dns_name4_domain(char *,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_nd6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_nd6.c:17:28: warning: argument 1 of type 'char[75]' with mismatched bound [-Warray-parameter=] 17 | void dns_name6_domain(char name[DNS_NAME6_DOMAIN],const char ip[16]) | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ In file included from dns/dns_nd6.c:3: ./dns.h:95:23: note: previously declared as 'char *' 95 | void dns_name6_domain(char *,const char *); | ^~~~~~ dns/dns_nd6.c:17:62: warning: argument 2 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 17 | void dns_name6_domain(char name[DNS_NAME6_DOMAIN],const char ip[16]) | ~~~~~~~~~~~^~~~~~ In file included from dns/dns_nd6.c:3: ./dns.h:95:30: note: previously declared as 'const char *' 95 | void dns_name6_domain(char *,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_packet.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_packet.c: In function 'dns_packet_getname': dns/dns_packet.c:46:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 46 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 46 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:50:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 50 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~ dns/dns_packet.c:50:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 50 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~~~ dns/dns_packet.c:56:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 56 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:56:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 56 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:59:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 59 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:59:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 59 | if (pos >= len) goto PROTO; ch = buf[pos++]; | ^~ dns/dns_packet.c:63:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 63 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~ dns/dns_packet.c:63:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 63 | if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; | ^~~~ /usr/bin/diet -Os gcc -c dns/dns_random.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_random.c:33:33: warning: argument 1 of type 'const char[128]' with mismatched bound [-Warray-parameter=] 33 | void dns_random_init(const char data[128]) | ~~~~~~~~~~~^~~~~~~~~ In file included from dns/dns_random.c:2: ./dns.h:48:22: note: previously declared as 'const char *' 48 | void dns_random_init(const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_rcip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_rcip.c:66:27: warning: argument 1 of type 'char[256]' with mismatched bound [-Warray-parameter=] 66 | int dns_resolvconfip(char s[256]) | ~~~~~^~~~~~ In file included from dns/dns_rcip.c:7: ./dns.h:72:22: note: previously declared as 'char *' 72 | int dns_resolvconfip(char *); | ^~~~~~ /usr/bin/diet -Os gcc -c dns/dns_rcrw.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_resolve.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_resolve.c:9:42: warning: argument 2 of type 'const char[2]' with mismatched bound [-Warray-parameter=] 9 | int dns_resolve(const char *q,const char qtype[2]) | ~~~~~~~~~~~^~~~~~~~ In file included from dns/dns_resolve.c:4: ./dns.h:73:30: note: previously declared as 'const char *' 73 | int dns_resolve(const char *,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_sortip.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_sortip6.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c dns/dns_transmit.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. dns/dns_transmit.c:201:58: warning: argument 2 of type 'const char[256]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:46: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ dns/dns_transmit.c:201:114: warning: argument 5 of type 'const char[2]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:76: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ dns/dns_transmit.c:201:134: warning: argument 6 of type 'const char[16]' with mismatched bound [-Warray-parameter=] 201 | int dns_transmit_start(struct dns_transmit *d,const char servers[256],int flagrecursive,const char *q,const char qtype[2],const char localip[16]) | ~~~~~~~~~~~^~~~~~~~~~~ In file included from dns/dns_transmit.c:13: ./dns.h:67:89: note: previously declared as 'const char *' 67 | int dns_transmit_start(struct dns_transmit *,const char *,int,const char *,const char *,const char *); | ^~~~~~~~~~~~ /usr/bin/diet -Os gcc -c dns/dns_txt.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ip6.o dns_ipq.o dns_ipq6.o dns_mx.o dns_name.o dns_nd.o dns_nd6.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o dns_txt.o ranlib dns.a /usr/bin/diet -Os gcc -c case/case_diffb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c case/case_diffs.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c case/case_lowerb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c case/case_lowers.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c case/case_starts.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru case.a case_diffb.o case_diffs.o case_lowerb.o case_lowers.o case_starts.o ranlib case.a /usr/bin/diet -Os gcc -c mult/imult16.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/imult32.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/imult64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/range_arrayinbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/range_str2inbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/range_str4inbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/range_strinbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/umult16.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/umult32.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c mult/umult64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru mult.a imult16.o imult32.o imult64.o range_arrayinbuf.o range_str2inbuf.o range_str4inbuf.o range_strinbuf.o umult16.o umult32.o umult64.o ranlib mult.a /usr/bin/diet -Os gcc -c array/array_allocate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_bytes.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_cat.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_cat0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_catb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_cate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_cats.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_cats0.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_equal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_fail.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_length.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_reset.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_start.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_trunc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/array_truncate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/iarray_allocate.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/iarray_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/iarray_get.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/iarray_init.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c array/iarray_length.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru array.a array_allocate.o array_bytes.o array_cat.o array_cat0.o array_catb.o array_cate.o array_cats.o array_cats0.o array_equal.o array_fail.o array_get.o array_length.o array_reset.o array_start.o array_trunc.o array_truncate.o iarray_allocate.o iarray_free.o iarray_get.o iarray_init.o iarray_length.o ranlib array.a rm -f haveepoll.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o tryepoll tryepoll.c >/dev/null 2>&1; then echo "#define HAVE_EPOLL 1"; else \ if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o tryepoll tryepoll.c -lepoll >/dev/null 2>&1; then echo "#define HAVE_EPOLL 2"; fi; fi > haveepoll.h rm -f tryepoll rm -f havekqueue.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c trykqueue.c >/dev/null 2>&1; then echo "#define HAVE_KQUEUE"; fi > havekqueue.h rm -f trykqueue.o rm -f havesigio.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c trysigio.c >/dev/null 2>&1; then echo "#define HAVE_SIGIO"; fi > havesigio.h rm -f trysigio.o rm -f havebsdsf.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trybsdsf trybsdsf.c >/dev/null 2>&1; then echo "#define HAVE_BSDSENDFILE"; fi > havebsdsf.h rm -f trybsdsf.o trybsdsf rm -f havedevpoll.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c trydevpoll.c >/dev/null 2>&1; then echo "#define HAVE_DEVPOLL"; fi > havedevpoll.h rm -f trydevpoll.o rm -f havesendfile.h if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -c trysendfile.c >/dev/null 2>&1; then echo "#define HAVE_SENDFILE"; fi > havesendfile.h rm -f trysendfile.o /usr/bin/diet -Os gcc -c io/io_appendfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_block.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_canread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_canwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_check.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_closeonexec.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_createfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_debugstring.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_dontwantread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_dontwantwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_eagain.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_eagain_read.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_eagain_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_fd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_finishandshutdown.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_getcookie.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_mmapwritefile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_nonblock.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_passfd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_pipe.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_readfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_readwritefile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_receivefd.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_sendfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_setcookie.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_sigpipe.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_socketpair.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_timedout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_timeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_timeouted.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_tryread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_tryreadtimeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_trywrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_trywritetimeout.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_wait.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_waitread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_waituntil.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_waituntil2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_waitwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_wantread.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/io_wantwrite.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addbuf.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addbuf_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addbuf_internal.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addbuf_munmap.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addfile.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_addfile_close.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_adds.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_adds_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_bytesleft.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_free.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_new.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_prefetch.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_reset.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_send.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c io/iob_write.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru io.a io_appendfile.o io_block.o io_canread.o io_canwrite.o io_check.o io_close.o io_closeonexec.o io_createfile.o io_debugstring.o io_dontwantread.o io_dontwantwrite.o io_eagain.o io_eagain_read.o io_eagain_write.o io_fd.o io_finishandshutdown.o io_getcookie.o io_mmapwritefile.o io_nonblock.o io_passfd.o io_pipe.o io_readfile.o io_readwritefile.o io_receivefd.o io_sendfile.o io_setcookie.o io_sigpipe.o io_socketpair.o io_timedout.o io_timeout.o io_timeouted.o io_tryread.o io_tryreadtimeout.o io_trywrite.o io_trywritetimeout.o io_wait.o io_waitread.o io_waituntil.o io_waituntil2.o io_waitwrite.o io_wantread.o io_wantwrite.o iob_addbuf.o iob_addbuf_free.o iob_addbuf_internal.o iob_addbuf_munmap.o iob_addfile.o iob_addfile_close.o iob_adds.o iob_adds_free.o iob_bytesleft.o iob_free.o iob_new.o iob_prefetch.o iob_reset.o iob_send.o iob_write.o ranlib io.a /usr/bin/diet -Os gcc -c textcode/base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_cescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_foldwhitespace.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_hexdump.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_html.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_html_tagarg.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_jsonescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_ldapescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_ldapescape.c: In function 'fmt_ldapescape': textcode/fmt_ldapescape.c:19:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_ldapescape.c:19:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (dest) dest[written]=s[i]; ++written; | ^~ /usr/bin/diet -Os gcc -c textcode/fmt_ldapescape2.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_ldapescape2.c: In function 'fmt_ldapescape2': textcode/fmt_ldapescape2.c:18:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_ldapescape2.c:18:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (dest) dest[written]=s[i]; ++written; | ^~ /usr/bin/diet -Os gcc -c textcode/fmt_quotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_quotedprintable.c: In function 'fmt_quotedprintable2': textcode/fmt_quotedprintable.c:18:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_quotedprintable.c:18:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 18 | if (dest) dest[written]=s[i]; ++written; | ^~ /usr/bin/diet -Os gcc -c textcode/fmt_to_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_to_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_tofrom_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_urlencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_urlencoded.c: In function 'fmt_urlencoded2': textcode/fmt_urlencoded.c:26:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 26 | if (dest) dest[written]=s[i]; ++written; | ^~ textcode/fmt_urlencoded.c:26:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 26 | if (dest) dest[written]=s[i]; ++written; | ^~ /usr/bin/diet -Os gcc -c textcode/fmt_uuencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_uuencoded.c: In function 'fmt_uuencoded': textcode/fmt_uuencoded.c:19:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | if (orig) *dest=enc(diff); ++dest; | ^~ textcode/fmt_uuencoded.c:19:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 19 | if (orig) *dest=enc(diff); ++dest; | ^~ textcode/fmt_uuencoded.c:34:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 34 | if (orig) *dest='\n'; ++dest; | ^~ textcode/fmt_uuencoded.c:34:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 34 | if (orig) *dest='\n'; ++dest; | ^~ /usr/bin/diet -Os gcc -c textcode/fmt_xml.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/fmt_yenc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/fmt_yenc.c: In function 'fmt_yenc': textcode/fmt_yenc.c:13:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:13:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 13 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:25:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 25 | if (dest) dest[written]='='; ++written; | ^~ textcode/fmt_yenc.c:25:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 25 | if (dest) dest[written]='='; ++written; | ^~ textcode/fmt_yenc.c:31:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 31 | if (dest) dest[written]=c; ++written; | ^~ textcode/fmt_yenc.c:31:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 31 | if (dest) dest[written]=c; ++written; | ^~ textcode/fmt_yenc.c:33:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 33 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:33:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 33 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:40:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 40 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:40:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 40 | if (dest) dest[written]='\n'; ++written; linelen=0; | ^~ textcode/fmt_yenc.c:17:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 17 | if (s[i+1]+42!='r' || s[i+2]+42!='o' || s[i+3]+42!='m' || s[i+4]+42!=' ') goto dontescape; | ^ textcode/fmt_yenc.c:18:5: note: here 18 | case '.': /* dot at start of line needs to be escaped */ | ^~~~ /usr/bin/diet -Os gcc -c textcode/scan_base64.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_cescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_hexdump.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ./ent nodes=9853, datasize=8115 actually used: 9853 nodes, 8115 bytes data /usr/bin/diet -Os gcc -c textcode/scan_html.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_jsonescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/scan_jsonescape.c: In function 'scan_jsonescape': textcode/scan_jsonescape.c:23:18: warning: comparison is always false due to limited range of data type [-Wtype-limits] 23 | if (x<0) return 0; // not hex -> invalid input | ^ /usr/bin/diet -Os gcc -c textcode/scan_ldapescape.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_quotedprintable.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_to_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_to_sa.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_tofrom_array.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_urlencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c textcode/scan_uuencoded.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. textcode/scan_uuencoded.c: In function 'scan_uuencoded': textcode/scan_uuencoded.c:8:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 8 | if ((len=*s-' ')>64) return 0; len&=63; | ^~ textcode/scan_uuencoded.c:8:34: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 8 | if ((len=*s-' ')>64) return 0; len&=63; | ^~~ /usr/bin/diet -Os gcc -c textcode/scan_yenc.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru textcode.a base64.o fmt_base64.o fmt_cescape.o fmt_foldwhitespace.o fmt_hexdump.o fmt_html.o fmt_html_tagarg.o fmt_jsonescape.o fmt_ldapescape.o fmt_ldapescape2.o fmt_quotedprintable.o fmt_to_array.o fmt_to_sa.o fmt_tofrom_array.o fmt_urlencoded.o fmt_uuencoded.o fmt_xml.o fmt_yenc.o scan_base64.o scan_cescape.o scan_hexdump.o scan_html.o scan_jsonescape.o scan_ldapescape.o scan_quotedprintable.o scan_to_array.o scan_to_sa.o scan_tofrom_array.o scan_urlencoded.o scan_uuencoded.o scan_yenc.o ranlib textcode.a /usr/bin/diet -Os gcc -c cdb/cdb.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c cdb/cdb_hash.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c cdb/cdb_make.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. /usr/bin/diet -Os gcc -c cdb/cdb_traverse.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru cdb.a cdb.o cdb_hash.o cdb_make.o cdb_traverse.o ranlib cdb.a /usr/bin/diet -Os gcc -c critbit/critbit.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. ar cru critbit.a critbit.o ranlib critbit.a ar cru libowfat.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o dns_ip6.o dns_ipq.o dns_ipq6.o dns_mx.o dns_name.o dns_nd.o dns_nd6.o dns_packet.o dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o dns_sortip.o dns_sortip6.o dns_transmit.o dns_txt.o byte_chr.o byte_copy.o byte_copyr.o byte_diff.o byte_equal_notimingattack.o byte_rchr.o byte_zero.o fmt_8long.o fmt_8longlong.o fmt_asn1derlength.o fmt_asn1dertag.o fmt_double.o fmt_escapecharc.o fmt_escapecharhtml.o fmt_escapecharjson.o fmt_escapecharquotedprintable.o fmt_escapecharquotedprintableutf8.o fmt_escapecharxml.o fmt_fill.o fmt_httpdate.o fmt_human.o fmt_humank.o fmt_long.o fmt_longlong.o fmt_minus.o fmt_pad.o fmt_plusminus.o fmt_str.o fmt_strm_internal.o fmt_strn.o fmt_tohex.o fmt_ulong.o fmt_ulong0.o fmt_ulonglong.o fmt_utf8.o fmt_xlong.o fmt_xlonglong.o fmt_xmlescape.o scan_8int.o scan_8long.o scan_8longlong.o scan_8longn.o scan_8short.o scan_asn1derlength.o scan_asn1dertag.o scan_charsetnskip.o scan_double.o scan_fromhex.o scan_httpdate.o scan_int.o scan_long.o scan_longlong.o scan_longn.o scan_netstring.o scan_noncharsetnskip.o scan_nonwhitenskip.o scan_plusminus.o scan_short.o scan_uint.o scan_ulong.o scan_ulonglong.o scan_ulongn.o scan_ushort.o scan_utf8.o scan_whitenskip.o scan_xint.o scan_xlong.o scan_xlonglong.o scan_xlongn.o scan_xshort.o str_chr.o str_copy.o str_diff.o str_diffn.o str_len.o str_rchr.o str_start.o uint16_pack.o uint16_pack_big.o uint16_read.o uint16_read_big.o uint16_unpack.o uint16_unpack_big.o uint32_pack.o uint32_pack_big.o uint32_read.o uint32_read_big.o uint32_unpack.o uint32_unpack_big.o uint64_pack.o uint64_pack_big.o uint64_read.o uint64_read_big.o uint64_unpack.o uint64_unpack_big.o open_append.o open_excl.o open_read.o open_rw.o open_trunc.o open_write.o openreadclose.o readclose.o stralloc_append.o stralloc_cat.o stralloc_catb.o stralloc_catlong0.o stralloc_catm_internal.o stralloc_cats.o stralloc_catulong0.o stralloc_chomp.o stralloc_chop.o stralloc_copy.o stralloc_copyb.o stralloc_copys.o stralloc_diff.o stralloc_diffs.o stralloc_free.o stralloc_init.o stralloc_ready.o stralloc_readyplus.o stralloc_starts.o stralloc_zero.o iopause.o ndelay_off.o ndelay_on.o winsock2errno.o fmt_ip4.o fmt_ip6.o fmt_ip6_flat.o fmt_ip6c.o fmt_ip6if.o fmt_ip6ifc.o init.o scan_ip4.o scan_ip6.o scan_ip6_flat.o scan_ip6if.o socket_accept4.o socket_accept6.o socket_bind4.o socket_bind4_reuse.o socket_bind6.o socket_bind6_reuse.o socket_broadcast.o socket_connect4.o socket_connect6.o socket_connected.o socket_deferaccept.o socket_fastopen.o socket_fastopen_connect4.o socket_fastopen_connect6.o socket_getifidx.o socket_getifname.o socket_ip4loopback.o socket_listen.o socket_local4.o socket_local6.o socket_mchopcount6.o socket_mcjoin4.o socket_mcjoin6.o socket_mcleave4.o socket_mcleave6.o socket_mcloop4.o socket_mcloop6.o socket_mcttl4.o socket_noipv6.o socket_quickack.o socket_recv4.o socket_recv6.o socket_remote4.o socket_remote6.o socket_sctp4.o socket_sctp4b.o socket_sctp6.o socket_sctp6b.o socket_send4.o socket_send6.o socket_tcp4.o socket_tcp4b.o socket_tcp6.o socket_tcp6b.o socket_tryreservein.o socket_udp4.o socket_udp6.o socket_v4mappedprefix.o socket_v6any.o socket_v6loopback.o buffer_0.o buffer_0small.o buffer_1.o buffer_1small.o buffer_2.o buffer_close.o buffer_feed.o buffer_flush.o buffer_free.o buffer_fromarray.o buffer_frombuf.o buffer_fromsa.o buffer_get.o buffer_get_new_token_sa.o buffer_get_new_token_sa_pred.o buffer_get_token.o buffer_get_token_pred.o buffer_get_token_sa.o buffer_get_token_sa_pred.o buffer_getc.o buffer_getline.o buffer_getline_sa.o buffer_getn.o buffer_getnewline_sa.o buffer_init.o buffer_init_free.o buffer_mmapread.o buffer_munmap.o buffer_peek.o buffer_put.o buffer_put8long.o buffer_putalign.o buffer_puterror.o buffer_puterror2.o buffer_putflush.o buffer_putlong.o buffer_putlonglong.o buffer_putm_internal.o buffer_putm_internal_flush.o buffer_putnlflush.o buffer_puts.o buffer_putsa.o buffer_putsaflush.o buffer_putsalign.o buffer_putsflush.o buffer_putspace.o buffer_putulong.o buffer_putulonglong.o buffer_putxlong.o buffer_seek.o buffer_stubborn.o buffer_stubborn2.o buffer_tosa.o errmsg_iam.o errmsg_info.o errmsg_infosys.o errmsg_puts.o errmsg_warn.o errmsg_warnsys.o errmsg_write.o mmap_private.o mmap_read.o mmap_shared.o mmap_unmap.o base64.o fmt_base64.o fmt_cescape.o fmt_foldwhitespace.o fmt_hexdump.o fmt_html.o fmt_html_tagarg.o fmt_jsonescape.o fmt_ldapescape.o fmt_ldapescape2.o fmt_quotedprintable.o fmt_to_array.o fmt_to_sa.o fmt_tofrom_array.o fmt_urlencoded.o fmt_uuencoded.o fmt_xml.o fmt_yenc.o scan_base64.o scan_cescape.o scan_hexdump.o scan_html.o scan_jsonescape.o scan_ldapescape.o scan_quotedprintable.o scan_to_array.o scan_to_sa.o scan_tofrom_array.o scan_urlencoded.o scan_uuencoded.o scan_yenc.o taia_add.o taia_addsec.o taia_approx.o taia_frac.o taia_half.o taia_less.o taia_now.o taia_pack.o taia_sub.o taia_tai.o taia_uint.o taia_unpack.o tai_add.o tai_now.o tai_pack.o tai_sub.o tai_uint.o tai_unpack.o case_diffb.o case_diffs.o case_lowerb.o case_lowers.o case_starts.o array_allocate.o array_bytes.o array_cat.o array_cat0.o array_catb.o array_cate.o array_cats.o array_cats0.o array_equal.o array_fail.o array_get.o array_length.o array_reset.o array_start.o array_trunc.o array_truncate.o iarray_allocate.o iarray_free.o iarray_get.o iarray_init.o iarray_length.o imult16.o imult32.o imult64.o range_arrayinbuf.o range_str2inbuf.o range_str4inbuf.o range_strinbuf.o umult16.o umult32.o umult64.o io_appendfile.o io_block.o io_canread.o io_canwrite.o io_check.o io_close.o io_closeonexec.o io_createfile.o io_debugstring.o io_dontwantread.o io_dontwantwrite.o io_eagain.o io_eagain_read.o io_eagain_write.o io_fd.o io_finishandshutdown.o io_getcookie.o io_mmapwritefile.o io_nonblock.o io_passfd.o io_pipe.o io_readfile.o io_readwritefile.o io_receivefd.o io_sendfile.o io_setcookie.o io_sigpipe.o io_socketpair.o io_timedout.o io_timeout.o io_timeouted.o io_tryread.o io_tryreadtimeout.o io_trywrite.o io_trywritetimeout.o io_wait.o io_waitread.o io_waituntil.o io_waituntil2.o io_waitwrite.o io_wantread.o io_wantwrite.o iob_addbuf.o iob_addbuf_free.o iob_addbuf_internal.o iob_addbuf_munmap.o iob_addfile.o iob_addfile_close.o iob_adds.o iob_adds_free.o iob_bytesleft.o iob_free.o iob_new.o iob_prefetch.o iob_reset.o iob_send.o iob_write.o cdb.o cdb_hash.o cdb_make.o cdb_traverse.o critbit.o ranlib libowfat.a if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trysocket trysocket.c >/dev/null 2>&1; then echo ""; else \ if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trysocket trysocket.c -lsocket >/dev/null 2>&1; then echo "-lsocket"; else \ if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trysocket trysocket.c -lsocket -lnsl >/dev/null 2>&1; then echo "-lsocket -lnsl"; \ fi; fi; fi > blah if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trysocket trysendfile.c `cat blah`>/dev/null 2>&1; then cat blah; else \ if /usr/bin/diet -Os gcc -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. -o trysocket trysendfile.c -lsendfile `cat blah` >/dev/null 2>&1; then echo "-lsendfile"; cat blah; \ fi; fi > libsocket rm -f blah trysocket /usr/bin/diet -Os gcc -c t.c -g -pipe -W -Wall -Wextra -O2 -fomit-frame-pointer -D_REENTRANT -I. t.c: In function 'main': t.c:70:14: warning: unused parameter 'argc' [-Wunused-parameter] 70 | int main(int argc,char* argv[]) { | ~~~~^~~~ t.c:70:25: warning: unused parameter 'argv' [-Wunused-parameter] 70 | int main(int argc,char* argv[]) { | ~~~~~~^~~~~~ At top level: t.c:38:14: warning: 'writecb' defined but not used [-Wunused-function] 38 | static int64 writecb(int64 fd,const void* buf,uint64 n) { | ^~~~~~~ /usr/bin/diet -Os gcc -g -o t t.o libowfat.a `cat libsocket` -lpthread + install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc + make -f GNUmakefile prefix=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc LIBDIR=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc/lib 'DIET=/usr/bin/diet -Os' MAN3DIR=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 install install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc/include install -m 644 buffer.h byte.h fmt.h ip4.h ip6.h mmap.h scan.h socket.h str.h stralloc.h uint16.h uint32.h uint64.h open.h textcode.h tai.h taia.h dns.h iopause.h case.h openreadclose.h readclose.h ndelay.h array.h io.h safemult.h iob.h havealloca.h errmsg.h cdb.h cdb_make.h rangecheck.h iarray.h va_narg.h isset.h compiletimeassert.h critbit.h /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc/include install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 install -m 644 array/array.3 array/array_allocate.3 array/array_bytes.3 array/array_cat.3 array/array_cat0.3 array/array_catb.3 array/array_cate.3 array/array_cats.3 array/array_cats0.3 array/array_equal.3 array/array_fail.3 array/array_get.3 array/array_length.3 array/array_reset.3 array/array_start.3 array/array_trunc.3 array/array_truncate.3 array/iarray_allocate.3 array/iarray_free.3 array/iarray_get.3 array/iarray_init.3 buffer/buffer.3 buffer/buffer_close.3 buffer/buffer_feed.3 buffer/buffer_flush.3 buffer/buffer_fromarray.3 buffer/buffer_frombuf.3 buffer/buffer_fromsa.3 buffer/buffer_get.3 buffer/buffer_get_new_token_sa.3 buffer/buffer_get_new_token_sa_pred.3 buffer/buffer_get_token.3 buffer/buffer_get_token_pred.3 buffer/buffer_get_token_sa.3 buffer/buffer_get_token_sa_pred.3 buffer/buffer_getc.3 buffer/buffer_getline.3 buffer/buffer_getline_sa.3 buffer/buffer_getn.3 buffer/buffer_getnewline_sa.3 buffer/buffer_init.3 buffer/buffer_init_free.3 buffer/buffer_mmapread.3 buffer/buffer_peek.3 buffer/buffer_put.3 buffer/buffer_put8long.3 buffer/buffer_putalign.3 buffer/buffer_puterror.3 buffer/buffer_puterror2.3 buffer/buffer_putflush.3 buffer/buffer_putlong.3 buffer/buffer_putlonglong.3 buffer/buffer_putm.3 buffer/buffer_putnlflush.3 buffer/buffer_puts.3 buffer/buffer_putsa.3 buffer/buffer_putsaflush.3 buffer/buffer_putsalign.3 buffer/buffer_putsflush.3 buffer/buffer_putspace.3 buffer/buffer_putulong.3 buffer/buffer_putulonglong.3 buffer/buffer_putxlong.3 buffer/buffer_seek.3 buffer/buffer_tosa.3 byte/byte_chr.3 byte/byte_copy.3 byte/byte_copyr.3 byte/byte_diff.3 byte/byte_equal.3 byte/byte_rchr.3 byte/byte_zero.3 case/case_diffb.3 case/case_diffs.3 case/case_lowerb.3 case/case_lowers.3 case/case_starts.3 cdb/cdb_datalen.3 cdb/cdb_datapos.3 cdb/cdb_find.3 cdb/cdb_firstkey.3 cdb/cdb_free.3 cdb/cdb_init.3 cdb/cdb_keylen.3 cdb/cdb_keypos.3 cdb/cdb_nextkey.3 cdb/cdb_read.3 cdb/cdb_successor.3 critbit/critbit0_allprefixed.3 critbit/critbit0_clear.3 critbit/critbit0_contains.3 critbit/critbit0_delete.3 critbit/critbit0_insert.3 dns/dns_ip4.3 dns/dns_ip4_packet.3 dns/dns_ip4_qualify.3 dns/dns_ip6.3 dns/dns_ip6_packet.3 dns/dns_ip6_qualify.3 dns/dns_mx.3 dns/dns_mx_packet.3 dns/dns_name4.3 dns/dns_name4_domain.3 dns/dns_name6.3 dns/dns_name6_domain.3 dns/dns_name_packet.3 dns/dns_txt.3 dns/dns_txt_packet.3 fmt/fmt_8long.3 fmt/fmt_asn1derlength.3 fmt/fmt_asn1dertag.3 fmt/fmt_double.3 fmt/fmt_fill.3 fmt/fmt_httpdate.3 fmt/fmt_human.3 fmt/fmt_humank.3 fmt/fmt_long.3 fmt/fmt_longlong.3 fmt/fmt_minus.3 fmt/fmt_pad.3 fmt/fmt_plusminus.3 fmt/fmt_str.3 fmt/fmt_strm.3 fmt/fmt_strn.3 fmt/fmt_uint.3 fmt/fmt_uint0.3 fmt/fmt_ulong.3 fmt/fmt_ulong0.3 fmt/fmt_ulonglong.3 fmt/fmt_utf8.3 fmt/fmt_xlong.3 fmt/fmt_xlonglong.3 io/io_appendfile.3 io/io_block.3 io/io_canread.3 io/io_canwrite.3 io/io_check.3 io/io_close.3 io/io_closeonexec.3 io/io_createfile.3 io/io_dontwantread.3 io/io_dontwantwrite.3 io/io_eagain.3 io/io_fd.3 io/io_fd_canwrite.3 io/io_fd_flags.3 io/io_finishandshutdown.3 io/io_getcookie.3 io/io_nonblock.3 io/io_passfd.3 io/io_pipe.3 io/io_readfile.3 io/io_readwritefile.3 io/io_receivefd.3 io/io_sendfile.3 io/io_setcookie.3 io/io_socketpair.3 io/io_timeout.3 io/io_timeouted.3 io/io_tryread.3 io/io_tryreadtimeout.3 io/io_trywrite.3 io/io_trywritetimeout.3 io/io_wait.3 io/io_waitread.3 io/io_waituntil.3 io/io_wantread.3 io/io_wantwrite.3 io/iob_addbuf.3 io/iob_addbuf_free.3 io/iob_addfile.3 io/iob_addfile_close.3 io/iob_adds.3 io/iob_adds_free.3 io/iob_bytesleft.3 io/iob_free.3 io/iob_new.3 io/iob_prefetch.3 io/iob_reset.3 io/iob_send.3 io/iob_write.3 mmap/mmap_private.3 mmap/mmap_read.3 mmap/mmap_shared.3 mmap/mmap_unmap.3 mult/imult16.3 mult/imult32.3 mult/imult64.3 mult/range_arrayinbuf.3 mult/range_bufinbuf.3 mult/range_ptrinbuf.3 mult/range_str2inbuf.3 mult/range_str4inbuf.3 mult/range_strinbuf.3 mult/range_validbuf.3 mult/rangecheck.3 mult/umult16.3 mult/umult32.3 mult/umult64.3 open/open_append.3 open/open_excl.3 open/open_read.3 open/open_rw.3 open/open_trunc.3 open/open_write.3 open/openreadclose.3 open/readclose.3 open/readclose_append.3 scan/scan_8int.3 scan/scan_8long.3 scan/scan_8short.3 scan/scan_asn1derlength.3 scan/scan_asn1derlengthvalue.3 scan/scan_asn1dertag.3 scan/scan_charsetnskip.3 scan/scan_double.3 scan/scan_httpdate.3 scan/scan_int.3 scan/scan_long.3 scan/scan_longlong.3 scan/scan_noncharsetnskip.3 scan/scan_nonwhitenskip.3 scan/scan_plusminus.3 scan/scan_short.3 scan/scan_uint.3 scan/scan_ulong.3 scan/scan_ulonglong.3 scan/scan_ushort.3 scan/scan_utf8.3 scan/scan_whitenskip.3 scan/scan_xint.3 scan/scan_xlong.3 scan/scan_xlonglong.3 scan/scan_xshort.3 socket/fmt_ip4.3 socket/fmt_ip6.3 socket/fmt_ip6_flat.3 socket/fmt_ip6c.3 socket/fmt_ip6if.3 socket/fmt_ip6ifc.3 socket/scan_ip4.3 socket/scan_ip6.3 socket/scan_ip6_flat.3 socket/scan_ip6if.3 socket/socket_accept4.3 socket/socket_accept6.3 socket/socket_bind4.3 socket/socket_bind4_reuse.3 socket/socket_bind6.3 socket/socket_bind6_reuse.3 socket/socket_broadcast.3 socket/socket_connect4.3 socket/socket_connect6.3 socket/socket_connected.3 socket/socket_fastopen.3 socket/socket_fastopen_connect4.3 socket/socket_fastopen_connect6.3 socket/socket_getifidx.3 socket/socket_getifname.3 socket/socket_listen.3 socket/socket_local4.3 socket/socket_local6.3 socket/socket_mchopcount6.3 socket/socket_mcjoin4.3 socket/socket_mcjoin6.3 socket/socket_mcleave4.3 socket/socket_mcleave6.3 socket/socket_mcloop4.3 socket/socket_mcloop6.3 socket/socket_mcttl4.3 socket/socket_quickack.3 socket/socket_recv4.3 socket/socket_recv6.3 socket/socket_remote4.3 socket/socket_remote6.3 socket/socket_sctp4.3 socket/socket_sctp4b.3 socket/socket_sctp6.3 socket/socket_sctp6b.3 socket/socket_send4.3 socket/socket_send6.3 socket/socket_tcp4.3 socket/socket_tcp4b.3 socket/socket_tcp6.3 socket/socket_tcp6b.3 socket/socket_udp4.3 socket/socket_udp6.3 str/str_chr.3 str/str_copy.3 str/str_diff.3 str/str_diffn.3 str/str_equal.3 str/str_len.3 str/str_rchr.3 str/str_start.3 stralloc/stralloc_0.3 stralloc/stralloc_append.3 stralloc/stralloc_cat.3 stralloc/stralloc_catb.3 stralloc/stralloc_catlong0.3 stralloc/stralloc_catm.3 stralloc/stralloc_cats.3 stralloc/stralloc_catulong0.3 stralloc/stralloc_chomp.3 stralloc/stralloc_chop.3 stralloc/stralloc_copy.3 stralloc/stralloc_copyb.3 stralloc/stralloc_copym.3 stralloc/stralloc_copys.3 stralloc/stralloc_diff.3 stralloc/stralloc_diffs.3 stralloc/stralloc_free.3 stralloc/stralloc_init.3 stralloc/stralloc_ready.3 stralloc/stralloc_readyplus.3 stralloc/stralloc_starts.3 stralloc/stralloc_zero.3 tai/tai_add.3 tai/tai_approx.3 tai/tai_less.3 tai/tai_now.3 tai/tai_pack.3 tai/tai_sub.3 tai/tai_unpack.3 taia/taia_add.3 taia/taia_addsec.3 taia/taia_approx.3 taia/taia_frac.3 taia/taia_less.3 taia/taia_now.3 taia/taia_pack.3 taia/taia_sub.3 taia/taia_tai.3 taia/taia_uint.3 taia/taia_unpack.3 uint/uint16_pack.3 uint/uint16_pack_big.3 uint/uint16_read.3 uint/uint16_read_big.3 uint/uint16_unpack.3 uint/uint16_unpack_big.3 uint/uint32_pack.3 uint/uint32_pack_big.3 uint/uint32_read.3 uint/uint32_read_big.3 uint/uint32_unpack.3 uint/uint32_unpack_big.3 uint/uint64_pack.3 uint/uint64_pack_big.3 uint/uint64_read.3 uint/uint64_read_big.3 uint/uint64_unpack.3 uint/uint64_unpack_big.3 unix/iopause.3 unix/ndelay_off.3 unix/ndelay_on.3 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3 install -d /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc/lib install -m 644 libowfat.a /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/dietlibc/lib + mv /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3/buffer.3 /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/man/man3/buffer-libowfat.3 + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.30-5.mga9 --unique-debug-suffix -0.30-5.mga9.aarch64 --unique-debug-src-base libowfat-0.30-5.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/libowfat-0.30 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/lib64/libowfat.so.0.30 dwz: ./usr/lib64/libowfat.so.0.30-0.30-5.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 688kB, size after compression: 688kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 961 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: lib64owfat0-0.30-5.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IdFSAi + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libowfat-0.30 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/doc/lib64owfat0 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/doc/lib64owfat0 + cp -pr CHANGES /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/doc/lib64owfat0 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64/usr/share/doc/lib64owfat0 + RPM_EC=0 ++ jobs -p + exit 0 Provides: lib64owfat0 = 0.30-5.mga9 lib64owfat0(aarch-64) = 0.30-5.mga9 libowfat.so.0()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.33)(64bit) Processing files: libowfat-devel-0.30-5.mga9.aarch64 Provides: devel(libowfat(64bit)) libowfat-devel = 0.30-5.mga9 libowfat-devel(aarch-64) = 0.30-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libowfat-debugsource-0.30-5.mga9.aarch64 Provides: libowfat-debugsource = 0.30-5.mga9 libowfat-debugsource(aarch-64) = 0.30-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: lib64owfat0-debuginfo-0.30-5.mga9.aarch64 Provides: debuginfo(build-id) = 0416153d663e6d1b2d0254c0d5a9efaa1955b9e6 lib64owfat0-debuginfo = 0.30-5.mga9 lib64owfat0-debuginfo(aarch-64) = 0.30-5.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libowfat-debugsource(aarch-64) = 0.30-5.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64owfat0-0.30-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/lib64owfat0-debuginfo-0.30-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libowfat-debugsource-0.30-5.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/libowfat-devel-0.30-5.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xgh8Po + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd libowfat-0.30 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/libowfat-0.30-5.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rTADQR + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf libowfat-0.30 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!