USE_PACKAGE_DEPENDS failed at meson-0.48.0

Mathieu Arnold mat at FreeBSD.org
Fri Nov 9 12:54:15 UTC 2018


On Fri, Nov 09, 2018 at 07:30:41AM +0900, KIRIYAMA Kazuhiko wrote:
> Hi all,
> 
> At Wed, 07 Nov 2018 08:05:46 +0900,
> 私 wrote:
> > 
> > Hi lists,
> > 
> > I've upgraded to 13.0-CURRENT and ports (revision 482838)
> > then build all stuffs but failed at installing
> > meson-0.48.0.txz package:
> > 
> > ===>   atk-2.28.1 depends on executable: g-ir-scanner - found
> > ===>   Returning to build of atk-2.28.1
> > ===>   atk-2.28.1 depends on executable: meson - not found
> > ===>   Installing existing package /var/ports/packages/All/meson-0.48.0.txz
> > Installing meson-0.48.0...
> > `-- Installing ninja-1.8.2,2...
> > `-- Extracting ninja-1.8.2,2: ....... done
> > pkg-static: Missing dependency 'py36-setuptools'
> > 
> > Failed to install the following 1 package(s): /var/ports/packages/All/meson-0.48.0.txz
> > *** Error code 70
> 
> I've built py36-setuptools with python-3.6:
> 
> # make DEFAULT_VERSIONS='python=3.6' PYTHON_PKGNAMEPREFIX='py36-' -C /var/ports/jdtpkx/devel/py-setuptools
> 
> and then trying to build ohter package (at-spi2-core-2.28.0):
> 
> ===>   at-spi2-core-2.28.0 depends on executable: g-ir-scanner - found
> ===>   Returning to build of at-spi2-core-2.28.0
> ===>   at-spi2-core-2.28.0 depends on executable: meson - not found
> ===>   Installing existing package /var/ports/packages/All/meson-0.48.0.txz
> Installing meson-0.48.0...
> `-- Installing py36-setuptools-40.4.3...
> pkg-static: py36-setuptools-40.4.3 conflicts with py27-setuptools-40.4.3 (installs files into the sa
> me place).  Problematic file: /usr/local/bin/easy_install

You cannot have both py27-setuptools and py36-setuptools built with two
different default python versions.  The default python version is UNIQUE
and MUST NOT be changed mid flight.  If you want the Python 3.6 flavor
if that port, you run:

make FLAVOR=py36 -C /var/ports/jdtpkx/devel/py-setuptools

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20181109/e6c51e50/attachment.sig>


More information about the freebsd-ports mailing list