Hi Andrew,
do you have got any news? :)
Am 20.01.2015 um 18:43 schrieb Andrew Moise:
Thanks Patrick. One note - just like the v6 issue, the gdnsd test
suite is detecting a genuine problem in the city DB. It is something
wrong with the city DB creation tools that's causing it (i.e. not just
an issue with the gdnsd tests). I just haven't finished tracking down
exactly what the issue is yet.
-Andrew
On Jan 20, 2015 12:22 PM, "Patrick Matthäi" <pmatth...@debian.org
<mailto:pmatth...@debian.org>> wrote:
tag #775638 + confirmed
clone #775638 -1
reassign -1 geoip-bin
retitle -1 geoip-generator produces faulty v6/city database
severity -1 grave
found -1 1.6.2-3
thanks
Hi
Am 18.01.2015 um 05:21 schrieb Debian Bug Tracking System:
> Processing commands for cont...@bugs.debian.org
<mailto:cont...@bugs.debian.org>:
>
>> reassign 775638 geoip-database 20141027-1
> Bug #775638 [src:gdnsd] gdnsd: FTBFS in jessie: dh_auto_test:
make -j1 test returned exit code 2
> Bug reassigned from package 'src:gdnsd' to 'geoip-database'.
> No longer marked as found in versions gdnsd/2.1.0-1.
> Ignoring request to alter fixed versions of bug #775638 to the
same values previously set
> Bug #775638 [geoip-database] gdnsd: FTBFS in jessie:
dh_auto_test: make -j1 test returned exit code 2
> Marked as found in versions geoip-database/20141027-1.
>> retitle 775638 IPv6 database is corrupt
> Bug #775638 [geoip-database] gdnsd: FTBFS in jessie:
dh_auto_test: make -j1 test returned exit code 2
> Changed Bug title to 'IPv6 database is corrupt' from 'gdnsd:
FTBFS in jessie: dh_auto_test: make -j1 test returned exit code 2'
>> severity 775638 grave
> Bug #775638 [geoip-database] IPv6 database is corrupt
> Severity set to 'grave' from 'serious'
>> thanks
thanks for spotting it. Curious that no one (also myself!) spotted it.
The patch for the v6 database is just:
--- geoip/branches/jessie/debian/src/geoip-csv-to-dat.cpp 2015-01-19
18:50:04 UTC (rev 5693)
+++ geoip/branches/jessie/debian/src/geoip-csv-to-dat.cpp 2015-01-20
08:31:03 UTC (rev 5694)
@@ -959,6 +959,7 @@
address_family = AF_INET;
break;
case '6':
+ database_type = GEOIP_COUNTRY_EDITION_V6;
address_family = AF_INET6;
break;
case 'i':
But Andrew found out that there is also an issue with the city
database,
which is working in general, but the gdnsd tests also fail.
--
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi
GNU/Linux Debian Developer
Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org <mailto:pmatth...@debian.org>
patr...@linux-dev.org <mailto:patr...@linux-dev.org>
*/
--
/*
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi
GNU/Linux Debian Developer
Blog: http://www.linux-dev.org/
E-Mail: pmatth...@debian.org
patr...@linux-dev.org
*/