Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Apr 2017 09:08:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 218838] lang/pypy: is lang/pypy and lang/pypy3 in conflict?
Message-ID:  <bug-218838-13@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: yunchih@csie.ntu.edu.tw
             Flags: maintainer-feedback?(python@FreeBSD.org)
          Assignee: python@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:

=3D=3D=3D>   local-217-2017.04.21 depends on package: pypy>=3Da - not found
=3D=3D=3D>   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
....
=3D=3D=3D>   local-217-2017.04.21 depends on package: pypy>=3Da - found
=3D=3D=3D>   Returning to build of local-217-2017.04.21
=3D=3D=3D>   local-217-2017.04.21 depends on package: pypy3>=3Da - not found
=3D=3D=3D>   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.t=
xz
*** 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/.=20=20

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

--=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-218838-13>