Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Mar 2012 22:50:36 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        Baptiste Daroussin <bapt@FreeBSD.org>
Cc:        mva@FreeBSD.org, python@FreeBSD.org
Subject:   Re: conflict between python2 and python3 breaking blender build with pkgng
Message-ID:  <4F7751FC.9090702@yandex.ru>
In-Reply-To: <20120331165931.GD19275@azathoth.lan>
References:  <20120331165931.GD19275@azathoth.lan>

next in thread | previous in thread | raw e-mail | index | archive | help
Baptiste Daroussin wrote on 31.03.2012 20:59:
> Hi,
>
> Running exp run with pkgng, I figured out that somewhere in the dependencies of
> blender there is both python2 and python3 required, the problem is that python2
> and python3 are conflicting.
>
> pkgng discovers this automatically and fail installing the dependencies needed
> to build blender saying:
> pkg: python32-3.2.2_3 conflicts with python27-2.7.2_4 (installs files into the
> same place).  Problematic file: /usr/local/bin/2to3
>
> Can you fix that?
>
> regards,
> Bapt

If I understand correctly, devel/glib20 pulling default python version 
(2.7). It looks like that python is needed at runtime only for 
bin/gtester-report script (some debugging tool). I didn't checked, but 
may be this may be resolved with changing USE_PYTHON=yes to 
USE_PYTHON_BUILD=yes in glib20's Makefile (who needs that gtester-report 
anyway?).

-- 
Regards,
Ruslan

Tinderboxing kills... the drives.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F7751FC.9090702>