Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Sep 2014 06:07:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 193433] x11-toolkits/gtk20: Makefile uses Python 2.7_2,2, causes openshot to fail with erroneous missing libmp3lame claim
Message-ID:  <bug-193433-6497-ZoAeroy21Q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193433-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193433-6497@https.bugs.freebsd.org/bugzilla/>

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

Marcus von Appen <mva@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mva@FreeBSD.org

--- Comment #2 from Marcus von Appen <mva@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #1)
> lang/python just provides symlinks to relevant binaries depending on the
> what the default version of Python is for the system in question
> (DEFAULT_VERSIONS, PYTHON_DEFAULT_VERSION) 
> 
> RUN_DEPENDS= python:${PORTSDIR}/lang/python
> 
> is likely better converted to USES=python[:<version>]

gtk20 has just a single script (gtk-builder-convert), which is compatible to
both, Python 2.x and Python 3.x. This was the reason, why the python meta-port
has been used as RUN_DEPENDS and not one of the specific python versions.

I am missing the root cause of the problem, though. It looks like something
else breaks, if the python meta port is around. Can we get a more detailed
description to recreate the problem?

-- 
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-193433-6497-ZoAeroy21Q>