Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 840368 - [guru] dev-util/fontmake-3.3.0 fails tests
Summary: [guru] dev-util/fontmake-3.3.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-04-23 18:20 UTC by Agostino Sarubbo
Modified: 2022-05-02 07:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,749.71 KB, text/plain)
2022-04-23 18:20 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-04-23 18:20:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-util/fontmake-3.3.0 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2022-04-23 18:20:04 UTC
Created attachment 773687 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-04-23 18:20:05 UTC
Error(s) that match a know pattern:


                except ImportError:
            TypeError: "variable" or "interpolatable" outputs are incompatible
>           sys.exit(f"fontmake: Error: {str(e)}")
E           SystemExit: fontmake: Error: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti0/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmpd04hodh0.ttf': ttfautohint not found; try `pip install ttfautohint-py`
E           SystemExit: fontmake: Error: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti1/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmpqeyavotn.ttf': ttfautohint not found; try `pip install ttfautohint-py`
E           SystemExit: fontmake: Error: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti2/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmphdqlnf5r.ttf': ttfautohint not found; try `pip install ttfautohint-py`
E           fontmake.errors.FontmakeError: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti0/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmpd04hodh0.ttf': ttfautohint not found; try `pip install ttfautohint-py`
E           fontmake.errors.FontmakeError: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti1/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmpqeyavotn.ttf': ttfautohint not found; try `pip install ttfautohint-py`
E           fontmake.errors.FontmakeError: In '../../temp/pytest-of-portage/pytest-0/test_autohinting_autohint_opti2/sources/Padyakke.glyphs' -> 'master_ufo/PadyakkeExpandedOne-Light.designspace' -> '../../temp/tmphdqlnf5r.ttf': ttfautohint not found; try `pip install ttfautohint-py`
FAILED tests/test_main.py::test_autohinting[autohint_options0] - SystemExit: ...
FAILED tests/test_main.py::test_autohinting[autohint_options1] - SystemExit: ...
FAILED tests/test_main.py::test_autohinting[autohint_options2] - SystemExit: ...
            conversion_error: Error to allow when converting cubic CFF contours
Comment 3 Larry the Git Cow gentoo-dev 2022-05-02 07:17:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70ea9e84644b05fddbf75f7eabadd028722004c5

commit 70ea9e84644b05fddbf75f7eabadd028722004c5
Author:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
AuthorDate: 2022-04-23 23:47:18 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri@gmail.com>
CommitDate: 2022-04-24 00:38:31 +0000

    dev-util/fontmake: add optional deps for testing
    
    Closes: https://bugs.gentoo.org/840368
    Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>

 dev-util/fontmake/fontmake-3.3.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)