==> Creating clean working copy [build]...done
==> Making package: ip2clue 0.0.92-3 (Fri Oct  9 22:11:08 EDT 2015)
==> Retrieving sources...
  -> Found ip2clue-0.0.92.tar.gz
  -> Found ip2clued.service
==> Validating source files with sha512sums...
    ip2clue-0.0.92.tar.gz ... Passed
    ip2clued.service ... Passed
==> Making package: ip2clue 0.0.92-3 (Fri Oct  9 22:11:09 EDT 2015)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...

Packages (1) conn-1.0.32-2

Total Download Size:   0.02 MiB
Total Installed Size:  0.08 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages ...
downloading conn-1.0.32-2-x86_64.pkg.tar.xz...
downloading conn-1.0.32-2-x86_64.pkg.tar.xz...
downloading conn-1.0.32-2-x86_64.pkg.tar.xz...
downloading conn-1.0.32-2-x86_64.pkg.tar.xz...
downloading conn-1.0.32-2-x86_64.pkg.tar.xz...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing conn...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ip2clue-0.0.92.tar.gz
  -> Found ip2clued.service
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha512sums...
    ip2clue-0.0.92.tar.gz ... Passed
    ip2clued.service ... Passed
==> Extracting sources...
  -> Extracting ip2clue-0.0.92.tar.gz with bsdtar
==> Starting build()...
[*] Duilder builder script
[*] Copyright Catalin(ux) M. BOIE - catab at embedromix dot ro
[*] PRJ=ip2clue, VER=0.0.92, REV=1
[*] System: Linux build 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux
[*] Searching for PostgreSQL... not found.
[*] Searching for MySQL... not found.
[*] Searching for poll... found.
[*] Searching for epoll... found.
[*] Searching for ncurses... found.
[*] Building Makefile...
[*] Generating .spec file...
[*] Done. Run make.
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -c i_util.c
In file included from /usr/include/stdio.h:27:0,
                 from i_util.c:8:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
i_util.c: In function 'ip2clue_search_v4':
i_util.c:252:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (left == db->no_of_cells)
             ^
i_util.c: In function 'ip2clue_search_v6':
i_util.c:307:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    if (left == db->no_of_cells)
             ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -D_FORTIFY_SOURCE=2  -c -o parser_core.o parser_core.c
In file included from /usr/include/stdlib.h:24:0,
                 from ./i_util.h:6,
                 from parser_core.c:17:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -c parser_text.c
In file included from /usr/include/errno.h:28:0,
                 from parser_text.c:8:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
parser_text.c: In function 'ip2clue_set_fields':
parser_text.c:27:2: warning: case value '1' not in enumerated type 'const enum ip2clue_type' [-Wswitch]
  case IP2CLUE_FORMAT_WEBHOSTING:
  ^
parser_text.c:35:2: warning: case value '2' not in enumerated type 'const enum ip2clue_type' [-Wswitch]
  case IP2CLUE_FORMAT_MAXMIND:
  ^
parser_text.c:43:2: warning: case value '3' not in enumerated type 'const enum ip2clue_type' [-Wswitch]
  case IP2CLUE_FORMAT_MAXMIND_V6:
  ^
parser_text.c: In function 'ip2clue_parse_text':
parser_text.c:154:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  if (db->no_of_cells == -1)
                      ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -c parser_ip2location.c
In file included from /usr/include/errno.h:28:0,
                 from parser_ip2location.c:9:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
parser_ip2location.c: In function 'xread8':
parser_ip2location.c:86:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'ssize_t {aka long int}' [-Wformat=]
    "cannot read (%s) n=%d at off %lld",
    ^
parser_ip2location.c:86:4: warning: format '%d' expects argument of type 'int', but argument 5 has type 'ssize_t {aka long int}' [-Wformat=]
parser_ip2location.c: In function 'xread_str':
parser_ip2location.c:202:4: warning: format '%d' expects argument of type 'int', but argument 6 has type 'ssize_t {aka long int}' [-Wformat=]
    "cannot read at offset %lld, len=%d, n=%d (%s)",
    ^
parser_ip2location.c:202:4: warning: format '%d' expects argument of type 'int', but argument 6 has type 'ssize_t {aka long int}' [-Wformat=]
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -c parser.c
In file included from /usr/include/sys/time.h:21:0,
                 from parser.c:8:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. -c i_conf.c
In file included from /usr/include/string.h:25:0,
                 from i_conf.c:8:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. ip2clued.c -o ip2clued i_util.o parser_text.o parser_ip2location.o parser.o i_conf.o parser_core.o -lpthread -lConn
In file included from /usr/include/stdio.h:27:0,
                 from ip2clued.c:3:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
ip2clued.c: In function 'worker_loader':
ip2clued.c:112:34: warning: unused parameter 'arg' [-Wunused-parameter]
 static void *worker_loader(void *arg)
                                  ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. ip2clue.c -o ip2clue i_util.o parser_text.o parser_ip2location.o parser.o i_conf.o parser_core.o -lConn
In file included from /usr/include/stdio.h:27:0,
                 from ip2clue.c:3:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
gcc -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -ggdb3 -Wall -Wextra -pedantic -Wno-long-long -pipe -I. ip2clue_stress.c -o ip2clue_stress i_util.o parser_text.o parser_ip2location.o parser.o i_conf.o parser_core.o -lConn
In file included from /usr/include/stdio.h:27:0,
                 from ip2clue_stress.c:3:
/usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^
ip2clue_stress.c: In function 'data_cb':
ip2clue_stress.c:40:42: warning: unused parameter 'line' [-Wunused-parameter]
 static int data_cb(struct Conn *C, char *line)
                                          ^
==> Entering fakeroot environment...
==> Starting package()...
mkdir -p "/build/ip2clue/pkg/ip2clue/var/cache/ip2clue"
mkdir -p "/build/ip2clue/pkg/ip2clue/etc/ip2clue"
cp -vd etc/*.conf "/build/ip2clue/pkg/ip2clue/etc/ip2clue/"
'etc/download.conf' -> '/build/ip2clue/pkg/ip2clue/etc/ip2clue/download.conf'
'etc/ip2clued.conf' -> '/build/ip2clue/pkg/ip2clue/etc/ip2clue/ip2clued.conf'
mkdir -p "/build/ip2clue/pkg/ip2clue/etc/rc.d/init.d/"
cp etc/ip2clued "/build/ip2clue/pkg/ip2clue/etc/rc.d/init.d/"
mkdir -p "/build/ip2clue/pkg/ip2clue/usr/bin"
cp -vd ip2clue "/build/ip2clue/pkg/ip2clue/usr/bin"
'ip2clue' -> '/build/ip2clue/pkg/ip2clue/usr/bin/ip2clue'
mkdir -p "/build/ip2clue/pkg/ip2clue/usr/sbin"
cp -vd ip2clued "/build/ip2clue/pkg/ip2clue/usr/sbin"
'ip2clued' -> '/build/ip2clue/pkg/ip2clue/usr/sbin/ip2clued'
mkdir -p "/build/ip2clue/pkg/ip2clue/etc/cron.daily/"
cp -vd crons/* "/build/ip2clue/pkg/ip2clue/etc/cron.daily/"
'crons/ip2c_ip-to-country' -> '/build/ip2clue/pkg/ip2clue/etc/cron.daily/ip2c_ip-to-country'
'crons/ip2c_ip2location' -> '/build/ip2clue/pkg/ip2clue/etc/cron.daily/ip2c_ip2location'
'crons/ip2c_maxmind-ipv4' -> '/build/ip2clue/pkg/ip2clue/etc/cron.daily/ip2c_maxmind-ipv4'
'crons/ip2c_maxmind-ipv6' -> '/build/ip2clue/pkg/ip2clue/etc/cron.daily/ip2c_maxmind-ipv6'
'crons/ip2c_software77' -> '/build/ip2clue/pkg/ip2clue/etc/cron.daily/ip2c_software77'
mkdir -p "/build/ip2clue/pkg/ip2clue/usr/share/ip2clue"
cp -vd data/* "/build/ip2clue/pkg/ip2clue/usr/share/ip2clue/"
'data/iso_3166.csv' -> '/build/ip2clue/pkg/ip2clue/usr/share/ip2clue/iso_3166.csv'
==> Tidying install...
  -> Purging unwanted files...
  -> Removing libtool files...
  -> Removing static library files...
  -> Removing empty directories...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package "ip2clue"...
  -> Generating .PKGINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ip2clue 0.0.92-3 (Fri Oct  9 22:11:11 EDT 2015)
==> Cleaning up...
==> Removing installed dependencies...
checking dependencies...

Packages (1) conn-1.0.32-2

Total Removed Size:  0.08 MiB

:: Do you want to remove these packages? [Y/n] 
removing conn...