Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoIP::City #405

Closed
AlexDaniel opened this issue Feb 8, 2019 · 2 comments
Closed

GeoIP::City #405

AlexDaniel opened this issue Feb 8, 2019 · 2 comments
Labels
deprecated module The module should no longer be used

Comments

@AlexDaniel
Copy link
Member

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

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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
Copy link

bbkr commented Feb 8, 2019

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.

@AlexDaniel AlexDaniel added the deprecated module The module should no longer be used label Feb 9, 2019
@bbkr
Copy link

bbkr commented Feb 11, 2019

Raku/ecosystem@79a4a07

Module removed from ecosystem.

@bbkr bbkr closed this as completed Feb 11, 2019
@AlexDaniel AlexDaniel mentioned this issue Feb 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated module The module should no longer be used
Projects
None yet
Development

No branches or pull requests

2 participants