From owner-freebsd-ports@FreeBSD.ORG Mon Sep 16 15:41:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F079C22; Mon, 16 Sep 2013 15:41:49 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-6.eutelia.it [62.94.10.166]) by mx1.freebsd.org (Postfix) with ESMTP id C9A9326F5; Mon, 16 Sep 2013 15:41:48 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 093E666BC9A; Mon, 16 Sep 2013 17:41:40 +0200 (CEST) Received: from soth.ventu (adsl-ull-33-190.41-151.net24.it [151.41.190.33]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r8GFfarA050410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 16 Sep 2013 17:41:37 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: ns2.biolchim.it: Host adsl-ull-33-190.41-151.net24.it [151.41.190.33] claimed to be soth.ventu Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.5) with ESMTP id r8GFfVrG016205; Mon, 16 Sep 2013 17:41:31 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <523726AB.9040604@netfence.it> Date: Mon, 16 Sep 2013 17:41:31 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130818 Thunderbird/17.0.8 MIME-Version: 1.0 To: "Jason E. Hale" Subject: [SOLVED] Re: picard won't start References: <5236F6B8.30309@netfence.it> <2461504.E9sXGrAv2Q@mocha.verizon.net> <52371096.6060206@netfence.it> <2630107.NrRF9fk6Ek@mocha.verizon.net> In-Reply-To: <2630107.NrRF9fk6Ek@mocha.verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Mon, 16 Sep 2013 17:41:38 +0200 (CEST) X-Scanned-By: MIMEDefang 2.74 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Sep 2013 15:41:49 -0000 On 09/16/13 16:48, Jason E. Hale wrote: > It seems like the py27-qt4-* ports were upgraded before py27-sip because the > APIs do not match. I would try reinstalling the py27-sip port, then the py27- > qt4-* ports, then picard. If that still doesn't solve the problem, run: > > $ python -v > > and at the prompt: >>>> from PyQt4 import QtGui > > Please post the output. > Wonderful: reinstalling the ports in this order solved. Don't know if it should be filed as a bug, since I expected upgrading every dependency (i.e. "portugprade -Rf picard" would have solved). bye & Thanks a lot av.