Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 492298 - dev-libs/geoip-1.6.0 download of GeoIPASNum.dat.gz fails verification
Summary: dev-libs/geoip-1.6.0 download of GeoIPASNum.dat.gz fails verification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-22 13:14 UTC by Mark Tomich
Modified: 2013-11-22 13:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Tomich 2013-11-22 13:14:33 UTC
+++ This bug was initially created as a clone of Bug #491772 +++

first, I get a 404 on http://distfiles.gentoo.org/distfiles/distfiles/GeoIPASNum.dat.gz...and then it falls back to downloading from upstream at http://geolite.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz.  This file has apparently been updated, so the emerge fails...

!!! Fetched file: GeoIPASNum.dat.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got:      1913167
!!! Expected: 1848800

Reproducible: Always

Steps to Reproduce:
0. rm -f /usr/portage/distfiles/GeoIPASNum.dat.gz
1. emerge -1 --nodeps =dev-libs/geoip-1.6.0
Actual Results:  
emerge fails due to file verification error

Expected Results:  
emerge succeeds.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-22 13:20:10 UTC
Same for GeoIPv6.dat.gz. Maybe we should switch to fetching these in postinst and dropping them from SRC_URI. It doesn't happen very often, though.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-11-22 13:23:36 UTC
Fixed in CVS. Thanks for the report!