From owner-freebsd-python@FreeBSD.ORG Sat Mar 31 18:51:05 2012 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22AC510656D3; Sat, 31 Mar 2012 18:51:05 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward19.mail.yandex.net (forward19.mail.yandex.net [IPv6:2a02:6b8:0:1402::4]) by mx1.freebsd.org (Postfix) with ESMTP id 87BD88FC1C; Sat, 31 Mar 2012 18:51:04 +0000 (UTC) Received: from smtp17.mail.yandex.net (smtp17.mail.yandex.net [95.108.252.17]) by forward19.mail.yandex.net (Yandex) with ESMTP id 1CDE211222EF; Sat, 31 Mar 2012 22:51:03 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1333219863; bh=j/eIRQpEDqoBv0HCgmMMOs82AMOCOtGpECV/LI+6Krc=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=H5ViLQ+XfNqLHxKqAbqRsQo27jPH89q9YblLq8ikKEnGWoW+v1ouqJRyHv6fRZYBs eZ/yV8f0HFtd2nTx8xawBOBnZCz3sNW2zCB245dQ7Ac5XRI3S7KJYNiRHAiUsp8S7N VmIKyGxMOiTikLIkiE8C1mdWJOWiItlH7NWwJG48= Received: from smtp17.mail.yandex.net (localhost [127.0.0.1]) by smtp17.mail.yandex.net (Yandex) with ESMTP id E630C1900198; Sat, 31 Mar 2012 22:51:02 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp17.mail.yandex.net (nwsmtp/Yandex) with ESMTP id p2xmHYbf-p2xas2H4; Sat, 31 Mar 2012 22:51:02 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1333219862; bh=j/eIRQpEDqoBv0HCgmMMOs82AMOCOtGpECV/LI+6Krc=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=F1pqTt43mhft/KZhu/jQxKYEoVHXbMTk+bosfXnP5Sex/OTZdt+v0ivABDfY9SmYv 7zncqNoVNrSz9BHQ3fWhGdHqT+TlwrANTIvb8VlAFeQolFrQgrT3oA6YxOZx1fhbpl 5DCDBu8IwzbpDeG4LoTlfLV12VIXApidMqgAJjLc= Message-ID: <4F7751FC.9090702@yandex.ru> Date: Sat, 31 Mar 2012 22:50:36 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120314 Thunderbird/10.0.3 MIME-Version: 1.0 To: Baptiste Daroussin References: <20120331165931.GD19275@azathoth.lan> In-Reply-To: <20120331165931.GD19275@azathoth.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: mva@FreeBSD.org, python@FreeBSD.org Subject: Re: conflict between python2 and python3 breaking blender build with pkgng X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Mar 2012 18:51:05 -0000 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.