Bug 102810 - latex-CJK and updmap problem
Summary: latex-CJK and updmap problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-03 11:00 UTC by tzhuan
Modified: 2006-09-16 16:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tzhuan 2006-09-03 11:00:31 UTC
After ports/chinese/CJK installed, updmap-sys fails thus there is no related map generated (dvipdfm.map, psfonts.map and pdftex.map).

Fix: 

Move /usr/local/share/texmf/fonts/map/CJK to /usr/local/share/texmf/fonts/map/dvips/CJK then re-run texhash and updmap-sys.
How-To-Repeat: Install ports/chinese/CJK and run updmap-sys as root you will get something wrong like this:

updmap: Scanning for dvipdfm Map entries:

!!! ERROR! The map file `CJK-type1.map' has not been found at all.

Either put this file into the right place or remove the
reference from the configuration file. An automatic way
to disable unavailable map files is to call
  updmap --syncwithtrees

For manual editing, call
  updmap --edit
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-03 11:30:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Over to maintainer
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-09-09 17:43:22 UTC
State Changed
From-To: open->patched

This port uses a obsolete map search path. hrs@ commits a patch in
print/teTeX-base to restore the backward compatibility. A long term
solution is been working on.
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-09-16 16:16:47 UTC
rafan       2006-09-16 15:16:38 UTC

  FreeBSD ports repository

  Modified files:
    chinese/CJK          Makefile pkg-plist 
  Log:
  - Move CJK specific maps into recommended directory
  
  PR:             ports/102810
  Submitted by:   Tz-Huan Huang <tzhuan@gmail.com>
  Discussed with: hrs, intron <intron at intron.ac>
  
  Revision  Changes    Path
  1.38      +2 -2      ports/chinese/CJK/Makefile
  1.17      +2 -2      ports/chinese/CJK/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2006-09-16 16:16:48 UTC
State Changed
From-To: patched->closed

Committed. Thanks!