Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616688 - dev-python/fonttools-3.10.0 with sci-libs/scipy fails test InterpolateLayoutTest.test_varlib_interpolate_layout_GPOS_only_LookupType_2_class_pairs_diff2_val_ttf
Summary: dev-python/fonttools-3.10.0 with sci-libs/scipy fails test InterpolateLayoutT...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2017-04-26 23:30 UTC by eroen
Modified: 2019-12-11 19:24 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,407.44 KB, text/plain)
2017-04-26 23:30 UTC, eroen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eroen 2017-04-26 23:30:03 UTC
Created attachment 470990 [details]
build.log

The failing test is skipped if scipy is not installed.


=================================== FAILURES ===================================
 InterpolateLayoutTest.test_varlib_interpolate_layout_GPOS_only_LookupType_2_class_pairs_diff2_val_ttf 

self = <varLib.interpolate_layout_test.InterpolateLayoutTest testMethod=test_varlib_interpolate_layout_GPOS_only_LookupType_2_class_pairs_diff2_val_ttf>

    def test_varlib_interpolate_layout_GPOS_only_LookupType_2_class_pairs_diff2_val_ttf(self):
        """Only GPOS; LookupType 2 class pairs; different values and items in each master.
            """
        suffix = '.ttf'
        ds_path = self.get_test_input('InterpolateLayout.designspace')
        ufo_dir = self.get_test_input('master_ufo')
        ttx_dir = self.get_test_input('master_ttx_interpolatable_ttf')
    
        fea_str_0 = """
            feature xxxx {
                pos [A] [a] -53;
            } xxxx;
            """
        fea_str_1 = """
            feature xxxx {
                pos [A] [a] -27;
                pos [a] [a] 19;
            } xxxx;
            """
        features = [fea_str_0, fea_str_1]
    
        self.temp_dir()
        ttx_paths = self.get_file_list(ttx_dir, '.ttx', 'TestFamily2-')
        for i, path in enumerate(ttx_paths):
            self.compile_font(path, suffix, self.tempdir, features[i])
    
        finder = lambda s: s.replace(ufo_dir, self.tempdir).replace('.ufo', suffix)
        instfont = interpolate_layout(ds_path, {'weight': 500}, finder)
    
        tables = ['GPOS']
        expected_ttx_path = self.get_test_output('InterpolateLayoutGPOS_2_class_diff2.ttx')
>       self.expect_ttx(instfont, expected_ttx_path, tables)

Tests/varLib/interpolate_layout_test.py:498: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
Tests/varLib/interpolate_layout_test.py:82: in expect_ttx
    self.fail("TTX output is different from expected")
E   AssertionError: TTX output is different from expected
----------------------------- Captured stdout call -----------------------------
Index of base master: 0
Building variable font
Loading master fonts
Axes:
{'weight': (0.0, 0.0, 1000.0)}
Location: {'weight': 500}
Master locations:
[{'weight': 0.0}, {'weight': 1000.0}]
Normalized location: {'weight': 0.5}
Normalized master locations:
[{'weight': 0.0}, {'weight': 1.0}]
Building variations tables
--- /var/tmp/portage/dev-python/fonttools-3.10.0/work/fonttools-3.10.0/Tests/varLib/data/test_results/InterpolateLayoutGPOS_2_class_diff2.ttx
+++ /var/tmp/portage/dev-python/fonttools-3.10.0/temp/tmpx_a_yoju/tmp1.ttx
@@ -41,7 +41,7 @@
           <ValueFormat1 value="4"/>
           <ValueFormat2 value="0"/>
           <ClassDef1 Format="1">
-            <ClassDef glyph="A" class="1"/>
+            <ClassDef glyph="a" class="1"/>
           </ClassDef1>
           <ClassDef2 Format="1">
             <ClassDef glyph="a" class="1"/>
@@ -53,7 +53,7 @@
               <Value1 XAdvance="0"/>
             </Class2Record>
             <Class2Record index="1">
-              <Value1 XAdvance="10"/>
+              <Value1 XAdvance="-40"/>
             </Class2Record>
           </Class1Record>
           <Class1Record index="1">
@@ -61,7 +61,7 @@
               <Value1 XAdvance="0"/>
             </Class2Record>
             <Class2Record index="1">
-              <Value1 XAdvance="-40"/>
+              <Value1 XAdvance="10"/>
             </Class2Record>
           </Class1Record>
         </PairPos>
============== 1 failed, 1922 passed, 96 skipped in 18.66 seconds ==============
 * ERROR: dev-python/fonttools-3.10.0::gentoo failed (test phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_test
 *   environment, line 2613:  Called distutils-r1_src_test
 *   environment, line  800:  Called _distutils-r1_run_foreach_impl 'python_test'
 *   environment, line  274:  Called python_foreach_impl 'distutils-r1_run_phase' 'python_test'
 *   environment, line 2133:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1441:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'python_test'
 *   environment, line 1439:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'python_test'
 *   environment, line  474:  Called distutils-r1_run_phase 'python_test'
 *   environment, line  732:  Called python_test
 *   environment, line 2493:  Called esetup.py 'test'
 *   environment, line  986:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
Comment 1 eroen 2017-04-26 23:30:49 UTC
localhost ~ # emerge --info '=dev-python/fonttools-3.10.0::gentoo' scipy
Portage 2.3.3 (python 3.4.5-final-0, default/linux/amd64/13.0, gcc-5.4.0, glibc-2.23-r3, 4.4.6-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.6-gentoo-x86_64-Intel-R-_Core-TM-_i5-2520M_CPU_@_2.50GHz-with-gentoo-2.3
KiB Mem:     4043380 total,   3074752 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Wed, 26 Apr 2017 22:30:01 +0000
sh bash 4.3_p48-r1
ld GNU ld (Gentoo 2.26.1 p1.0) 2.26.1
app-shells/bash:          4.3_p48-r1::gentoo
dev-lang/perl:            5.24.1-r1::gentoo
dev-lang/python:          2.7.12::gentoo, 3.4.5::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.24.2::gentoo
sys-apps/sandbox:         2.10-r3::gentoo
sys-devel/autoconf:       2.69::gentoo
sys-devel/automake:       1.15::gentoo
sys-devel/binutils:       2.26.1::gentoo
sys-devel/gcc:            5.4.0-r3::gentoo
sys-devel/gcc-config:     1.7.3::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r3::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS=""
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="acl amd64 berkdb bindist bzip2 cli cracklib crypt cxx dri fortran gdbm iconv ipv6 modules multilib ncurses nls nptl openmp pam pcre readline seccomp session ssl tcpd unicode xattr zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python3_4" PYTHON_TARGETS="python2_7 python3_4" RUBY_TARGETS="ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

sci-libs/scipy-0.18.1::gentoo was built with the following:
USE="-doc -sparse -test" ABI_X86="64" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -shared"

localhost ~ # emerge -pqv '=dev-python/fonttools-3.10.0::gentoo'
[ebuild  N    ] dev-python/fonttools-3.10.0  USE="{test}" PYTHON_TARGETS="python2_7 python3_4 -python3_5 -python3_6" 

 * IMPORTANT: 9 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.
Comment 2 Matt Turner gentoo-dev 2019-09-14 19:09:05 UTC
Please give 3.44.0 and 4.0.1 a try. (see bug 678244 for keywording req).
Comment 3 Matt Turner gentoo-dev 2019-09-14 20:17:28 UTC
(In reply to Matt Turner from comment #2)
> Please give 3.44.0 and 4.0.1 a try. (see bug 678244 for keywording req).

Oops, meant bug 694372
Comment 4 Larry the Git Cow gentoo-dev 2019-12-11 19:24:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdff9543c318e57cec5f15466b0c47441459c953

commit fdff9543c318e57cec5f15466b0c47441459c953
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-12-11 18:59:54 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-12-11 19:24:13 +0000

    dev-python/fonttools: Drop old versions
    
    Closes: https://bugs.gentoo.org/616686
    Closes: https://bugs.gentoo.org/616688
    Closes: https://bugs.gentoo.org/659576
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 dev-python/fonttools/Manifest                |  2 --
 dev-python/fonttools/fonttools-3.0.ebuild    | 27 ---------------------
 dev-python/fonttools/fonttools-3.24.2.ebuild | 35 ----------------------------
 3 files changed, 64 deletions(-)