From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 28 10:42:30 2017 Received: (at submit) by debbugs.gnu.org; 28 Nov 2017 15:42:30 +0000 Received: from localhost ([127.0.0.1]:34785 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJi1m-0008AB-Kp for submit@debbugs.gnu.org; Tue, 28 Nov 2017 10:42:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42139) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJi1l-0008A0-OZ for submit@debbugs.gnu.org; Tue, 28 Nov 2017 10:42:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJi1f-00053V-5Q for submit@debbugs.gnu.org; Tue, 28 Nov 2017 10:42:24 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:35739) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eJi1f-00053P-2K for submit@debbugs.gnu.org; Tue, 28 Nov 2017 10:42:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJi1a-0001aW-OE for bug-guix@gnu.org; Tue, 28 Nov 2017 10:42:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJi1V-00051l-TM for bug-guix@gnu.org; Tue, 28 Nov 2017 10:42:18 -0500 Received: from aibo.runbox.com ([91.220.196.211]:47122) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJi1V-00051N-Lq for bug-guix@gnu.org; Tue, 28 Nov 2017 10:42:13 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eJi1T-0003lQ-4r for bug-guix@gnu.org; Tue, 28 Nov 2017 16:42:11 +0100 Received: from dslb-092-073-184-243.092.073.pools.vodafone-ip.de ([92.73.184.243] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eJi1H-000737-Mq for bug-guix@gnu.org; Tue, 28 Nov 2017 16:41:59 +0100 Date: Tue, 28 Nov 2017 15:41:58 +0000 From: ng0 To: bug-guix@gnu.org Subject: perl-geo-ip has /usr/share/ within the code Message-ID: <20171128154158.p3k4jyn3izfimfu5@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="l3dortxzr2wnpmcu" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) --l3dortxzr2wnpmcu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I'm searching for a good solution to analyze some logs. Geo::IP is good enough. Now the problem is this: user@abyayala /gnu/store/5mhrli41qbcpns3gg0yf1vv07lvpg8hm-perl-geo-ip-1.51$= egrep -nr "/usr/" lib/perl5/site_perl/5.26.0/ lib/perl5/site_perl/5.26.0/Geo/IP/Record.pod:9: my $gi =3D Geo::IP->open("= /usr/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); lib/perl5/site_perl/5.26.0/Geo/IP.pm:5075:# default path /usr/local/share/G= eoIP lib/perl5/site_perl/5.26.0/Geo/IP.pm:5159: my $def_db_file =3D '/usr/loc= al/share/GeoIP/GeoIP.dat'; lib/perl5/site_perl/5.26.0/Geo/IP.pm:5962: my $gi =3D Geo::IP->open("/usr/= local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); lib/perl5/site_perl/5.26.0/Geo/IP.pm:5984: my $g =3D Geo::IP->open('/usr/l= ocal/share/GeoIP/GeoIPv6.dat') or die; lib/perl5/site_perl/5.26.0/Geo/IP.pm:6046:I, typically I. lib/perl5/site_perl/5.26.0/Geo/IP.pm:6078:typically I. lib/perl5/site_perl/5.26.0/Geo/IP.pm:6226: my $g =3D Geo::IP->open('/usr/l= ocal/share/GeoIP/GeoIPv6.dat') or die; However this is not really a problem unless you are on GuixSD. As we do not package the DB of MaxDB (yet) you'll need for this, it's not a problem. I'm filing this bug to remind myself to fix Geo::IP once I have revisited the discussion we had about the DB a while back. --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --l3dortxzr2wnpmcu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlodg8YACgkQ4i+bv+40 hYheDhAAgQp9/HehCakE17tcaRvZ69HN4zMmhckJqaTCK9sgGUqBEYrIJwG7KpiF SLoPvHJGPIq8cYyR8x96yKm9algA8nJwNZ6ySjjjHwolhcMHZA9F5L5sdynP61Dk IaLq44UZuVz+vW19ErQ/zwCygnJo/WNxDw3KAIMg8UGkcPQiIAYdaJN5Z80qvmtN /OvunmHFiDnT/G6wixJumlK7o2Ucgc0dhfEAcTKT/H8zGbGYNVpNjkvALNoiuswy dphx3zajIgNFkgSxFta778Q5jKDPliJuKA+Muu418UxDDeSPdxgtZV1RotTnBca1 cZ53haY5h1yF9k+93wadk/i4pTzAESWP5efmQhy9lwBt6cEwlLJHP7diCTydzV36 ZN3IST0DebUWTOe2t39p6EOfvVMhxDmq/7SZQVDNXdPS6dFPEp4PWfNCpg8msiNV M2Z+5Ony5UYz6e6Hhid21SOPFXAcD8JDor9iQg6TD/JmsQf634k7/6xVvfHTkWva OZECpMGPxu61DwGpLoXfplF7Njuy8xKtfOcAG0XbM5bqBhjK6OXidnbn/iZBz/na 2vc+hOzqjotbAT+WPLNT6qXkuikRH7eSFWjUNmvmk957j9airnd+nsARa8WBEg7i FGms5XL2H7Kro2SiPgHiWA7GjOSotrxNVD6BRJy0Ca6Ap0kvh4Q= =kh57 -----END PGP SIGNATURE----- --l3dortxzr2wnpmcu-- From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 28 10:53:51 2017 Received: (at 29485) by debbugs.gnu.org; 28 Nov 2017 15:53:52 +0000 Received: from localhost ([127.0.0.1]:34790 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJiCl-0008QY-Nw for submit@debbugs.gnu.org; Tue, 28 Nov 2017 10:53:51 -0500 Received: from aibo.runbox.com ([91.220.196.211]:46024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eJiCk-0008QQ-DL for 29485@debbugs.gnu.org; Tue, 28 Nov 2017 10:53:50 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1eJiCi-0004ky-Q1 for 29485@debbugs.gnu.org; Tue, 28 Nov 2017 16:53:48 +0100 Received: from dslb-092-073-184-243.092.073.pools.vodafone-ip.de ([92.73.184.243] helo=localhost) by mailfront11.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1eJiCY-00083f-GJ for 29485@debbugs.gnu.org; Tue, 28 Nov 2017 16:53:38 +0100 Date: Tue, 28 Nov 2017 15:53:37 +0000 From: ng0 To: 29485@debbugs.gnu.org Subject: Re: bug#29485: perl-geo-ip has /usr/share/ within the code Message-ID: <20171128155337.44rmfg4xirapagvq@abyayala> References: <20171128154158.p3k4jyn3izfimfu5@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="k3667ktj7dvvuxrw" Content-Disposition: inline In-Reply-To: <20171128154158.p3k4jyn3izfimfu5@abyayala> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29485 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --k3667ktj7dvvuxrw Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 2.5K bytes: > I'm searching for a good solution to analyze some logs. Geo::IP > is good enough. Now the problem is this: >=20 > user@abyayala /gnu/store/5mhrli41qbcpns3gg0yf1vv07lvpg8hm-perl-geo-ip-1.5= 1$ egrep -nr "/usr/" lib/perl5/site_perl/5.26.0/ > lib/perl5/site_perl/5.26.0/Geo/IP/Record.pod:9: my $gi =3D Geo::IP->open= ("/usr/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5075:# default path /usr/local/share= /GeoIP > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5159: my $def_db_file =3D '/usr/l= ocal/share/GeoIP/GeoIP.dat'; > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5962: my $gi =3D Geo::IP->open("/us= r/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5984: my $g =3D Geo::IP->open('/usr= /local/share/GeoIP/GeoIPv6.dat') or die; > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6046:I, typically I. > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6078:typically I. > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6226: my $g =3D Geo::IP->open('/usr= /local/share/GeoIP/GeoIPv6.dat') or die; >=20 > However this is not really a problem unless you are on GuixSD. > As we do not package the DB of MaxDB (yet) you'll need for this, it's > not a problem. I'm filing this bug to remind myself to fix Geo::IP once > I have revisited the discussion we had about the DB a while back. > --=20 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys > WWW: https://n0.is They comment this in the file: # --- unfortunately we do not know the path so we assume the # default path /usr/local/share/GeoIP # if thats not true, you can set $Geo::IP::PP_OPEN_TYPE_PATH But I think we should fix it once we have the data set. WDYT? --=20 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://c.n0.is/ng0_pubkeys/tree/keys WWW: https://n0.is --k3667ktj7dvvuxrw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlodhoEACgkQ4i+bv+40 hYhJbw//dC8uFlkWtCUt30dyG7tapwFEw66mpU59+YKxixeC0cc0WEwPXceR+I/h fWLvdY4p/Ec2aqgGbzRLIyBGskVvuPjiWWzdd1tUuE+NYbvzSAwbhJuWgj2AAnQY PknlfjYZRukTJv7gtyvIj4rKXuApL3LYK0wV9hS3OR/IDnqp9DUSwekfKiXno8NJ 7ctHAKzfKLKBLLJIV7mzUMqQ1mZRyH+Ya778HGxf50VmCHYZARRqosneto/XmSBc c5NLWrC7x3veR/U8ICmPeXx3DdxUAoMazR58O8xFj0Hb7mGO4ccyOzg28WqkoViH j5VMm/d0O4e4ZkwKu9uxLZkqVVxDnGKJ3NJ1rJUuMDtNfkmS7kv4AwPVD+qWlrKH GZYByBY99FhH9JDDuv7ro1kW4zwT0LfA3ff+xuVvl6NVxs4nv53qfO/Db3cT5HH2 fL0LHXo8weyiBZYvCs2QUx/KKvW6NlFyXcymJaty+j232AEhJmMRnekcxPgHJl9k EVVjREW0W2UasUCFYDr+GaD4Yz2MSh86KelvCTMeoaS3dLBsLE+exeX+5X1T9wyP eM4x5Eoj37l2D+UInYQ6thv6fee8iQBsBU/sgcu8Fxw5ELYzxq6/yCndGL+AufQL Eqr6JO827uiVjQ2XIPdmURnVDE96Qzkovwgh3eVos73IpsgSVYE= =RPnx -----END PGP SIGNATURE----- --k3667ktj7dvvuxrw-- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 02 19:36:47 2020 Received: (at 29485) by debbugs.gnu.org; 3 Dec 2020 00:36:47 +0000 Received: from localhost ([127.0.0.1]:37750 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkcc2-0002jv-RA for submit@debbugs.gnu.org; Wed, 02 Dec 2020 19:36:47 -0500 Received: from mail-wm1-f45.google.com ([209.85.128.45]:40711) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkcc1-0002ji-7s for 29485@debbugs.gnu.org; Wed, 02 Dec 2020 19:36:45 -0500 Received: by mail-wm1-f45.google.com with SMTP id a3so1390821wmb.5 for <29485@debbugs.gnu.org>; Wed, 02 Dec 2020 16:36:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=aok5cGEuqzfEt3+OC8rCDTUFN15piv0yyyjOomlw36M=; b=PdRuWsQPutX063PbQgm05PAuAy40Azin85l7rFLrHfQ//GmCw/4pny8LwLAarinYGr G8cPkMdrkMyNDIeU9RUzkyT8i1kb51dxtlQZqiCLwpwF25T4TfcaAyougI+huILMRUbe NjTt1fEeRf3JwEPA+9MR1znttN1lfovlnhk25r2QAx41ob9PStEP7vvoCNs7nL/2Qr7A 5TJTlwE1Gbpc1oK19xJXwPeS95vkahMx3dbX9pkBCs8mMSK6yIRzIV+Uddp57j/BsaHs Y6wq9bDKRgp38Z6upsLd7EUXyG+SH0oKWadSwUyLF3Wg36Mv5RKx5vM4vs8DGgzDYjAG u5Hw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=aok5cGEuqzfEt3+OC8rCDTUFN15piv0yyyjOomlw36M=; b=lbDuaO96Fp/1DnG0K+gdTDyJwIbTTeYyJLUT8HO8rhPxPvOBurG9q9eGOpQIrse/qk YuXhShygDIFOfrlmE32Y2p326NfnBKP4+OIMGn/BlrLmd4m3my060H0U1WFInXIa0C0e ItBXRNtfFetTGrdj/P60b2Sp7wE1dKwVHI5Hzc8j9gjZbqXg/rtoPp+2t5ObyKedIJSp Z45KQXoLi7pcJpcGkhoWDq7oBoMInJEZKOWbulQvSlG464n7KP7LqJGehUGK3RFpZ4Wf e9Fknh21rH/cjzkCehsWvrzh/boecNA/cWAhWScGt0Jm6F9jVTP/t+VMY5UI7ug8mPzK QtpA== X-Gm-Message-State: AOAM530qDzNsBtegPKoKv1EUpE7pNc1oDzX8l7LQVQgL4ZwR4WhUTHxF f/pO0sC7MmGM8fkObC7c0wzpVepKVtMYhQ== X-Google-Smtp-Source: ABdhPJw3Tod8NQbynhjiW4mbPvH6V0cDglOXHIWqGRm4aRM5dfGeBtKqh3HziEddXHvYlPhtDkXoxg== X-Received: by 2002:a1c:f406:: with SMTP id z6mr446931wma.123.1606955799033; Wed, 02 Dec 2020 16:36:39 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id g25sm208584wmk.5.2020.12.02.16.36.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Dec 2020 16:36:38 -0800 (PST) From: zimoun To: ng0 Subject: bug#29485: perl-geo-ip is broken since ever! References: <20171128154158.p3k4jyn3izfimfu5@abyayala> Date: Thu, 03 Dec 2020 01:34:23 +0100 In-Reply-To: <20171128154158.p3k4jyn3izfimfu5@abyayala> (ng0@n0.is's message of "Tue, 28 Nov 2017 15:41:58 +0000") Message-ID: <86k0tzzq0g.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29485 Cc: 29485@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, The old bug #29485 is about the hard coded database of the package perl-geo-ip. On Tue, 28 Nov 2017 at 15:41, ng0 wrote: > user@abyayala /gnu/store/5mhrli41qbcpns3gg0yf1vv07lvpg8hm-perl-geo-ip-1.51$ egrep -nr "/usr/" lib/perl5/site_perl/5.26.0/ > lib/perl5/site_perl/5.26.0/Geo/IP/Record.pod:9: my $gi = Geo::IP->open("/usr/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5075:# default path /usr/local/share/GeoIP > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5159: my $def_db_file = '/usr/local/share/GeoIP/GeoIP.dat'; > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5962: my $gi = Geo::IP->open("/usr/local/share/GeoIP/GeoIPCity.dat", GEOIP_STANDARD); > lib/perl5/site_perl/5.26.0/Geo/IP.pm:5984: my $g = Geo::IP->open('/usr/local/share/GeoIP/GeoIPv6.dat') or die; > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6046:I, typically I. > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6078:typically I. > lib/perl5/site_perl/5.26.0/Geo/IP.pm:6226: my $g = Geo::IP->open('/usr/local/share/GeoIP/GeoIPv6.dat') or die; I am reproducing this with the Guix commit f4450e8. > However this is not really a problem unless you are on GuixSD. > As we do not package the DB of MaxDB (yet) you'll need for this, it's > not a problem. I'm filing this bug to remind myself to fix Geo::IP once > I have revisited the discussion we had about the DB a while back. It is a problem and the package is broken. I am assuming this package is not used so I am proposing to simply remove it. Otherwise, the database should be also packaged, else it appears to me meaningless. All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 03 01:08:34 2020 Received: (at 29485) by debbugs.gnu.org; 3 Dec 2020 06:08:34 +0000 Received: from localhost ([127.0.0.1]:38001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkhn8-0002Ja-08 for submit@debbugs.gnu.org; Thu, 03 Dec 2020 01:08:34 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:55337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kkhn5-0002JK-Qa for 29485@debbugs.gnu.org; Thu, 03 Dec 2020 01:08:32 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 8938B5C011D; Thu, 3 Dec 2020 01:08:26 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 03 Dec 2020 01:08:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=xOFE2NFNBuKG2V1/8EjkW6js Q9y6U1qXggRMKJy6jWM=; b=uowSMIY0myWdMBPjNl2KY/Y/ZiCo/J/xe+ywa0kh GAsONZspq77hF9hdreffi4O2fpwWd9+kGZwZcB7eWC4SEEAXfHcn4xMyo1kSIqpy yG5+qoFZlesJuGrHCvdZOx9QJ50ZXGwg6z6Li8xmUzuEoHBIZAtu0d+hOxZtReIz jfE= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=xOFE2N FNBuKG2V1/8EjkW6jsQ9y6U1qXggRMKJy6jWM=; b=E541fTXyTzZp/e3caVD0Ba KsQPVyXFk682bM3WqkAu4l4WAa1ylho/Bhju9K8TgpOivFGzTfLkgbcFv4flkVsS B+K57tZVyLZa3d6QI2jCUsLzIqkka9z8JiXYow7mUzVPDZ5XdILjCHU3FatyHZOo xx+fqKZ4gSulDaGXfy7w30uJw9+c8flQBpiEwBkzvl8iwo88+45RF2wkj2v4XOU6 GPEWMquQEeVnne6KEwpuRKPmQlVdjCcQ5tO5cvjLdz5MYl8SeWFlMlA1oAbKBRJG rm2EdKzpfQf+AXoqiC23WpLlJBFfWCZ49kOeDUzGeS/MyBQexaZPN6gqrqEAnhtw == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrudeihedgleduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesthdtre dttddtvdenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepueekkedtffdvtddugeejgedtvefhue efiedvjeeitdeigedtveejvdejheffvefgnecukfhppeejfedrudeguddruddvjedrudeg ieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvg hosehfrghmuhhlrghrihdrnhgrmhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 831531080059; Thu, 3 Dec 2020 01:08:25 -0500 (EST) Date: Thu, 3 Dec 2020 01:08:23 -0500 From: Leo Famulari To: zimoun Subject: Re: bug#29485: perl-geo-ip is broken since ever! Message-ID: References: <20171128154158.p3k4jyn3izfimfu5@abyayala> <86k0tzzq0g.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86k0tzzq0g.fsf@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29485 Cc: 29485@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Thu, Dec 03, 2020 at 01:34:23AM +0100, zimoun wrote: > It is a problem and the package is broken. I am assuming this package > is not used so I am proposing to simply remove it. Otherwise, the > database should be also packaged, else it appears to me meaningless. Removal sounds good to me. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 12:02:51 2020 Received: (at 29485) by debbugs.gnu.org; 22 Dec 2020 17:02:52 +0000 Received: from localhost ([127.0.0.1]:50842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krl3j-0004Ng-KT for submit@debbugs.gnu.org; Tue, 22 Dec 2020 12:02:51 -0500 Received: from mail-wr1-f48.google.com ([209.85.221.48]:37757) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krl3f-0004NR-H1 for 29485@debbugs.gnu.org; Tue, 22 Dec 2020 12:02:50 -0500 Received: by mail-wr1-f48.google.com with SMTP id i9so15213260wrc.4 for <29485@debbugs.gnu.org>; Tue, 22 Dec 2020 09:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=w/4g6dWG8zi644K7kmGfi1XoXpLZwXfLyWzhSLMdhQo=; b=iaTX7G+tgYZIQ6VrXXOxhcg1RbWmqix3ntDgN6ziogTi9EJhVSSG1heEAGFxqpX/xp l446MjAPBGW49kiFQvz2IInBywhcnnxHBBW9OTZrupZyrkgd8CNxdSQWIBU07La32ino Po4Fg6JWARLaqxhn7ozkUtmBHOQjbMpq4S7/mkAfnkg+RBrzDOkatTHxpVEo/ljaU8hg iJp93c2p5qwPkqAwJZyOg8N1QcIAEjjGPR5tRIqLX1WaCrPGhAN8jlcv0qmAqKRXG1Pe DIKNaQ7DlUU9i35e8uwQ8zrjxiViSIlOVLl1fVy90b8c2C7qgl8uiD7/herjUmRGY11h wYlg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=w/4g6dWG8zi644K7kmGfi1XoXpLZwXfLyWzhSLMdhQo=; b=UBv1x034FI0dKa3fZVfjhsH0Enl/qWJngDaSJ0lq31U429UPXUKTeqGowGmzsqeS6Z ybgvOzXzK+B5RWg5gWYCaNXYa3Fws0PjiW912O2892Mokdtz6UG5ydFND3YH+E3upGAh i0P2DIzTXWDHZdG1vGezl56jSZmxyzpihEI2cd3GufXCniyYKTI8RGqrbR+u7XcN9M5o nyelvXzToHOjoKkf8PzxzFlPDglez3YVEDDWppEbKdlMcOqaMBRS2aJTdPpcsWl5UOvv xBZsYgcXkrGgLsDM5Arlyjx2j+3GM1qc6SfyRECTKdlppjFO5FUFjCdtZy7cEbe/VqEd uIkQ== X-Gm-Message-State: AOAM530HPTpxH45cPSR6DQuzazWmzslS+n28U0TEOeEw7sWFVUSPGaf6 nc3wimkFHnY2jqGEBOgIujs= X-Google-Smtp-Source: ABdhPJzu45M0khaxAlduLefC+utMXA+YMgW7Z4hbEoZAKBO6X8USQyJui70FzaYQ3y3Rhtk3fze82g== X-Received: by 2002:a05:6000:1d2:: with SMTP id t18mr14426492wrx.412.1608656561746; Tue, 22 Dec 2020 09:02:41 -0800 (PST) Received: from lili (oul69-1-82-232-2-3.fbx.proxad.net. [82.232.2.3]) by smtp.gmail.com with ESMTPSA id e17sm31191496wrw.84.2020.12.22.09.02.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Dec 2020 09:02:41 -0800 (PST) From: zimoun To: Leo Famulari Subject: Re: bug#29485: perl-geo-ip is broken since ever! References: <20171128154158.p3k4jyn3izfimfu5@abyayala> <86k0tzzq0g.fsf@gmail.com> Date: Tue, 22 Dec 2020 18:00:38 +0100 In-Reply-To: (Leo Famulari's message of "Thu, 3 Dec 2020 01:08:23 -0500") Message-ID: <86eejhu66h.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29485 Cc: 29485@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Thu, 03 Dec 2020 at 01:08, Leo Famulari wrote: > On Thu, Dec 03, 2020 at 01:34:23AM +0100, zimoun wrote: >> It is a problem and the package is broken. I am assuming this package >> is not used so I am proposing to simply remove it. Otherwise, the >> database should be also packaged, else it appears to me meaningless. > > Removal sounds good to me. See 45372. Once merged, let close this one. All the best, simon From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 14:24:56 2020 Received: (at 29485-done) by debbugs.gnu.org; 22 Dec 2020 19:24:56 +0000 Received: from localhost ([127.0.0.1]:50942 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krnHE-0001Wu-C9 for submit@debbugs.gnu.org; Tue, 22 Dec 2020 14:24:56 -0500 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:53549) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krnHC-0001WY-GP; Tue, 22 Dec 2020 14:24:55 -0500 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 69FC9C0C; Tue, 22 Dec 2020 14:24:47 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Tue, 22 Dec 2020 14:24:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=0StmrH4r5KzPZyouIZIbL3Yf ujzkoLKNVokWx8U5/lg=; b=rbKrEnqBxfk2m2gtIdlMt6MshyqDqaED0liufzmD Y4ljuKzQkEsGTHk4CLeIaxl3O7vb1TdTAiXfF/OuvyPBrsMLCcFfaZJvWFx/pq5w zSgfjKGupePjAhnqjSPTcEpaZ4h/+AYvf0bybjAENyltIOgngBT0AnvdBAOqbWs0 0z8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=0StmrH 4r5KzPZyouIZIbL3YfujzkoLKNVokWx8U5/lg=; b=NXCY1luVEKbOyu146Afh7Q fxtWzHw4wdoohcEvMhxnsc3MOK21WJuT2zaMOVVo6DyPInc5MIWDgwOtBOdMdXJw UYQbJp7tHb+5zJBH7oI5QS80fF6Ed+Z1zTlprBhQJAyQumuLlTO1wJDl0LcVh5eJ l3hdxmbiqJgnEnxJxeO9+hiTyYPCpaJgz164uaoZNcSVjkQmEJwJdyXFovgFXjJE oUSYAmNS7rIXpSijRInYHZWvTtp1KOkoDjw4x6tN0vFNh9+mNTFyrnf4Up/d6+JT Xt3hZaEtSLw7//Ak9UgA5xDSvDQFm6BTha9S3p9VPhZIO3iIALm7eEVzAdDpc0WA == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedujedrvddtgedguddviecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehttd ertddttddvnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhl rghrihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeeukeektdffvddtudegjeegtdevhf eufeeivdejiedtieegtdevjedvjeehffevgfenucfkphepjeefrddugedurdduvdejrddu geeinecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplh gvohesfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id D7B241080059; Tue, 22 Dec 2020 14:24:45 -0500 (EST) Date: Tue, 22 Dec 2020 14:24:44 -0500 From: Leo Famulari To: zimoun Subject: Re: bug#29485: perl-geo-ip is broken since ever! Message-ID: References: <20171128154158.p3k4jyn3izfimfu5@abyayala> <86k0tzzq0g.fsf@gmail.com> <86eejhu66h.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86eejhu66h.fsf@gmail.com> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 29485-done Cc: 45372-done@debbugs.gnu.org, 29485-done@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) On Tue, Dec 22, 2020 at 06:00:38PM +0100, zimoun wrote: > Hi, > > On Thu, 03 Dec 2020 at 01:08, Leo Famulari wrote: > > On Thu, Dec 03, 2020 at 01:34:23AM +0100, zimoun wrote: > >> It is a problem and the package is broken. I am assuming this package > >> is not used so I am proposing to simply remove it. Otherwise, the > >> database should be also packaged, else it appears to me meaningless. > > > > Removal sounds good to me. > > See 45372. Once merged, let close this one. Done with commit 06de9ca75f4bb508cdba3082d8ae80f014dbc38b From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 22 15:09:51 2020 Received: (at 29485-done) by debbugs.gnu.org; 22 Dec 2020 20:09:52 +0000 Received: from localhost ([127.0.0.1]:51000 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krnyh-0002my-Jx for submit@debbugs.gnu.org; Tue, 22 Dec 2020 15:09:51 -0500 Received: from mail-wm1-f52.google.com ([209.85.128.52]:37752) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1krnye-0002mb-EN; Tue, 22 Dec 2020 15:09:49 -0500 Received: by mail-wm1-f52.google.com with SMTP id q75so3371533wme.2; Tue, 22 Dec 2020 12:09:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=iHsyS/QfyRWnAoslffr5cYEtUILHc1HUVbdCLB5jZ2E=; b=ft/Y5rXlDd8HYC4LMWdAaDxQNf3quQ4oYFedEbncONLEs17U0SraNrLuJx558vdMsa YP4ONNQAh7qX7BxqAVUFQxq14S0CG9Mbz+kuzehBtb9nKvdFMJwsgdluX2BWc0YSZKIu 4YhifxXHQZuN5ihL4jtUFZN0kVojiNvOgJYkn8WxcDKTvGutRP+cfSvlv1wgBEB3ZwPe ocqlcgsbtmhu3AlSqzUmBS+RYb0dj434UPPl/ho73nBi1bVsoZ6msBnVZESGY3smm+Lx 7DyrA43GTNnjVVDz2bUab54w456Zfy2kZeFwHLSvSjlInG5rj4wWrB/QOzoaLhWnfXzU hjVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=iHsyS/QfyRWnAoslffr5cYEtUILHc1HUVbdCLB5jZ2E=; b=KlSjz6t+tLgSQ0GX1kNUA6g5taBxZinFMiqZQ8Tye2CBNNeak7CEgVeUYjf4aeqOD0 bX4AmyQV/FhKupPWHr1vaaajGVfYGWAz6EWCkpKwRzHuvQlGQ91EEVM18/+y5ZYz9gxe wWqpgs1pMjrihJ8wY7DRYv7XBhjMfifwjKRF4o1WdHsbQsxiWge4qiL6z2FFVcUvO2Nl SDiueFxmM3qzDSkSyzjdx/zCVUflqBXgTCJhtbZg9f+3psmFgOPEBZCdO3L+60XuDk93 nCa9SGJSTM6SGU7KrjZqp4SDN8V0xIl3EzbeExQdgTCoZ19opuhYmSaA9OirZfNPtwuL iDyA== X-Gm-Message-State: AOAM532D51DI+wCiPUN5QFwNBAou6mJaENUuP95wYB4KgXvGuNB3o5aF IM50OqNgzndPs+2iB/30+3JQVf3jRbs= X-Google-Smtp-Source: ABdhPJyBj4m8n4ofv0K1WJjXd5gKLyizVQTbLV/1J2aTJI3wGRhve2eDF96JYVPRaOtt1s7VnTrzSg== X-Received: by 2002:a1c:4843:: with SMTP id v64mr23592116wma.186.1608667782129; Tue, 22 Dec 2020 12:09:42 -0800 (PST) Received: from lili ([2a01:e35:2e80:2030:3231:7ae:dc70:aacf]) by smtp.gmail.com with ESMTPSA id r15sm30978962wrq.1.2020.12.22.12.09.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Dec 2020 12:09:41 -0800 (PST) From: zimoun To: Leo Famulari Subject: Re: bug#29485: perl-geo-ip is broken since ever! In-Reply-To: References: <20171128154158.p3k4jyn3izfimfu5@abyayala> <86k0tzzq0g.fsf@gmail.com> <86eejhu66h.fsf@gmail.com> Date: Tue, 22 Dec 2020 21:07:20 +0100 Message-ID: <86v9ctsiyv.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 29485-done Cc: 45372-done@debbugs.gnu.org, 29485-done@debbugs.gnu.org, ng0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Tue, 22 Dec 2020 at 14:24, Leo Famulari wrote: > On Tue, Dec 22, 2020 at 06:00:38PM +0100, zimoun wrote: >> Hi, >> >> On Thu, 03 Dec 2020 at 01:08, Leo Famulari wrote: >> > On Thu, Dec 03, 2020 at 01:34:23AM +0100, zimoun wrote: >> >> It is a problem and the package is broken. I am assuming this package >> >> is not used so I am proposing to simply remove it. Otherwise, the >> >> database should be also packaged, else it appears to me meaningless. >> > >> > Removal sounds good to me. >> >> See 45372. Once merged, let close this one. > > Done with commit 06de9ca75f4bb508cdba3082d8ae80f014dbc38b Thanks! From unknown Tue Jun 24 05:11:10 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 20 Jan 2021 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator