tag 422395 patch thanks On Sat, May 05, 2007 at 05:35:59PM +0200, Lucas Nussbaum wrote: > Package: lilypond > Version: 2.8.7-3 > Severity: serious > Justification: FTBFS on i386, very likely to fail everywhere else > User: [EMAIL PROTECTED] > Usertags: builddep-tetex-ftbfs > > Hi, > > During a rebuild of all packages in sid, I discovered that your package > failed to build on i386. > > Have a look at http://pkg-tetex.alioth.debian.org/mapping-texlive.html, it > might help. > > Relevant parts: > kpathsea: Running mktexmf lcircle10 > > ! I can't find file `lcircle10'. > <*> ...jfour; mag:=1; nonstopmode; input lcircle10 > > Please type another input file name > ! Emergency stop. > <*> ...jfour; mag:=1; nonstopmode; input lcircle10 > > Transcript written on mfput.log.
Seems that both texlive-latex-base and texlive-generic-recommended build dependencies are missing, texlive-latex-base for lcircle10.mf and texlive-generic-recommended for epsf.tex (where build will fail later if only texlive-latex-base is added) Tested with attached patch, -- Agustin
diff -u lilypond-2.8.7/debian/control lilypond-2.8.7/debian/control --- lilypond-2.8.7/debian/control +++ lilypond-2.8.7/debian/control @@ -1,5 +1,5 @@ Source: lilypond -Build-Depends: debhelper (>= 5), python-dev (>= 2.1), guile-1.8-dev, flex (>= 2.5.4a-14) | flex-old, bison (<< 1:1.50) | bison (>> 1:1.75-1), texinfo (>= 4.8.dfsg.1-1), groff, m4, gettext (>= 0.10.36-1), mftrace (>= 1.1.17-1), fontforge (>= 0.0.20060125-1), pkg-config (>= 0.9.0), libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev (>= 2.4.1-1), python-support (>= 0.4), libgmp3-dev, libltdl3-dev, gs-gpl (>= 8.50) | gs-esp (>= 8.50) +Build-Depends: debhelper (>= 5), python-dev (>= 2.1), guile-1.8-dev, flex (>= 2.5.4a-14) | flex-old, bison (<< 1:1.50) | bison (>> 1:1.75-1), texinfo (>= 4.8.dfsg.1-1), groff, m4, gettext (>= 0.10.36-1), mftrace (>= 1.1.17-1), fontforge (>= 0.0.20060125-1), pkg-config (>= 0.9.0), libfreetype6-dev, libpango1.0-dev, libfontconfig1-dev (>= 2.4.1-1), python-support (>= 0.4), libgmp3-dev, libltdl3-dev, gs-gpl (>= 8.50) | gs-esp (>= 8.50), texlive-latex-base, texlive-generic-recommended Build-Depends-Indep: netpbm (>= 2:9.10-1), imagemagick, emacs-intl-fonts, xfonts-intl-arabic, xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho, ttf-bitstream-vera, ttf-freefont, gsfonts | gsfonts-x11 Build-Conflicts-Indep: gs-afpl | gs-gpl (= 8.01-1), gs-gpl (= 8.01-2), gs-gpl (= 8.01-3), gs-gpl (= 8.01-4) Section: tex diff -u lilypond-2.8.7/debian/changelog lilypond-2.8.7/debian/changelog --- lilypond-2.8.7/debian/changelog +++ lilypond-2.8.7/debian/changelog @@ -1,3 +1,10 @@ +lilypond (2.8.7-3.1) unstable; urgency=low + + * Adding texlive-latex-base and texlive-generic-recommended + build dependencies. + + -- Agustin Martin Domingo <[EMAIL PROTECTED]> Tue, 03 Jul 2007 16:35:47 +0200 + lilypond (2.8.7-3) unstable; urgency=medium * scripts/midi2ly.py: When setting DATADIR, find Lilypond python files

