==> Creating clean working copy [build]...done
==> Making package: httping 2.4-2 (Thu May 12 18:53:19 EDT 2016)
==> Retrieving sources...
  -> Found httping-2.4.tgz
==> Validating source files with sha512sums...
    httping-2.4.tgz ... Passed
==> Making package: httping 2.4-2 (Thu May 12 18:53:20 EDT 2016)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) fftw-3.3.4-1

Total Download Size:   1.63 MiB
Total Installed Size:  5.50 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
downloading fftw-3.3.4-1-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
:: Processing package changes...
installing fftw...
:: Running post-transaction hooks...
(1/1) Updating the info directory file...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found httping-2.4.tgz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    httping-2.4.tgz ... Passed
==> Extracting sources...
  -> Extracting httping-2.4.tgz with bsdtar
==> Starting build()...
*** HTTPing v2.4 () configure script ***

+ system supports TCP fast open
+ system has ncurses development libraries
+ system has OpenSSL development libraries
+ system has FFTW3 development libraries

cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o gen.o gen.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o http.o http.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o io.o io.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o error.o error.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o utils.o utils.c
utils.c: In function 'format_value':
utils.c:115:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result]
  (void)asprintf(&out, "%*.*f%s", digits_sig, digits_nsig, value / div, mul);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o main.o main.c
main.c: In function 'handler_quit':
main.c:67:23: warning: unused parameter 's' [-Wunused-parameter]
 void handler_quit(int s)
                       ^
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o tcp.o tcp.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o res.o res.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o socks5.o socks5.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o kalman.o kalman.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o cookies.o cookies.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o help.o help.c
help.c: In function 'new_version_alert':
help.c:37:18: warning: unused variable 'buf' [-Wunused-variable]
   struct utsname buf;
                  ^~~
help.c:23:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(buffer, sizeof buffer, fh);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o colors.o colors.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o mssl.o mssl.c
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o nc.o nc.c
nc.c: In function 'draw_graph':
nc.c:612:24: warning: unused parameter 'val' [-Wunused-parameter]
 void draw_graph(double val)
                        ^~~
nc.c: In function 'status_line':
nc.c:390:2: warning: ignoring return value of 'vasprintf', declared with attribute warn_unused_result [-Wunused-result]
  vasprintf(&line, fmt, ap);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
cc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2  -DVERSION=\"2.4\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -DFW -D_DEBUG -ggdb -D_FORTIFY_SOURCE=2  -c -o fft.o fft.c
cc -Wall -W -Wextra -pedantic -D_FORTIFY_SOURCE=2 gen.o http.o io.o error.o utils.o main.o tcp.o res.o socks5.o kalman.o cookies.o help.o colors.o mssl.o nc.o fft.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lm -lssl -lcrypto -lncursesw -lfftw3 -g -o httping
#
# Oh, blatant plug: http://www.vanheusden.com/wishlist.php
msgfmt -o nl.mo nl.po
==> Entering fakeroot environment...
==> Starting package()...
install -m 0755 -d /build/httping/pkg/httping//usr/bin
install -m 0755 httping /build/httping/pkg/httping//usr/bin
install -m 0755 -d /build/httping/pkg/httping//usr/share/man/man1
install -m 0644 httping.1 /build/httping/pkg/httping//usr/share/man/man1
install -m 0755 -d /build/httping/pkg/httping//usr/share/man/nl/man1
install -m 0644 httping-nl.1 /build/httping/pkg/httping//usr/share/man/nl/man1
install -m 0755 -d /build/httping/pkg/httping//usr/share/doc/httping
install -m 0644 license.txt license.OpenSSL readme.txt /build/httping/pkg/httping//usr/share/doc/httping
mkdir -p /build/httping/pkg/httping//usr/share/locale/nl/LC_MESSAGES
cp nl.mo /build/httping/pkg/httping//usr/share/locale/nl/LC_MESSAGES/httping.mo
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issue...
==> Creating package "httping"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: httping 2.4-2 (Thu May 12 18:53:25 EDT 2016)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (1) fftw-3.3.4-1

Total Removed Size:  5.50 MiB

:: Do you want to remove these packages? [Y/n] 
:: Running pre-transaction hooks...
(1/1) Removing old entries from the info directory file...
:: Processing package changes...
removing fftw...