Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

GeoIP::City #405

Closed AlexDaniel closed 5 years ago

AlexDaniel commented 5 years ago

Module GeoIP::City cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: GeoIP::City
===> Found: GeoIP::City:ver<1.0.2> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: GeoIP::City:ver<1.0.2> to /home/alex/Blin/data/zef-data/tmp/1549579550.14301.2215/GeoIPerl6.git
===> Extraction [OK]: GeoIP::City to /home/alex/Blin/data/zef-data/store/GeoIPerl6.git
===> Testing: GeoIP::City:ver<1.0.2>
# Failed test 'initialize'
# at t/city.t line 10
# Cannot locate native library 'libGeoIP.so.1': libGeoIP.so.1: cannot open shared object file: No such file or directory
No such method 'locate' for invocant of type 'Any'
  in block <unit> at t/city.t line 16

# Looks like you planned 7 tests, but ran 1
# Looks like you failed 1 test of 1
t/city.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 7/7 subtests 

Test Summary Report
-------------------
t/city.t (Wstat: 256 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 7 tests but ran 1.
Files=1, Tests=1,  6 wallclock secs ( 0.03 usr  0.01 sys +  5.28 cusr  0.33 csys =  5.65 CPU)
Result: FAIL
===> Testing [FAIL]: GeoIP::City:ver<1.0.2>
Failed to get passing tests, but continuing with --force-test
===> Installing: GeoIP::City:ver<1.0.2>
===> Install [OK] for GeoIP::City:ver<1.0.2>

Ping @bbkr

Previous ticket: #206

bbkr commented 5 years ago

This module should be removed from ecosystem because MaxMind no longer provides legacy databases.

GeoIP2 (https://github.com/bbkr/GeoIP2) is the replacement.

I'll create MR with removal from ecosystem soon.

bbkr commented 5 years ago

https://github.com/perl6/ecosystem/commit/79a4a07bdfcce0c81817b2be2e0f8c2cb1d04693

Module removed from ecosystem.