From owner-freebsd-questions@FreeBSD.ORG Fri Dec 3 19:08:52 2010 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 B2FC7106564A for ; Fri, 3 Dec 2010 19:08:52 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id 3795A8FC1C for ; Fri, 3 Dec 2010 19:08:51 +0000 (UTC) Received: by ewy19 with SMTP id 19so7872085ewy.10 for ; Fri, 03 Dec 2010 11:08:51 -0800 (PST) Received: by 10.213.32.80 with SMTP id b16mr3113365ebd.38.1291403330803; Fri, 03 Dec 2010 11:08:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.31.209 with HTTP; Fri, 3 Dec 2010 11:08:30 -0800 (PST) From: Chris Brennan Date: Fri, 3 Dec 2010 14:08:30 -0500 Message-ID: To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: devel/gobject-introspection throws up because of python 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, 03 Dec 2010 19:08:52 -0000 While trying to compile audio/tagtool on a FreeBSD7.3 (x86) machine devel/gobject-introspection decides to throw up and I got this: (the install was via portmaster -d) 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 Stop in /usr/ports/devel/gobject-introspection. ===>>> make failed for devel/gobject-introspection ===>>> Aborting update ===>>> Update for devel/gobject-introspection failed ===>>> Aborting update ===>>> Update for atk-1.24.0 failed ===>>> Aborting update [root@Ziggy [~]# python -v # installing zipimport hook import zipimport # builtin # installed zipimport hook # /usr/local/lib/python2.6/site.pyc matches /usr/local/lib/python2.6/site.py import site # precompiled from /usr/local/lib/python2.6/site.pyc # /usr/local/lib/python2.6/os.pyc matches /usr/local/lib/python2.6/os.py import os # precompiled from /usr/local/lib/python2.6/os.pyc import errno # builtin import posix # builtin # /usr/local/lib/python2.6/posixpath.pyc matches /usr/local/lib/python2.6/posixpath.py import posixpath # precompiled from /usr/local/lib/python2.6/posixpath.pyc # /usr/local/lib/python2.6/stat.pyc matches /usr/local/lib/python2.6/stat.py import stat # precompiled from /usr/local/lib/python2.6/stat.pyc # /usr/local/lib/python2.6/genericpath.pyc matches /usr/local/lib/python2.6/genericpath.py import genericpath # precompiled from /usr/local/lib/python2.6/genericpath.pyc # /usr/local/lib/python2.6/warnings.pyc matches /usr/local/lib/python2.6/warnings.py import warnings # precompiled from /usr/local/lib/python2.6/warnings.pyc # /usr/local/lib/python2.6/linecache.pyc matches /usr/local/lib/python2.6/linecache.py import linecache # precompiled from /usr/local/lib/python2.6/linecache.pyc # /usr/local/lib/python2.6/types.pyc matches /usr/local/lib/python2.6/types.py import types # precompiled from /usr/local/lib/python2.6/types.pyc # /usr/local/lib/python2.6/UserDict.pyc matches /usr/local/lib/python2.6/UserDict.py import UserDict # precompiled from /usr/local/lib/python2.6/UserDict.pyc # /usr/local/lib/python2.6/_abcoll.pyc matches /usr/local/lib/python2.6/_abcoll.py import _abcoll # precompiled from /usr/local/lib/python2.6/_abcoll.pyc # /usr/local/lib/python2.6/abc.pyc matches /usr/local/lib/python2.6/abc.py import abc # precompiled from /usr/local/lib/python2.6/abc.pyc # /usr/local/lib/python2.6/copy_reg.pyc matches /usr/local/lib/python2.6/copy_reg.py import copy_reg # precompiled from /usr/local/lib/python2.6/copy_reg.pyc import encodings # directory /usr/local/lib/python2.6/encodings # /usr/local/lib/python2.6/encodings/__init__.pyc matches /usr/local/lib/python2.6/encodings/__init__.py import encodings # precompiled from /usr/local/lib/python2.6/encodings/__init__.pyc # /usr/local/lib/python2.6/codecs.pyc matches /usr/local/lib/python2.6/codecs.py import codecs # precompiled from /usr/local/lib/python2.6/codecs.pyc import _codecs # builtin # /usr/local/lib/python2.6/encodings/aliases.pyc matches /usr/local/lib/python2.6/encodings/aliases.py import encodings.aliases # precompiled from /usr/local/lib/python2.6/encodings/aliases.pyc # /usr/local/lib/python2.6/encodings/ascii.pyc matches /usr/local/lib/python2.6/encodings/ascii.py import encodings.ascii # precompiled from /usr/local/lib/python2.6/encodings/ascii.pyc Python 2.6.6 (r266:84292, Oct 14 2010, 14:19:46) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd7 Type "help", "copyright", "credits" or "license" for more information. dlopen("/usr/local/lib/python2.6/lib-dynload/readline.so", 2); import readline # dynamically loaded from /usr/local/lib/python2.6/lib-dynload/readline.so >>> [root@Ziggy [~]# uname -a FreeBSD ziggy.xaerolimit.net 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #8: Sun Oct 24 01:53:03 EDT 2010 root@ziggy.xaerolimit.net:/usr/obj/usr/src/sys/ZIGGY i386 [root@Ziggy [~]# Python is installed from ports. It just seems odd to me that devel/gobject-introspection is throwing up like this, I did see this before, on my FreeBSD8.1 install of my laptop but it went away when I re-ran what I was trying to install. This time, it didn't go away, it's very repeatable.