Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616104 - dev-python/chardet-3.0.2 depends on pytest-runner
Summary: dev-python/chardet-3.0.2 depends on pytest-runner
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: https://github.com/chardet/chardet/pu...
Whiteboard:
Keywords:
: 616290 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-04-20 10:57 UTC by fuse809
Modified: 2017-04-22 16:59 UTC (History)
22 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fuse809 2017-04-20 10:57:03 UTC
I just tried to upgrade to 3.0.2 of dev-python/chardet from 2.3.0 and the build failed giving the output:

>>> Emerging (1 of 1) dev-python/chardet-3.0.2::gentoo
>>> Downloading 'http://distfiles.gentoo.org/distfiles/chardet-3.0.2.tar.gz'
--2017-04-20 20:46:18--  http://distfiles.gentoo.org/distfiles/chardet-3.0.2.tar.gz
Resolving distfiles.gentoo.org... 156.56.247.195, 64.50.233.100, 137.226.34.46, ...
Connecting to distfiles.gentoo.org|156.56.247.195|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2017-04-20 20:46:19 ERROR 404: Not Found.

>>> Downloading 'https://files.pythonhosted.org/packages/source/c/chardet/chardet-3.0.2.tar.gz'
--2017-04-20 20:46:19--  https://files.pythonhosted.org/packages/source/c/chardet/chardet-3.0.2.tar.gz
Resolving files.pythonhosted.org... 2a04:4e42:17::319, 151.101.97.63
Connecting to files.pythonhosted.org|2a04:4e42:17::319|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://pypi.python.org/packages/91/05/28f23094cdf1410fb03533f0d71e6b4aad3c504100e83b8cea6fc899552c/chardet-3.0.2.tar.gz [following]
--2017-04-20 20:46:19--  https://pypi.python.org/packages/91/05/28f23094cdf1410fb03533f0d71e6b4aad3c504100e83b8cea6fc899552c/chardet-3.0.2.tar.gz
Resolving pypi.python.org... 2a04:4e42:17::223, 151.101.96.223
Connecting to pypi.python.org|2a04:4e42:17::223|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1866978 (1.8M) [binary/octet-stream]
Saving to: ‘/usr/portage/distfiles/chardet-3.0.2.tar.gz’

/usr/portage/distfi 100%[===================>]   1.78M  2.69MB/s    in 0.7s    

2017-04-20 20:46:25 (2.69 MB/s) - ‘/usr/portage/distfiles/chardet-3.0.2.tar.gz’ saved [1866978/1866978]

 * chardet-3.0.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                            [ ok ]
>>> Unpacking source...
>>> Unpacking chardet-3.0.2.tar.gz to /var/tmp/portage/dev-python/chardet-3.0.2/work
>>> Source unpacked in /var/tmp/portage/dev-python/chardet-3.0.2/work
>>> Preparing source in /var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 52, in <module>
    ['chardetect = chardet.cli.chardetect:main']})
  File "/usr/lib64/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 318, in __init__
    self.fetch_build_eggs(attrs['setup_requires'])
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 375, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 851, in resolve
    dist = best[req.key] = env.best_match(req, ws, installer)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1123, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1135, in obtain
    return installer(requirement)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 443, in fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 699, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 880, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 1119, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 1107, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: open('/var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2-python2_7/lib/ptr.py', 'wb') {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
 * ERROR: dev-python/chardet-3.0.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2623:  Called distutils-r1_src_compile
 *   environment, line  766:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  308:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2158:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1466:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1464:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  499:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  757:  Called distutils-r1_python_compile
 *   environment, line  632:  Called esetup.py 'build'
 *   environment, line 1011:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/chardet-3.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/chardet-3.0.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/chardet-3.0.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/chardet-3.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'
 * S: '/var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'

>>> Failed to emerge dev-python/chardet-3.0.2, Log file:

>>>  '/var/tmp/portage/dev-python/chardet-3.0.2/temp/build.log'

 * Messages for package dev-python/chardet-3.0.2:

 * ERROR: dev-python/chardet-3.0.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2623:  Called distutils-r1_src_compile
 *   environment, line  766:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  308:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2158:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1466:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1464:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  499:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  757:  Called distutils-r1_python_compile
 *   environment, line  632:  Called esetup.py 'build'
 *   environment, line 1011:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/chardet-3.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/chardet-3.0.2::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/chardet-3.0.2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/chardet-3.0.2/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'
 * S: '/var/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'

while emerge -pqv... returned:

[ebuild     U ] dev-python/chardet-3.0.2 [2.3.0] USE="{-test%}" PYTHON_TARGETS="python2_7 python3_4 -pypy -pypy3 -python3_5 -python3_6" 

emerge --info... returned:

Portage 2.3.5 (python 3.4.6-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.4.0, glibc-2.24-r1, 4.10.11-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.10.11-gentoo-x86_64-Intel-R-_Core-TM-_i7-4700MQ_CPU_@_2.40GHz-with-gentoo-2.3
KiB Mem:    16344476 total,   6362748 free
KiB Swap:          0 total,         0 free
sh bash 4.4_p12
ld GNU ld (Gentoo 2.27 p1.0) 2.27
ccache version 3.3.4 [disabled]
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1-r1::gentoo
dev-lang/python:          2.7.13::gentoo, 3.4.6::gentoo
dev-util/ccache:          3.3.4::gentoo
dev-util/cmake:           3.8.0::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.3::gentoo
sys-apps/openrc:          0.25::gentoo
sys-apps/sandbox:         2.10-r4::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r2::gentoo
sys-devel/automake:       1.12.6-r1::gentoo, 1.13.4-r1::gentoo, 1.15-r2::gentoo
sys-devel/binutils:       2.27::gentoo
sys-devel/gcc:            5.4.0-r3::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r4::gentoo
sys-devel/make:           4.2.1-r1::gentoo
sys-kernel/linux-headers: 4.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.24-r1::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: git
    sync-uri: https://github.com/gentoo/gentoo.git
    priority: -1000

cups
    location: /usr/local/portage
    masters: gentoo

fusion809
    location: /usr/local/fusion809-overlay
    masters: gentoo

flatpak-overlay
    location: /usr/local/flatpak-overlay
    sync-type: git
    sync-uri: git://github.com/fosero/flatpak-overlay.git
    masters: gentoo
    priority: 50

gamerlay
    location: /var/lib/layman/gamerlay
    masters: gentoo
    priority: 50

games-overlay
    location: /var/lib/layman/games-overlay
    masters: gentoo
    priority: 50

grub2-themes
    location: /var/lib/layman/grub2-themes
    masters: gentoo
    priority: 50

mozilla
    location: /var/lib/layman/mozilla
    masters: gentoo
    priority: 50

steam-overlay
    location: /var/lib/layman/steam-overlay
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /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"
LANG="en_AU.utf8"
LC_ALL="en_AU.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
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="X a52 aac acl acpi alsa amd64 berkdb branding bumblebee bzip2 cairo cdda cdr cli cracklib crypt cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fortran gdbm gif glamor gpm gtk iconv ipv6 jpeg kde kipi kms kwallet lcms ldap libnotify mad mng modules mp3 mp4 mpeg multilib ncurses nls nptl nvidia ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds qml qt3support qt4 qt5 readline sdl seccomp semantic-desktop session spell ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vorbis wayland widgets wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid xwayland 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" CPU_FLAGS_X86="mmx mmxext sse sse2" 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="evdev synaptics" KERNEL="linux" L10N="en en_AU en_GB en_US en-AU en-GB en-US" 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="nvidia intel" 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, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

as I gave you the full emerge output I don't think I need to give you a build log as it'll be the same as the output I've given you.
Comment 1 Denis Descheneaux 2017-04-20 11:29:03 UTC
same issue here
Comment 2 Perfect Gentleman 2017-04-20 11:54:28 UTC
Confirm
-----------------------------------------------------------------------------------
>>> Emerging (1 of 1) dev-python/chardet-3.0.2::gentoo
 * chardet-3.0.2.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                  [ ok ]
>>> Unpacking source...
>>> Unpacking chardet-3.0.2.tar.gz to /tmp/portage/dev-python/chardet-3.0.2/work
>>> Source unpacked in /tmp/portage/dev-python/chardet-3.0.2/work
>>> Preparing source in /tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
>>> Source configured.
>>> Compiling source in /tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2 ...
 * python2_7: running distutils-r1_run_phase distutils-r1_python_compile
/usr/bin/python2.7 setup.py build
Traceback (most recent call last):
  File "setup.py", line 52, in <module>
    ['chardetect = chardet.cli.chardetect:main']})
  File "/usr/lib64/python2.7/distutils/core.py", line 111, in setup
    _setup_distribution = dist = klass(attrs)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 318, in __init__
    self.fetch_build_eggs(attrs['setup_requires'])
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 375, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 851, in resolve
    dist = best[req.key] = env.best_match(req, ws, installer)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1123, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 1135, in obtain
    return installer(requirement)
  File "/usr/lib64/python2.7/site-packages/setuptools/dist.py", line 443, in fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 673, in easy_install
    return self.install_item(spec, dist.location, tmpdir, deps)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 699, in install_item
    dists = self.install_eggs(spec, download, tmpdir)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 880, in install_eggs
    return self.build_and_install(setup_script, setup_base)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 1119, in build_and_install
    self.run_setup(setup_script, setup_base, args)
  File "/usr/lib64/python2.7/site-packages/setuptools/command/easy_install.py", line 1107, in run_setup
    raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation: open('/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2-python2_7/lib/ptr.py', 'wb') {}

The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.

This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand.  Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
 * ERROR: dev-python/chardet-3.0.2::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  115:  Called src_compile
 *   environment, line 2629:  Called distutils-r1_src_compile
 *   environment, line  751:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  293:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2164:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1451:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1449:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  484:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  742:  Called distutils-r1_python_compile
 *   environment, line  617:  Called esetup.py 'build'
 *   environment, line  996:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/chardet-3.0.2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/chardet-3.0.2::gentoo'`.
 * The complete build log is located at '/tmp/portage/dev-python/chardet-3.0.2/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/dev-python/chardet-3.0.2/temp/environment'.
 * Working directory: '/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'
 * S: '/tmp/portage/dev-python/chardet-3.0.2/work/chardet-3.0.2'
Comment 3 G.Wolfe Woodbury 2017-04-20 12:04:49 UTC
Confirmed, same symptoms: Sandbox error (writing to /tmp/var/portage/....)

Python27, Python34
Comment 4 Sam Stone 2017-04-20 14:19:55 UTC
Same issue here as well
Comment 5 Denis Descheneaux 2017-04-20 14:29:48 UTC
same issue as well
Comment 6 Mike Gilbert gentoo-dev 2017-04-20 19:27:57 UTC
I think this should fix it.

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

commit 59523c5f3c9e160593d5a2f21dc8b08fc939c19b
Author: Mike Gilbert <floppym@gentoo.org>
Date:   Thu Apr 20 15:26:52 2017 -0400

    dev-python/chardet: remove setup_requires="pytest-runner"
    
    Package-Manager: Portage-2.3.5_p19, Repoman-2.3.2_p49

 dev-python/chardet/chardet-3.0.2.ebuild            |  4 ++++
 .../chardet/files/disable-pytest-runner.patch      | 24 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)
Comment 7 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-04-20 20:59:22 UTC
Any chance to upstream the proper fix for this, or at least report it?
Comment 8 Zac Medico gentoo-dev 2017-04-20 21:28:20 UTC
(In reply to Michał Górny from comment #7)
> Any chance to upstream the proper fix for this, or at least report it?

I've found instructions for conditional pytest-runner usage here:

https://pypi.python.org/pypi/pytest-runner#conditional-requirement

I'll send a patch upstream.
Comment 9 Mike Gilbert gentoo-dev 2017-04-20 22:56:43 UTC
(In reply to Zac Medico from comment #8)

Nice find. I think there are a few other packages I can apply that to, if I can manage to find them again.
Comment 10 Mike Gilbert gentoo-dev 2017-04-22 16:59:51 UTC
*** Bug 616290 has been marked as a duplicate of this bug. ***