Debian Bug report logs - #499428
evince shows boxes for Japanese characters when ttf-japanese-gothic points to VLgothic

version graph

Package: ttf-vlgothic; Maintainer for ttf-vlgothic is (unknown);

Reported by: Junichi Uekawa <dancer@netfort.gr.jp>

Date: Thu, 18 Sep 2008 16:21:04 UTC

Severity: grave

Found in version ttf-vlgothic/20080908-1

Fixed in version ttf-vlgothic/20080908-2

Done: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>:
Bug#499428; Package ttf-vlgothic. (full text, mbox, link).


Acknowledgement sent to Junichi Uekawa <dancer@netfort.gr.jp>:
New Bug report received and forwarded. Copy sent to Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>. (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Junichi Uekawa <dancer@netfort.gr.jp>
To: submit@bugs.debian.org
Subject: evince shows boxes for Japanese characters when ttf-japanese-gothic points to VLgothic
Date: Thu, 18 Sep 2008 09:16:04 -0700
Package: ttf-vlgothic
Version: 20080908-1
Severity: grave

When I configure VL Gothic use in ttf-japanese-gothic alternatives,
and have fontconfig cache updated, I have boxes in evince.


$ LC_ALL=C sudo update-alternatives --config ttf-japanese-gothic 

There are 3 alternatives which provide `ttf-japanese-gothic'.

  Selection    Alternative
-----------------------------------------------
*         1    /usr/share/fonts/truetype/kochi/kochi-gothic.ttf
          2    /usr/share/fonts/truetype/sazanami/sazanami-gothic.ttf
 +        3    /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf

Press enter to keep the default[*], or type selection number: 


$ fc-list : file family | grep japanese| iconv -f utf-8 -t euc-jp
/usr/share/fonts/truetype/ttf-japanese-gothic: 東風ゴシック,Kochi Gothic
/usr/share/fonts/truetype/ttf-japanese-mincho: さざなみ明朝,Sazanami Mincho




$ LC_ALL=C sudo update-alternatives --config ttf-japanese-gothic 

There are 3 alternatives which provide `ttf-japanese-gothic'.

  Selection    Alternative
-----------------------------------------------
*         1    /usr/share/fonts/truetype/kochi/kochi-gothic.ttf
          2    /usr/share/fonts/truetype/sazanami/sazanami-gothic.ttf
 +        3    /usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf

Press enter to keep the default[*], or type selection number: 3
Using '/usr/share/fonts/truetype/vlgothic/VL-Gothic-Regular.ttf' to provide 'ttf-japanese-gothic'.

$ fc-list : file family | grep japanese| iconv -f utf-8 -t euc-jp
/usr/share/fonts/truetype/ttf-japanese-gothic: 東風ゴシック,Kochi Gothic
/usr/share/fonts/truetype/ttf-japanese-mincho: さざなみ明朝,Sazanami Mincho

$ sudo dpkg-reconfigure fontconfig
Cleaning up font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating fontconfig cache for /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/truetype/ttf-liberation /usr/share/fonts/truetype/sazanami /usr/share/fonts/truetype/mona /usr/share/fonts/truetype/vlgothic /usr/share/fonts/truetype/mikachan /usr/share/fonts/truetype/kochi /usr/share/fonts/type1/gsfonts
Updating fontconfig cache for /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/truetype/ttf-liberation /usr/share/fonts/truetype/sazanami /usr/share/fonts/truetype/mona /usr/share/fonts/truetype/vlgothic /usr/share/fonts/truetype/mikachan /usr/share/fonts/truetype/kochi /usr/share/fonts/type1/gsfonts
Updating font configuration of fontconfig...
Cleaning up category cid..
Cleaning up category truetype..
Cleaning up category type1..
Updating category type1..
Updating category truetype..
Updating category cid..
Updating fontconfig cache for /usr/share/fonts/truetype/sazanami /usr/share/fonts/truetype/mona /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/truetype/ttf-liberation /usr/share/fonts/truetype/vlgothic /usr/share/fonts/truetype/mikachan /usr/share/fonts/truetype/kochi /usr/share/fonts/type1/gsfonts
Updating fontconfig cache for /usr/share/fonts/truetype/sazanami /usr/share/fonts/truetype/mona /usr/share/fonts/truetype/ttf-dejavu /usr/share/fonts/truetype/ttf-liberation /usr/share/fonts/truetype/vlgothic /usr/share/fonts/truetype/mikachan /usr/share/fonts/truetype/kochi /usr/share/fonts/type1/gsfonts
Regenerating fonts cache... done.

$ fc-list : file family | grep japanese| iconv -f utf-8 -t euc-jp
/usr/share/fonts/truetype/ttf-japanese-gothic: VL ゴシック,VL Gothic
/usr/share/fonts/truetype/ttf-japanese-mincho: さざなみ明朝,Sazanami Mincho


$ evince tokyodebian200809.pdf # -> give boxes instead of characters.

$ grep ttf /tmp/log  # strace output of evince tells me it's looking at ttf-japanese-gothic.
stat64("/usr/share/fonts/truetype/ttf-dejavu", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/share/fonts/truetype/ttf-liberation", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/share/fonts/truetype/ttf-japanese-gothic", O_RDONLY) = 15
open("/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf", O_RDONLY) = 15






Reply sent to Hideki Yamane (Debian-JP) <henrich@debian.or.jp>:
You have taken responsibility. (Fri, 26 Sep 2008 21:30:09 GMT) (full text, mbox, link).


Notification sent to Junichi Uekawa <dancer@netfort.gr.jp>:
Bug acknowledged by developer. (Fri, 26 Sep 2008 21:30:09 GMT) (full text, mbox, link).


Message #10 received at 499428-close@bugs.debian.org (full text, mbox, reply):

From: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
To: 499428-close@bugs.debian.org
Subject: Bug#499428: fixed in ttf-vlgothic 20080908-2
Date: Fri, 26 Sep 2008 21:17:59 +0000
Source: ttf-vlgothic
Source-Version: 20080908-2

We believe that the bug you reported is fixed in the latest version of
ttf-vlgothic, which is due to be installed in the Debian FTP archive:

ttf-vlgothic_20080908-2.diff.gz
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20080908-2.diff.gz
ttf-vlgothic_20080908-2.dsc
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20080908-2.dsc
ttf-vlgothic_20080908-2_all.deb
  to pool/main/t/ttf-vlgothic/ttf-vlgothic_20080908-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 499428@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hideki Yamane (Debian-JP) <henrich@debian.or.jp> (supplier of updated ttf-vlgothic package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 26 Sep 2008 18:10:20 +0900
Source: ttf-vlgothic
Binary: ttf-vlgothic
Architecture: source all
Version: 20080908-2
Distribution: unstable
Urgency: low
Maintainer: Debian Fonts Task Force <pkg-fonts-devel@lists.alioth.debian.org>
Changed-By: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>
Description: 
 ttf-vlgothic - Japanese TrueType font from Vine Linux
Closes: 499428
Changes: 
 ttf-vlgothic (20080908-2) unstable; urgency=low
 .
   * debian/vlgothic.{postinst,prerm}
     - fix: "evince shows boxes for Japanese characters when ttf-japanese-gothic
       points to VLgothic".
       And alternative ttf filename change from ttf-japanese-gothic to
       ttf-japanese-gothic."ttf". (Closes: #499428)
       Thanks to OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Checksums-Sha1: 
 ad8aded6d3fc164cd6643d198007fbe0aaf7706b 1328 ttf-vlgothic_20080908-2.dsc
 76279126b0c522c4c12ea252a4cbbad9a60d460b 7048 ttf-vlgothic_20080908-2.diff.gz
 f8880e264c97bec201cc80cf8988e611ed3ce574 4838654 ttf-vlgothic_20080908-2_all.deb
Checksums-Sha256: 
 464540b0506a013d47301637869414b0c7c053dbec136b93ea64590b77e25fa6 1328 ttf-vlgothic_20080908-2.dsc
 20ab1c05811b0537df64cef804d2787397a5802994cce609f926a55fc6574191 7048 ttf-vlgothic_20080908-2.diff.gz
 974c1ca71693140b4f42af9888df0e1b498e58a8a898ff8a980d9727b9c8bede 4838654 ttf-vlgothic_20080908-2_all.deb
Files: 
 8d8b8551b4e658590f2591a49e9f7842 1328 x11 optional ttf-vlgothic_20080908-2.dsc
 b74182e3a81a21d14e18ccadf4cd9ded 7048 x11 optional ttf-vlgothic_20080908-2.diff.gz
 a496435e594854c2ee78e56a1c399603 4838654 x11 optional ttf-vlgothic_20080908-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkjctJAACgkQIu0hy8THJksgmgCfb/l8ysOQjWC/gPIJ1PPie5Ld
xsUAn2/E8GIxTVndxoQYWOExgT1IXSWA
=fN6k
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sun, 26 Oct 2008 07:29:05 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Jun 5 03:14:34 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.