From owner-freebsd-ports@FreeBSD.ORG Mon Sep 16 13:56:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0F78031A for ; Mon, 16 Sep 2013 13:56:43 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-qa0-x234.google.com (mail-qa0-x234.google.com [IPv6:2607:f8b0:400d:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C48432F10 for ; Mon, 16 Sep 2013 13:56:42 +0000 (UTC) Received: by mail-qa0-f52.google.com with SMTP id k4so1096156qaq.11 for ; Mon, 16 Sep 2013 06:56:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=fhQes1lU9LjuYycbigg76SkkEm/o8eKNzFbX2j2IxF4=; b=jaioqGfOxr7we8kPaZavRazEV7uVgA6reOIpKcx1AlUdguSQW4HQChtg0Mzwn5oEwO yKuKjUFlIeb7a4ws1+kIZ9XEbbqhUJqWcctNtyEu/RUf5zYZkvAYUf3cdG8/XuOffqIP bvIQrwC1S2ostk3sKx/P0znIPLx5ZnzTqypGUT/wUx9kjENlZodgrUDkapamkEnmUHBE fNDl1fevvVRlVK9ybSGr/Hp0SQSuiQU8X/pldyhxrEm+dXNtVE+0ARyL/YMwIs2KxaPF iHrPIH/4Hg3ez2UwtKPAhIC+1pKtuL+mesxrD5UHqpSuQ1TAtEF5PbR3aneadl/L46Sb l5Tw== X-Received: by 10.224.43.195 with SMTP id x3mr15744769qae.49.1379339801794; Mon, 16 Sep 2013 06:56:41 -0700 (PDT) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPSA id g2sm23382656qaf.12.1969.12.31.16.00.00 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Sep 2013 06:56:41 -0700 (PDT) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Andrea Venturoli Subject: Re: picard won't start Date: Mon, 16 Sep 2013 09:56:39 -0400 Message-ID: <2461504.E9sXGrAv2Q@mocha.verizon.net> User-Agent: KMail/4.10.5 (FreeBSD/9.2-RC4; KDE/4.10.5; i386; ; ) In-Reply-To: <5236F6B8.30309@netfence.it> References: <5236F6B8.30309@netfence.it> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 13:56:43 -0000 On Monday, September 16, 2013 14:16:56 Andrea Venturoli wrote: > > Since some upgrade on Friday, I'm getting this: > > picard . > > > > Traceback (most recent call last): > > File "/usr/local/bin/picard", line 2, in > > > > from picard.tagger import main; main('/usr/local/share/locale', True) > > > > File "/usr/local/lib/python2.7/site-packages/picard/tagger.py", line 21, > > in > > > from PyQt4 import QtGui, QtCore > > > > RuntimeError: the sip module implements API v10.0 but the PyQt4.QtGui > > module requires API v9.1 > Any hint on how to solve? > > As a last resort, what could I "portdowngrade"? > Looks to me like the the py27-qt4-* ports are not in sync with the py27-sip port. I would suggest updating the py27-qt4-* ports. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team