Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Apr 2019 21:32:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237028] devel/b2: The provided py-arrow is too new
Message-ID:  <bug-237028-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237028

            Bug ID: 237028
           Summary: devel/b2: The provided py-arrow is too new
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: robak@freebsd.org
          Reporter: mrpippy@gmail.com
          Assignee: robak@freebsd.org
             Flags: maintainer-feedback?(robak@freebsd.org)

devel/b2 requires arrow<0.12.1, but 0.13.1 is now the current version in po=
rts.
Error occurs with both b2-2.7 and b2-3.6.

This version restriction was apparently to keep supporting Python 2.6, a pu=
ll
request has been created but still not merged:
https://github.com/Backblaze/B2_Command_Line_Tool/issues/551

I haven't tested it yet, but this patch should fix the issue:
https://github.com/sww1235/B2_Command_Line_Tool/commit/5c82bd6ca99a5e161ed0=
939a30ffb4a4128404b1

% b2
Traceback (most recent call last):
  File "/usr/local/bin/b2", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3191, in <module>
    @_call_aside
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3175, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
3204, in _initialize_master_working_set
    working_set =3D WorkingSet._build_master()
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
598, in _build_from_requirements
    dists =3D ws.resolve(reqs, Environment())
  File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", =
line
786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'arrow<0.12.1,>=3D0.8.0' distributi=
on was
not found and is required by b2

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237028-7788>