package is empty except for the copyright & changelog

Bug #1228184 reported by Ralf Hildebrandt
38
This bug affects 7 people
Affects Status Importance Assigned to Milestone
libgeo-ip-perl (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

# dpkg -L libgeo-ip-perl
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/libgeo-ip-perl
/usr/share/doc/libgeo-ip-perl/copyright
/usr/share/doc/libgeo-ip-perl/changelog.Debian.gz

# dpkg -l libgeo-ip-perl
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-================================-=====================-=====================-======================================================================
ii libgeo-ip-perl 1.41-1 amd64 Perl interface to GeoIP library

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: libgeo-ip-perl 1.41-1
ProcVersionSignature: Ubuntu 3.11.0-7.14-generic 3.11.1
Uname: Linux 3.11.0-7-generic x86_64
ApportVersion: 2.12.4-0ubuntu1
Architecture: amd64
Date: Fri Sep 20 16:37:37 2013
Dependencies:

InstallationDate: Installed on 2011-02-22 (940 days ago)
InstallationMedia: Ubuntu-Server 10.10 "Maverick Meerkat" - Release amd64 (20101007)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=<set>
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: libgeo-ip-perl
UpgradeStatus: Upgraded to saucy on 2013-09-20 (0 days ago)

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in libgeo-ip-perl (Ubuntu):
status: New → Confirmed
Revision history for this message
gregor herrmann (gregoa) wrote :

Interesting detail:

1.41-1 in Debian, taken from
http://snapshot.debian.org/package/libgeo-ip-perl/1.41-1/#libgeo-ip-perl_1.41-1
, is not empty; except for the sh4 architecture.

The buildlog at
https://launchpadlibrarian.net/140144908/buildlog_ubuntu-saucy-i386.libgeo-ip-perl_1.41-1_UPLOADING.txt.gz
shows problems with the geoip database. Surprisingly, the build continues ...

Cheers,
gregor

Revision history for this message
Julien (julien-t43) wrote :

Still valid on lubuntu 13.10 ...
when checking http://packages.ubuntu.com/saucy/libgeo-ip-perl, it seems raring and trusty is good, saucy not

why there is no revision update for saucy ???

No easy dowgrade:
only one choice from 'apt-cache showpkg libgeo-ip-perl'
it's asking for a 'perl -MCPAN -e 'install Geo::IP' ...

Revision history for this message
Philipp Klaus (d-ub2ntu-n) wrote :

The following patch allows to build the package for saucy (not really nice but works):

--- libgeo-ip-perl-1.41.orig/t/20_min_capi_version.t
+++ libgeo-ip-perl-1.41/t/20_min_capi_version.t
@@ -18,6 +18,6 @@ unless ( defined $capi_version ) {
   # ugh, we use the pure perl API
   ok( 1, 1, "Pure perl API - skip" );
 } else {
- ok( $capi_version, "1.5.0", "CAPI must be at least 1.5.0 - Please update libGeoIP" );
+ ok( $capi_version, "1.5.1", "CAPI must be at least 1.5.0 - Please update libGeoIP" );
 }

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.