https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25792

--- Comment #23 from Mason James <[email protected]> ---
(In reply to Jonathan Druart from comment #22)
> (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

the path in the koha-conf.xml file is looks correct, (testing via KTD on
master-bullseye)

mason@xen1$ docker-compose pull
mason@xen1$ ku
mason@xen1$ docker exec -it koha_koha_1 bash
root@kohadevbox:/kohadevbox# dpkg -l | grep koha-common
ii  koha-common                           
20.06.00-25~git+20200819211444.9708bbe2-1 all  
root@kohadevbox:/kohadevbox#  grep TR /etc/koha/sites/kohadev/koha-conf.xml
    <font type="TR" >/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf</font>
root@kohadevbox:/kohadevbox# ls 
/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf
/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf


fyi, there is no symlink from the old to new files, (that info was incorrect).
but apt allows the two font packages to co-exist when upgrading to d11, which
prevents older installs from failing on upgrade

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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