<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 12px;" lang="x-unicode">Paul,
<br>
<br>
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).
<br>
<br>
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.
<br>
<br>
I do not know, why 'make test' tries to make reference to a table that
cannot exist in this step.
<br>
<br>
Regards,
<br>
<br>
Janusz Kaczmarek
<br>
<br>
<br>
Paul Yachnes napisa&#322;(a):
<br>
<blockquote type="cite">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.
  <br>
  <br>
Paul
  <br>
  <br>
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
  <br>
t/Amazon....................ok&nbsp; t/Barcodes_PrinterConfig....ok&nbsp;
t/Bookfund..................ok&nbsp; t/Bookseller................ok&nbsp;
t/Boolean...................ok&nbsp;&nbsp;&nbsp; t/Branch....................ok&nbsp;
t/Calendar..................ok&nbsp; t/Charset...................ok&nbsp;
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.
  <br>
</blockquote>
<br>
[...]</div>
</body>
</html>