Your message dated Thu, 06 Nov 2014 04:04:24 +0000 with message-id <[email protected]> and subject line Bug#767967: fixed in texlive-bin 2014.20140926.35254-3 has caused the Debian Bug report #767967, regarding Metapost: With prologues=1, produces lots of duplicate fontmap entries 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 [email protected] immediately.) -- 767967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767967 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: texlive-binaries Version: 2014.20140926.35254-2 Severity: normal With 'prologues := 1', MetaPost produces lots and lots of 'duplicate fontmap' errors. Here is a minimal example, but basically any file will do it: ---------------------------------------- prologues := 1; beginfig(1); endfig; beginfig(2); endfig; end ---------------------------------------- The output for me starts ---------------------------------------- dpt@tulip:/tmp$ mpost t > t.out dpt@tulip:/tmp$ head t.out This is MetaPost, version 1.999 (TeX Live 2015/dev/Debian) (kpathsea version 6.2.1dev) (/usr/share/texlive/texmf-dist/metapost/base/mpost.mp (/usr/share/texlive/texmf-dist/metapost/base/plain.mp Preloading the plain mem file, version 1.005) ) (./t.mp [1{psfonts.map}] [2{psf onts.map Warning: fontmap entry for `cob' already exists, duplicates ignored Warning: fontmap entry for `cobo' already exists, duplicates ignored Warning: fontmap entry for `com' already exists, duplicates ignored Warning: fontmap entry for `coo' already exists, duplicates ignored Warning: fontmap entry for `hv' already exists, duplicates ignored ---------------------------------------- I notice that a similar bug appears in the bug logs for MetaPost: From http://www.tex.ac.uk/CTAN/graphics/metapost/base/CHANGES: ---------------------------------------- [...] ---------------------------------------------------------------------- What is new in MetaPost version 1.800: ---------------------------------------------------------------------- [...] * Fixed a number of bugs where Metapost loaded the default font map file multiple times, resulting in lots of "fontmap entry for `<fontname>' already exists, duplicates ignored" warnings. [...] ---------------------------------------- -- System Information: Debian Release: jessie/sid APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.17.0-rc5 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages texlive-binaries depends on: ii dpkg 1.17.21 ii install-info 5.2.0.dfsg.1-5 ii libc6 2.19-12 ii libfontconfig1 2.11.0-6.1 ii libfreetype6 2.5.2-2 ii libgcc1 1:4.9.1-19 ii libgmp10 2:6.0.0+dfsg-6 ii libgraphite2-3 1.2.4-3 ii libgs9 9.06~dfsg-1.1+b1 ii libharfbuzz-icu0 0.9.35-2 ii libharfbuzz0b 0.9.35-2 ii libice6 2:1.0.9-1 ii libicu52 52.1-6 ii libkpathsea6 2014.20140926.35254-2 ii libmpfr4 3.1.2-1 ii libpaper1 1.1.24+nmu3 ii libpixman-1-0 0.32.6-3 ii libpoppler46 0.26.5-2 ii libpotrace0 1.11-2 ii libptexenc1 2014.20140926.35254-2 ii libsm6 2:1.2.2-1 ii libstdc++6 4.9.1-19 ii libsynctex1 2014.20140926.35254-2 ii libx11-6 2:1.6.2-3 ii libxaw7 2:1.0.12-2 ii libxext6 2:1.3.3-1 ii libxi6 2:1.7.4-1 ii libxmu6 2:1.1.2-1 ii libxpm4 1:3.5.11-1 ii libxt6 1:1.1.4-1 ii libzzip-0-13 0.13.62-3 ii perl 5.20.1-2 ii tex-common 5.03 ii zlib1g 1:1.2.8.dfsg-2 Versions of packages texlive-binaries recommends: ii python 2.7.8-2 ii ruby 1:2.1.0.4 ii texlive-base 2014.20141024-1 ii tk [wish] 8.6.0+8 texlive-binaries suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: texlive-bin Source-Version: 2014.20140926.35254-3 We believe that the bug you reported is fixed in the latest version of texlive-bin, 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Norbert Preining <[email protected]> (supplier of updated texlive-bin 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Thu, 06 Nov 2014 09:37:33 +0900 Source: texlive-bin Binary: texlive-binaries libkpathsea6 libkpathsea-dev libptexenc1 libptexenc-dev libsynctex1 libsynctex-dev luatex Architecture: source amd64 all Version: 2014.20140926.35254-3 Distribution: unstable Urgency: medium Maintainer: Debian TeX Maintainers <[email protected]> Changed-By: Norbert Preining <[email protected]> Description: libkpathsea-dev - TeX Live: path search library for TeX (development part) libkpathsea6 - TeX Live: path search library for TeX (runtime part) libptexenc-dev - TeX Live: ptex encoding library (development part) libptexenc1 - TeX Live: pTeX encoding library libsynctex-dev - Tex Live: SyncTeX parser library (development part) libsynctex1 - TeX Live: SyncTeX parser library luatex - TeX Live: transitional dummy package texlive-binaries - Binaries for TeX Live Closes: 767967 Changes: texlive-bin (2014.20140926.35254-3) unstable; urgency=medium . * cherrypick fixes from upstream svn: - fix enctex reading \^^ab control sequences - fix mpost reading fontmap file multiple times (Closes: #767967) - dvipdfmx fixes: . fix pk support . correct behaviour for subtractions in pkfont.c . fix crash when gqpn is unset . support for ghostscript 9.15 . fix bug in spc_dvips_at_end_page (wrong logic) * bump standards version, no changes necessary Checksums-Sha1: d9b2fcbfe621e74d10b83c82505fb923579310e6 2941 texlive-bin_2014.20140926.35254-3.dsc fdb90b15a56d60d9a5d825fad0230fb5d395442a 61424 texlive-bin_2014.20140926.35254-3.debian.tar.xz 53c6a0f55219e5e870a1179f31e8908fd0aa1fe7 6787904 texlive-binaries_2014.20140926.35254-3_amd64.deb 8a6b674c27efdccf1a960a857e1eabb137479c60 153096 libkpathsea6_2014.20140926.35254-3_amd64.deb 90345993f9ab8f184c6eeee535022a2f0c0a6c31 179968 libkpathsea-dev_2014.20140926.35254-3_amd64.deb c16637b9fe18f4c03b6fbdfec138e02c24d7d951 53940 libptexenc1_2014.20140926.35254-3_amd64.deb 818a22d60bd8cc2740f1113908911488ea0512a0 53218 libptexenc-dev_2014.20140926.35254-3_amd64.deb 7f2fcdbbd5a6b3c3cfe32ec335e1d93ef774d8c7 60900 libsynctex1_2014.20140926.35254-3_amd64.deb 4cc5b0e34950fbf0a8cd787fe85b1f87cf464e6e 58922 libsynctex-dev_2014.20140926.35254-3_amd64.deb d26da4855ba1601fdfb05c7339886a91241c4cdb 27650 luatex_2014.20140926.35254-3_all.deb Checksums-Sha256: 5e8bb4052c09ccc9e1feb5f510650ce8ae250a5ca516b7fc9359f1b834d712eb 2941 texlive-bin_2014.20140926.35254-3.dsc eb5780ed7dc7a0d5196d95abe792dddf3eef485693e0612028e030c7b9862755 61424 texlive-bin_2014.20140926.35254-3.debian.tar.xz e448672c7112c9bcfe6422810bc147e53d18488dfa7008b4fd66f5e306297e65 6787904 texlive-binaries_2014.20140926.35254-3_amd64.deb 815063ac8bf629ee7bd277f3967e9acbfa1e607aab3492ecb556e37bc2966c5c 153096 libkpathsea6_2014.20140926.35254-3_amd64.deb 692fc029c14af275ffa53eff7ece9641925b1d2080c13f2ace679bafcc875bfb 179968 libkpathsea-dev_2014.20140926.35254-3_amd64.deb f94b4fd15eddf4940d4dfd1df35ea43283864ed68a23b08416476b21a820dacf 53940 libptexenc1_2014.20140926.35254-3_amd64.deb 83b5cc5a5ad6813dc2502c57ddc9ccceddac9584edfff577436a0c664ac01640 53218 libptexenc-dev_2014.20140926.35254-3_amd64.deb 22317bfc8a2daf8e0a8ba608bdea4f50873ff5227a03ff48700a6ba0cff4ef98 60900 libsynctex1_2014.20140926.35254-3_amd64.deb 07de8e49bf907d40133123871ff5bd95d773a7070f810a8711b7d6f0ee16cd28 58922 libsynctex-dev_2014.20140926.35254-3_amd64.deb 33102a0758bd6626dc9588f492f702cb88973ace988925ea65fc2be86823da5d 27650 luatex_2014.20140926.35254-3_all.deb Files: d1992a1ad0a7ad7d78eba09206424b44 2941 tex optional texlive-bin_2014.20140926.35254-3.dsc ae342d36eff63de03d354be225c45f13 61424 tex optional texlive-bin_2014.20140926.35254-3.debian.tar.xz f2ce57f555b36ed103351c2140864e8c 6787904 tex optional texlive-binaries_2014.20140926.35254-3_amd64.deb e57bf7fb2e9192cd749f89affdc5e820 153096 libs optional libkpathsea6_2014.20140926.35254-3_amd64.deb 0f7cfed9a3558b1dda54c2d4bd84e3f9 179968 libdevel optional libkpathsea-dev_2014.20140926.35254-3_amd64.deb 0b3c1f346362237f2c2a9b984cd33234 53940 libs optional libptexenc1_2014.20140926.35254-3_amd64.deb 65442eff28a262d171d021124909a9ed 53218 libdevel optional libptexenc-dev_2014.20140926.35254-3_amd64.deb 01689256eb04ff0f376d07d90a9fcd6c 60900 libs optional libsynctex1_2014.20140926.35254-3_amd64.deb 13b90ea3b4105cbd6440d49b85fbb559 58922 libdevel optional libsynctex-dev_2014.20140926.35254-3_amd64.deb 2b690d65458a3688457471cbcfcd1da5 27650 oldlibs extra luatex_2014.20140926.35254-3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIVAwUBVFrx8WyspEiGDNwTAQj0rxAArgpZ8Y4iFBfLLQA8uf63kkO/V5gntlH7 4A4+9GqKL/fF8ys/OMRoVM5enAL6S4E/U3DPW0SDpTWvRpfhAAiSV8wL9BAM+3Aw eLiK/3Xcb8teLcYS/AYM1vvwDLgx+syJnHl+Un1FX82XOhOiV7tFBmeiXdemERF0 KSf6uZlnU6HQtpsPOjbC5Hi+9pm8ZAkYt78226NEshuIrjRzf0Zd/HHKoBRxzpFN VxhZ3kulYYSo7lOO/7+77aRxy7FQfVTzLrTh3vvw1xEUaqayik9ZWNJXL99kaYw2 eoM9NdDkkIAFg5m18LrpN1zoMu53utxhvUJqK58G2AdXh1UJNE6uKmDoIsSTtg1d WYr6URpgsqV84Ht526JJlYfK8weImSIySFmWEVjeS6zOWmB0RF0gWoHrOcmgzgxv wqAdtad+ZoOsqjY61JfGKleH142HYRVM2s7lvSI3ueXfsztjAAH2oU6kNJvDbYQB mPEdvUNEh2YUQezf6obF22IBVvlm+bb9EmAYfL4tcDlfCaRvTq3C2/D7NhqN73f/ KTU8s8VsavOCBiOkOE1Rp4W/ErMvwJJnwVlnTGNnqbr1NnlBs/UyufXU3YFSw5na cBXKmuhUNXOpvidHRT4LqzVleR5wOHCBR5H77cCXI2h7ahSDxIVylObTwcoSKYHz mrJx9Yfw/5M= =yjb3 -----END PGP SIGNATURE-----
--- End Message ---

