Paul, I got the same, when doing 'make test'. It is understandable, since there is still no koha.systempreferences table in the database (in fact, the database is empty). I would continue with the instalation (i.e. 'make install' and then the web-based part of installation--in this step the database tables are created and populated). After having done the web installation I would re-run 'make test' to see, if--despite of the missin--table everything is OK. I do not know, why 'make test' tries to make reference to a table that cannot exist in this step. Regards, Janusz Kaczmarek Paul Yachnes napisa?(a):
I am making my second install of Koha 3 (the first one finally went ok( and everything went fine up until make test which failed 3 of 24 tests. I don't quite understand how to troubleshoot this so I am inclding all coe from make test below. Perhaps someone with experience can make some suggestions.
Paul
PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t t/Amazon....................ok t/Barcodes_PrinterConfig....ok t/Bookfund..................ok t/Bookseller................ok t/Boolean...................ok t/Branch....................ok t/Calendar..................ok t/Charset...................ok t/Date......................1/4 DBD::mysql::db selectrow_array failed: Table 'koha.systempreferences' doesn't exist at /home/paul/koha-3.00.00-stableRC1/blib/PERL_MODULE_DIR/C4/Context.pm line 456.
[...]