From owner-freebsd-ports@FreeBSD.ORG Thu Dec 17 11:51:18 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16DE21065676 for ; Thu, 17 Dec 2009 11:51:18 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id BC5158FC17 for ; Thu, 17 Dec 2009 11:51:17 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id E998D34D44F; Thu, 17 Dec 2009 11:50:58 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Thu, 17 Dec 2009 11:50:58 +0000 User-Agent: KMail/1.12.4 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.4; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912171150.58776.david@vizion2000.net> Cc: stas@freebsd.org Subject: deskutils/calibre make install failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 11:51:18 -0000 The latest upgrade to calibre remedied the download failure however the latest cvsup gives an install failure on my 7.2 p3 amd64 on Intel quad core system. The problem is that calibre does not check whether an upgrade to the following python dependencies is needed: py26-mechanize-0.1.11 py26-clientform-0.2.10 py26-lxml-2.2.2 py26-dateutil-1.4.1 After manually upgrading those calibre installed fine. Here are the error messages I received. ===> calibre-0.6.27 depends on package: py*-sqlite3>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-core>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-gui>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-network>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-svg>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-webkit>=0 - found ===> calibre-0.6.27 depends on package: py*-qt4-xml>=0 - found ===> calibre-0.6.27 depends on file: /usr/local/bin/python2.6 - found ===> calibre-0.6.27 depends on shared library: MagickWand.2 - found ===> calibre-0.6.27 depends on shared library: fontconfig.1 - found ===> calibre-0.6.27 depends on shared library: poppler-qt4.3 - found ===> calibre-0.6.27 depends on shared library: wmflite - found ===> calibre-0.6.27 depends on shared library: podofo - found ===> calibre-0.6.27 depends on shared library: intl - found ===> Generating temporary packing list ===> Checking if deskutils/calibre already installed Traceback (most recent call last): File "setup.py", line 99, in sys.exit(main()) File "setup.py", line 85, in main command.run_all(opts) File "/usr/ports/deskutils/calibre/work/calibre/setup/__init__.py", line 159, in run_all self.run_cmd(self, opts) File "/usr/ports/deskutils/calibre/work/calibre/setup/__init__.py", line 150, in run_cmd cmd.pre_sub_commands(opts) File "/usr/ports/deskutils/calibre/work/calibre/setup/install.py", line 128, in pre_sub_commands import calibre.utils.config as c File "/usr/ports/deskutils/calibre/work/calibre/src/calibre/__init__.py", line 22, in import mechanize ImportError: No module named mechanize *** Error code 1 Stop in /usr/ports/deskutils/calibre. *** Error code 1 Stop in /usr/ports/deskutils/calibre. *** Error code 1 Stop in /usr/ports/deskutils/calibre. dns1#