[Bug 218838] lang/pypy: is lang/pypy and lang/pypy3 in conflict?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 24 09:08:50 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218838

            Bug ID: 218838
           Summary: lang/pypy: is lang/pypy and lang/pypy3 in conflict?
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: python at FreeBSD.org
          Reporter: yunchih at csie.ntu.edu.tw
             Flags: maintainer-feedback?(python at FreeBSD.org)
          Assignee: python at FreeBSD.org

I have a custom meta package that depends on both lang/pypy and lang/pypy3.
After updating port tree to r438820, the build fails with the following
messages:

===>   local-217-2017.04.21 depends on package: pypy>=a - not found
===>   Installing existing package /packages/All/pypy-5.7.1_1.txz
[freebsd10-default-workstation-job-01] Installing pypy-5.7.1_1...
[freebsd10-default-workstation-job-01] Extracting pypy-5.7.1_1: .......... done
....
===>   local-217-2017.04.21 depends on package: pypy>=a - found
===>   Returning to build of local-217-2017.04.21
===>   local-217-2017.04.21 depends on package: pypy3>=a - not found
===>   Installing existing package /packages/All/pypy3-5.7.1_1.txz
[freebsd10-default-workstation-job-01] Installing pypy3-5.7.1_1...
pkg-static: pypy3-5.7.1_1 conflicts with pypy-5.7.1_1 (installs files into the
same place).  Problematic file: /usr/local/pypy-5.7/LICENSE

Failed to install the following 1 package(s): /packages/All/pypy3-5.7.1_1.txz
*** Error code 70

It turns out that the %%PYPY_DIR%% variable in lang/pypy and lang/pypy3 both
resolve to /usr/local/pypy-5.7/.  

Relevant commit: r438095 that might cause this:
The DISTVERSION in Makefile is modified as
lang/pypy: 5.6.0 --> 5.7.1
lang/pypy3: 5.5.0-alpha --> 5.7.1

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


More information about the freebsd-python mailing list