From owner-freebsd-python@FreeBSD.ORG  Wed Jul 13 12:22:54 2011
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B779A106564A
	for <freebsd-python@freebsd.org>; Wed, 13 Jul 2011 12:22:54 +0000 (UTC)
	(envelope-from egrosbein@rdtc.ru)
Received: from eg.sd.rdtc.ru (unknown [IPv6:2a03:3100:c:13::5])
	by mx1.freebsd.org (Postfix) with ESMTP id CB8E68FC08
	for <freebsd-python@freebsd.org>; Wed, 13 Jul 2011 12:22:53 +0000 (UTC)
Received: from eg.sd.rdtc.ru (localhost [127.0.0.1])
	by eg.sd.rdtc.ru (8.14.4/8.14.4) with ESMTP id p6DCMoCv069627
	for <freebsd-python@freebsd.org>;
	Wed, 13 Jul 2011 19:22:50 +0700 (NOVST)
	(envelope-from egrosbein@rdtc.ru)
Message-ID: <4E1D8E15.2080005@rdtc.ru>
Date: Wed, 13 Jul 2011 19:22:45 +0700
From: Eugene Grosbein <egrosbein@rdtc.ru>
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU;
	rv:1.9.2.13) Gecko/20110112 Thunderbird/3.1.7
MIME-Version: 1.0
To: freebsd-python@freebsd.org
References: <4E1D788F.5020809@rdtc.ru>
In-Reply-To: <4E1D788F.5020809@rdtc.ru>
Content-Type: text/plain; charset=KOI8-R
Content-Transfer-Encoding: 8bit
Subject: Re: devel/py-qt4-svg is broken
X-BeenThere: freebsd-python@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Jul 2011 12:22:54 -0000

13.07.2011 17:50, Eugene Grosbein пишет:
> Hi!
> 
> devel/py-qt4-svg is broken, port's Makefile runs REINPLACE_CMD on non-existing file:

> ===>  Configuring for py27-qt4-svg-4.8.3,1

> Stop in /usr/local/ports/graphics/py-qt4-svg.

It seems, I've got a mix of several qt4 libraries versions
and this breaks build:

# pkg_info -Ix qt4
py27-qt4-assistant-4.8.3,1 Python bindings for the Qt4 toolkit, QtAssistant module
py27-qt4-core-4.8.3,1 Python bindings for the Qt4 toolkit, QtCore module
py27-qt4-gui-4.8.3,1 Python bindings for the Qt4 toolkit, QtGui module
py27-qt4-network-4.8.3,1 Python bindings for the Qt4 toolkit, QtNetwork module
py27-qt4-opengl-4.8.3,1 Python bindings for the Qt4 toolkit, QtOpenGL module
py27-qt4-script-4.8.3,1 Python bindings for the Qt4 toolkit, QtScript module
py27-qt4-scripttools-4.8.3,1 Python bindings for the Qt4 toolkit, QtScriptTools module
py27-qt4-sql-4.8.3,1 Python bindings for the Qt4 toolkit, QtSql module
py27-qt4-xml-4.8.3,1 Python bindings for the Qt4 toolkit, QtXml module
qt4-assistant-4.6.3 Qt documentation browser
qt4-clucene-4.6.3   QtCLucene full text search library wrapper
qt4-corelib-4.6.3_1 Qt core library
qt4-dbus-4.6.3      Qt4 bindings for the D-BUS messaging system
qt4-designer-4.6.3  Qt ui editor
qt4-doc-4.6.3       Multiplatform C++ application framework
qt4-gui-4.6.3       Qt graphical user interface library
qt4-help-4.6.3      QtHelp module provides QHelpEngine API and is used by Assis
qt4-iconengines-4.7.3 Qt SVG icon engine plugin
qt4-imageformats-4.7.3 Qt imageformat plugins for GIF, JPEG, MNG and SVG
qt4-inputmethods-4.7.3 Qt input method plugins
qt4-libQtAssistantClient-4.6.3 Qt documentation browser integration library
qt4-linguist-4.6.3  Qt localisation tool
qt4-moc-4.6.3       Qt meta object compiler
qt4-network-4.6.3   Qt network library
qt4-opengl-4.6.3    Qt OpenGL library
qt4-qmake-4.6.3     The build utility of the Qt project
qt4-qt3support-4.6.3_1 Qt3 compatibility library
qt4-qtestlib-4.6.3  Qt unit testing library
qt4-rcc-4.6.3       Qt resource compiler
qt4-script-4.6.3    Qt script
qt4-scripttools-4.6.3 Qt script
qt4-sql-4.6.3       Qt SQL library
qt4-sqlite-plugin-4.6.3 Qt SQLite 3.x database plugin
qt4-svg-4.7.3       Qt SVG library
qt4-uic-4.6.3       Qt user interface compiler
qt4-webkit-4.6.3    Qt4 WebKit engine
qt4-xml-4.6.3       Qt XML library
qt4-xmlpatterns-4.6.3 XQuery 1.0 and XPath 2.0 support for Qt4

First, I've installed VirtualBox and it got me qt-4.6.3.
Much later, I've updated my ports tree and tried to install devel/py-qt4 needed for Blink SIP-phone,
it got me parts of qt-4.7.3 without a warning.

Please CC: me, I'm not in the list.

Eugene Grosbein