https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792 --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Mason James from comment #21)
(In reply to Jonathan Druart from comment #19)
We have a problem with D11 and koha-conf.xml, the paths are wrong:
328 <font type="TR"
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf</font>
% locate DejaVuSerif.tt /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf
can you provide link to a failed build log?
The build is not failing. I saw errors when trying to generate patron cards. The problem is obvious, the paths are wrong. I thought we confirmed at some point there was a symling? % grep TR koha-conf.xml <font type="TR"
/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf</font>
% ls /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf ls: cannot access '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf': No such file or directory % ls /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf -- You are receiving this mail because: You are watching all bug changes.