Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 717994 - dev-python/rencode-1.0.6 : ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
Summary: dev-python/rencode-1.0.6 : ERROR: Could not find a version that satisfies the...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: REGRESSION
: 717988 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-04-18 06:51 UTC by Toralf Förster
Modified: 2020-04-18 14:11 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.26 KB, text/plain)
2020-04-18 06:51 UTC, Toralf Förster
Details
dev-python:rencode-1.0.6:20200418-055704.log (dev-python:rencode-1.0.6:20200418-055704.log,6.76 KB, text/plain)
2020-04-18 06:51 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,102.17 KB, text/plain)
2020-04-18 06:51 UTC, Toralf Förster
Details
environment (environment,112.60 KB, text/plain)
2020-04-18 06:51 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,12.51 KB, application/x-bzip)
2020-04-18 06:51 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.13 KB, application/x-bzip)
2020-04-18 06:51 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 2020-04-18 06:51:18 UTC
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f99e4663978>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution,): /simple/wheel/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by NewConnectionError(<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7f99e4663b00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution,): /simple/wheel/
ERROR: Could not find a version that satisfies the requirement wheel (from versions: none)
ERROR: No matching distribution found for wheel
Traceback (most recent call last):
  File /usr/lib64/python3.6/site-packages/setuptools/installer.py, line 128, in fetch_build_egg

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-abi32+64-20200415-211532

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.3.0 *
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.42.0
  [2]   rust-1.42.0 *
The Glorious Glasgow Haskell Compilation System, version 8.0.2

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat 18 Apr 2020 04:38:30 AM UTC

emerge -qpvO dev-python/rencode
[ebuild  N    ] dev-python/rencode-1.0.6  PYTHON_TARGETS="python3_6 -python3_7 -python3_8"
Comment 1 Toralf Förster gentoo-dev 2020-04-18 06:51:21 UTC
Created attachment 633504 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-04-18 06:51:24 UTC
Created attachment 633506 [details]
dev-python:rencode-1.0.6:20200418-055704.log
Comment 3 Toralf Förster gentoo-dev 2020-04-18 06:51:27 UTC
Created attachment 633508 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-04-18 06:51:30 UTC
Created attachment 633510 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-04-18 06:51:33 UTC
Created attachment 633512 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-04-18 06:51:36 UTC
Created attachment 633514 [details]
temp.tbz2
Comment 7 Ulrich Müller gentoo-dev 2020-04-18 13:55:04 UTC
It tries to download things from the network in src_compile (which it didn't in version 1.0.5-r1, so looks like a regression).

CCing candrews, who has done the 1.0.6 version bump.
Comment 8 Ulrich Müller gentoo-dev 2020-04-18 13:57:20 UTC
*** Bug 717988 has been marked as a duplicate of this bug. ***
Comment 9 Ulrich Müller gentoo-dev 2020-04-18 14:01:50 UTC
Maybe just a missing dependency on dev-python/wheel.
Comment 10 Craig Andrews gentoo-dev 2020-04-18 14:11:08 UTC
(In reply to Ulrich Müller from comment #9)
> Maybe just a missing dependency on dev-python/wheel.

Looks like it, upstream requires wheel and the ebuild doesn't have the dependency https://github.com/aresch/rencode/blob/master/setup.py#L95

I'm adding it now...
Comment 11 Larry the Git Cow gentoo-dev 2020-04-18 14:11:59 UTC
The bug has been closed via the following commit(s):

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

commit b5f3b75ff12111dcdfae30605e7ccc2d8d7719b3
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2020-04-18 14:11:26 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2020-04-18 14:11:52 +0000

    dev-python/rencode: depend on dev-python/wheel
    
    Closes: https://bugs.gentoo.org/717994
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 dev-python/rencode/rencode-1.0.6.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)