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
...