Your message dated Sat, 22 Sep 2018 17:19:54 +0000
with message-id <e1g3lzs-0002ld...@fasolo.debian.org>
and subject line Bug#909090: fixed in fonts-smc-manjari 1.6-1
has caused the Debian Bug report #909090,
regarding fonts-smc-manjari FTBFS with fontmake 1.6.1-1
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.)


-- 
909090: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=909090
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: fonts-smc-manjari
Version: 1.5.1-1
Severity: serious
Tags: ftbfs

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fonts-smc-manjari.html

...
        make -j15 "INSTALL=install --strip-program=true"
make[1]: Entering directory '/build/1st/fonts-smc-manjari-1.5.1'
INFO:fontmake.font_project:Building OTF for Manjari-Thin
INFO:ufo2ft:Pre-processing glyphs
INFO:fontmake.font_project:Building TTF for Manjari-Thin
INFO:ufo2ft:Pre-processing glyphs
INFO:ufo2ft.filters:Running DecomposeComponentsFilter on Manjari-Thin
INFO:ufo2ft.filters:Running DecomposeComponentsFilter on Manjari-Thin
INFO:ufo2ft.filters:Running RemoveOverlapsFilter on Manjari-Thin
INFO:ufo2ft.filters:Running RemoveOverlapsFilter on Manjari-Thin
INFO:ufo2ft.filters:Running CubicToQuadraticFilter on Manjari-Thin
INFO:ufo2ft.filters.cubicToQuadratic:New spline lengths: 1: 1727, 2: 4325, 3: 
3737, 4: 574, 5: 20, 6: 2, 7: 5
INFO:ufo2ft:Building OpenType tables
INFO:fontTools.misc.xmlReader:Parsing 'DSIG' table...
WARNING:ufo2ft.featureCompiler:Please change the file name in the include(...); 
statement to be relative to the UFO itself, instead of relative to the 
'features.fea' file contained in it.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 230, in 
__next__
    self.lexers_.append(self.make_lexer_(path))
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 247, in 
make_lexer_
    fileobj = open(filename, "r", encoding="utf-8")
  File "/usr/lib/python3/dist-packages/fontTools/misc/py23.py", line 250, in 
open
    file, mode, buffering, encoding, errors, newline, closefd)
FileNotFoundError: [Errno 2] No such file or directory: 
'/build/1st/fonts-smc-manjari-1.5.1/sources/tables.fea'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tools/build.py", line 62, in <module>
    main()
  File "tools/build.py", line 58, in main
    build(args)
  File "tools/build.py", line 41, in build
    subroutinize=True
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 660, in 
run_from_ufos
    self.build_ttfs(ufos, **kwargs)
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 236, in 
build_ttfs
    self.save_otfs(ufos, ttf=True, **kwargs)
  File "/usr/lib/python3/dist-packages/fontTools/misc/loggingTools.py", line 
372, in wrapper
    return func(*args, **kwds)
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 395, in 
save_otfs
    for font, ufo in zip(fonts, ufos):
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 280, in 
_iter_compile
    yield compile_func(ufo, **options)
  File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 143, in 
compileTTF
    featureCompilerClass=featureCompilerClass,
  File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 230, in 
compileFeatures
    return featureCompiler.compile()
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 125, in 
compile
    self.setupFeatures()
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 222, in 
setupFeatures
    featureFile = parseLayoutFeatures(self.ufo)
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 48, in 
parseLayoutFeatures
    doc = parser.parse()
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 69, in 
parse
    statements.append(self.parse_languagesystem_())
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1209, 
in parse_languagesystem_
    self.expect_symbol_(";")
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1532, 
in expect_symbol_
    self.advance_lexer_()
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1604, 
in advance_lexer_
    self.next_token_location_) = next(self.lexer_)
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 235, in 
__next__
    raise IncludedFeaNotFound(fname_token, fname_location)
fontTools.feaLib.error.IncludedFeaNotFound: 
/build/1st/fonts-smc-manjari-1.5.1/sources/Manjari-Thin.ufo:5:9: tables.fea
make[1]: *** [Makefile:20: ttf] Error 1
make[1]: *** Waiting for unfinished jobs....
INFO:ufo2ft:Building OpenType tables
INFO:fontTools.misc.xmlReader:Parsing 'DSIG' table...
WARNING:ufo2ft.featureCompiler:Please change the file name in the include(...); 
statement to be relative to the UFO itself, instead of relative to the 
'features.fea' file contained in it.
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 230, in 
__next__
    self.lexers_.append(self.make_lexer_(path))
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 247, in 
make_lexer_
    fileobj = open(filename, "r", encoding="utf-8")
  File "/usr/lib/python3/dist-packages/fontTools/misc/py23.py", line 250, in 
open
    file, mode, buffering, encoding, errors, newline, closefd)
FileNotFoundError: [Errno 2] No such file or directory: 
'/build/1st/fonts-smc-manjari-1.5.1/sources/tables.fea'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "tools/build.py", line 62, in <module>
    main()
  File "tools/build.py", line 58, in main
    build(args)
  File "tools/build.py", line 41, in build
    subroutinize=True
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 654, in 
run_from_ufos
    self.build_otfs(ufos, **kwargs)
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 232, in 
build_otfs
    self.save_otfs(ufos, **kwargs)
  File "/usr/lib/python3/dist-packages/fontTools/misc/loggingTools.py", line 
372, in wrapper
    return func(*args, **kwds)
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 395, in 
save_otfs
    for font, ufo in zip(fonts, ufos):
  File "/usr/lib/python3/dist-packages/fontmake/font_project.py", line 280, in 
_iter_compile
    yield compile_func(ufo, **options)
  File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 89, in 
compileOTF
    featureCompilerClass=featureCompilerClass,
  File "/usr/lib/python3/dist-packages/ufo2ft/__init__.py", line 230, in 
compileFeatures
    return featureCompiler.compile()
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 125, in 
compile
    self.setupFeatures()
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 222, in 
setupFeatures
    featureFile = parseLayoutFeatures(self.ufo)
  File "/usr/lib/python3/dist-packages/ufo2ft/featureCompiler.py", line 48, in 
parseLayoutFeatures
    doc = parser.parse()
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 69, in 
parse
    statements.append(self.parse_languagesystem_())
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1209, 
in parse_languagesystem_
    self.expect_symbol_(";")
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1532, 
in expect_symbol_
    self.advance_lexer_()
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/parser.py", line 1604, 
in advance_lexer_
    self.next_token_location_) = next(self.lexer_)
  File "/usr/lib/python3/dist-packages/fontTools/feaLib/lexer.py", line 235, in 
__next__
    raise IncludedFeaNotFound(fname_token, fname_location)
fontTools.feaLib.error.IncludedFeaNotFound: 
/build/1st/fonts-smc-manjari-1.5.1/sources/Manjari-Thin.ufo:5:9: tables.fea
make[1]: *** [Makefile:15: otf] Error 1

--- End Message ---
--- Begin Message ---
Source: fonts-smc-manjari
Source-Version: 1.6-1

We believe that the bug you reported is fixed in the latest version of
fonts-smc-manjari, 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 909...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Balasankar C <balasank...@debian.org> (supplier of updated fonts-smc-manjari 
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: SHA512

Format: 1.8
Date: Sat, 22 Sep 2018 22:00:51 +0530
Source: fonts-smc-manjari
Binary: fonts-smc-manjari
Architecture: source
Version: 1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian-IN Team <debian-in-work...@lists.alioth.debian.org>
Changed-By: Balasankar C <balasank...@debian.org>
Description:
 fonts-smc-manjari - Manjari malayalam font
Closes: 909090
Changes:
 fonts-smc-manjari (1.6-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #909090)
   * Bump Standards-Version to 4.2.1
Checksums-Sha1:
 8f9252010b5200c9d9384cb672b2a42d91f588fb 2030 fonts-smc-manjari_1.6-1.dsc
 152590bff56c004d10b4f1dbf2078e5a4a1a81ce 3092538 
fonts-smc-manjari_1.6.orig.tar.gz
 e230f309b226097c1769aa17761e97aed6a6d87d 3648 
fonts-smc-manjari_1.6-1.debian.tar.xz
 825277c210195324fd854619f46afcb1483dea3e 11256 
fonts-smc-manjari_1.6-1_source.buildinfo
Checksums-Sha256:
 5d8d635c2b09ae00ff3b28021734cdf651dce387214b1180e8c6ba5f827bf1b9 2030 
fonts-smc-manjari_1.6-1.dsc
 3df61b180ba24c98325597fa30460a5ae0e160f8b0de060cc05b6ab599714cef 3092538 
fonts-smc-manjari_1.6.orig.tar.gz
 b5caeaecc33f1a5e13f74f0131103bd759e778af25983841b5abaf774e0cb8a8 3648 
fonts-smc-manjari_1.6-1.debian.tar.xz
 d84af46e4dd7a0adced01a1fcca781049d24558652dc1632b392607c01b9fb10 11256 
fonts-smc-manjari_1.6-1_source.buildinfo
Files:
 bdac7b270a2adc4e0cfe5e3315c9e7f1 2030 fonts optional 
fonts-smc-manjari_1.6-1.dsc
 9f4d783eccdb3896fa156b43140efbea 3092538 fonts optional 
fonts-smc-manjari_1.6.orig.tar.gz
 d5dcaea4186ae42cec8a6b19c64f21aa 3648 fonts optional 
fonts-smc-manjari_1.6-1.debian.tar.xz
 29ba3eeb7cdb85fc6394f90b5c2cfd93 11256 fonts optional 
fonts-smc-manjari_1.6-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJLBAEBCgA1FiEE3fK4OxY1M+BbaW1bt30uLiNzVCcFAlumcugXHGJhbGFzYW5r
YXJjQGRlYmlhbi5vcmcACgkQt30uLiNzVCcpOhAAjYfLX+CJbEhAPuA1c8e77wC8
kyvOcKPEBZM+RT/4/p7lfEgj1IlQjKq/2hcnBl67zFfAUrXJbb3G+cABvFac7m75
wB3KiH2HP7yZ9XU4+V7MtVbC/LoL7p5wEehobrs6jfgDFvA0DpogMYN4tn4gD6AY
+WbdJEnSkw0tjpnYavWk47XT4m2zY/mBY/aplGCwPleLZXcUlXYOcoLmLivpg+CL
O3Jn6UXn7TH3qNuVuiKvNg62PBICOiokSnINiGQngQZMb+YfyB1yICC5AItTApiS
eE2Tf87Au8v7hdq5gVmvbgS4YruBCvvEG6bVykr9a9eTCXcxxTPfst8X51xy48A1
BhEJwEQBgc5hN6HI1QZpybDA15SbTyMREFvv8tsh+eMOtL6fNOEppkhLQecI0IVK
bPAQSFUd/N0Pc8RxbMgMvkLgOydLGqtrMDLpMi9BNf7Gu1wQqDOEkVFUEDaqepAy
U9JkvxLp8JQxJ5cyFzh76sp83iDrq/KfpyEQ1xzJRDbiRCgWa4arvFI2gQZ3NfJn
5JEnLyZ5BrED7pdhP76YedBZqyGXfri6GJW8ad4CD8oOoE+8N9sHNEk1uQtbHaoc
teNEfRQkSEfCpyVPjG0e2kxgYuG/RXEsGff76e9bm8R0hAm2UB3lrvmyGgo9JJwv
KCwzTkueUccLXBBNQPw=
=BY0m
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to