Skip Menu |

This queue is for tickets about the Geo-Coder-Free CPAN distribution.

Report information
The Basics
Id: 125530
Status: stalled
Priority: 0/
Queue: Geo-Coder-Free

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 0.08
  • 0.09
  • 0.10
  • 0.11
Fixed in: 0.25



Subject: "bash bin/createdatabase" unexpectedly returned exit value 1
Build fails on most smoker systems. On my systems it fails like this: ... "/usr/perl5.16.3t/bin/perl" "-Iblib/arch" "-Iblib/lib" createdatabase.PL createdatabase + set -e + cd lib/Geo/Coder/Free/MaxMind/databases + ../../bin/db2sql cities + trap 'rm cities.sql' 1 2 15 + which sqlite3 /usr/local/bin/sqlite3 + rm -f cities.sql ++ which csv2sqlite + CSV2SQLITE= "bash bin/createdatabase" unexpectedly returned exit value 1 at /usr/perl5.16.3t/lib/site_perl/5.16.3/IPC/System/Simple.pm line 566. IPC::System::Simple::_check_exit("bash bin/createdatabase", 1, ARRAY(0x45d100c0)) called at /usr/perl5.16.3t/lib/site_perl/5.16.3/IPC/System/Simple.pm line 538 IPC::System::Simple::_process_child_error(256, "bash bin/createdatabase", ARRAY(0x45d100c0)) called at /usr/perl5.16.3t/lib/site_perl/5.16.3/IPC/System/Simple.pm line 178 IPC::System::Simple::run("bash bin/createdatabase") called at (eval 166) line 12 eval {...} called at (eval 166) line 11 Fatal::__ANON__("bash bin/createdatabase") called at createdatabase.PL line 221 at createdatabase.PL line 221 *** [createdatabase] Error code 1 ...
I am aware of this, but fine with the current action it takes.
On 2018-06-10 09:09:06, NHORNE wrote: Show quoted text
> I am aware of this, but fine with the current action it takes.
Currently I stumbled over the build problem because of my smokers, but in future I could be a user of the module, especially now with the changes which will happen to the Googlemaps API. So installation instructions in the README would be good, but it would be even better if automatic installation was possible.
I should have "stalled" this, rather than rejected it.
Would you please take a look at the "Getting started" section at https://github.com/nigelhorne/Geo-Coder-Free? I'm sure it has a long way to go, so I'd welcome your thoughts and ideas on what extra information you'd like to see.
Is this still happening for you, using the latest version in github?