Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 659258 - dev-python/pyenchant-1.6.8 : [TEST] ERROR: test_UnicodeTag (enchant.tests.TestBroker)
Summary: dev-python/pyenchant-1.6.8 : [TEST] ERROR: test_UnicodeTag (enchant.tests.Tes...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2018-06-26 17:35 UTC by Toralf Förster
Modified: 2018-07-28 17:22 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,15.95 KB, text/plain)
2018-06-26 17:35 UTC, Toralf Förster
Details
dev-python:pyenchant-1.6.8:20180625-225604.log (dev-python:pyenchant-1.6.8:20180625-225604.log,123.90 KB, text/plain)
2018-06-26 17:35 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,76.09 KB, text/plain)
2018-06-26 17:35 UTC, Toralf Förster
Details
environment (environment,133.15 KB, text/plain)
2018-06-26 17:35 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.59 KB, application/x-bzip)
2018-06-26 17:35 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,34.18 KB, application/x-bzip)
2018-06-26 17:35 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-06-26 17:35:39 UTC
  warnings.warn(str(e), _gtk.Warning)
======================================================================
ERROR: test_UnicodeTag (enchant.tests.TestBroker)
Test that unicode language tags are accepted
----------------------------------------------------------------------
Traceback (most recent call last):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-gnome-systemd_test_20180623-161602

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.5
  [2]   python2.7 (fallback)

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv dev-python/pyenchant
[ebuild  N    ] dev-python/pyenchant-1.6.8  USE="{test}" PYTHON_TARGETS="python2_7 python3_5 -pypy -python3_4 -python3_6"
Comment 1 Toralf Förster gentoo-dev 2018-06-26 17:35:42 UTC
Created attachment 537300 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-06-26 17:35:46 UTC
Created attachment 537302 [details]
dev-python:pyenchant-1.6.8:20180625-225604.log
Comment 3 Toralf Förster gentoo-dev 2018-06-26 17:35:50 UTC
Created attachment 537304 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2018-06-26 17:35:52 UTC
Created attachment 537306 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2018-06-26 17:35:55 UTC
Created attachment 537308 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2018-06-26 17:35:58 UTC
Created attachment 537310 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2018-07-28 17:22:10 UTC
The bug has been closed via the following commit(s):

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

commit cd514ed669015e36c2fc797ef34d7f521bbdcb50
Author:     Louis Sautier <sbraz@gentoo.org>
AuthorDate: 2018-07-28 17:14:08 +0000
Commit:     Louis Sautier <sbraz@gentoo.org>
CommitDate: 2018-07-28 17:21:43 +0000

    dev-python/pyenchant: bump to 2.0.0, supports enchant 2, Py3.7+PyPy3
    
    * This new version works with enchant v1.x and v2.x so we can get rid of
      ${PV%.*} in RDEPEND.
    * app-dicts/myspell-en must be installed to avoid the failure from bug 659258.
    * Tests are fine as long as a UTF-8 locale is present, not necessarily
      en_US.UTF-8, remove the locale check from python_test.
    * When using a non-English locale, one test might fail, so it's
      commented out and the failure is reported upstream.
    
    Closes: https://bugs.gentoo.org/643718
    Closes: https://bugs.gentoo.org/659258
    Closes: https://bugs.gentoo.org/656172
    Package-Manager: Portage-2.3.43, Repoman-2.3.10

 dev-python/pyenchant/Manifest               |  1 +
 dev-python/pyenchant/pyenchant-2.0.0.ebuild | 37 +++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)