From owner-freebsd-ports@FreeBSD.ORG Tue Nov 5 14:05:35 2013 Return-Path: Delivered-To: freebsd-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 3AD64A58; Tue, 5 Nov 2013 14:05:35 +0000 (UTC) (envelope-from milios@ccsys.com) Received: from cargobay.net (cargobay.net [174.136.100.98]) by mx1.freebsd.org (Postfix) with ESMTP id 133BE29D1; Tue, 5 Nov 2013 14:05:34 +0000 (UTC) Received: from [192.168.0.10] (unknown [65.35.151.3]) by cargobay.net (Postfix) with ESMTPSA id 99EB5C64; Tue, 5 Nov 2013 13:52:15 +0000 (UTC) Message-ID: <5278F8DB.70605@ccsys.com> Date: Tue, 05 Nov 2013 08:55:39 -0500 From: "Chad J. Milios" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Freebsd ports Subject: Is it or isn't it installed? (It is, but ports tries to again, doomed to fail.) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: wg@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: Tue, 05 Nov 2013 14:05:35 -0000 TLDR; check lines prefixed with ? in the transcript below. Ran into this over a couple weeks ago. Checked again with last night's portsnap, same problem, same ports. Figured I ought to pipe up about it. Seems like a good ol' classic mystery. I don't know if it's just one instance of a general problem in the way dependencies get detected and dispatched to be installed, maybe just in the python infrastructure, a bug in the net/py-kombu port (which my eyes couldn't find a problem with), or what. I looked into it for an hour before punting with a trivial workaround and moving on, didn't think much of it at the time, figuring it was just one of those temporary problems smarter minds are already hard at work fixing. Apparently they weren't or didn't. This time I'm using a squeaky clean new amd64 9.2-RELEASE-p1 system (empty /usr/local then installing all ports from the same snapshot of /usr/ports). ***How to reproduce: Just happen to already have the dependency devel/py-boto (py27-boto-2.14.0) or devel/py-pyzmq (py27-pyzmq-2.2.0) installed (and their port dirs since cleaned up) when you try to install net/py-kombu (py27-kombu-3.0.1) from ports with BOTO and/or ZMQ options. (In my case I have all its options on.) ***Transcripts: (attention to lines prefixed with ? and !) ===> Installing for py27-kombu-3.0.1 ===> py27-kombu-3.0.1 depends on package: py27-amqp>=1.3.1 - found ===> py27-kombu-3.0.1 depends on package: py27-anyjson>=0.3.3 - found ===> py27-kombu-3.0.1 depends on package: py27-beanstalkc>0 - found ? ===> py27-kombu-3.0.1 depends on package: py27-boto=>2.6.0 - not found ===> Verifying install for py27-boto=>2.6.0 in /usr/ports/devel/py-boto ===> Installing for py27-boto-2.14.0 ===> py27-boto-2.14.0 depends on file: /usr/local/bin/easy_install-2.7 - found ===> py27-boto-2.14.0 depends on file: /usr/local/bin/python2.7 - found ===> py27-boto-2.14.0 depends on executable: python - found ===> py27-boto-2.14.0 depends on executable: python2 - found ===> Generating temporary packing list ===> Checking if devel/py-boto already installed ? ===> py27-boto-2.14.0 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/py-boto without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** [check-already-installed] Error code 1 Stop in /usr/ports/devel/py-boto. *** [run-depends] Error code 1 Stop in /usr/ports/net/py-kombu. root@shikamaru:/usr/ports/net/py-kombu # ===> Installing for py27-kombu-3.0.1 ===> py27-kombu-3.0.1 depends on package: py27-amqp>=1.3.1 - found ===> py27-kombu-3.0.1 depends on package: py27-anyjson>=0.3.3 - found ===> py27-kombu-3.0.1 depends on package: py27-beanstalkc>0 - found ! ===> py27-kombu-3.0.1 depends on package: py27-boto=>2.6.0 - not found ! ===> Verifying install for py27-boto=>2.6.0 in /usr/ports/devel/py-boto ! ===> Returning to build of py27-kombu-3.0.1 ===> py27-kombu-3.0.1 depends on package: pymongo>0 - found ===> py27-kombu-3.0.1 depends on package: py27-sqlalchemy>0 - found ? ===> py27-kombu-3.0.1 depends on package: py27-pyzmq=>2.2.0 - not found ===> Verifying install for py27-pyzmq=>2.2.0 in /usr/ports/devel/py-pyzmq ===> Installing for py27-pyzmq-2.2.0 ===> py27-pyzmq-2.2.0 depends on file: /usr/local/bin/python2.7 - found ===> py27-pyzmq-2.2.0 depends on executable: python - found ===> py27-pyzmq-2.2.0 depends on shared library: zmq.1 - found ===> Generating temporary packing list ===> Checking if devel/py-pyzmq already installed ? ===> py27-pyzmq-2.2.0 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of devel/py-pyzmq without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** [check-already-installed] Error code 1 Stop in /usr/ports/devel/py-pyzmq. *** [run-depends] Error code 1 Stop in /usr/ports/net/py-kombu. *** [install] Error code 1 Stop in /usr/ports/net/py-kombu. root@shikamaru:/usr/ports/net/py-kombu #