http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7167

Galen Charlton <gmcha...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gmcha...@gmail.com

--- Comment #227 from Galen Charlton <gmcha...@gmail.com> ---
(In reply to comment #226)
> Reopening because this breaks Koha, you can't currently install
> 
> perl Makefile.PL fails with this change, I don't think that is separate bug,
> just this one needs to be reverted of fixed.

Specifically, one way that failure manifests is:

$ perl Makefile.PL 
unable to locate Koha configuration file koha-conf.xml at
/home/esi/koha/C4/Context.pm line 372.
unable to locate Koha configuration file koha-conf.xml at
/home/esi/koha/C4/Context.pm line 372.
Can't call method "config" on unblessed reference at
/home/esi/koha/C4/Context.pm line 790.
Compilation failed in require at /home/esi/koha/C4/Installer.pm line 26.
BEGIN failed--compilation aborted at /home/esi/koha/C4/Installer.pm line 26.
Compilation failed in require at Makefile.PL line 31.
BEGIN failed--compilation aborted at Makefile.PL line 31.

The following commit fixes the immediate problem and allows the perl
Makefile.PL; make; make test sequence to work, although the patch is otherwise
untested.

http://git.koha-community.org/gitweb/?p=wip/koha-equinox.git;a=commitdiff;h=aa0052119467f84a7afe33d64714e52ed90acbe4

As the TODO in the patch notes, the double "unable to locate Koha configuration
file" bit when running Makefile.PL is noise.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to