From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 21:00: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 80617106566C for ; Mon, 24 Jan 2011 21:00:09 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFEC8FC15 for ; Mon, 24 Jan 2011 21:00:09 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1PhTW1-000BMl-6I; Mon, 24 Jan 2011 16:00:07 -0500 Received: from v104.entropy.prv (v104.entropy.prv [192.168.1.104]) by cube.entropy.prv (Postfix) with ESMTP id 873EB49EB4A6; Mon, 24 Jan 2011 15:59:57 -0500 (EST) Message-ID: <4D3DE84D.1010703@FreeBSD.org> Date: Mon, 24 Jan 2011 15:59:57 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Chris Brennan References: <201101191704.43383.david@vizion2000.net> <4D37A874.4020703@FreeBSD.org> <201101202239.42696.david@vizion2000.net> <4D38F0E2.6050708@FreeBSD.org> <4D39AE1D.5050805@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.1.1 OpenPGP: id=1C940290 X-SA-Exim-Connect-IP: 68.189.245.235 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_PBL, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) 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 Reply-To: glarkin@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 21:00:09 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/21/11 1:59 PM, Chris Brennan wrote: > On Fri, Jan 21, 2011 at 11:02 AM, Greg Larkin wrote: > >> Hi Chris, >> >> Please post some compiler output with the error message here, and that >> might help someone troubleshoot the problem. >> >> > I ran portmaster -a again this morning *just* so I could reproduce this > error :D > > checking whether Python support is requested... checking whether > /usr/local/bin/python2.6 version >= 2.5... yes > checking for /usr/local/bin/python2.6 version... 2.6 > checking for /usr/local/bin/python2.6 platform... freebsd7 > checking for /usr/local/bin/python2.6 script directory... > ${prefix}/lib/python2.6/site-packages > checking for /usr/local/bin/python2.6 extension module directory... > ${exec_prefix}/lib/python2.6/site-packages > checking for headers required to compile python extensions... not found > configure: error: Python headers not found > ===> Script "configure" failed unexpectedly. > Please run the gnomelogalyzer, available from > "http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the > problem and suggest a solution. If - and only if - the gnomelogalyzer cannot > solve the problem, report the build failure to the FreeBSD GNOME team at > gnome@FreeBSD.org, and attach (a) > "/usr/ports/devel/gobject-introspection/work/gobject-introspection-0.9.12/config.log", > (b) the output of the failed make command, and (c) the gnomelogalyzer > output. > Also, it might be a good idea to provide an overview of all packages > installed > on your system (i.e. an `ls /var/db/pkg`). Put your attachment up on any > website, copy-and-paste into http://freebsd-gnome.pastebin.com, or use > send-pr(1) with the attachment. Try to avoid sending any attachments to the > mailing list (gnome@FreeBSD.org), because attachments sent to FreeBSD > mailing > lists are usually discarded by the mailing list software. > *** Error code 1 Hi Chris, The config.log file should provide some clues, and from time to time, I have seen spurious problems occur in the configure phase during port building. It can be caused by a number of things, and the config.log file should provide clues. For instance, this looks suspect: > checking for /usr/local/bin/python2.6 script directory...${prefix}/lib/python2.6/site-packages > checking for /usr/local/bin/python2.6 extension module directory...${exec_prefix}/lib/python2.6/site-packages I'm not 100% sure, but I would expect ${prefix} and ${exec_prefix} to be replaced with /usr/local in each of those messages. That might indicate a misconfiguration in your build system or an error in the port. [...] > Like I said before, it's a similar issue relating to python, but I think > there are still larger implications here about the move from py25 to py26. I > followed /usr/ports/UPDATING first when it came to python and things still > took a hike on me. Now if I use either the portmaster or portupgrade options > mentioned in /usr/ports/UPDATING it still dies, on either devel/py-dbus > or devel/gobject-introspection, both with the same error, I followed the > instructions and gnomelogalyzer.sh wasn't all that helpful. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk096E0ACgkQ0sRouByUApB09ACgqr36hZJNUH+fefwOWRfO2FCb jL8AnA5W32p/OmSM9BiRCwmjJAHAKfCv =l3MD -----END PGP SIGNATURE-----