From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jun 14 10:10:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4355106564A for ; Tue, 14 Jun 2011 10:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3F908FC0A for ; Tue, 14 Jun 2011 10:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5EAAD1d005593 for ; Tue, 14 Jun 2011 10:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5EAAD3u005591; Tue, 14 Jun 2011 10:10:13 GMT (envelope-from gnats) Date: Tue, 14 Jun 2011 10:10:13 GMT Message-Id: <201106141010.p5EAAD3u005591@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Ruslan Mahmatkhanov Cc: Subject: Re: ports/156847: make of port www/py-html5lib does nothing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ruslan Mahmatkhanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 10:10:13 -0000 The following reply was made to PR ports/156847; it has been noted by GNATS. From: Ruslan Mahmatkhanov To: bug-followup@FreeBSD.org Cc: Richard Brooksby Subject: Re: ports/156847: make of port www/py-html5lib does nothing Date: Tue, 14 Jun 2011 13:59:00 +0400 Hi Richard. I can't reproduce this behavior: http://pastebin.com/qnav77zS I see that you use `portsnap fetch install`, but portsnap doesn't have `install` target. You should use `portsnap fetch extract` in first time and `portsnap fetch update` to update your tree. I'm trying this with python 2.7 on 9.0-current with no problem. Please try this and tell us if it helped. You can try to delete /usr/ports tree (except distfiles/ and packages/) and do `portsnap fetch extract` to make clean experiment. -- Regards, Ruslan