Opened 4 days ago

Last modified 45 hours ago

#36272 new Bug

[MacOS] geoip aka libgeoip disabled on 2024-12-12

Reported by: Felipe Villegas Owned by:
Component: GIS Version: 5.1
Severity: Normal Keywords: geoip, libgeoip, geodjango
Cc: Felipe Villegas Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While following the GeoDjango installation instructions for MacOS, I encountered the following error regarding libgeoip, an alternative name for geoip per the Homebrew Formulae page.

$ brew install libgeoip
Error: geoip has been disabled because it has an archived upstream repository! It was disabled on 2024-12-12.

Django Project Docs:
https://docs.djangoproject.com/en/5.1/ref/contrib/gis/install/#homebrew

Django Source:
https://github.com/django/django/blob/922c1c732a47c02aa5ef28b0b1a2bd9bc9b92d87/docs/ref/contrib/gis/install/index.txt#L272C6-L272C28

Related Blog Post:
https://blog.maxmind.com/2020/06/retirement-of-geoip-legacy-downloadable-databases-in-may-2022/

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (2)

comment:1 by Claude Paroz, 3 days ago

Summary: geoip aka libgeoip disabled on 2024-12-12[MacOS] geoip aka libgeoip disabled on 2024-12-12

comment:2 by Sarah Boyce, 45 hours ago

Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top