Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Apr 2025 10:00:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 286261] devel/py-setuptools problem building/upgrade from ports (BUILD_DEPENDS)
Message-ID:  <bug-286261-21822@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 286261
           Summary: devel/py-setuptools problem building/upgrade from
                    ports (BUILD_DEPENDS)
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: python@FreeBSD.org
          Reporter: dym@afalina.od.ua
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@FreeBSD.org

When building/upgrade from ports py-setuptools the build is stopped with a:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
...py311-wheel-0.45.1 conflicts with py311-wheel044-0.44.0 (installs files =
into
the same place)...
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Short solution:
change line 23 on file devel/py-setuptools/Makefile
    BUILD_DEPENDS=3D
${PYTHON_PKGNAMEPREFIX}wheel044<0.46.0:devel/py-wheel044@${PY_FLAVOR}
to
    BUILD_DEPENDS=3D
${PYTHON_PKGNAMEPREFIX}wheel-0.45.1<0.46.0:devel/py-wheel044@${PY_FLAVOR}

--=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-286261-21822>