From owner-freebsd-python@FreeBSD.ORG Fri Nov 9 17:40:01 2012 Return-Path: Delivered-To: freebsd-python@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD628732 for ; Fri, 9 Nov 2012 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 898B28FC12 for ; Fri, 9 Nov 2012 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qA9He1i0070290 for ; Fri, 9 Nov 2012 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qA9He1Mq070289; Fri, 9 Nov 2012 17:40:01 GMT (envelope-from gnats) Date: Fri, 9 Nov 2012 17:40:01 GMT Message-Id: <201211091740.qA9He1Mq070289@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Bryan Drewery Subject: Re: ports/173501: irc/py-irclib build failure on amd64 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Bryan Drewery List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 17:40:01 -0000 The following reply was made to PR ports/173501; it has been noted by GNATS. From: Bryan Drewery To: bug-followup@FreeBSD.org, william88@gmail.com Cc: Subject: Re: ports/173501: irc/py-irclib build failure on amd64 Date: Fri, 09 Nov 2012 11:30:58 -0600 I think the problem is that it is trying to use the network during the "configure" phase. It should only be using the network during the "fetch" phase. Bryan