Japanese translation of Packaging Guide FTBFS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Packaging Guide |
Fix Released
|
Critical
|
Dmitry Shachnev |
Bug Description
A recent example of the build failure is https:/
I don't know if the language u'id' problem is a red herring, but it seems to fail from around here.
processing ubuntu-
resolving references...
writing... WARNING: no Babel option known for language u'id'
done
copying images... ubuntu-
copying TeX support files... done
build succeeded, 6 warnings.
Running LaTeX files through pdflatex...
make -C _build/latex/id all-pdf
make[3]: Entering directory `/build/
pdflatex 'ubuntu-
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./ubuntu-
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(./sphinxmanual.cls
Document Class: sphinxmanual 2009/06/02 Document class (Sphinx manual)
(/usr/share/
Document Class: report 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
(/usr/share/
! Package babel Error: You haven't specified a language option.
See the babel package documentation for explanation.
Type H <return> for immediate help.
...
Related branches
- Daniel Holbach: Approve
-
Diff: 55 lines (+13/-3)3 files modifiedMakefile (+7/-0)
debian/changelog (+4/-1)
debian/control (+2/-2)
Changed in ubuntu-packaging-guide: | |
importance: | Undecided → Critical |
tags: | added: i18n |
summary: |
- Packaging Guide FTBFS + Japanese translation of Packaging Guide FTBFS |
no longer affects: | sphinx (Ubuntu) |
Changed in ubuntu-packaging-guide: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-packaging-guide: | |
status: | Fix Committed → Fix Released |
According to Stefano Rivera: /bitbucket. org/birkenfeld/ sphinx/ pull-request/ 33/style- fixes-to- handle- japanese- documents# chg-sphinx/ texinputs/ sphinx. sty
So, we need something like the first hunk of https:/
(and then a platex to build it, which was the missing build dep)
Up until now I was not able to reproduce this.