<86>Jan 26 06:00:42 userdel[22032]: delete user 'rooter' <86>Jan 26 06:00:42 userdel[22032]: removed group 'rooter' owned by 'rooter' <86>Jan 26 06:00:42 userdel[22032]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 26 06:00:42 groupadd[22054]: group added to /etc/group: name=rooter, GID=582 <86>Jan 26 06:00:42 groupadd[22054]: group added to /etc/gshadow: name=rooter <86>Jan 26 06:00:42 groupadd[22054]: new group: name=rooter, GID=582 <86>Jan 26 06:00:42 useradd[22066]: new user: name=rooter, UID=582, GID=582, home=/root, shell=/bin/bash <86>Jan 26 06:00:42 userdel[22086]: delete user 'builder' <86>Jan 26 06:00:42 userdel[22086]: removed group 'builder' owned by 'builder' <86>Jan 26 06:00:42 userdel[22086]: removed shadow group 'builder' owned by 'builder' <86>Jan 26 06:00:42 groupadd[22097]: group added to /etc/group: name=builder, GID=583 <86>Jan 26 06:00:42 groupadd[22097]: group added to /etc/gshadow: name=builder <86>Jan 26 06:00:42 groupadd[22097]: new group: name=builder, GID=583 <86>Jan 26 06:00:42 useradd[22108]: new user: name=builder, UID=583, GID=583, home=/usr/src, shell=/bin/bash Installing libowfat-0.28-alt3.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34657 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libowfat-0.28 + echo 'Source #0 (libowfat-0.28.tar.bz2):' Source #0 (libowfat-0.28.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/libowfat-0.28.tar.bz2 + /bin/tar -xf - + cd libowfat-0.28 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libowfat-0.28-shared.patch):' Patch #0 (libowfat-0.28-shared.patch): + /usr/bin/patch -p1 patching file GNUmakefile + echo 'Patch #1 (libowfat-0.28-no-dietlibc.patch):' Patch #1 (libowfat-0.28-no-dietlibc.patch): + /usr/bin/patch -p1 patching file GNUmakefile + echo 'Patch #2 (libowfat-0.28-no-man.patch):' Patch #2 (libowfat-0.28-no-man.patch): + /usr/bin/patch -p1 patching file GNUmakefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34657 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libowfat-0.28 + make havescope.h make: Entering directory `/usr/src/RPM/BUILD/libowfat-0.28' rm -f havescope.h if gcc -W -Wall -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 make: Leaving directory `/usr/src/RPM/BUILD/libowfat-0.28' + '[' -n '' ']' + NPROCS=1 + make -j1 make: Entering directory `/usr/src/RPM/BUILD/libowfat-0.28' rm -f iopause.h if gcc -W -Wall -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 gcc -c t.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. t.c: In function 'main': t.c:46:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(1,c,strlen(c)); ^~~~~~~~~~~~~~~~~~~~ gcc -c dns/dns_resolve.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_dtda.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_sortip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_transmit.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_random.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_rcrw.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ipq6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_mx.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_name.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_packet.c -W -Wall -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] 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 is guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns/dns_packet.c:50:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ dns/dns_packet.c:56:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns/dns_packet.c:56:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns/dns_packet.c:59:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns/dns_packet.c:59:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns/dns_packet.c:63:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ gcc -c dns/dns_rcip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_txt.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ip6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_dfd.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haveinline.h if ! gcc -W -Wall -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 dns/dns_nd6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_domain.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_ipq.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_nd.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c dns/dns_sortip6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_chr.c -W -Wall -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] 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 is guarded by the 'if' if (s==t) break; if (*s==c) break; ++s; ^~ byte/byte_chr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (s==t) break; if (*s==c) break; ++s; ^~ byte/byte_chr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (s==t) break; if (*s==c) break; ++s; ^~ byte/byte_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (s==t) break; if (*s==c) break; ++s; ^~ gcc -c byte/byte_copy.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_zero.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_diff.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_rchr.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c byte/byte_copyr.c -W -Wall -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] 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 is guarded by the 'if' if (t>=u) break; --u; --s; *s=*u; ^~ byte/byte_copyr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (t>=u) break; --u; --s; *s=*u; ^~ byte/byte_copyr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (t>=u) break; --u; --s; *s=*u; ^~ byte/byte_copyr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (t>=u) break; --u; --s; *s=*u; ^~ gcc -c fmt/fmt_humank.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_human.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_str.c -W -Wall -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] 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 is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } ++t; ^~ fmt/fmt_str.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } ++t; ^~ fmt/fmt_str.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } ++t; ^~ fmt/fmt_str.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } ++t; ^~ gcc -c fmt/fmt_pad.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_ulong0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_xlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_strm_internal.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_fill.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_long.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_double.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_httpdate.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_8long.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_longlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_xlonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_strn.c -W -Wall -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] if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ fmt/fmt_strn.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; if (s) { *s=*t; ++s; } if (t==u) break; ++t; ^~ gcc -c fmt/fmt_ulong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_tohex.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_plusminus.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_minus.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_8longlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c fmt/fmt_ulonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8int.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_uint.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_nonwhitenskip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ulonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_int.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8long.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xshort.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_double.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_longlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_httpdate.c -W -Wall -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] if (*c!=':') return -1; ++c; ^~ scan/scan_httpdate.c:16:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (*c!=':') return -1; ++c; ^~ scan/scan_httpdate.c:18:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*c!=':') return -1; ++c; ^~ scan/scan_httpdate.c:18:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (*c!=':') return -1; ++c; ^~ gcc -c scan/scan_ulong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xlonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_8short.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_plusminus.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_whitenskip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_charsetnskip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_ushort.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_long.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xint.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_noncharsetnskip.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_short.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_fromhex.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c scan/scan_xlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c str/str_rchr.c -W -Wall -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] 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 is guarded by the 'if' if (!*t) break; if (*t==c) found=t; ++t; ^~ str/str_rchr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (*t==c) found=t; ++t; ^~ str/str_rchr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (*t==c) found=t; ++t; ^~ str/str_rchr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (!*t) break; if (*t==c) found=t; ++t; ^~ gcc -c str/str_chr.c -W -Wall -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] if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:7:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:8:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:9:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t || *t==c) break; ++t; ^~ str/str_chr.c:10:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t || *t==c) break; ++t; ^~ gcc -c str/str_len.c -W -Wall -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] if (!*t) break; ++t; ^~ str/str_len.c:7:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; ++t; ^~ str/str_len.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; ++t; ^~ str/str_len.c:8:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; ++t; ^~ str/str_len.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; ++t; ^~ str/str_len.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; ++t; ^~ str/str_len.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; ++t; ^~ str/str_len.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!*t) break; ++t; ^~ gcc -c str/str_diff.c -W -Wall -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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; ^~ gcc -c str/str_copy.c -W -Wall -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] if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:7:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:8:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:9:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!(*s=*t)) break; ++s; ++t; ^~ str/str_copy.c:10:26: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (!(*s=*t)) break; ++s; ++t; ^~ gcc -c str/str_start.c -W -Wall -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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' if (!*t) return 1; if (*s!=*t) break; ++s; ++t; ^~ gcc -c str/str_diffn.c -W -Wall -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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' 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] 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 is guarded by the 'if' if (t>=u) break; if ((j=(*s-*t))) break; if (!*t) break; ++s; ++t; ^~ gcc -c uint/uint16_read.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_read_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_pack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_pack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_pack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_pack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_unpack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_unpack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_unpack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_unpack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_read.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint32_read_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_read.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint64_read_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_pack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_pack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_unpack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c uint/uint16_unpack_big.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/readclose.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_excl.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_read.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_write.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_rw.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_trunc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/open_append.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c open/openreadclose.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_cat.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copyb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catm_internal.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_cats.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_diffs.c -W -Wall -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] 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 is guarded by the 'if' if (i==a->len) return (!b[i])?0:-1; if (!b[i]) return 1; ^~ gcc -c stralloc/stralloc_catb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_free.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_readyplus.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_ready.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copys.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_diff.c -W -Wall -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] 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 is guarded by the 'if' if (i==a->len) return i==b->len?0:-1; if (i==b->len) return 1; ^~ gcc -c stralloc/stralloc_init.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catulong0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_chop.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_append.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_copy.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_catlong0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_starts.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_chomp.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c stralloc/stralloc_zero.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/ndelay_off.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f select.h if gcc -W -Wall -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 -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/ndelay_on.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c unix/winsock2errno.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f havesl.h if ! gcc -W -Wall -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 gcc -c socket/socket_recv4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcleave4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haven2i.h if gcc -W -Wall -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 -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_local4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_remote4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tcp4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_send4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6if.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haveip6.h if gcc -W -Wall -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_tcp6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind6_reuse.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcjoin6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_remote6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_noipv6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/init.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_accept4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_connected.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f havealloca.h echo "#include " > havealloca.h if gcc -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. -c tryalloca.c -DA >/dev/null 2>&1; then echo "#include "; fi >> havealloca.h if gcc -W -Wall -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 -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcloop6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_broadcast.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcloop4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/scan_ip4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. socket/scan_ip4.c: In function 'scan_ip4': socket/scan_ip4.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (i<3 && *s!='.') return 0; ++s; ^~ socket/scan_ip4.c:16:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (i<3 && *s!='.') return 0; ++s; ^~ gcc -c socket/socket_tcp6b.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_getifname.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tryreservein.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v4mappedprefix.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_local6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v6loopback.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_send6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6c.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_ip4loopback.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_deferaccept.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcjoin4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_v6any.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/scan_ip6_flat.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6ifc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_recv6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_accept6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/scan_ip6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_tcp4b.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcttl4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mchopcount6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_connect4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_udp6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_connect6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_listen.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/fmt_ip6_flat.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_udp4.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_mcleave6.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c socket/socket_bind4_reuse.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putnlflush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putulong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_init_free.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puts.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getline_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_feed.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puterror.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_iam.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_stubborn.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_puts.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. buffer/errmsg_puts.c: In function 'errmsg_flush': buffer/errmsg_puts.c:31:10: warning: ignoring return value of 'writev', declared with attribute warn_unused_result [-Wunused-result] if (n) writev(fd,x,n); ^~~~~~~~~~~~~~ gcc -c buffer/buffer_putlonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsalign.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_0small.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsflush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putm_internal.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_infosys.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putxlong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_1.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_2.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putflush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putsaflush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_new_token_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_warnsys.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_mmapread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_fromsa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_init.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_puterror2.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_peek.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_sa_pred.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getn.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getnewline_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putspace.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putulonglong.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_new_token_sa_pred.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_seek.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putalign.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getline.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_put8long.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_stubborn2.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_getc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_1small.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_info.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_close.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_pred.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_flush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_putm_internal_flush.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_warn.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_put.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/errmsg_write.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c buffer/buffer_get_token_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_shared.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_private.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_unmap.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mmap/mmap_read.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_to_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_base64.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_uuencoded.c -W -Wall -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] if (orig) *dest=enc(diff); ++dest; ^~ textcode/fmt_uuencoded.c:19:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (orig) *dest=enc(diff); ++dest; ^~ textcode/fmt_uuencoded.c:34:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (orig) *dest='\n'; ++dest; ^~ textcode/fmt_uuencoded.c:34:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (orig) *dest='\n'; ++dest; ^~ gcc -c textcode/scan_ldapescape.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_to_sa.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_cescape.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_base64.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_tofrom_array.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_cescape.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_tofrom_array.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_ldapescape.c -W -Wall -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] 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 is guarded by the 'if' if (dest) dest[written]=s[i]; ++written; ^~ gcc -c textcode/fmt_to_array.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_yenc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_quotedprintable.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_ldapescape2.c -W -Wall -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] 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 is guarded by the 'if' if (dest) dest[written]=s[i]; ++written; ^~ gcc -c textcode/fmt_yenc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. textcode/fmt_yenc.c: In function 'fmt_yenc': textcode/fmt_yenc.c:13:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dest) dest[written]='\n'; ++written; linelen=0; ^~ textcode/fmt_yenc.c:13:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (dest) dest[written]='\n'; ++written; linelen=0; ^~ textcode/fmt_yenc.c:25:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dest) dest[written]='='; ++written; ^~ textcode/fmt_yenc.c:25:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (dest) dest[written]='='; ++written; ^~ textcode/fmt_yenc.c:31:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dest) dest[written]=c; ++written; ^~ textcode/fmt_yenc.c:31:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (dest) dest[written]=c; ++written; ^~ textcode/fmt_yenc.c:33:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (dest) dest[written]='\n'; ++written; linelen=0; ^~ textcode/fmt_yenc.c:33:32: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (dest) dest[written]='\n'; ++written; linelen=0; ^~ textcode/fmt_yenc.c:40:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 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 is guarded by the 'if' if (dest) dest[written]='\n'; ++written; linelen=0; ^~ gcc -c textcode/scan_html.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_quotedprintable.c -W -Wall -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] 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 is guarded by the 'if' if (dest) dest[written]=s[i]; ++written; ^~ gcc -c textcode/fmt_html.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/base64.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_hexdump.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_foldwhitespace.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_urlencoded.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_hexdump.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/scan_to_array.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c textcode/fmt_urlencoded.c -W -Wall -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] 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 is guarded by the 'if' if (dest) dest[written]=s[i]; ++written; ^~ gcc -c textcode/scan_uuencoded.c -W -Wall -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] 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 is guarded by the 'if' if ((len=*s-' ')>64) return 0; len&=63; ^~~ gcc -c taia/taia_half.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_tai.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_approx.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_pack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_frac.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_uint.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_unpack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_sub.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_add.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_now.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_less.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c taia/taia_addsec.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_uint.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_unpack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_sub.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_add.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_now.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c tai/tai_pack.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_diffs.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_starts.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_diffb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_lowerb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c case/case_lowers.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cat.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_trunc.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cats.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_allocate.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cats0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cate.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_length.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_truncate.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_cat0.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_equal.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_start.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_get.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_bytes.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_reset.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_fail.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c array/array_catb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_str4inbuf.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult16.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/imult32.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_strinbuf.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_arrayinbuf.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/imult16.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult32.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/imult64.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/umult64.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c mult/range_str2inbuf.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. rm -f haveepoll.h if gcc -W -Wall -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 -W -Wall -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 -W -Wall -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 -W -Wall -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 -W -Wall -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 -W -Wall -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 -W -Wall -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_trywrite.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_wantwrite.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_wantwrite.c: In function 'io_wantwrite': io/io_wantwrite.c:32:5: warning: implicit declaration of function 'byte_zero' [-Wimplicit-function-declaration] byte_zero(&x,sizeof(x)); // to shut up valgrind ^~~~~~~~~ gcc -c io/iob_addbuf_internal.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_write.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_adds_free.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_sendfile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addfile_close.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_readfile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_fd.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf_free.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_bytesleft.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_canwrite.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waituntil2.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waitwrite.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_dontwantwrite.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_dontwantwrite.c: In function 'io_dontwantwrite': io/io_dontwantwrite.c:29:5: warning: implicit declaration of function 'byte_zero' [-Wimplicit-function-declaration] byte_zero(&x,sizeof(x)); // to shut up valgrind ^~~~~~~~~ gcc -c io/iob_prefetch.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_passfd.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_passfd.c: In function 'io_passfd': io/io_passfd.c:65:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((int*)CMSG_DATA(cmsg))=fd; ^ gcc -c io/io_wait.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_new.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_free.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_pipe.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_close.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_tryreadtimeout.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_send.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_finishandshutdown.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_getcookie.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_canread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_appendfile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_adds.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waitread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_mmapwritefile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_timeouted.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_receivefd.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_receivefd.c: In function 'io_receivefd': io/io_receivefd.c:68:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((int*)CMSG_DATA(h))=-1; ^ io/io_receivefd.c:82:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] return *((int*)CMSG_DATA(h)); ^~~~~~ gcc -c io/io_dontwantread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_dontwantread.c: In function 'io_dontwantread': io/io_dontwantread.c:29:5: warning: implicit declaration of function 'byte_zero' [-Wimplicit-function-declaration] byte_zero(&x,sizeof(x)); // to shut up valgrind ^~~~~~~~~ gcc -c io/io_createfile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_waituntil.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_socketpair.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addbuf.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_closeonexec.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_reset.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/iob_addfile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_sigpipe.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_eagain.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_readwritefile.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_timeout.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_tryread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_trywritetimeout.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_wantread.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. io/io_wantread.c: In function 'io_wantread': io/io_wantread.c:35:5: warning: implicit declaration of function 'byte_zero' [-Wimplicit-function-declaration] byte_zero(&x,sizeof(x)); // to shut up valgrind ^~~~~~~~~ gcc -c io/iob_addbuf_munmap.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_setcookie.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_nonblock.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_block.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c io/io_check.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c cdb/cdb_hash.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. gcc -c cdb/cdb_make.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. cdb/cdb_make.c: In function 'cdb_make_addbegin': cdb/cdb_make.c:61:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_pack(buf,keylen); ^~~~~~~~~~~ cdb/cdb_make.c: In function 'cdb_make_finish': cdb/cdb_make.c:145:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_pack(buf,c->hash[u].h); ^~~~~~~~~~~ gcc -c cdb/cdb_traverse.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. cdb/cdb_traverse.c: In function 'doit': cdb/cdb_traverse.c:7:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_unpack((char*)buf,&eod); ^~~~~~~~~~~~~ cdb/cdb_traverse.c:14:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_unpack((char*)buf,&klen); ^~~~~~~~~~~~~ gcc -c cdb/cdb.c -W -Wall -O2 -fomit-frame-pointer -fPIC -D_REENTRANT -I. cdb/cdb.c: In function 'cdb_findnext': cdb/cdb.c:115:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_unpack((char*)buf,&c->hpos); ^~~~~~~~~~~~~ cdb/cdb.c:130:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_unpack((char*)buf,&u); ^~~~~~~~~~~~~ cdb/cdb.c:133:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] uint32_unpack((char*)buf,&u); ^~~~~~~~~~~~~ gcc -shared -Wl,-soname,libowfat.so.0 -o libowfat.so.0.28 dns_resolve.o dns_dtda.o dns_sortip.o dns_transmit.o dns_random.o dns_rcrw.o dns_ipq6.o dns_mx.o dns_name.o dns_packet.o dns_rcip.o dns_txt.o dns_ip6.o dns_dfd.o dns_nd6.o dns_ip.o dns_domain.o dns_ipq.o dns_nd.o dns_sortip6.o byte_chr.o byte_copy.o byte_zero.o byte_diff.o byte_rchr.o byte_copyr.o fmt_humank.o fmt_human.o fmt_str.o fmt_pad.o fmt_ulong0.o fmt_xlong.o fmt_strm_internal.o fmt_fill.o fmt_long.o fmt_double.o fmt_httpdate.o fmt_8long.o fmt_longlong.o fmt_xlonglong.o fmt_strn.o fmt_ulong.o fmt_tohex.o fmt_plusminus.o fmt_minus.o fmt_8longlong.o fmt_ulonglong.o scan_8int.o scan_uint.o scan_nonwhitenskip.o scan_ulonglong.o scan_int.o scan_8long.o scan_xshort.o scan_double.o scan_longlong.o scan_httpdate.o scan_ulong.o scan_xlonglong.o scan_8short.o scan_plusminus.o scan_whitenskip.o scan_charsetnskip.o scan_ushort.o scan_long.o scan_xint.o scan_noncharsetnskip.o scan_short.o scan_fromhex.o scan_xlong.o str_rchr.o str_chr.o str_len.o str_diff.o str_copy.o str_start.o str_diffn.o uint16_read.o uint16_read_big.o uint32_pack.o uint32_pack_big.o uint64_pack.o uint64_pack_big.o uint32_unpack.o uint32_unpack_big.o uint64_unpack.o uint64_unpack_big.o uint32_read.o uint32_read_big.o uint64_read.o uint64_read_big.o uint16_pack.o uint16_pack_big.o uint16_unpack.o uint16_unpack_big.o readclose.o open_excl.o open_read.o open_write.o open_rw.o open_trunc.o open_append.o openreadclose.o stralloc_cat.o stralloc_copyb.o stralloc_catm_internal.o stralloc_cats.o stralloc_diffs.o stralloc_catb.o stralloc_free.o stralloc_readyplus.o stralloc_ready.o stralloc_copys.o stralloc_diff.o stralloc_init.o stralloc_catulong0.o stralloc_chop.o stralloc_append.o stralloc_copy.o stralloc_catlong0.o stralloc_starts.o stralloc_chomp.o stralloc_zero.o ndelay_off.o iopause.o ndelay_on.o winsock2errno.o socket_recv4.o socket_mcleave4.o socket_getifidx.o socket_local4.o socket_remote4.o socket_tcp4.o socket_send4.o fmt_ip6if.o socket_tcp6.o socket_bind6_reuse.o socket_mcjoin6.o socket_remote6.o socket_noipv6.o init.o socket_accept4.o socket_connected.o scan_ip6if.o fmt_ip4.o socket_bind6.o socket_mcloop6.o socket_broadcast.o socket_mcloop4.o scan_ip4.o socket_tcp6b.o socket_getifname.o socket_tryreservein.o socket_v4mappedprefix.o socket_local6.o fmt_ip6.o socket_v6loopback.o socket_send6.o fmt_ip6c.o socket_ip4loopback.o socket_deferaccept.o socket_mcjoin4.o socket_v6any.o scan_ip6_flat.o fmt_ip6ifc.o socket_recv6.o socket_accept6.o scan_ip6.o socket_bind4.o socket_tcp4b.o socket_mcttl4.o socket_mchopcount6.o socket_connect4.o socket_udp6.o socket_connect6.o socket_listen.o fmt_ip6_flat.o socket_udp4.o socket_mcleave6.o socket_bind4_reuse.o buffer_putnlflush.o buffer_putulong.o buffer_putsa.o buffer_init_free.o buffer_puts.o buffer_getline_sa.o buffer_feed.o buffer_puterror.o buffer_putlong.o errmsg_iam.o buffer_stubborn.o errmsg_puts.o buffer_putlonglong.o buffer_putsalign.o buffer_0small.o buffer_putsflush.o buffer_putm_internal.o errmsg_infosys.o buffer_putxlong.o buffer_1.o buffer_2.o buffer_putflush.o buffer_putsaflush.o buffer_get_new_token_sa.o errmsg_warnsys.o buffer_get_token.o buffer_mmapread.o buffer_fromsa.o buffer_init.o buffer_puterror2.o buffer_peek.o buffer_get_token_sa_pred.o buffer_getn.o buffer_getnewline_sa.o buffer_putspace.o buffer_putulonglong.o buffer_0.o buffer_get_new_token_sa_pred.o buffer_seek.o buffer_putalign.o buffer_getline.o buffer_put8long.o buffer_stubborn2.o buffer_getc.o buffer_1small.o errmsg_info.o buffer_close.o buffer_get_token_pred.o buffer_flush.o buffer_putm_internal_flush.o buffer_get.o errmsg_warn.o buffer_put.o errmsg_write.o buffer_get_token_sa.o mmap_shared.o mmap_private.o mmap_unmap.o mmap_read.o scan_to_sa.o scan_base64.o fmt_uuencoded.o scan_ldapescape.o fmt_to_sa.o scan_cescape.o fmt_base64.o scan_tofrom_array.o fmt_cescape.o fmt_tofrom_array.o fmt_ldapescape.o fmt_to_array.o scan_yenc.o scan_quotedprintable.o fmt_ldapescape2.o fmt_yenc.o scan_html.o fmt_quotedprintable.o fmt_html.o base64.o scan_hexdump.o fmt_foldwhitespace.o scan_urlencoded.o fmt_hexdump.o scan_to_array.o fmt_urlencoded.o scan_uuencoded.o taia_half.o taia_tai.o taia_approx.o taia_pack.o taia_frac.o taia_uint.o taia_unpack.o taia_sub.o taia_add.o taia_now.o taia_less.o taia_addsec.o tai_uint.o tai_unpack.o tai_sub.o tai_add.o tai_now.o tai_pack.o case_diffs.o case_starts.o case_diffb.o case_lowerb.o case_lowers.o array_cat.o array_trunc.o array_cats.o array_allocate.o array_cats0.o array_cate.o array_length.o array_truncate.o array_cat0.o array_equal.o array_start.o array_get.o array_bytes.o array_reset.o array_fail.o array_catb.o range_str4inbuf.o umult16.o imult32.o range_strinbuf.o range_arrayinbuf.o imult16.o umult32.o imult64.o umult64.o range_str2inbuf.o io_trywrite.o io_wantwrite.o iob_addbuf_internal.o iob_write.o iob_adds_free.o io_sendfile.o iob_addfile_close.o io_readfile.o io_fd.o iob_addbuf_free.o iob_bytesleft.o io_canwrite.o io_waituntil2.o io_waitwrite.o io_dontwantwrite.o iob_prefetch.o io_passfd.o io_wait.o iob_new.o iob_free.o io_pipe.o io_close.o io_tryreadtimeout.o iob_send.o io_finishandshutdown.o io_getcookie.o io_canread.o io_appendfile.o iob_adds.o io_waitread.o io_mmapwritefile.o io_timeouted.o io_receivefd.o io_dontwantread.o io_createfile.o io_waituntil.o io_socketpair.o iob_addbuf.o io_closeonexec.o iob_reset.o iob_addfile.o io_sigpipe.o io_eagain.o io_readwritefile.o io_timeout.o io_tryread.o io_trywritetimeout.o io_wantread.o iob_addbuf_munmap.o io_setcookie.o io_nonblock.o io_block.o io_check.o cdb_hash.o cdb_make.o cdb_traverse.o cdb.o range_strinbuf.o: In function `range_ptrinbuf': range_strinbuf.c:(.text+0x0): multiple definition of `range_ptrinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x0): first defined here range_strinbuf.o: In function `range_ptrinbuf2': range_strinbuf.c:(.text+0x40): multiple definition of `range_ptrinbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x40): first defined here range_strinbuf.o: In function `range_validbuf': range_strinbuf.c:(.text+0x60): multiple definition of `range_validbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x60): first defined here range_strinbuf.o: In function `range_validbuf2': range_strinbuf.c:(.text+0x80): multiple definition of `range_validbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x80): first defined here range_strinbuf.o: In function `range_bufinbuf': range_strinbuf.c:(.text+0xa0): multiple definition of `range_bufinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0xa0): first defined here range_arrayinbuf.o: In function `range_ptrinbuf': range_arrayinbuf.c:(.text+0x0): multiple definition of `range_ptrinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x0): first defined here range_arrayinbuf.o: In function `range_ptrinbuf2': range_arrayinbuf.c:(.text+0x40): multiple definition of `range_ptrinbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x40): first defined here range_arrayinbuf.o: In function `range_validbuf': range_arrayinbuf.c:(.text+0x60): multiple definition of `range_validbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x60): first defined here range_arrayinbuf.o: In function `range_validbuf2': range_arrayinbuf.c:(.text+0x80): multiple definition of `range_validbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x80): first defined here range_arrayinbuf.o: In function `range_bufinbuf': range_arrayinbuf.c:(.text+0xa0): multiple definition of `range_bufinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0xa0): first defined here range_str2inbuf.o: In function `range_ptrinbuf': range_str2inbuf.c:(.text+0x0): multiple definition of `range_ptrinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x0): first defined here range_str2inbuf.o: In function `range_ptrinbuf2': range_str2inbuf.c:(.text+0x40): multiple definition of `range_ptrinbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x40): first defined here range_str2inbuf.o: In function `range_validbuf': range_str2inbuf.c:(.text+0x60): multiple definition of `range_validbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0x60): first defined here range_str2inbuf.o: In function `range_validbuf2': range_str2inbuf.c:(.text+0x80): multiple definition of `range_validbuf2' range_str4inbuf.o:range_str4inbuf.c:(.text+0x80): first defined here range_str2inbuf.o: In function `range_bufinbuf': range_str2inbuf.c:(.text+0xa0): multiple definition of `range_bufinbuf' range_str4inbuf.o:range_str4inbuf.c:(.text+0xa0): first defined here collect2: error: ld returned 1 exit status make: *** [libowfat.so] Error 1 make: Leaving directory `/usr/src/RPM/BUILD/libowfat-0.28' error: Bad exit status from /usr/src/tmp/rpm-tmp.34657 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.34657 (%build) Command exited with non-zero status 1 13.72user 4.66system 0:18.42elapsed 99%CPU (0avgtext+0avgdata 22992maxresident)k 0inputs+0outputs (0major+1061947minor)pagefaults 0swaps hsh-rebuild: rebuild of `libowfat-0.28-alt3.1.src.rpm' failed. Command exited with non-zero status 1 28.33user 8.73system 0:36.45elapsed 101%CPU (0avgtext+0avgdata 134028maxresident)k 0inputs+0outputs (0major+1267773minor)pagefaults 0swaps