From owner-freebsd-python@FreeBSD.ORG Thu Oct 4 05:52:07 2012 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56482106568C for ; Thu, 4 Oct 2012 05:52:07 +0000 (UTC) (envelope-from rfg@tristatelogic.com) Received: from outgoing.tristatelogic.com (segfault.tristatelogic.com [69.62.255.118]) by mx1.freebsd.org (Postfix) with ESMTP id B35618FC93 for ; Thu, 4 Oct 2012 05:44:41 +0000 (UTC) Received: from segfault-nmh-helo.tristatelogic.com (localhost [127.0.0.1]) by segfault.tristatelogic.com (Postfix) with ESMTP id 5EFE95082D for ; Wed, 3 Oct 2012 22:44:39 -0700 (PDT) To: freebsd-python@freebsd.org Date: Wed, 03 Oct 2012 22:44:39 -0700 Message-ID: <44784.1349329479@tristatelogic.com> From: "Ronald F. Guilmette" Subject: ports/169276 -- still broken? X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 05:52:07 -0000 Greetings, Sorry to bother you all, but I have a machine here on which I have not updated any of the ports for quite some time, and I am just now trying to get everything up-to-date. Just today I did "portsnap fetch update" so I do think that my ports tree is up-to-date. Unfortunately, a number of ports are failing to build because of a problem relating to a (missing?) thing called "_elementtree", which I gather is supposed to be part of the python27 package. Researching this issue, I quickly found PR ports/169276, and that PR seems to have been closed, due to a fix having (allegedly) been implemented for the problem. When I saw that a fix had been implemented, I decided that i should probably just rebuild and reinstall lang/python27 and that this would fix all my troubles. But "cd /usr/ports/lang/python27 & make" produced the following result: ... Python build finished, but the necessary bits to build these modules were not found: _sqlite3 _tkinter dl imageop linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. Failed to build these modules: _elementtree pyexpat OK, so what did I do wrong? Any help would be appreciated.