Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 744192 Details for
Bug 817272
dev-python/astroid-2.7.3: pkg_resources.DistributionNotFound: The 'wrapt<1.13,>=1.11' distribution was not found and is required by astroid
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge --info and full error messages
terminal_output.txt (text/plain), 15.73 KB, created by
Justin Keogh
on 2021-10-09 21:27:22 UTC
(
hide
)
Description:
emerge --info and full error messages
Filename:
MIME Type:
Creator:
Justin Keogh
Created:
2021-10-09 21:27:22 UTC
Size:
15.73 KB
patch
obsolete
>$ emerge -1 pylint -pv > >These are the packages that would be merged, in reverse order: > >Calculating dependencies ... done! >[ebuild R ] dev-python/pylint-2.10.2::gentoo USE="-doc -examples -test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10" 0 KiB > >Total: 1 package (1 reinstall), Size of downloads: 0 KiB > >$ pylint >Traceback (most recent call last): > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 568, in _build_master > ws.require(__requires__) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require > needed = self.resolve(parse_requirements(requirements)) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 777, in resolve > raise VersionConflict(dist, req).with_context(dependent_req) >pkg_resources.ContextualVersionConflict: (wrapt 1.13.1 (/usr/lib/python3.9/site-packages), Requirement.parse('wrapt<1.13,>=1.11'), {'astroid'}) > >During handling of the above exception, another exception occurred: > >Traceback (most recent call last): > File "/usr/lib/python-exec/python3.9/pylint", line 33, in <module> > sys.exit(load_entry_point('pylint==2.10.2', 'console_scripts', 'pylint')()) > File "/usr/lib/python3.9/site-packages/pylint/__init__.py", line 21, in run_pylint > from pylint.lint import Run as PylintRun > File "/usr/lib/python3.9/site-packages/pylint/lint/__init__.py", line 76, in <module> > from pylint.lint.parallel import check_parallel > File "/usr/lib/python3.9/site-packages/pylint/lint/parallel.py", line 7, in <module> > from pylint import reporters > File "/usr/lib/python3.9/site-packages/pylint/reporters/__init__.py", line 26, in <module> > from pylint import utils > File "/usr/lib/python3.9/site-packages/pylint/utils/__init__.py", line 46, in <module> > from pylint.utils.ast_walker import ASTWalker > File "/usr/lib/python3.9/site-packages/pylint/utils/ast_walker.py", line 7, in <module> > from astroid import nodes > File "/usr/lib/python3.9/site-packages/astroid/__init__.py", line 53, in <module> > from astroid import node_classes # Deprecated, to remove later > File "/usr/lib/python3.9/site-packages/astroid/node_classes.py", line 5, in <module> > from astroid.nodes.node_classes import ( # pylint: disable=redefined-builtin (Ellipsis) > File "/usr/lib/python3.9/site-packages/astroid/nodes/__init__.py", line 26, in <module> > from astroid.nodes.node_classes import ( # pylint: disable=redefined-builtin (Ellipsis) > File "/usr/lib/python3.9/site-packages/astroid/nodes/node_classes.py", line 46, in <module> > from astroid.bases import Instance, _infer_stmts > File "/usr/lib/python3.9/site-packages/astroid/bases.py", line 548, in <module> > class Generator(BaseInstance): > File "/usr/lib/python3.9/site-packages/astroid/bases.py", line 554, in Generator > special_attributes = lazy_descriptor(objectmodel.GeneratorModel) > File "/usr/lib/python3.9/site-packages/astroid/util.py", line 29, in <lambda> > lambda: importlib.import_module("." + module_name, "astroid") > File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module > return _bootstrap._gcd_import(name[level:], package, level) > File "/usr/lib/python3.9/site-packages/astroid/interpreter/objectmodel.py", line 43, in <module> > from astroid.manager import AstroidManager > File "/usr/lib/python3.9/site-packages/astroid/manager.py", line 36, in <module> > from astroid.interpreter._import import spec > File "/usr/lib/python3.9/site-packages/astroid/interpreter/_import/spec.py", line 27, in <module> > from . import util > File "/usr/lib/python3.9/site-packages/astroid/interpreter/_import/util.py", line 6, in <module> > import pkg_resources > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3243, in <module> > def _initialize_master_working_set(): > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3226, in _call_aside > f(*args, **kwargs) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set > working_set = WorkingSet._build_master() > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 570, in _build_master > return cls._build_from_requirements(__requires__) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 583, in _build_from_requirements > dists = ws.resolve(reqs, Environment()) > File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve > raise DistributionNotFound(req, requirers) >pkg_resources.DistributionNotFound: The 'wrapt<1.13,>=1.11' distribution was not found and is required by astroid > >$ emerge --unmerge pylint wrapt astroid > * This action can remove important packages! In order to be safer, use > * `emerge -pv --depclean <atom>` to check for reverse dependencies before > * removing packages. > > dev-python/pylint > selected: 2.10.2 > protected: none > omitted: none > > dev-python/wrapt > selected: 1.13.1 > protected: none > omitted: none > > dev-python/astroid > selected: 2.7.3 > protected: none > omitted: none > >All selected packages: =dev-python/wrapt-1.13.1 =dev-python/astroid-2.7.3 =dev-python/pylint-2.10.2 > >>>> 'Selected' packages are slated for removal. >>>> 'Protected' and 'omitted' packages will not be removed. > >>>> Waiting 5 seconds before starting... >>>> (Control-C to abort)... >>>> Unmerging in: 5 4 3 2 1 >>>> Unmerging (1 of 3) dev-python/pylint-2.10.2... >>>> Unmerging (2 of 3) dev-python/wrapt-1.13.1... >>>> Unmerging (3 of 3) dev-python/astroid-2.7.3... > > * GNU info directory index is up-to-date. > >$ emerge -1 pylint -pv > >These are the packages that would be merged, in reverse order: > >Calculating dependencies ... done! >[ebuild N ] dev-python/pylint-2.10.2::gentoo USE="-doc -examples -test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10" 0 KiB >[ebuild N ] dev-python/astroid-2.7.3::gentoo USE="-test" PYTHON_TARGETS="python3_9 -python3_8 -python3_10" 0 KiB >[ebuild N ] dev-python/wrapt-1.13.1::gentoo USE="-doc -test" PYTHON_TARGETS="python3_9 -pypy3 -python3_8 -python3_10" 0 KiB > >Total: 3 packages (3 new), Size of downloads: 0 KiB > >$ cat /var/db/repos/gentoo/dev-python/ast >asteval/ astor/ astroid/ asttokens/ astunparse/ > >$ cat /var/db/repos/gentoo/dev-python/astroid/astroid-2.7.3.ebuild ># Copyright 1999-2021 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > >DISTUTILS_USE_SETUPTOOLS=rdepend >PYTHON_COMPAT=( python3_{8..10} ) > >inherit distutils-r1 > >DESCRIPTION="Abstract Syntax Tree for logilab packages" >HOMEPAGE=" > https://github.com/PyCQA/astroid/ > https://pypi.org/project/astroid/" >SRC_URI=" > https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz > -> ${P}.tar.gz" > >LICENSE="LGPL-2.1+" >SLOT="0" >KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~m68k ppc ppc64 ~riscv sparc x86" > ># Version specified in __pkginfo__.py. >RDEPEND=" > >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}] > >=dev-python/wrapt-1.11.2[${PYTHON_USEDEP}]" >BDEPEND=" > dev-python/setuptools_scm[${PYTHON_USEDEP}] > test? ( > dev-python/nose[${PYTHON_USEDEP}] > dev-python/numpy[${PYTHON_USEDEP}] > dev-python/python-dateutil[${PYTHON_USEDEP}] > )" > >distutils_enable_tests pytest > >export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} > >python_test() { > local deselect=( > # no clue why it's broken > tests/unittest_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part > ) > > # Faker causes sys.path_importer_cache keys to be overwritten > # with PosixPaths > epytest -p no:faker ${deselect[@]/#/--deselect } >} > >$ emerge --info >Portage 3.0.28 (python 3.9.7-final-0, default/linux/amd64/17.1/no-multilib/hardened, gcc-11.2.0, glibc-2.33-r7, 5.13.0-gentoo-x86_64 x86_64) >================================================================= >System uname: Linux-5.13.0-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i7-4910MQ_CPU_@_2.90GHz-with-glibc2.33 >KiB Mem: 32528968 total, 1343180 free >KiB Swap: 32505852 total, 28581116 free >Timestamp of repository gentoo: Sat, 09 Oct 2021 20:51:27 +0000 >Head commit of repository gentoo: 257abee43389594d1743c383caeeb31ee445d7c4 > >Timestamp of repository eigenlay: Sat, 02 Oct 2021 12:51:15 +0000 >Head commit of repository eigenlay: 7a220e56978d9182d74b7a859619290d601f788c > >Head commit of repository jakeogh: 674606e2dc5994ac241aa17972f28cc8cedbd6c1 > >Timestamp of repository pentoo: Thu, 07 Oct 2021 15:21:17 +0000 >Head commit of repository pentoo: 2b75dc76ca512e7e83d9a15649ab6ae81941568b > >Timestamp of repository waebbl: Mon, 27 Sep 2021 17:07:19 +0000 >Head commit of repository waebbl: 5ed2f42da6426db8b1ba06f7cdf4b6f30d0b71a4 > >sh bash 5.1_p8 >ld GNU ld (Gentoo 2.37_p1 p0) 2.37 >ccache version 4.4.2 [disabled] >app-shells/bash: 5.1_p8::gentoo >dev-java/java-config: 2.3.1::gentoo >dev-lang/perl: 5.34.0-r3::gentoo >dev-lang/python: 2.7.18_p13::gentoo, 3.9.7::gentoo, 3.10.0::gentoo >dev-lang/rust-bin: 1.55.0::gentoo >dev-util/ccache: 4.4.2::gentoo >dev-util/cmake: 3.21.3::gentoo >sys-apps/baselayout: 2.8::gentoo >sys-apps/openrc: 0.44.6::gentoo >sys-apps/sandbox: 2.25::gentoo >sys-devel/autoconf: 2.13-r1::gentoo, 2.71-r1::gentoo >sys-devel/automake: 1.16.5::gentoo >sys-devel/binutils: 2.37_p1::gentoo >sys-devel/gcc: 11.2.0::gentoo >sys-devel/gcc-config: 2.4::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.14::gentoo (virtual/os-headers) >sys-libs/glibc: 2.33-r7::gentoo >Repositories: > >gentoo > location: /var/db/repos/gentoo > sync-type: git > sync-uri: https://github.com/gentoo-mirror/gentoo > sync-user: portage:portage > priority: -1000 > >eigenlay > location: /var/db/repos/eigenlay > sync-type: git > sync-uri: https://github.com/gentoo-mirror/eigenlay.git > masters: gentoo > >jakeogh > location: /var/db/repos/jakeogh > sync-type: git > sync-uri: /home/user/_myapps/jakeogh/ > sync-user: portage:portage > masters: gentoo > >localrepo > location: /var/db/repos/localrepo > masters: gentoo > >pentoo > location: /var/db/repos/pentoo > sync-type: git > sync-uri: https://github.com/gentoo-mirror/pentoo.git > masters: gentoo > >waebbl > location: /var/db/repos/waebbl > sync-type: git > sync-uri: https://github.com/gentoo-mirror/waebbl.git > masters: gentoo > >Installed sets: @email, @engineering, @gpib, @image, @laptopbase, @laptopxorg, @scan, @sound, @webcam, @wwwsurf, @x11minimal >ACCEPT_KEYWORDS="amd64 ~amd64" >ACCEPT_LICENSE="@FREE" >CBUILD="x86_64-pc-linux-gnu" >CFLAGS="-march=native -O2 -pipe -ggdb" >CHOST="x86_64-pc-linux-gnu" >CONFIG_PROTECT="/etc /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/php/apache2-php8.0/ext-active/ /etc/php/cgi-php8.0/ext-active/ /etc/php/cli-php8.0/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c" >CXXFLAGS="-march=native -O2 -pipe -ggdb" >DISTDIR="/var/db/repos/gentoo/distfiles" >EMERGE_DEFAULT_OPTS="--tree --nospinner --quiet-build=y" >ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" >FCFLAGS="-O2 -pipe" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles installsources ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >INSTALL_MASK="/usr/local/bin/ /usr/local/sbin/ /usr/lib/systemd/ /lib64/systemd/ /lib/systemd/ charset.alias" >LANG="en_US.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed" >MAKEOPTS="-j8" >PKGDIR="/var/db/repos/gentoo/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="aac acl alisp alsa amd64 amr apng aspell blas bzip2 cairo celt clang cpudetection crypt cryptsetup cups cxx device-mapper dga dirac directfb dmenu dri egl elogind eudev exif extra ffmpeg fftw fontconfig fortran ftdi geos gif glut gml gnuplot gps gsm hardened helpers hwdb iconv icu idn imagemagick ipython irqbalance jpeg jpeg2k keymap lapack lcms levenshtein libglvnd libkms libtirpc lvm lzma mad man matplotlib mmxext mng mp3 ncat ncurses ndiff netcdf nls nping nptl ntfs numpy ocr offensive ogg oog openal opengl openmp openvg opus osmesa pam pcre pdf pie png postscript pylint python qemu raw readline rtlsdr schroedinger scipy script seccomp smp smpeg sparse spice split-usr sqlite ssl ssp ssse3 tbb theora threads tiff tinfo tools truetype unicode usb usbredir v4l vaapi vdpau virt-network vorbis vpx wavelet webp wmf x264 x265 xa xattr xcb xetex xpm xtpax xv xvfb xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2019" 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="karbon sheets words" COLLECTD_PLUGINS="cpu cpufreq disk dns entropy ethstat exec hddtemp ipmi iptables mbmon postgresql processes python sensors thermal users vmem df interface irq load memory rrdtool swap syslog zfs_arc" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="emu pc efi-64" INPUT_DEVICES="keyboard synaptics mouse libinput" KERNEL="linux" L10N="en en-US en_US" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" QEMU_SOFTMMU_TARGETS="i386 x86_64" QEMU_USER_TARGETS="i386 x86_64" RUBY_TARGETS="ruby26" USERLAND="GNU" VIDEO_CARDS="nouveau intel i965 qxl" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" >Unset: CC, CPPFLAGS, CTARGET, CXX, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 817272
: 744192