https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16554
--- Comment #53 from M. Tompsett <[email protected]> --- (In reply to Jonathan Druart from comment #51) > Still fails, even with gzip files: Could you ls -la the offending files? $ ls -la /home/mtompset/kohaclone/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql -rw-rw-r-- 1 mtompset mtompset 323371 Aug 22 21:28 /home/mtompset/kohaclone/installer/data/mysql/fr-FR/marcflavour/unimarc_complet/Obligatoire/autorites_norme_unimarc.sql I just retested on Debian, which is still <5.7, and Ubuntu 16.04 LTS. Perhaps your files are older? Try reloading them from scratch? mkdir ~/16554 cd ~/16554 wget -O fr-FR.gz https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51898 wget -O ru-RU.gz https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51899 wget -O uk-UA.gz https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=51900 gunzip fr-FR.gz gunzip ru-RU.gz gunzip uk-UA.gz cd ~/kohaclone git checkout -b bug_16554 origin/master git pull git am < ~/16554/fr-FR git am < ~/16554/ru-RU git am < ~/16554/uk-UA git bz apply 16554 ... Because I'm just as confused as BGK as to why you might have those issues, JD. Though, I really hate those white space issues with the patches, but that isn't causing me any failures. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
