Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 712212 - dev-python/booleanOperations-0.9.0: Missing dependency on dev-python/wheel
Summary: dev-python/booleanOperations-0.9.0: Missing dependency on dev-python/wheel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
: 712788 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-03-12 07:35 UTC by Steffen Weber
Modified: 2020-03-17 12:36 UTC (History)
5 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 Steffen Weber 2020-03-12 07:35:42 UTC
Emerging dev-python/booleanOperations-0.9.0 seems to have an undeclared dependency on dev-python/wheel. Emerge fails unless you have dev-python/wheel installed.

Reproducible: Always




# emerge -1 booleanOperations 
Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) dev-python/booleanOperations-0.9.0::gentoo
 * booleanOperations-0.9.0.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                                          [ ok ]
>>> Unpacking source...
>>> Unpacking booleanOperations-0.9.0.tar.gz to /var/tmp/portage/dev-python/booleanOperations-0.9.0/work
>>> Source unpacked in /var/tmp/portage/dev-python/booleanOperations-0.9.0/work
>>> Preparing source in /var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0 ...
 * python3_6: running distutils-r1_run_phase distutils-r1_python_compile
python3.6 setup.py build -j 3
WARNING: The pip package is not available, falling back to EasyInstall for handling setup_requires/test_requires; this is deprecated and will be removed in a future version.
Download error on https://pypi.org/simple/wheel/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
Couldn't find index page for 'wheel' (maybe misspelled?)
Download error on https://pypi.org/simple/: [Errno -3] Temporary failure in name resolution -- Some packages may not be found!
No local packages or working download links found for wheel
Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 62, in fetch_build_egg
    pkg_resources.get_distribution('pip')
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 481, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 357, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pip' distribution was not found and is required by the application

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    setup(use_scm_version={"write_to": "Lib/booleanOperations/_version.py"})
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 144, in setup
    _install_setup_requires(attrs)
  File "/usr/lib64/python3.6/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 721, in fetch_build_eggs
    replace_conflicting=True,
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 782, in resolve
    replace_conflicting=replace_conflicting
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1065, in best_match
    return self.obtain(req, installer)
  File "/usr/lib64/python3.6/site-packages/pkg_resources/__init__.py", line 1077, in obtain
    return installer(requirement)
  File "/usr/lib64/python3.6/site-packages/setuptools/dist.py", line 777, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 70, in fetch_build_egg
    return _legacy_fetch_build_egg(dist, req)
  File "/usr/lib64/python3.6/site-packages/setuptools/installer.py", line 53, in _legacy_fetch_build_egg
    return cmd.easy_install(req)
  File "/usr/lib64/python3.6/site-packages/setuptools/command/easy_install.py", line 679, in easy_install
    raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('wheel')
 * ERROR: dev-python/booleanOperations-0.9.0::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 2852:  Called distutils-r1_src_compile
 *   environment, line  973:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  438:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2424:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1809:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1807:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  682:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  964:  Called distutils-r1_python_compile
 *   environment, line  834:  Called esetup.py 'build' '-j' '3'
 *   environment, line 1353:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/booleanOperations-0.9.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/booleanOperations-0.9.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/booleanOperations-0.9.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/booleanOperations-0.9.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0'
 * S: '/var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0'

>>> Failed to emerge dev-python/booleanOperations-0.9.0, Log file:

>>>  '/var/tmp/portage/dev-python/booleanOperations-0.9.0/temp/build.log'

 * Messages for package dev-python/booleanOperations-0.9.0:

 * ERROR: dev-python/booleanOperations-0.9.0::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 2852:  Called distutils-r1_src_compile
 *   environment, line  973:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  438:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2424:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1809:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 1807:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  682:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line  964:  Called distutils-r1_python_compile
 *   environment, line  834:  Called esetup.py 'build' '-j' '3'
 *   environment, line 1353:  Called die
 * The specific snippet of code:
 *       "${@}" || die "${die_args[@]}";
 * 
 * If you need support, post the output of `emerge --info '=dev-python/booleanOperations-0.9.0::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/booleanOperations-0.9.0::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/booleanOperations-0.9.0/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/booleanOperations-0.9.0/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0'
 * S: '/var/tmp/portage/dev-python/booleanOperations-0.9.0/work/booleanOperations-0.9.0'
Comment 1 Daniel Salas 2020-03-13 04:25:43 UTC
I am seeing the same problem, however I don't think the dependency on wheel is the problem. I've installed wheel and pip, and it still fails.
Comment 2 Daniel Salas 2020-03-13 04:27:06 UTC
Portage 2.3.93 (python 3.8.2-final-0, default/linux/amd64/17.1/hardened, gcc-9.3.0, glibc-2.30-r5, 5.5.9-gentoo x86_64)
=================================================================
System uname: Linux-5.5.9-gentoo-x86_64-Intel-R-_Core-TM-_i7-6700K_CPU_@_4.00GHz-with-glibc2.4
KiB Mem:    16332940 total,   3429368 free
KiB Swap:   31999996 total,  31999996 free
Timestamp of repository gentoo: Fri, 13 Mar 2020 03:30:01 +0000
Head commit of repository gentoo: 7c1e475b98330cf1f061309369e832500a123388
sh bash 5.0_p16
ld GNU ld (Gentoo 2.34 p1) 2.34.0
app-shells/bash:          5.0_p16::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.6.10::gentoo, 3.7.7::gentoo, 3.8.2::gentoo
dev-util/cmake:           3.16.5::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r5::gentoo
sys-devel/automake:       1.16.1-r2::gentoo
sys-devel/binutils:       2.34::gentoo
sys-devel/gcc:            8.4.0::gentoo, 9.3.0::gentoo
sys-devel/gcc-config:     2.2.1::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.5::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r5::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts: 
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes

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

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

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

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE bh-luxi NVIDIA-r2 unRAR intel-ucode freedist lha all-rights-reserved bluez-firmware linux-fw-redistributable no-source-code Microsoft JSON free-noncomm -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0"
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="-march=native -O2 -pipe"
DISTDIR="/var/cache/portage/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build y --jobs 2 --load-average 6 --alert y --ask-enter-invalid --keep-going y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN 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 candy config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.sjc02.svwh.net/gentoo/ https://mirror.sjc02.svwh.net/gentoo/ http://gentoo.mirrors.easynews.com/linux/gentoo/"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
PKGDIR="/var/cache/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 aalib absolute-position acl acpi activities alsa amd64 apng berkdb bluetooth branding bs2b bzip2 cairo caja cdda cddb cdparanoia cdr cjk colord crypt cuda cups curl cxx dbus declarative djvu dri dts dv dvb dvd dvdr egl encode exif expat ffmpeg fftw flac fontconfig fortran freetype ftp gdbm geolocation gif gimp git gles gpm gtk gtk3 gzip hardened hscolour hwaccel iconv icu imagemagick imap inotify introspection ipv6 java javafx javascript jpeg jpeg2k json kipi lame lcms libass libcanberra libnotify libtirpc lua luajit lz4 lzma mad matroska mime mng mp3 mp4 mpeg mpi multilib musicbrainz ncurses networkmanager nls nptl nss ogg openal opengl openmp otf otr pam pcre pcre16 pdf phonon pie pkcs11 pm-utils png policykit postscript pulseaudio python qml qt5 qtmedia rar readline ruby sasl scrypt sdl seccomp semantic-desktop sockets socks5 spell split-usr sqlite sse sse2 ssl ssp startup-notification svg syslog systemd tcpd text theora threads tiff truetype twolame udev udisks unicode upower usb user-session utempter vorbis wayland webkit widgets wxwidgets x264 x265 xattr xcomposite xft xkb xml xmp xorg xscreensaver xtpax xv xvid yaml zlib zsh-completion" ABI_X86="32 64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes sse sse2 mmx mmxext avx avx2 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="efi-64" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en es en-US en-MX" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AMDGPU BPF NVPTX X86 WebAssembly" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python3_6 python3_7 python3_8" QEMU_SOFTMMU_TARGETS="arm x86_64 riscv64 aarch64" QEMU_USER_TARGETS="x86_64" RUBY_TARGETS="ruby25 ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="nvidia" 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, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Luis Cáceres 2020-03-13 09:49:05 UTC
Emerging dev-python/wheel fixes build for me too.
Comment 4 Larry the Git Cow gentoo-dev 2020-03-14 14:41:07 UTC
The bug has been closed via the following commit(s):

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

commit 4626afe302a0dd1ebd3648d56c82c8213dd536e5
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2020-03-14 14:39:25 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2020-03-14 14:39:25 +0000

    dev-python/booleanOperations: Fix dependencies
    
    Closes: https://bugs.gentoo.org/712212
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 dev-python/booleanOperations/booleanOperations-0.9.0.ebuild | 1 +
 1 file changed, 1 insertion(+)
Comment 5 Pacho Ramos gentoo-dev 2020-03-17 12:36:47 UTC
*** Bug 712788 has been marked as a duplicate of this bug. ***