[Koha-bugs] [Bug 25792] Rename 'ttf-dejavu' package to 'fonts-dejavu' for Debian 11

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Aug 19 12:18:57 CEST 2020


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

--- Comment #23 from Mason James <mtj at kohaaloha.com> ---
(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 at xen1$ docker-compose pull
mason at xen1$ ku
mason at xen1$ docker exec -it koha_koha_1 bash
root at kohadevbox:/kohadevbox# dpkg -l | grep koha-common
ii  koha-common                           
20.06.00-25~git+20200819211444.9708bbe2-1 all  
root at kohadevbox:/kohadevbox#  grep TR /etc/koha/sites/kohadev/koha-conf.xml
    <font type="TR" >/usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf</font>
root at 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.


More information about the Koha-bugs mailing list