Your message dated Mon, 28 Apr 2014 18:49:56 +0000
with message-id <e1weqcm-0001df...@franck.debian.org>
and subject line Bug#737413: fixed in configshell 1.2-1.1
has caused the Debian Bug report #737413,
regarding configshell: FTBFS: Error: latex failed: Font T1/cmr/m/n/10=ecrm1000 
at 10.0pt not loadable
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
737413: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737413
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: configshell
Version: 1.2-1
Severity: serious
Tags: patch

Hi there,

your package currently fails to build in unstable:

mkdir -p doc/pdf
epydoc --no-sourcecode --pdf -n configshell --exclude configobj
configshell/*.py
  [......................................................
  Error: latex failed: Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not
         loadable: Metric (TFM) file not fou
         nd.
         <to be read again>
                            relax
         l.100 \fontencoding\encodingdefault\selectfont

         ?

         kpathsea: Running mktextfm ecrm1000
         /usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map
         source abbreviation  for ecrm1000.
         /usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update
         ?
         mkdir: cannot create directory '././sbuild-nonexistent':
         Permission denied
         mktextfm: Running mf-nowin -progname=mf \mode:=ljfour;
         mag:=1; nonstopmode; input ecrm1000
         This is METAFONT, Version 2.718281 (TeX Live 2013/Debian)

         kpathsea: Running mktexmf ecrm1000

         ! I can't find file `ecrm1000'.
         <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

         Please type another input file name
         ! Emergency stop.
         <*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

         Transcript written on mfput.log.
         grep: ecrm1000.log: No such file or directory
         mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1;
         nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
         kpathsea: Appending font creation commands to missfont.log.


[.........................................................................]
Warning: 6 markup errors were found while processing docstrings.  Use
         the verbose switch (-v) to display markup errors.
mv pdf/api.pdf doc/pdf/configshell_API_Documentation.pdf
mv: cannot stat 'pdf/api.pdf': No such file or directory
make[1]: *** [override_dh_auto_build] Error 1

Full buildlog attached.

This can be fixed by adding texlive-fonts-recommended to the
Build-Depends line, trivial patch attached. (After running wrap-and-sort
to make it a bit more readable)

Thanks for your time!

-- 
Andreas Moog, Berliner Str. 29, 36205 Sontra/Germany
PGP-encrypted mails preferred (Key-ID: 74DE6624)
PGP Fingerprint: 74CD D9FE 5BCB FE0D 13EE 8EEA 61F3 4426 74DE 6624

Attachment: configshell_1.2-1_amd64.build.gz
Description: application/gzip

--- configshell-1.2/debian/control	2013-08-03 20:14:45.000000000 +0200
+++ configshell-1.2/debian/control	2014-02-02 17:52:00.000000000 +0100
@@ -2,7 +2,16 @@
 Section: python
 Priority: optional
 Maintainer: Ritesh Raj Sarraf <r...@debian.org>
-Build-Depends: debhelper(>= 7.0.50~), python(>= 2.6.6-3~), python-epydoc, python-simpleparse, texlive-latex-base, texlive-latex-extra, texlive-latex-recommended, lmodern, ghostscript
+Build-Depends: debhelper(>= 7.0.50~),
+               ghostscript,
+               lmodern,
+               python(>= 2.6.6-3~),
+               python-epydoc,
+               python-simpleparse,
+               texlive-fonts-recommended,
+               texlive-latex-base,
+               texlive-latex-extra,
+               texlive-latex-recommended
 Standards-Version: 3.9.2
 Homepage: http://www.risingtidesystems.com/git/?p=configshell.git;a=summary
 Vcs-Git: git://anonscm.debian.org/linux-target/configshell.git
@@ -10,7 +19,11 @@
 
 Package: python-configshell
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-epydoc, python-simpleparse, python-urwid
+Depends: python-epydoc,
+         python-simpleparse,
+         python-urwid,
+         ${misc:Depends},
+         ${python:Depends}
 Provides: ${python:Provides}
 Description: framework to create cli interfaces
  This package contains the configshell library which is used to create cli

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: configshell
Source-Version: 1.2-1.1

We believe that the bug you reported is fixed in the latest version of
configshell, which is due to be installed in the Debian FTP archive.

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 737...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Margarita Manterola <ma...@penelope.gnuservers.com.ar> (supplier of updated 
configshell 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 20:11:16 +0200
Source: configshell
Binary: python-configshell
Architecture: source all
Version: 1.2-1.1
Distribution: unstable
Urgency: medium
Maintainer: Ritesh Raj Sarraf <r...@debian.org>
Changed-By: Margarita Manterola <ma...@penelope.gnuservers.com.ar>
Description: 
 python-configshell - framework to create cli interfaces
Closes: 737413
Changes: 
 configshell (1.2-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload to fix FTBFS.
   * Added texlive-fonts-recommended as Build-Depends (Closes: #737413)
Checksums-Sha1: 
 cd27531fea7142ad69c8d3753aa95bf3029cb262 2083 configshell_1.2-1.1.dsc
 a0963b66eff5bdfcb44ad82ca04892012666d2a7 6688 configshell_1.2-1.1.debian.tar.xz
 d6f60ee1d4e461cfa1bc4e6e26ff01c830921666 246838 
python-configshell_1.2-1.1_all.deb
Checksums-Sha256: 
 d6cc83db7bed35461ba1aebf9e84c411958f09d529c5e91520feca9f59ee0f69 2083 
configshell_1.2-1.1.dsc
 bfbcab119f9274b918572942e1a1f4f8a719e5de5c8c0a38c01ba9506102f160 6688 
configshell_1.2-1.1.debian.tar.xz
 977c378f10aac81a2de528ae5de8063e7a6366cdf4e550d4931ac05bf3268804 246838 
python-configshell_1.2-1.1_all.deb
Files: 
 1c852d7961bf8f63c2448d73b67de702 246838 python optional 
python-configshell_1.2-1.1_all.deb
 0fa0753ce3f02582a34e711f18a220ed 2083 python optional configshell_1.2-1.1.dsc
 579c0d80ff51a075e23e28d45477e39a 6688 python optional 
configshell_1.2-1.1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJTWqe+AAoJEIDQpC/yyFDK3doQAJa9OMhpVL2Cb6ozcfEzLutf
vd81o6okHVmM9qQdgkiVNzy5widRYA+2atiNcjdtC64CU0enN80bpFoJHu55C3YJ
6t4Kz58uWBo6VN42mZTzIW1S4G6X7dPtC779oxU3J5gWL+qFr4oy6ca+fOOib7Rt
/eS5o6ouxgi/B1aagXiUV78YrUWXwH+XKIoEPggRdrsImtn4Gf2hnAl1q8f9uEfY
sOZ8QMJshn0YWBguv037b9yV9c5XH/i8rJLtnxiNIL1gnQEkPvxL4RkHk/DUGGEK
DmgbTn+LBLdzBmsBUSunevqSjVoUXKJSn9pPLdXi8tukQSSxUZxzdUDzhFJVrX5Y
32/nuWotEQulz9r2yEKrrCw8S+6y1Eg7HCdqfnSivS0ELPytECSCIaNiMpFroqpT
dnMfnD/uKDdNT/EKoowJBiTuxe3U9k4RrUlEC38UK3L5dQDo8Sh61uJQ6rBOw8rT
G526q8rYAyUvt0A/N0GO7jfe5ieKxH3GcCK886fjb7/ftWlKNu+rd+hzKLhosSDj
8qBbnSGHFycbauwyqWzAtwFmt+o1pwnYIPStYj5gfPNQ9fKBbM6IHw4pyRdWZCF/
jjzTlZQFhgZHCLmvfSNv/MaJ1TX7MfSYANrtEIsgrp2j+Ckiq3jqTgVY7zOS8BZ8
HhC9Tdcvw8RwkSCo/66B
=T1IH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to