From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 05:42:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEE651065673 for ; Fri, 21 Jan 2011 05:42:09 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 82A1B8FC0A for ; Fri, 21 Jan 2011 05:42:09 +0000 (UTC) Received: by iyb26 with SMTP id 26so1352739iyb.13 for ; Thu, 20 Jan 2011 21:42:08 -0800 (PST) Received: by 10.42.170.193 with SMTP id g1mr234867icz.116.1295588528479; Thu, 20 Jan 2011 21:42:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.229.202 with HTTP; Thu, 20 Jan 2011 21:41:48 -0800 (PST) In-Reply-To: <4D38F0E2.6050708@FreeBSD.org> References: <201101191704.43383.david@vizion2000.net> <4D37A874.4020703@FreeBSD.org> <201101202239.42696.david@vizion2000.net> <4D38F0E2.6050708@FreeBSD.org> From: Chris Brennan Date: Fri, 21 Jan 2011 00:41:48 -0500 Message-ID: To: glarkin@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: David Southwell , freebsd-questions@freebsd.org Subject: Re: devel/libsoup-2.32.2 Compile error _md5 problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 05:42:09 -0000 On Thu, Jan 20, 2011 at 9:35 PM, Greg Larkin wrote: > Hi David, > > What is the output of the command "pkg_version -vL="? Can you build > libsoup successfully in a clean jail (no ports installed) with an > up-to-date ports tree? > > - From what I've seen by Googling the error message "ImportError: No > module named _md5", you likely have a broken Python 2.6 installation. > Can you pkg_delete it and reinstall it as well, assuming you don't have > a boatload of ports that depend on it? > > Regards, > Greg > Don't meant to hijkack this thread but my issue is slightly related. I.e. broken Python :( I've built and rebuild Python26 and migrated everything I can think of that depended on Py25 -> Py26 and stuff still goes boom. Horrible booms too! Most notably it's gobject-introspection and py-dbus and so much depends on these that I'm about to throw the switch on this box and start over again. When it does it claims it can't find the py26 headers tho.... what gives?