Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438456 - app-emacs/yatex-1.76 fails doinfo
Summary: app-emacs/yatex-1.76 fails doinfo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 433187
  Show dependency tree
 
Reported: 2012-10-15 09:16 UTC by Agostino Sarubbo
Modified: 2012-10-16 14:38 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2012-10-15 09:16:46 UTC
install: impossibile eseguire stat di "docs/yatex-ja.info": File o directory non esistente
install: impossibile eseguire stat di "docs/yahtml-ja.info": File o directory non esistente
!!! doinfo: docs/yatex-ja.info does not exist
!!! doinfo: docs/yahtml-ja.info does not exist
Comment 1 Ulrich Müller gentoo-dev 2012-10-15 15:42:23 UTC
Right, I had done my final test only with emacs-vcs (where it succeeds) but not with emacs (where it fails for both versions 23.4 and 24.2).

yatexj.tex and yahtmlj.tex both declare their charset as "sjis", but seems that this isn't right and confuses Emacs. Looks like it's rather WINDOWS-31J, aka SJIS-WIN, aka CP932. (*sigh* Why can't everyone just use UTF-8?)

Looks like the way to go is along the following lines:
   iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.tex
   makeinfo yatex-ja.tex

@CJK team, could you please comment if the above makes sense?
Comment 2 Ulrich Müller gentoo-dev 2012-10-15 21:47:27 UTC
(In reply to comment #1)
> Looks like the way to go is along the following lines:
>    iconv -f WINDOWS-31J -t UTF-8 yatexj.tex >yatex-ja.tex
>    makeinfo yatex-ja.tex

I've committed this now.

> @CJK team, could you please comment if the above makes sense?

Please reopen if it's wrong.
Comment 3 Naohiro Aota gentoo-dev 2012-10-16 00:46:45 UTC
(In reply to comment #2)
> > @CJK team, could you please comment if the above makes sense?
> 
> Please reopen if it's wrong.

Does UTF-8 work with emacs-18?
Comment 4 Ulrich Müller gentoo-dev 2012-10-16 04:57:58 UTC
(In reply to comment #3)
> Does UTF-8 work with emacs-18?

We don't support any add-on packages with emacs-18.
Comment 5 Agostino Sarubbo gentoo-dev 2012-10-16 14:38:26 UTC
Is fine here.