Yunchih Chen <yunc...@csie.ntu.edu.tw> has reassigned Bugzilla Automation <bugzi...@freebsd.org>'s request for maintainer-feedback to FreeBSD Python <pyt...@freebsd.org>: Bug 218838: lang/pypy: is lang/pypy and lang/pypy3 in conflict? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218838
--- Description --- 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 _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"