MantisBT - Doomseeker |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0003729 | Doomseeker | IP2C | public | 2020-01-19 12:19 | 2020-01-19 13:49 |
|
Reporter | WubTheCaptain | |
Assigned To | | |
Priority | none | Severity | trivial | Reproducibility | N/A |
Status | confirmed | Resolution | open | |
Platform | | OS | Debian GNU/Linux | OS Version | bullseye/sid |
Product Version | 1.3 | |
Target Version | | Fixed in Version | | |
|
Summary | 0003729: Missing UNIX-like shell script / Makefile to build doomseeker-blobs |
Description | There's a make_ip2c.bat for Windows, but no shell script or Makefile for UNIX-like operating systems to build IpToCountry.dat easily. More painfully so, the instructions for building on Windows couldn't be accurately adapted for Debian GNU/Linux without trial, error and looking at the source file header for Python version. |
Steps To Reproduce | 'https://bitbucket.org/Doomseeker/doomseeker-blobs/src/919add0eda844747a3d3eda0956b77770bea3dff [^]'
python3 geolite2_conv.py geo/GeoLite2-Country-Blocks-IPv4.csv geo/GeoLite2-Country-Locations-en.csv IpToCountry.dat is the instruction to build on UNIX-like. Python 2 won't work, so calling python geolite2_conv.py ... won't work on Debian GNU/Linux (where Python still defaults to Python 2.7.17).
|
Additional Information | $ python --version
Python 2.7.17
$ python3 --version
Python 3.7.6 |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-01-19 12:19 | WubTheCaptain | New Issue | |
2020-01-19 12:21 | WubTheCaptain | Note Added: 0021093 | |
2020-01-19 12:25 | WubTheCaptain | Severity | feature => trivial |
2020-01-19 12:54 | Zalewa | Note Added: 0021094 | |
2020-01-19 12:54 | Zalewa | Note Edited: 0021094 | bug_revision_view_page.php?bugnote_id=21094#r12902 |
2020-01-19 13:48 | WubTheCaptain | Status | new => acknowledged |
2020-01-19 13:49 | WubTheCaptain | Status | acknowledged => confirmed |