maxmind / libmaxminddb

C library for the MaxMind DB file format
https://maxmind.github.io/libmaxminddb/
Apache License 2.0
918 stars 239 forks source link

install problem #29

Closed Zohei closed 10 years ago

Zohei commented 10 years ago

Hi! Sorry for my english. I try to install libmaxminddb on freebsd 9.2

./bootstrap
./configure
make install

Making install in src
 .././install-sh -c -d '/usr/local/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libmaxminddb.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libmaxminddb.so.0 /usr/local/lib/libmaxminddb.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libmaxminddb.so.0 libmaxminddb.so || { rm -f libmaxminddb.so && ln -s libmaxminddb.so.0 libmaxminddb.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libmaxminddb.so.0 libmaxminddb.so || { rm -f libmaxminddb.so && ln -s libmaxminddb.so.0 libmaxminddb.so; }; })
libtool: install: /usr/bin/install -c .libs/libmaxminddb.lai /usr/local/lib/libmaxminddb.la
libtool: install: /usr/bin/install -c .libs/libmaxminddb.a /usr/local/lib/libmaxminddb.a
libtool: install: chmod 644 /usr/local/lib/libmaxminddb.a
libtool: install: ranlib /usr/local/lib/libmaxminddb.a
 .././install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 ../include/maxminddb.h '/usr/local/include'
Making install in bin
 .././install-sh -c -d '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c mmdblookup '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/mmdblookup /usr/local/bin/mmdblookup
Making install in t
 ./install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 include/maxminddb_config.h '/usr/local/include'
 ./install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 include/maxminddb.h src/maxminddb-compat-util.h '/usr/local/include'
 ./install-sh -c -d '/usr/local/share/man/man1'
 /usr/bin/install -c -m 644 ./man/man1/*.1 '/usr/local/share/man/man1'
install: ./man/man1/*.1: No such file or directory
*** [install-man1] Error code 71

Stop in /usr/home/3dev/data/geoip/libmaxminddb.
*** [install-am] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb.
*** [install-recursive] Error code 1

make check

Making check in src
Making check in bin
Making check in t
make  bad_pointers_t basic_lookup_t  data_entry_list_t data_types_t  dump_t get_value_t  get_value_pointer_bug_t ipv4_start_cache_t  ipv6_lookup_in_ipv4_t metadata_t  no_map_get_value_t read_node_t  threads_t version_t
`bad_pointers_t' is up to date.
`basic_lookup_t' is up to date.
`data_entry_list_t' is up to date.
`data_types_t' is up to date.
`dump_t' is up to date.
`get_value_t' is up to date.
`get_value_pointer_bug_t' is up to date.
`ipv4_start_cache_t' is up to date.
`ipv6_lookup_in_ipv4_t' is up to date.
`metadata_t' is up to date.
`no_map_get_value_t' is up to date.
`read_node_t' is up to date.
`threads_t' is up to date.
`version_t' is up to date.
make  check-TESTS
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-broken-pointers-24.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-broken-pointers-24.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.16 - MaxMind-DB-test-broken-pointers-24.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.16 - MaxMind-DB-test-broken-pointers-24.mmdb - mmap mode
ok 5 - MMDB_get_value returns MMDB_INVALID_DATA_ERROR for bad pointer in data section
ok 6 - MMDB_get_entry_data_list returns MMDB_INVALID_DATA_ERROR for bad pointer in data section
ok 7 - MMDB_lookup_string sets mmdb_error to MMDB_CORRUPT_SEARCH_TREE_ERROR when a search tree record points outside the data section
1..7
PASS: bad_pointers_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 5 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 6 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 7 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 8 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 9 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 10 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 11 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 12 - no error from call to MMDB_vget_value - result{ip}
ok 13 - got the expected data type - result{ip}
ok 14 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 15 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 16 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 17 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 18 - no error from call to MMDB_vget_value - result{ip}
ok 19 - got the expected data type - result{ip}
ok 20 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 21 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 22 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 23 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 24 - no error from call to MMDB_vget_value - result{ip}
ok 25 - got the expected data type - result{ip}
ok 26 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 27 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 28 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 29 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 30 - no error from call to MMDB_vget_value - result{ip}
ok 31 - got the expected data type - result{ip}
ok 32 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 33 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 34 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 35 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 36 - no error from call to MMDB_vget_value - result{ip}
ok 37 - got the expected data type - result{ip}
ok 38 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 39 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 40 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 41 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 42 - no error from call to MMDB_vget_value - result{ip}
ok 43 - got the expected data type - result{ip}
ok 44 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 45 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 46 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 47 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 48 - no error from call to MMDB_vget_value - result{ip}
ok 49 - got the expected data type - result{ip}
ok 50 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 51 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 52 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 53 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 54 - no error from call to MMDB_vget_value - result{ip}
ok 55 - got the expected data type - result{ip}
ok 56 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 57 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 58 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 59 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 60 - no error from call to MMDB_vget_value - result{ip}
ok 61 - got the expected data type - result{ip}
ok 62 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 63 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 64 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 65 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 66 - no error from call to MMDB_vget_value - result{ip}
ok 67 - got the expected data type - result{ip}
ok 68 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 69 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 70 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 71 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 72 - no error from call to MMDB_vget_value - result{ip}
ok 73 - got the expected data type - result{ip}
ok 74 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 75 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 76 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 77 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 78 - no error from call to MMDB_vget_value - result{ip}
ok 79 - got the expected data type - result{ip}
ok 80 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 81 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 82 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 83 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 84 - no error from call to MMDB_vget_value - result{ip}
ok 85 - got the expected data type - result{ip}
ok 86 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 87 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 88 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 89 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 90 - no error from call to MMDB_vget_value - result{ip}
ok 91 - got the expected data type - result{ip}
ok 92 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 93 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 94 - no MMDB error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 95 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 96 - no error from call to MMDB_vget_value - result{ip}
ok 97 - got the expected data type - result{ip}
ok 98 - found expected result for ip key - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 99 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 100 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 101 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 102 - no error from call to MMDB_vget_value - result{ip}
ok 103 - got the expected data type - result{ip}
ok 104 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 105 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 106 - no MMDB error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 107 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 108 - no error from call to MMDB_vget_value - result{ip}
ok 109 - got the expected data type - result{ip}
ok 110 - found expected result for ip key - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 111 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 112 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 113 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 114 - no error from call to MMDB_vget_value - result{ip}
ok 115 - got the expected data type - result{ip}
ok 116 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 117 - open ./maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb status is success - mmap mode
ok 118 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 119 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 120 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 121 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 122 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 123 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 124 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 125 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 126 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 127 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 128 - no error from call to MMDB_vget_value - result{ip}
ok 129 - got the expected data type - result{ip}
ok 130 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 131 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 132 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 133 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 134 - no error from call to MMDB_vget_value - result{ip}
ok 135 - got the expected data type - result{ip}
ok 136 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 137 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 138 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 139 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 140 - no error from call to MMDB_vget_value - result{ip}
ok 141 - got the expected data type - result{ip}
ok 142 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 143 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 144 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 145 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 146 - no error from call to MMDB_vget_value - result{ip}
ok 147 - got the expected data type - result{ip}
ok 148 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 149 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 150 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 151 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 152 - no error from call to MMDB_vget_value - result{ip}
ok 153 - got the expected data type - result{ip}
ok 154 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 155 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 156 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 157 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 158 - no error from call to MMDB_vget_value - result{ip}
ok 159 - got the expected data type - result{ip}
ok 160 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 161 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 162 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 163 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 164 - no error from call to MMDB_vget_value - result{ip}
ok 165 - got the expected data type - result{ip}
ok 166 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 167 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 168 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 169 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 170 - no error from call to MMDB_vget_value - result{ip}
ok 171 - got the expected data type - result{ip}
ok 172 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 173 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 174 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 175 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 176 - no error from call to MMDB_vget_value - result{ip}
ok 177 - got the expected data type - result{ip}
ok 178 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 179 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 180 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 181 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 182 - no error from call to MMDB_vget_value - result{ip}
ok 183 - got the expected data type - result{ip}
ok 184 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 185 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 186 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 187 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 188 - no error from call to MMDB_vget_value - result{ip}
ok 189 - got the expected data type - result{ip}
ok 190 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 191 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 192 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 193 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 194 - no error from call to MMDB_vget_value - result{ip}
ok 195 - got the expected data type - result{ip}
ok 196 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 197 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 198 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 199 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 200 - no error from call to MMDB_vget_value - result{ip}
ok 201 - got the expected data type - result{ip}
ok 202 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 203 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 204 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 205 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 206 - no error from call to MMDB_vget_value - result{ip}
ok 207 - got the expected data type - result{ip}
ok 208 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 209 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 210 - no MMDB error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 211 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 212 - no error from call to MMDB_vget_value - result{ip}
ok 213 - got the expected data type - result{ip}
ok 214 - found expected result for ip key - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 215 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 216 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 217 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 218 - no error from call to MMDB_vget_value - result{ip}
ok 219 - got the expected data type - result{ip}
ok 220 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 221 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 222 - no MMDB error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 223 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 224 - no error from call to MMDB_vget_value - result{ip}
ok 225 - got the expected data type - result{ip}
ok 226 - found expected result for ip key - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 227 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 228 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 229 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 230 - no error from call to MMDB_vget_value - result{ip}
ok 231 - got the expected data type - result{ip}
ok 232 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-28.mmdb - mmap mode
ok 233 - open ./maxmind-db/test-data/MaxMind-DB-test-ipv4-32.mmdb status is success - mmap mode
ok 234 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 235 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 236 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 237 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 238 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 239 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 240 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 241 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 242 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 243 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 244 - no error from call to MMDB_vget_value - result{ip}
ok 245 - got the expected data type - result{ip}
ok 246 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 247 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 248 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 249 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 250 - no error from call to MMDB_vget_value - result{ip}
ok 251 - got the expected data type - result{ip}
ok 252 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 253 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 254 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 255 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 256 - no error from call to MMDB_vget_value - result{ip}
ok 257 - got the expected data type - result{ip}
ok 258 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 259 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 260 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 261 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 262 - no error from call to MMDB_vget_value - result{ip}
ok 263 - got the expected data type - result{ip}
ok 264 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 265 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 266 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 267 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 268 - no error from call to MMDB_vget_value - result{ip}
ok 269 - got the expected data type - result{ip}
ok 270 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 271 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 272 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 273 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 274 - no error from call to MMDB_vget_value - result{ip}
ok 275 - got the expected data type - result{ip}
ok 276 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 277 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 278 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 279 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 280 - no error from call to MMDB_vget_value - result{ip}
ok 281 - got the expected data type - result{ip}
ok 282 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 283 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 284 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 285 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 286 - no error from call to MMDB_vget_value - result{ip}
ok 287 - got the expected data type - result{ip}
ok 288 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 289 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 290 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 291 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 292 - no error from call to MMDB_vget_value - result{ip}
ok 293 - got the expected data type - result{ip}
ok 294 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 295 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 296 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 297 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 298 - no error from call to MMDB_vget_value - result{ip}
ok 299 - got the expected data type - result{ip}
ok 300 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 301 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 302 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 303 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 304 - no error from call to MMDB_vget_value - result{ip}
ok 305 - got the expected data type - result{ip}
ok 306 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 307 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 308 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 309 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 310 - no error from call to MMDB_vget_value - result{ip}
ok 311 - got the expected data type - result{ip}
ok 312 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 313 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 314 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 315 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 316 - no error from call to MMDB_vget_value - result{ip}
ok 317 - got the expected data type - result{ip}
ok 318 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 319 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 320 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 321 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 322 - no error from call to MMDB_vget_value - result{ip}
ok 323 - got the expected data type - result{ip}
ok 324 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 325 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 326 - no MMDB error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 327 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 328 - no error from call to MMDB_vget_value - result{ip}
ok 329 - got the expected data type - result{ip}
ok 330 - found expected result for ip key - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 331 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 332 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 333 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 334 - no error from call to MMDB_vget_value - result{ip}
ok 335 - got the expected data type - result{ip}
ok 336 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 337 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 338 - no MMDB error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 339 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 340 - no error from call to MMDB_vget_value - result{ip}
ok 341 - got the expected data type - result{ip}
ok 342 - found expected result for ip key - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 343 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 344 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 345 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 346 - no error from call to MMDB_vget_value - result{ip}
ok 347 - got the expected data type - result{ip}
ok 348 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-ipv4-32.mmdb - mmap mode
ok 349 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb status is success - mmap mode
ok 350 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 351 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 352 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 353 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 354 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 355 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 356 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 357 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 358 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 359 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 360 - no error from call to MMDB_vget_value - result{ip}
ok 361 - got the expected data type - result{ip}
ok 362 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 363 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 364 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 365 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 366 - no error from call to MMDB_vget_value - result{ip}
ok 367 - got the expected data type - result{ip}
ok 368 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 369 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 370 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 371 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 372 - no error from call to MMDB_vget_value - result{ip}
ok 373 - got the expected data type - result{ip}
ok 374 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 375 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 376 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 377 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 378 - no error from call to MMDB_vget_value - result{ip}
ok 379 - got the expected data type - result{ip}
ok 380 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 381 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 382 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 383 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 384 - no error from call to MMDB_vget_value - result{ip}
ok 385 - got the expected data type - result{ip}
ok 386 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 387 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 388 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 389 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 390 - no error from call to MMDB_vget_value - result{ip}
ok 391 - got the expected data type - result{ip}
ok 392 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 393 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 394 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 395 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 396 - no error from call to MMDB_vget_value - result{ip}
ok 397 - got the expected data type - result{ip}
ok 398 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 399 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 400 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 401 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 402 - no error from call to MMDB_vget_value - result{ip}
ok 403 - got the expected data type - result{ip}
ok 404 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 405 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 406 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 407 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 408 - no error from call to MMDB_vget_value - result{ip}
ok 409 - got the expected data type - result{ip}
ok 410 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 411 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 412 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 413 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 414 - no error from call to MMDB_vget_value - result{ip}
ok 415 - got the expected data type - result{ip}
ok 416 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 417 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 418 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 419 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 420 - no error from call to MMDB_vget_value - result{ip}
ok 421 - got the expected data type - result{ip}
ok 422 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 423 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 424 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 425 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 426 - no error from call to MMDB_vget_value - result{ip}
ok 427 - got the expected data type - result{ip}
ok 428 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 429 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 430 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 431 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 432 - no error from call to MMDB_vget_value - result{ip}
ok 433 - got the expected data type - result{ip}
ok 434 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 435 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 436 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 437 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 438 - no error from call to MMDB_vget_value - result{ip}
ok 439 - got the expected data type - result{ip}
ok 440 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 441 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 442 - no MMDB error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 443 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 444 - no error from call to MMDB_vget_value - result{ip}
ok 445 - got the expected data type - result{ip}
ok 446 - found expected result for ip key - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 447 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 448 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 449 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 450 - no error from call to MMDB_vget_value - result{ip}
ok 451 - got the expected data type - result{ip}
ok 452 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 453 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 454 - no MMDB error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 455 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 456 - no error from call to MMDB_vget_value - result{ip}
ok 457 - got the expected data type - result{ip}
ok 458 - found expected result for ip key - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 459 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 460 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 461 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 462 - no error from call to MMDB_vget_value - result{ip}
ok 463 - got the expected data type - result{ip}
ok 464 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 465 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb status is success - mmap mode
ok 466 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 467 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 468 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 469 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 470 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 471 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 472 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 473 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 474 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 475 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 476 - no error from call to MMDB_vget_value - result{ip}
ok 477 - got the expected data type - result{ip}
ok 478 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 479 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 480 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 481 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 482 - no error from call to MMDB_vget_value - result{ip}
ok 483 - got the expected data type - result{ip}
ok 484 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 485 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 486 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 487 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 488 - no error from call to MMDB_vget_value - result{ip}
ok 489 - got the expected data type - result{ip}
ok 490 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 491 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 492 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 493 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 494 - no error from call to MMDB_vget_value - result{ip}
ok 495 - got the expected data type - result{ip}
ok 496 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 497 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 498 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 499 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 500 - no error from call to MMDB_vget_value - result{ip}
ok 501 - got the expected data type - result{ip}
ok 502 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 503 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 504 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 505 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 506 - no error from call to MMDB_vget_value - result{ip}
ok 507 - got the expected data type - result{ip}
ok 508 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 509 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 510 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 511 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 512 - no error from call to MMDB_vget_value - result{ip}
ok 513 - got the expected data type - result{ip}
ok 514 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 515 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 516 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 517 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 518 - no error from call to MMDB_vget_value - result{ip}
ok 519 - got the expected data type - result{ip}
ok 520 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 521 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 522 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 523 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 524 - no error from call to MMDB_vget_value - result{ip}
ok 525 - got the expected data type - result{ip}
ok 526 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 527 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 528 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 529 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 530 - no error from call to MMDB_vget_value - result{ip}
ok 531 - got the expected data type - result{ip}
ok 532 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 533 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 534 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 535 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 536 - no error from call to MMDB_vget_value - result{ip}
ok 537 - got the expected data type - result{ip}
ok 538 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 539 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 540 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 541 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 542 - no error from call to MMDB_vget_value - result{ip}
ok 543 - got the expected data type - result{ip}
ok 544 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 545 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 546 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 547 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 548 - no error from call to MMDB_vget_value - result{ip}
ok 549 - got the expected data type - result{ip}
ok 550 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 551 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 552 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 553 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 554 - no error from call to MMDB_vget_value - result{ip}
ok 555 - got the expected data type - result{ip}
ok 556 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 557 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 558 - no MMDB error in call to MMDB_lookup_string for 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 559 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 560 - no error from call to MMDB_vget_value - result{ip}
ok 561 - got the expected data type - result{ip}
ok 562 - found expected result for ip key - MMDB_lookup_string - 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 563 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 564 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 565 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 566 - no error from call to MMDB_vget_value - result{ip}
ok 567 - got the expected data type - result{ip}
ok 568 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.31 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 569 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 570 - no MMDB error in call to MMDB_lookup_string for 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 571 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 572 - no error from call to MMDB_vget_value - result{ip}
ok 573 - got the expected data type - result{ip}
ok 574 - found expected result for ip key - MMDB_lookup_string - 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 575 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 576 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 577 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 578 - no error from call to MMDB_vget_value - result{ip}
ok 579 - got the expected data type - result{ip}
ok 580 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.32 - MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 581 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb status is success - mmap mode
ok 582 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 583 - no getaddrinfo error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 584 - no MMDB error in call to MMDB_lookup_string for 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 585 - no result entry struct returned for IP address not in the database (string lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 586 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 587 - no MMDB error in call to MMDB_lookup_sockaddr for 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 588 - no result entry struct returned for IP address not in the database (ipv4 lookup) - 2.3.4.5 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 589 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 590 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 591 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 592 - no error from call to MMDB_vget_value - result{ip}
ok 593 - got the expected data type - result{ip}
ok 594 - found expected result for ip key - MMDB_lookup_string - 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 595 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 596 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 597 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 598 - no error from call to MMDB_vget_value - result{ip}
ok 599 - got the expected data type - result{ip}
ok 600 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.1 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 601 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 602 - no MMDB error in call to MMDB_lookup_string for 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 603 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 604 - no error from call to MMDB_vget_value - result{ip}
ok 605 - got the expected data type - result{ip}
ok 606 - found expected result for ip key - MMDB_lookup_string - 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 607 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 608 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 609 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 610 - no error from call to MMDB_vget_value - result{ip}
ok 611 - got the expected data type - result{ip}
ok 612 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.2 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 613 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 614 - no MMDB error in call to MMDB_lookup_string for 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 615 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 616 - no error from call to MMDB_vget_value - result{ip}
ok 617 - got the expected data type - result{ip}
ok 618 - found expected result for ip key - MMDB_lookup_string - 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 619 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 620 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 621 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 622 - no error from call to MMDB_vget_value - result{ip}
ok 623 - got the expected data type - result{ip}
ok 624 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.3 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 625 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 626 - no MMDB error in call to MMDB_lookup_string for 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 627 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 628 - no error from call to MMDB_vget_value - result{ip}
ok 629 - got the expected data type - result{ip}
ok 630 - found expected result for ip key - MMDB_lookup_string - 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 631 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 632 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 633 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 634 - no error from call to MMDB_vget_value - result{ip}
ok 635 - got the expected data type - result{ip}
ok 636 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.7 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 637 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 638 - no MMDB error in call to MMDB_lookup_string for 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 639 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 640 - no error from call to MMDB_vget_value - result{ip}
ok 641 - got the expected data type - result{ip}
ok 642 - found expected result for ip key - MMDB_lookup_string - 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 643 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 644 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 645 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 646 - no error from call to MMDB_vget_value - result{ip}
ok 647 - got the expected data type - result{ip}
ok 648 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.9 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 649 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 650 - no MMDB error in call to MMDB_lookup_string for 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 651 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 652 - no error from call to MMDB_vget_value - result{ip}
ok 653 - got the expected data type - result{ip}
ok 654 - found expected result for ip key - MMDB_lookup_string - 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 655 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 656 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 657 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 658 - no error from call to MMDB_vget_value - result{ip}
ok 659 - got the expected data type - result{ip}
ok 660 - found expected result for ip key - MMDB_lookup_addrinfo - 1.1.1.15 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 661 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 662 - no MMDB error in call to MMDB_lookup_string for 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 663 - got a result for an IP in the database - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 664 - no error from call to MMDB_vget_value - result{ip}
ok 665 - got the expected data type - result{ip}
ok 666 - found expected result for ip key - MMDB_lookup_string - 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 667 - no getaddrinfo error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 668 - no MMDB error in call to MMDB_lookup_sockaddr for 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 669 - got a result for an IP in the database - MMDB_lookup_addrinfo - 1.1.1.17 - MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 670 - no error from call to MMDB_vget_value - result{ip}
ok 671 - got the expected data type - result{ip}
ok 6FAIL: basic_lookup_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 5 - MMDB_get_entry_data_list succeeded
ok 6 - first entry in entry data list is a map
ok 7 - first map in entry data list has 12 k/v pairs
ok 8 - found a map key
ok 9 - 'array' key's value is an array
ok 10 - 'array' key's value has 3 elements
ok 11 - first array entry is a UINT32
ok 12 - first array entry value is 1
ok 13 - second array entry is a UINT32
ok 14 - second array entry value is 2
ok 15 - third array entry is a UINT32
ok 16 - third array entry value is 3
ok 17 - found a map key
ok 18 - 'boolean' key's value is a boolean
ok 19 - 'boolean' key's value is true
ok 20 - found a map key
ok 21 - 'bytes' key's value is bytes
ok 22 - got expected value for bytes key
ok 23 - found a map key
ok 24 - 'double' key's value is a double
ok 25 - double value was approximately 42.123456
ok 26 - found a map key
ok 27 - 'float' key's value is a float
ok 28 - float value was approximately 1.1
ok 29 - found a map key
ok 30 - 'int32' key's value is an int32
ok 31 - got expected value for int32 key
ok 32 - found a map key
ok 33 - 'map' key's value is a map
ok 34 - 'map' key's value has 1 key/value pair
ok 35 - found a map key in 'map'
ok 36 - key name is mapX
ok 37 - 'map{mapX}' key's value is a map
ok 38 - 'map' key's value has 2 key/value pairs
ok 39 - found a map key in 'map{mapX}'
ok 40 - 'map{mapX}{arrayX}' key's value is an array
ok 41 - 'map{mapX}{arrayX}' key's value has 3 elements
ok 42 - first array entry is a UINT32
ok 43 - first array entry value is 7
ok 44 - second array entry is a UINT32
ok 45 - second array entry value is 8
ok 46 - third array entry is a UINT32
ok 47 - third array entry value is 9
ok 48 - found a map key in 'map{mapX}'
ok 49 - 'map{mapX}{utf8_stringX}' type is utf8_string
ok 50 - map{mapX}{utf8_stringX} value is 'hello'
ok 51 - found a map key
ok 52 - 'uint128' key's value is an uint128
ok 53 - uint128 field is 2**120
ok 54 - found a map key
ok 55 - 'uint16' key's value is an uint16
ok 56 - uint16 field is 100
ok 57 - found a map key
ok 58 - 'uint32' key's value is an uint32
ok 59 - uint32 field is 100
ok 60 - found a map key
ok 61 - 'uint64' key's value is an uint64
ok 62 - uint64 field is 2**60
ok 63 - found a map key
ok 64 - 'utf8_string' key's value is a string
ok 65 - got expected value for utf8_string key
1..65
PASS: data_entry_list_t
FAIL: data_types_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 5 - MMDB_dump_entry_data_list is successful - mmap mode
ok 6 - MMDB_dump produced output - mmap mode
ok 7 - dump output contains expected line ({) - mmap mode
ok 8 - dump output contains expected line (  "array": ) - mmap mode
ok 9 - dump output contains expected line (    [) - mmap mode
ok 10 - dump output contains expected line (      1 <uint32>) - mmap mode
ok 11 - dump output contains expected line (      2 <uint32>) - mmap mode
ok 12 - dump output contains expected line (      3 <uint32>) - mmap mode
ok 13 - dump output contains expected line (    ]) - mmap mode
ok 14 - dump output contains expected line (  "boolean": ) - mmap mode
ok 15 - dump output contains expected line (    true <boolean>) - mmap mode
ok 16 - dump output contains expected line (  "bytes": ) - mmap mode
ok 17 - dump output contains expected line (    0000002A <bytes>) - mmap mode
ok 18 - dump output contains expected line (  "double": ) - mmap mode
ok 19 - dump output contains expected line (    42.123456 <double>) - mmap mode
ok 20 - dump output contains expected line (  "float": ) - mmap mode
ok 21 - dump output contains expected line (    1.100000 <float>) - mmap mode
ok 22 - dump output contains expected line (  "int32": ) - mmap mode
ok 23 - dump output contains expected line (    -268435456 <int32>) - mmap mode
ok 24 - dump output contains expected line (  "map": ) - mmap mode
ok 25 - dump output contains expected line (    {) - mmap mode
ok 26 - dump output contains expected line (      "mapX": ) - mmap mode
ok 27 - dump output contains expected line (        {) - mmap mode
ok 28 - dump output contains expected line (          "arrayX": ) - mmap mode
ok 29 - dump output contains expected line (            [) - mmap mode
ok 30 - dump output contains expected line (              7 <uint32>) - mmap mode
ok 31 - dump output contains expected line (              8 <uint32>) - mmap mode
ok 32 - dump output contains expected line (              9 <uint32>) - mmap mode
ok 33 - dump output contains expected line (            ]) - mmap mode
ok 34 - dump output contains expected line (          "utf8_stringX": ) - mmap mode
ok 35 - dump output contains expected line (            "hello" <utf8_string>) - mmap mode
ok 36 - dump output contains expected line (        }) - mmap mode
ok 37 - dump output contains expected line (    }) - mmap mode
ok 38 - dump output contains expected line (  "uint128": ) - mmap mode
ok 39 - dump output contains expected line (    0x01000000000000000000000000000000 <uint128>) - mmap mode
ok 40 - dump output contains expected line (  "uint16": ) - mmap mode
ok 41 - dump output contains expected line (    100 <uint16>) - mmap mode
ok 42 - dump output contains expected line (  "uint32": ) - mmap mode
ok 43 - dump output contains expected line (    268435456 <uint32>) - mmap mode
ok 44 - dump output contains expected line (  "uint64": ) - mmap mode
ok 45 - dump output contains expected line (    1152921504606846976 <uint64>) - mmap mode
ok 46 - dump output contains expected line (  "utf8_string": ) - mmap mode
ok 47 - dump output contains expected line (    "unicode! ☯ - ♫" <utf8_string>) - mmap mode
ok 48 - dump output contains expected line (}) - mmap mode
1..48
PASS: dump_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-decoder.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-decoder.mmdb - mmap mode
ok 5 - status for MMDB_aget_value() is MMDB_SUCCESS - array[0]
ok 6 - found a value for array[0]
ok 7 - returned entry type is uint32 - array[0]
ok 8 - entry value is 1 - array[0]
ok 9 - status for MMDB_get_value() is MMDB_SUCCESS - array[0]
ok 10 - found a value for array[0]
ok 11 - returned entry type is uint32 - array[0]
ok 12 - entry value is 1 - array[0]
ok 13 - status for MMDB_vget_value() is MMDB_SUCCESS - array[0]
ok 14 - found a value for array[0]
ok 15 - returned entry type is uint32 - array[0]
ok 16 - entry value is 1 - array[0]
ok 17 - status for MMDB_aget_value() is MMDB_SUCCESS - array[2]
ok 18 - found a value for array[2]
ok 19 - returned entry type is uint32 - array[2]
ok 20 - entry value is 3 - array[2]
ok 21 - status for MMDB_get_value() is MMDB_SUCCESS - array[2]
ok 22 - found a value for array[2]
ok 23 - returned entry type is uint32 - array[2]
ok 24 - entry value is 3 - array[2]
ok 25 - status for MMDB_vget_value() is MMDB_SUCCESS - array[2]
ok 26 - found a value for array[2]
ok 27 - returned entry type is uint32 - array[2]
ok 28 - entry value is 3 - array[2]
ok 29 - open ./maxmind-db/test-data/MaxMind-DB-test-nested.mmdb status is success - mmap mode
ok 30 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-nested.mmdb - mmap mode
ok 31 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-nested.mmdb - mmap mode
ok 32 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-test-nested.mmdb - mmap mode
ok 33 - status for MMDB_aget_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{a}
ok 34 - found a value for map1{map2}{array}[0]{map3}{a}
ok 35 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{a}
ok 36 - entry value is 1 - map1{map2}{array}[0]{map3}{a}
ok 37 - status for MMDB_get_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{a}
ok 38 - found a value for map1{map2}{array}[0]{map3}{a}
ok 39 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{a}
ok 40 - entry value is 1 - map1{map2}{array}[0]{map3}{a}
ok 41 - status for MMDB_vget_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{a}
ok 42 - found a value for map1{map2}{array}[0]{map3}{a}
ok 43 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{a}
ok 44 - entry value is 1 - map1{map2}{array}[0]{map3}{a}
ok 45 - status for MMDB_aget_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{c}
ok 46 - found a value for map1{map2}{array}[0]{map3}{c}
ok 47 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{c}
ok 48 - entry value is 3 - map1{map2}{array}[0]{map3}{c}
ok 49 - status for MMDB_get_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{c}
ok 50 - found a value for map1{map2}{array}[0]{map3}{c}
ok 51 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{c}
ok 52 - entry value is 3 - map1{map2}{array}[0]{map3}{c}
ok 53 - status for MMDB_vget_value() is MMDB_SUCCESS - map1{map2}{array}[0]{map3}{c}
ok 54 - found a value for map1{map2}{array}[0]{map3}{c}
ok 55 - returned entry type is uint32 - map1{map2}{array}[0]{map3}{c}
ok 56 - entry value is 3 - map1{map2}{array}[0]{map3}{c}
ok 57 - status for MMDB_aget_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[0]{map3}{c}
ok 58 - did not find a value for map1{map42}{array}[0]{map3}{c}
ok 59 - status for MMDB_get_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[0]{map3}{c}
ok 60 - did not find a value for map1{map42}{array}[0]{map3}{c}
ok 61 - status for MMDB_vget_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[0]{map3}{c}
ok 62 - did not find a value for map1{map42}{array}[0]{map3}{c}
ok 63 - status for MMDB_aget_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[9]{map3}{c}
ok 64 - did not find a value for map1{map42}{array}[9]{map3}{c}
ok 65 - status for MMDB_get_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[9]{map3}{c}
ok 66 - did not find a value for map1{map42}{array}[9]{map3}{c}
ok 67 - status for MMDB_vget_value() is MMDB_LOOKUP_PATH_DOES_NOT_MATCH_DATA_ERROR - map1{map42}{array}[9]{map3}{c}
ok 68 - did not find a value for map1{map42}{array}[9]{map3}{c}
1..68
PASS: get_value_t
ok 1 - open ./maxmind-db/test-data/GeoIP2-City-Test.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/GeoIP2-City-Test.mmdb - mmap mode
not ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 2001:218:: - GeoIP2-City-Test.mmdb - mmap mode
not ok 4 - no MMDB error in call to MMDB_lookup_string for 2001:218:: - GeoIP2-City-Test.mmdb - mmap mode
not ok 5 - no error from call to MMDB_vget_value - country{iso_code}
not ok 6 - found data for country{iso_code}
ok 7 - no getaddrinfo error in call to MMDB_lookup_string for 81.2.69.160 - GeoIP2-City-Test.mmdb - mmap mode
ok 8 - no MMDB error in call to MMDB_lookup_string for 81.2.69.160 - GeoIP2-City-Test.mmdb - mmap mode
ok 9 - no error from call to MMDB_vget_value - country{iso_code}
ok 10 - got the expected data type - country{iso_code}
ok 11 - found data for country{iso_code}
ok 12 - iso_code is GB
1..12
FAIL: get_value_pointer_bug_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-no-ipv4-search-tree.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-no-ipv4-search-tree.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-no-ipv4-search-tree.mmdb - mmap mode
ok 5 - got a result for an IPv4 address included in a larger-than-IPv4 subnet - 1.1.1.1 - mmap mode
ok 6 - no error from call to MMDB_vget_value - string value for IP
ok 7 - got the expected data type - string value for IP
ok 8 - no getaddrinfo error in call to MMDB_lookup_string for 255.255.255.255 - MaxMind-DB-no-ipv4-search-tree.mmdb - mmap mode
ok 9 - no MMDB error in call to MMDB_lookup_string for 255.255.255.255 - MaxMind-DB-no-ipv4-search-tree.mmdb - mmap mode
ok 10 - got a result for an IPv4 address included in a larger-than-IPv4 subnet - 255.255.255.255 - mmap mode
ok 11 - no error from call to MMDB_vget_value - string value for IP
ok 12 - got the expected data type - string value for IP
1..12
PASS: ipv4_start_cache_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-ipv4-28.mmdb - mmap mode
not ok 3 - MMDB_lookup_string sets mmdb_error to MMDB_IPV6_LOOKUP_IN_IPV4_DATABASE_ERROR when we try to look up an IPv6 address in an IPv4-only database
1..3
FAIL: ipv6_lookup_in_ipv4_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-ipv4-24.mmdb - mmap mode
ok 3 - node_count is 37 - mmap mode
ok 4 - record_size is 24 - mmap mode
ok 5 - ip_version is 4 - mmap mode
ok 6 - database_type is Test - mmap mode
ok 7 - build_epoch > 1372636800
ok 8 - binary_format_major_version is 2 - mmap mode
ok 9 - binary_format_minor_version is 0 - mmap mode
ok 10 - found 2 languages - mmap mode
ok 11 - first language is en - mmap mode
ok 12 - second language is zh - mmap mode
ok 13 - found 2 descriptions - mmap mode
ok 14 - found en description
ok 15 - en description
ok 16 - found zh description
ok 17 - zh description
ok 18 - full_record_byte_size is 6 - mmap mode
ok 19 - get metadata as data_entry_list - mmap mode
ok 20 - metadata map has 9 key/value pairs
ok 21 - found a map key
ok 22 - binary_format_major_version == 2
ok 23 - found a map key
ok 24 - binary_format_minor_version == 0
ok 25 - found a map key
ok 26 - build_epoch > 1373571901
ok 27 - found a map key
ok 28 - type == Test
ok 29 - found a map key
ok 30 - 'description' key's value is a map
ok 31 - 'description' key's value has 2 key/value pairs
ok 32 - found a map key in 'map'
ok 33 - map value is a UTF8_STRING
ok 34 - en description == 'Test Database'
ok 35 - found a map key in 'map'
ok 36 - map value is a UTF8_STRING
ok 37 - zh description == 'Test Database Chinese'
ok 38 - found a map key
ok 39 - ip_version == 4
ok 40 - found a map key
ok 41 - 'languages' key's value is an array
ok 42 - 'languages' key's value has 2 elements
ok 43 - first array entry is a UTF8_STRING
ok 44 - first language is en
ok 45 - second array entry is a UTF8_STRING
ok 46 - second language is zh
ok 47 - found a map key
ok 48 - node_count == 37
ok 49 - found a map key
ok 50 - record_size == 24
1..50
PASS: metadata_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-string-value-entries.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-string-value-entries.mmdb - mmap mode
ok 3 - no getaddrinfo error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-string-value-entries.mmdb - mmap mode
ok 4 - no MMDB error in call to MMDB_lookup_string for 1.1.1.1 - MaxMind-DB-string-value-entries.mmdb - mmap mode
ok 5 - status for MMDB_get_value() is MMDB_SUCCESS
ok 6 - found a value when varargs list is just NULL
ok 7 - returned entry type is utf8_string
1..7
PASS: no_map_get_value_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-24.mmdb - mmap mode
ok 3 - left record for node 0 is 1 - 24 bit DB
ok 4 - left record for node 0 is 242 - 24 bit DB
ok 5 - left record for node 80 is 81 - 24 bit DB
ok 6 - left record for node 80 is 197 - 24 bit DB
ok 7 - left record for node 96 is 97 - 24 bit DB
ok 8 - left record for node 96 is 242 - 24 bit DB
ok 9 - left record for node 103 is 242 - 24 bit DB
ok 10 - left record for node 103 is 104 - 24 bit DB
ok 11 - left record for node 241 is 96 - 24 bit DB
ok 12 - left record for node 241 is 242 - 24 bit DB
ok 13 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb status is success - mmap mode
ok 14 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-28.mmdb - mmap mode
ok 15 - left record for node 0 is 1 - 28 bit DB
ok 16 - left record for node 0 is 242 - 28 bit DB
ok 17 - left record for node 80 is 81 - 28 bit DB
ok 18 - left record for node 80 is 197 - 28 bit DB
ok 19 - left record for node 96 is 97 - 28 bit DB
ok 20 - left record for node 96 is 242 - 28 bit DB
ok 21 - left record for node 103 is 242 - 28 bit DB
ok 22 - left record for node 103 is 104 - 28 bit DB
ok 23 - left record for node 241 is 96 - 28 bit DB
ok 24 - left record for node 241 is 242 - 28 bit DB
ok 25 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb status is success - mmap mode
ok 26 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 27 - left record for node 0 is 1 - 32 bit DB
ok 28 - left record for node 0 is 242 - 32 bit DB
ok 29 - left record for node 80 is 81 - 32 bit DB
ok 30 - left record for node 80 is 197 - 32 bit DB
ok 31 - left record for node 96 is 97 - 32 bit DB
ok 32 - left record for node 96 is 242 - 32 bit DB
ok 33 - left record for node 103 is 242 - 32 bit DB
ok 34 - left record for node 103 is 104 - 32 bit DB
ok 35 - left record for node 241 is 96 - 32 bit DB
ok 36 - left record for node 241 is 242 - 32 bit DB
1..36
PASS: read_node_t
ok 1 - open ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb status is success - mmap mode
ok 2 - returned mmdb struct is not null for ./maxmind-db/test-data/MaxMind-DB-test-mixed-32.mmdb - mmap mode
ok 3 - no getaddrinfo error for 1.1.1.1 - mmap mode
ok 4 - no mmdb error for 1.1.1.1 - mmap mode
ok 5 - got a result for 1.1.1.1 in the database - mmap mode
ok 6 - no error from MMDB_get_value for 1.1.1.1 - mmap mode
ok 7 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.1 - mmap mode
ok 8 - found expected result for 'ip' key for 1.1.1.1 - mmap mode
ok 9 - no getaddrinfo error for 1.1.1.2 - mmap mode
ok 10 - no mmdb error for 1.1.1.2 - mmap mode
ok 11 - got a result for 1.1.1.2 in the database - mmap mode
ok 12 - no error from MMDB_get_value for 1.1.1.2 - mmap mode
ok 13 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.2 - mmap mode
ok 14 - found expected result for 'ip' key for 1.1.1.2 - mmap mode
ok 15 - no getaddrinfo error for 1.1.1.3 - mmap mode
ok 16 - no mmdb error for 1.1.1.3 - mmap mode
ok 17 - got a result for 1.1.1.3 in the database - mmap mode
ok 18 - no error from MMDB_get_value for 1.1.1.3 - mmap mode
ok 19 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.3 - mmap mode
ok 20 - found expected result for 'ip' key for 1.1.1.3 - mmap mode
ok 21 - no getaddrinfo error for 1.1.1.7 - mmap mode
ok 22 - no mmdb error for 1.1.1.7 - mmap mode
ok 23 - got a result for 1.1.1.7 in the database - mmap mode
ok 24 - no error from MMDB_get_value for 1.1.1.7 - mmap mode
ok 25 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.7 - mmap mode
ok 26 - found expected result for 'ip' key for 1.1.1.7 - mmap mode
ok 27 - no getaddrinfo error for 1.1.1.9 - mmap mode
ok 28 - no mmdb error for 1.1.1.9 - mmap mode
ok 29 - got a result for 1.1.1.9 in the database - mmap mode
ok 30 - no error from MMDB_get_value for 1.1.1.9 - mmap mode
ok 31 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.9 - mmap mode
ok 32 - found expected result for 'ip' key for 1.1.1.9 - mmap mode
ok 33 - no getaddrinfo error for 1.1.1.15 - mmap mode
ok 34 - no mmdb error for 1.1.1.15 - mmap mode
ok 35 - got a result for 1.1.1.15 in the database - mmap mode
ok 36 - no error from MMDB_get_value for 1.1.1.15 - mmap mode
ok 37 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.15 - mmap mode
ok 38 - found expected result for 'ip' key for 1.1.1.15 - mmap mode
ok 39 - no getaddrinfo error for 1.1.1.17 - mmap mode
ok 40 - no mmdb error for 1.1.1.17 - mmap mode
ok 41 - got a result for 1.1.1.17 in the database - mmap mode
ok 42 - no error from MMDB_get_value for 1.1.1.17 - mmap mode
ok 43 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.17 - mmap mode
ok 44 - found expected result for 'ip' key for 1.1.1.17 - mmap mode
ok 45 - no getaddrinfo error for 1.1.1.31 - mmap mode
ok 46 - no mmdb error for 1.1.1.31 - mmap mode
ok 47 - got a result for 1.1.1.31 in the database - mmap mode
ok 48 - no error from MMDB_get_value for 1.1.1.31 - mmap mode
ok 49 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.31 - mmap mode
ok 50 - found expected result for 'ip' key for 1.1.1.31 - mmap mode
ok 51 - no getaddrinfo error for 1.1.1.32 - mmap mode
ok 52 - no mmdb error for 1.1.1.32 - mmap mode
ok 53 - got a result for 1.1.1.32 in the database - mmap mode
ok 54 - no error from MMDB_get_value for 1.1.1.32 - mmap mode
ok 55 - MMDB_get_value found a utf8_string at 'ip' key for 1.1.1.32 - mmap mode
ok 56 - found expected result for 'ip' key for 1.1.1.32 - mmap mode
not ok 57 - no getaddrinfo error for ::1:ffff:ffff - mmap mode
not ok 58 - no getaddrinfo error for ::2:0:0 - mmap mode
not ok 59 - no getaddrinfo error for ::2:0:1a - mmap mode
not ok 60 - no getaddrinfo error for ::2:0:40 - mmap mode
not ok 61 - no getaddrinfo error for ::2:0:4f - mmap mode
not ok 62 - no getaddrinfo error for ::2:0:50 - mmap mode
not ok 63 - no getaddrinfo error for ::2:0:52 - mmap mode
not ok 64 - no getaddrinfo error for ::2:0:58 - mmap mode
not ok 65 - no getaddrinfo error for ::2:0:59 - mmap mode
1..65
FAIL: threads_t
ok 1 - MMDB_lib_version exists
ok 2 - version is 0.5.5
1..2
PASS: version_t
1..0 # skip all tests skipped - these tests need the Test::More 0.88, IPC::Run3 and Test::Output modules:
Can't locate IPC/Run3.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at (eval 1) line 3.
BEGIN failed--compilation aborted at (eval 1) line 3.
PASS: mmdblookup_t.pl
====================================
5 of 15 tests failed
Please report to support@maxmind.com
====================================
*** [check-TESTS] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb/t.
*** [check-am] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb/t.
*** [check-recursive] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb.

Thanks

oschwald commented 10 years ago

Thanks for the report. The test failures appear related to IPv6 handling. Is your FreeBSD install pretty standard (e.g., default libc and C compiler)?

Zohei commented 10 years ago

I think used default install gcc44. How can i check it?

oschwald commented 10 years ago

Thanks. You would probably know if you installed something else. Would you also attach the config.log from your libmaxminddb directory?

Zohei commented 10 years ago

I tried gmake and installation was successful

$ gmake install

Making install in src
gmake[1]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/src'
gmake[2]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/src'
 .././install-sh -c -d '/usr/local/lib'
 /bin/sh ../libtool   --mode=install /usr/bin/install -c   libmaxminddb.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libmaxminddb.so.0 /usr/local/lib/libmaxminddb.so.0
libtool: install: (cd /usr/local/lib && { ln -s -f libmaxminddb.so.0 libmaxminddb.so || { rm -f libmaxminddb.so && ln -s libmaxminddb.so.0 libmaxminddb.so; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libmaxminddb.so.0 libmaxminddb.so || { rm -f libmaxminddb.so && ln -s libmaxminddb.so.0 libmaxminddb.so; }; })
libtool: install: /usr/bin/install -c .libs/libmaxminddb.lai /usr/local/lib/libmaxminddb.la
libtool: install: /usr/bin/install -c .libs/libmaxminddb.a /usr/local/lib/libmaxminddb.a
libtool: install: chmod 644 /usr/local/lib/libmaxminddb.a
libtool: install: ranlib /usr/local/lib/libmaxminddb.a
 .././install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 ../include/maxminddb.h '/usr/local/include'
gmake[2]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/src'
gmake[1]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/src'
Making install in bin
gmake[1]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/bin'
gmake[2]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/bin'
 .././install-sh -c -d '/usr/local/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c mmdblookup '/usr/local/bin'
libtool: install: /usr/bin/install -c .libs/mmdblookup /usr/local/bin/mmdblookup
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/bin'
gmake[1]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/bin'
Making install in t
gmake[1]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/t'
gmake[2]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb/t'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/t'
gmake[1]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb/t'
gmake[1]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb'
if [ ! -f man/man1/mmdblookup.1 ]; then mkdir -p man/man1 && touch man/man1/mmdblookup.1; fi
if [ ! -f man/man3/libmaxminddb.3 ]; then mkdir -p man/man3 && touch man/man3/libmaxminddb.3; fi
gmake[2]: Entering directory `/usr/home/3dev/data/geoip/libmaxminddb'
 ./install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 include/maxminddb_config.h '/usr/local/include'
 ./install-sh -c -d '/usr/local/include'
 /usr/bin/install -c -m 644 include/maxminddb.h src/maxminddb-compat-util.h '/usr/local/include'
if [ ! -f man/man1/mmdblookup.1 ]; then mkdir -p man/man1 && touch man/man1/mmdblookup.1; fi
 ./install-sh -c -d '/usr/share/man/man1'
 /usr/bin/install -c -m 644 man/man1/mmdblookup.1 '/usr/share/man/man1'
if [ ! -f man/man3/libmaxminddb.3 ]; then mkdir -p man/man3 && touch man/man3/libmaxminddb.3; fi
 ./install-sh -c -d '/usr/share/man/man3'
 /usr/bin/install -c -m 644 man/man3/libmaxminddb.3 '/usr/share/man/man3'
gmake[2]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb'
gmake[1]: Leaving directory `/usr/home/3dev/data/geoip/libmaxminddb'

config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by libmaxminddb configure 0.5.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = 3dev.pro
uname -m = amd64
uname -r = 9.2-RELEASE-p6
uname -s = FreeBSD
uname -v = FreeBSD 9.2-RELEASE-p6 #1: Thu May 15 17:01:06 MSK 2014     root@test.deserv.net:/usr/obj/usr/src/sys/GENERIC 

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /root/bin

## ----------- ##
## Core tests. ##
## ----------- ##

configure:2383: checking build system type
configure:2397: result: amd64-unknown-freebsd9.2
configure:2417: checking host system type
configure:2430: result: amd64-unknown-freebsd9.2
configure:2471: checking how to print strings
configure:2498: result: printf
configure:2570: checking for gcc
configure:2586: found /usr/bin/gcc
configure:2597: result: gcc
configure:2826: checking for C compiler version
configure:2835: gcc --version >&5
gcc (GCC) 4.2.1 20070831 patched [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2846: $? = 0
configure:2835: gcc -v >&5
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]
configure:2846: $? = 0
configure:2835: gcc -V >&5
gcc: '-V' option must have argument
configure:2846: $? = 1
configure:2835: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: No input files specified
configure:2846: $? = 1
configure:2866: checking whether the C compiler works
configure:2888: gcc    conftest.c  >&5
configure:2892: $? = 0
configure:2940: result: yes
configure:2943: checking for C compiler default output file name
configure:2945: result: a.out
configure:2951: checking for suffix of executables
configure:2958: gcc -o conftest    conftest.c  >&5
configure:2962: $? = 0
configure:2984: result: 
configure:3006: checking whether we are cross compiling
configure:3014: gcc -o conftest    conftest.c  >&5
configure:3018: $? = 0
configure:3025: ./conftest
configure:3029: $? = 0
configure:3044: result: no
configure:3049: checking for suffix of object files
configure:3071: gcc -c   conftest.c >&5
configure:3075: $? = 0
configure:3096: result: o
configure:3100: checking whether we are using the GNU C compiler
configure:3119: gcc -c   conftest.c >&5
configure:3119: $? = 0
configure:3128: result: yes
configure:3137: checking whether gcc accepts -g
configure:3157: gcc -c -g  conftest.c >&5
configure:3157: $? = 0
configure:3198: result: yes
configure:3215: checking for gcc option to accept ISO C89
configure:3278: gcc  -c -g -O2  conftest.c >&5
configure:3278: $? = 0
configure:3291: result: none needed
configure:3316: checking whether gcc understands -c and -o together
configure:3338: gcc -c conftest.c -o conftest2.o
configure:3341: $? = 0
configure:3338: gcc -c conftest.c -o conftest2.o
configure:3341: $? = 0
configure:3353: result: yes
configure:3370: checking for a sed that does not truncate output
configure:3434: result: /usr/bin/sed
configure:3452: checking for grep that handles long lines and -e
configure:3510: result: /usr/bin/grep
configure:3515: checking for egrep
configure:3577: result: /usr/bin/grep -E
configure:3582: checking for fgrep
configure:3644: result: /usr/bin/grep -F
configure:3679: checking for ld used by gcc
configure:3746: result: /usr/bin/ld
configure:3753: checking if the linker (/usr/bin/ld) is GNU ld
configure:3768: result: yes
configure:3780: checking for BSD- or MS-compatible name lister (nm)
configure:3829: result: /usr/bin/nm -B
configure:3959: checking the name lister (/usr/bin/nm -B) interface
configure:3966: gcc -c -g -O2  conftest.c >&5
configure:3969: /usr/bin/nm -B "conftest.o"
configure:3972: output
0000000000000000 B some_variable
configure:3979: result: BSD nm
configure:3982: checking whether ln -s works
configure:3986: result: yes
configure:3994: checking the maximum length of command line arguments
configure:4124: result: 196608
configure:4141: checking whether the shell understands some XSI constructs
configure:4151: result: yes
configure:4155: checking whether the shell understands "+="
configure:4161: result: no
configure:4196: checking how to convert amd64-unknown-freebsd9.2 file names to amd64-unknown-freebsd9.2 format
configure:4236: result: func_convert_file_noop
configure:4243: checking how to convert amd64-unknown-freebsd9.2 file names to toolchain format
configure:4263: result: func_convert_file_noop
configure:4270: checking for /usr/bin/ld option to reload object files
configure:4277: result: -r
configure:4351: checking for objdump
configure:4367: found /usr/bin/objdump
configure:4378: result: objdump
configure:4410: checking how to recognize dependent libraries
configure:4612: result: pass_all
configure:4697: checking for dlltool
configure:4727: result: no
configure:4757: checking how to associate runtime and link libraries
configure:4784: result: printf %s\n
configure:4845: checking for ar
configure:4861: found /usr/bin/ar
configure:4872: result: ar
configure:4909: checking for archiver @FILE support
configure:4926: gcc -c -g -O2  conftest.c >&5
configure:4926: $? = 0
configure:4929: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:4932: $? = 0
configure:4937: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:4940: $? = 0
configure:4952: result: no
configure:5010: checking for strip
configure:5026: found /usr/bin/strip
configure:5037: result: strip
configure:5109: checking for ranlib
configure:5125: found /usr/bin/ranlib
configure:5136: result: ranlib
configure:5213: checking for gawk
configure:5243: result: no
configure:5213: checking for mawk
configure:5243: result: no
configure:5213: checking for nawk
configure:5229: found /usr/bin/nawk
configure:5240: result: nawk
configure:5280: checking command to parse /usr/bin/nm -B output from gcc object
configure:5400: gcc -c -g -O2  conftest.c >&5
configure:5403: $? = 0
configure:5407: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:5410: $? = 0
configure:5476: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5479: $? = 0
configure:5517: result: ok
configure:5554: checking for sysroot
configure:5584: result: no
configure:5840: checking for mt
configure:5856: found /usr/bin/mt
configure:5867: result: mt
configure:5890: checking if mt is a manifest tool
configure:5896: mt '-?'
mt: illegal option -- ?
usage: mt [-f device] command [count]
configure:5904: result: no
configure:6546: checking how to run the C preprocessor
configure:6577: gcc -E  conftest.c
configure:6577: $? = 0
configure:6591: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:6591: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6616: result: gcc -E
configure:6636: gcc -E  conftest.c
configure:6636: $? = 0
configure:6650: gcc -E  conftest.c
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
configure:6650: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:6679: checking for ANSI C header files
configure:6699: gcc -c -g -O2  conftest.c >&5
configure:6699: $? = 0
configure:6772: gcc -o conftest -g -O2   conftest.c  >&5
configure:6772: $? = 0
configure:6772: ./conftest
configure:6772: $? = 0
configure:6783: result: yes
configure:6796: checking for sys/types.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for sys/stat.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for stdlib.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for string.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for memory.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for strings.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for inttypes.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for stdint.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6796: checking for unistd.h
configure:6796: gcc -c -g -O2  conftest.c >&5
configure:6796: $? = 0
configure:6796: result: yes
configure:6810: checking for dlfcn.h
configure:6810: gcc -c -g -O2  conftest.c >&5
configure:6810: $? = 0
configure:6810: result: yes
configure:7016: checking for objdir
configure:7031: result: .libs
configure:7298: checking if gcc supports -fno-rtti -fno-exceptions
configure:7316: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7320: $? = 0
configure:7333: result: no
configure:7660: checking for gcc option to produce PIC
configure:7667: result: -fPIC -DPIC
configure:7675: checking if gcc PIC flag -fPIC -DPIC works
configure:7693: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:7697: $? = 0
configure:7710: result: yes
configure:7739: checking if gcc static flag -static works
configure:7767: result: yes
configure:7782: checking if gcc supports -c -o file.o
configure:7803: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7807: $? = 0
configure:7829: result: yes
configure:7837: checking if gcc supports -c -o file.o
configure:7884: result: yes
configure:7917: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:9070: result: yes
configure:9107: checking whether -lc should be explicitly linked in
configure:9115: gcc -c -g -O2  conftest.c >&5
configure:9118: $? = 0
configure:9133: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:9136: $? = 0
configure:9150: result: no
configure:9310: checking dynamic linker characteristics
configure:10043: result: freebsd9.2 ld.so
configure:10150: checking how to hardcode library paths into programs
configure:10175: result: immediate
configure:10715: checking whether stripping libraries is possible
configure:10720: result: yes
configure:10755: checking if libtool supports shared libraries
configure:10757: result: yes
configure:10760: checking whether to build shared libraries
configure:10781: result: yes
configure:10784: checking whether to build static libraries
configure:10788: result: yes
configure:10841: checking for a BSD-compatible install
configure:10909: result: /usr/bin/install -c
configure:10920: checking whether build environment is sane
configure:10975: result: yes
configure:11123: checking for a thread-safe mkdir -p
configure:11162: result: ./install-sh -c -d
configure:11165: checking whether make sets $(MAKE)
configure:11187: result: yes
configure:11217: checking for style of include used by make
configure:11245: result: GNU
configure:11279: checking whether make supports nested variables
configure:11296: result: yes
configure:11381: checking dependency style of gcc
configure:11492: result: gcc3
configure:11551: checking for gcc option to accept ISO C99
configure:11700: gcc  -c -g -O2  conftest.c >&5
conftest.c:73: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:127: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:127: error: 'newvar' undeclared (first use in this function)
conftest.c:127: error: (Each undeclared identifier is reported only once
conftest.c:127: error: for each function it appears in.)
conftest.c:137: error: 'for' loop initial declaration used outside C99 mode
configure:11700: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
|   {
|   case 's': // string
|     str = va_arg (args_copy, const char *);
|     break;
|   case 'd': // int
|     number = va_arg (args_copy, int);
|     break;
|   case 'f': // float
|     fnumber = va_arg (args_copy, double);
|     break;
|   default:
|     break;
|   }
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|     || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:11700: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:11700: $? = 0
configure:11720: result: -std=gnu99
configure:11743: checking whether compiler accepts "-fms-extensions"
configure:11752: result: yes
configure:11770: checking for C/C++ restrict keyword
configure:11795: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11795: $? = 0
configure:11803: result: __restrict
configure:11820: checking arpa/inet.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking arpa/inet.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for arpa/inet.h
configure:11820: result: yes
configure:11820: checking assert.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking assert.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for assert.h
configure:11820: result: yes
configure:11820: checking fcntl.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking fcntl.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for fcntl.h
configure:11820: result: yes
configure:11820: checking for inttypes.h
configure:11820: result: yes
configure:11820: checking libgen.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking libgen.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for libgen.h
configure:11820: result: yes
configure:11820: checking math.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking math.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for math.h
configure:11820: result: yes
configure:11820: checking netdb.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking netdb.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for netdb.h
configure:11820: result: yes
configure:11820: checking netinet/in.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking netinet/in.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for netinet/in.h
configure:11820: result: yes
configure:11820: checking stdarg.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking stdarg.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for stdarg.h
configure:11820: result: yes
configure:11820: checking stdbool.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking stdbool.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for stdbool.h
configure:11820: result: yes
configure:11820: checking for stdint.h
configure:11820: result: yes
configure:11820: checking stdio.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking stdio.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for stdio.h
configure:11820: result: yes
configure:11820: checking for stdlib.h
configure:11820: result: yes
configure:11820: checking for string.h
configure:11820: result: yes
configure:11820: checking sys/mman.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking sys/mman.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for sys/mman.h
configure:11820: result: yes
configure:11820: checking sys/socket.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking sys/socket.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for sys/socket.h
configure:11820: result: yes
configure:11820: checking for sys/stat.h
configure:11820: result: yes
configure:11820: checking sys/time.h usability
configure:11820: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking sys/time.h presence
configure:11820: gcc -E  conftest.c
configure:11820: $? = 0
configure:11820: result: yes
configure:11820: checking for sys/time.h
configure:11820: result: yes
configure:11820: checking for sys/types.h
configure:11820: result: yes
configure:11820: checking for unistd.h
configure:11820: result: yes
configure:11840: checking for off_t
configure:11840: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11840: $? = 0
configure:11840: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:11840: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((off_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:11840: result: yes
configure:11851: checking for size_t
configure:11851: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11851: $? = 0
configure:11851: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:11851: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:11851: result: yes
configure:11862: checking for ssize_t
configure:11862: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11862: $? = 0
configure:11862: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:11862: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((ssize_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:11862: result: yes
configure:11873: checking for uint8_t
configure:11873: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11873: $? = 0
configure:11873: result: yes
configure:11887: checking for uint32_t
configure:11887: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11887: $? = 0
configure:11887: result: yes
configure:11901: checking for uint64_t
configure:11901: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11901: $? = 0
configure:11901: result: yes
configure:11924: checking for unsigned __int128
configure:11924: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected ')' before '__int128'
configure:11924: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (unsigned __int128))
|    return 0;
|   ;
|   return 0;
| }
configure:11924: result: no
configure:11931: checking for unsigned int __attribute__((mode(TI)))
configure:11931: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:11931: $? = 0
configure:11931: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:80: error: expected expression before ')' token
configure:11931: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((unsigned int __attribute__((mode(TI))))))
|       return 0;
|   ;
|   return 0;
| }
configure:11931: result: yes
configure:11948: checking for boolean
configure:11948: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:82: error: 'boolean' undeclared (first use in this function)
conftest.c:82: error: (Each undeclared identifier is reported only once
conftest.c:82: error: for each function it appears in.)
configure:11948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define MMDB_UINT128_IS_BYTE_ARRAY 0
| #define MMDB_UINT128_USING_MODE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof (boolean))
|    return 0;
|   ;
|   return 0;
| }
configure:11948: result: no
configure:11959: checking for open_memstream
configure:11959: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
configure:11959: $? = 0
configure:11959: result: yes
configure:11969: checking for stdlib.h
configure:11969: result: yes
configure:11979: checking for GNU libc compatible malloc
configure:12003: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
configure:12003: $? = 0
configure:12003: ./conftest
configure:12003: $? = 0
configure:12013: result: yes
configure:12040: checking for stdlib.h
configure:12040: result: yes
configure:12040: checking for unistd.h
configure:12040: result: yes
configure:12040: checking for sys/param.h
configure:12040: gcc -std=c99 -c -g  -fms-extensions  conftest.c >&5
configure:12040: $? = 0
configure:12040: result: yes
configure:12060: checking for getpagesize
configure:12060: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
configure:12060: $? = 0
configure:12060: result: yes
configure:12069: checking for working mmap
configure:12216: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
configure:12216: $? = 0
configure:12216: ./conftest
configure:12216: $? = 0
configure:12226: result: yes
configure:12236: checking for library containing fabs
configure:12267: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
conftest.c:61: warning: conflicting types for built-in function 'fabs'
configure:12267: $? = 0
configure:12284: result: none required
configure:12292: checking for library containing fabsf
configure:12323: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c  >&5
conftest.c:61: warning: conflicting types for built-in function 'fabsf'
/tmp//ccDdftNm.o: In function `main':
/home/3dev/data/geoip/libmaxminddb/conftest.c:65: undefined reference to `fabsf'
configure:12323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libmaxminddb"
| #define PACKAGE_TARNAME "libmaxminddb"
| #define PACKAGE_VERSION "0.5.5"
| #define PACKAGE_STRING "libmaxminddb 0.5.5"
| #define PACKAGE_BUGREPORT "support@maxmind.com"
| #define PACKAGE_URL ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libmaxminddb"
| #define VERSION "0.5.5"
| #define restrict __restrict
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBGEN_H 1
| #define HAVE_MATH_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define MMDB_UINT128_IS_BYTE_ARRAY 0
| #define MMDB_UINT128_USING_MODE 1
| #define HAVE_OPEN_MEMSTREAM 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fabsf ();
| int
| main ()
| {
| return fabsf ();
|   ;
|   return 0;
| }
configure:12323: gcc -std=c99 -o conftest -g  -fms-extensions   conftest.c -lm   >&5
conftest.c:61: warning: conflicting types for built-in function 'fabsf'
configure:12323: $? = 0
configure:12340: result: -lm
configure:12480: checking that generated files are newer than configure
configure:12486: result: done
configure:12513: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libmaxminddb config.status 0.5.5, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on zohei.com

config.status:1114: creating Makefile
config.status:1114: creating src/Makefile
config.status:1114: creating bin/Makefile
config.status:1114: creating t/Makefile
config.status:1114: creating config.h
config.status:1295: config.h is unchanged
config.status:1114: creating include/maxminddb_config.h
config.status:1295: include/maxminddb_config.h is unchanged
config.status:1343: executing libtool commands
config.status:1343: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=amd64-unknown-freebsd9.2
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_getpagesize=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_open_memstream=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libgen_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=amd64-unknown-freebsd9.2
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_fabs='none required'
ac_cv_search_fabsf=-lm
ac_cv_type_boolean=no
ac_cv_type_off_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_unsigned___int128=no
ac_cv_type_unsigned_int___attribute____mode_TI___=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=196608
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/3dev/data/geoip/libmaxminddb/missing aclocal-1.14'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
AUTOCONF='${SHELL} /home/3dev/data/geoip/libmaxminddb/missing autoconf'
AUTOHEADER='${SHELL} /home/3dev/data/geoip/libmaxminddb/missing autoheader'
AUTOMAKE='${SHELL} /home/3dev/data/geoip/libmaxminddb/missing automake-1.14'
AWK='nawk'
CC='gcc -std=c99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g  -fms-extensions'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEBUG_FALSE=''
DEBUG_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/3dev/data/geoip/libmaxminddb/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libmaxminddb'
PACKAGE_BUGREPORT='support@maxmind.com'
PACKAGE_NAME='libmaxminddb'
PACKAGE_STRING='libmaxminddb 0.5.5'
PACKAGE_TARNAME='libmaxminddb'
PACKAGE_URL=''
PACKAGE_VERSION='0.5.5'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.5.5'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='amd64-unknown-freebsd9.2'
build_alias=''
build_cpu='amd64'
build_os='freebsd9.2'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='amd64-unknown-freebsd9.2'
host_alias=''
host_cpu='amd64'
host_os='freebsd9.2'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/3dev/data/geoip/libmaxminddb/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libmaxminddb"
#define PACKAGE_TARNAME "libmaxminddb"
#define PACKAGE_VERSION "0.5.5"
#define PACKAGE_STRING "libmaxminddb 0.5.5"
#define PACKAGE_BUGREPORT "support@maxmind.com"
#define PACKAGE_URL ""
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define PACKAGE "libmaxminddb"
#define VERSION "0.5.5"
#define restrict __restrict
#define HAVE_ARPA_INET_H 1
#define HAVE_ASSERT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBGEN_H 1
#define HAVE_MATH_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDARG_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define MMDB_UINT128_IS_BYTE_ARRAY 0
#define MMDB_UINT128_USING_MODE 1
#define HAVE_OPEN_MEMSTREAM 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1

configure: exit 0
Zohei commented 10 years ago

I think, issue may be closed. Thanks)

oschwald commented 10 years ago

Are the make check tests still failing for you?

Zohei commented 10 years ago

Yes.

====================================
5 of 15 tests failed
Please report to support@maxmind.com
====================================
*** [check-TESTS] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb/t.
*** [check-am] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb/t.
*** [check-recursive] Error code 1

Stop in /usr/home/3dev/data/geoip/libmaxminddb.
oschwald commented 10 years ago

Thanks. I confirmed the test failures locally on a FreeBSD 9.2 VM image. I'll leave the issue open for now.

oschwald commented 10 years ago

The test failures should be fixed by #32