[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] koha 3.0 on macos/darwin
From: |
custard |
Subject: |
[Koha-devel] koha 3.0 on macos/darwin |
Date: |
Sat, 9 Feb 2008 17:27:00 -0800 (PST) |
Hi,
Attempting to get Koha running on MacOSX 10.5.1 .
Got everything going except three perl modules all of which look important.
It feels like I'm frustratingly close to finding out how nice Koha is, but
can't quite get there. Is someone here able to help me out?
* CGI::Session (4.20) seems to be having problems with recent YAML things
(JSON:YAML etc)
t/g4_dbfile_json..................# JSON::Syck
t/g4_dbfile_json..................51/101 (in cleanup) Dumping circular
structures is not supported with
JSON::Syck at
/Users/custard/.cpan/build/CGI-Session-4.20/blib/lib/CGI/Session/Serialize/json.pm
line
18.
# Failed test 'Previously stored object loaded successfully'
# at
/Users/custard/.cpan/build/CGI-Session-4.20/blib/lib/CGI/Session/Test/Default.pm
line 362.
# Failed test at
/Users/custard/.cpan/build/CGI-Session-4.20/blib/lib/CGI/Session/Test/Default.pm
line
362.
Use of uninitialized value in string eq at
/Users/custard/.cpan/build/CGI-Session-4.20/blib/lib/CGI/Session/Test/Default.pm
line 325 (#1)
(W uninitialized) An undefined value was used as if it were already
defined. It was interpreted as a "" or a 0, but maybe it was a
mistake.
To suppress this warning assign a defined value to your variables.
To help you figure out what was undefined, perl tells you what
operation
you used the undefined value in. Note, however, that perl optimizes
your
program and the operation displayed in the warning may not necessarily
appear literally in your program. For example, "that $foo" is
usually optimized into "that " . $foo, and the warning will refer to
the concatenation (.) operator, even though there is no . in your
program.
Can't call method "can" on an undefined value at
/System/Library/Perl/5.8.8/overload.pm line 54.
# Looks like you planned 101 tests but only ran 91.
# Looks like you failed 2 tests of 91 run.
# Looks like your test died just after 91.
t/g4_dbfile_json.................. Dubious, test returned 255 (wstat 65280,
0xff00)
Failed 12/101 subtests
(less 6 skipped subtests: 83 okay)
t/g4_dbfile_storable..............ok
t/g4_dbfile_yaml..................# YAML
t/g4_dbfile_yaml..................51/202 # YAML::Syck
t/g4_dbfile_yaml..................ok
t/g4_freezethaw...................ok
t/g4_mysql........................skipped: Couldn't establish connection
with the MySQL server: Can't connect
to data source '' because I can't work out what driver to use (it doesn't
seem to contain a 'dbi:driver:'
prefix and the DBI_DRIVER env var is not set) at t/g4_mysql.t line 44
t/g4_mysql_freezethaw.............skipped: Couldn't establish connection
with the MySQL server: Can't
connect to data source '' because I can't work out what driver to use (it
doesn't seem to contain a
'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at
t/g4_mysql_freezethaw.t line 43
t/g4_mysql_storable...............skipped: Couldn't establish connection
with the MySQL server: Can't
connect to data source '' because I can't work out what driver to use (it
doesn't seem to contain a
'dbi:driver:' prefix and the DBI_DRIVER env var is not set) at
t/g4_mysql_storable.t line 43
* HTML::Template::Pro (0.68) has a reccursive dependency issue
Recursive dependency detected:
HTML::Template::Pro
=> V/VI/VIY/HTML-Template-Pro-0.68.1.tar.gz
=> Test::More
=> M/MS/MSCHWERN/Test-Simple-0.74.tar.gz
=> Test::Harness
=> A/AN/ANDYA/Test-Harness-3.07.tar.gz
=> File::Spec
=> K/KW/KWILLIAMS/PathTools-3.27.tar.gz
=> File::Path
=> D/DL/DLAND/File-Path-2.04.tar.gz
=> File::Spec.
Cannot continue.
* And finally XML::LibXSLT (1.66) needs a newer version of libsxlt. I can
probably get around this by either manually installing an older version (I
apparently only need 1.59) or updating the libraries.
--
View this message in context:
http://www.nabble.com/koha-3.0-on-macos-darwin-tp15392282p15392282.html
Sent from the Koha - Dev mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-devel] koha 3.0 on macos/darwin,
custard <=