Hi, On Wed, Dec 4, 2013 at 2:44 AM, Andi Sugandi <[email protected]> wrote:
> Hi Koha experts, > > I'm going to upgrade my Koha testing site from 3.12.04 to 3.12.07 on > openSUSE 13.1 computer. > > It's in single install, it only happens in koha 3.12.07: > > http://paste.opensuse.org/view/raw/11214074 (make test log) > > Although the 'make' command goes well: > http://goo.gl/yO9L3v > > And the issue does not happen in openSUSE 12.3. > > Is it safe to proceed running 'make install'? Any suggestions? > In the short term it's likely safe enough -- you can run Koha with the QueryParser syspref off to avoid whatever issue is triggering the test familar. As far as tracking down the cause of the test failure is concerned, my initial suspicion is that there may have been a change in one of the Perl YAML libraries that parses queryparser.yaml. Could you send us the output of the following statements: perl -MYAML::Any -e 'print join (", ", YAML::Any->order()), "\n";' perl -MYAML::Any -e 'print YAML::Any->implementation(), "\n";' Also, please let us know what version of the specific YAML module that YAML::Any chooses is installed on your system. Regards, Galen -- Galen Charlton Manager of Implementation Equinox Software, Inc. / The Open Source Experts email: [email protected] direct: +1 770-709-5581 cell: +1 404-984-4366 skype: gmcharlt web: http://www.esilibrary.com/ Supporting Koha and Evergreen: http://koha-community.org & http://evergreen-ils.org _______________________________________________ Koha mailing list http://koha-community.org [email protected] http://lists.katipo.co.nz/mailman/listinfo/koha

