From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 16 15:03:47 2011 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 650CC1065673 for ; Wed, 16 Feb 2011 15:03:47 +0000 (UTC) (envelope-from xaero@xaerolimit.net) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3751E8FC15 for ; Wed, 16 Feb 2011 15:03:46 +0000 (UTC) Received: by iwn39 with SMTP id 39so1429668iwn.13 for ; Wed, 16 Feb 2011 07:03:46 -0800 (PST) Received: by 10.42.222.193 with SMTP id ih1mr20605icb.96.1297868625483; Wed, 16 Feb 2011 07:03:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.42.241.135 with HTTP; Wed, 16 Feb 2011 07:03:25 -0800 (PST) In-Reply-To: <201101210830.p0L8UFaN086539@freefall.freebsd.org> References: <201101210830.p0L8UFaN086539@freefall.freebsd.org> From: Chris Brennan Date: Wed, 16 Feb 2011 10:03:25 -0500 Message-ID: To: Koop Mast Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: gnome@freebsd.org Subject: Re: ports/154009: devel/ORBit2-2.14.19 does not pull updated devel/libIDL first X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2011 15:03:47 -0000 On Fri, Jan 21, 2011 at 3:30 AM, Koop Mast wrote: The following reply was made to PR ports/154009; it has been noted by GNATS. > > From: Koop Mast > To: bug-followup@FreeBSD.org, xaero@xaerolimit.net > Cc: > Subject: Re: ports/154009: devel/ORBit2-2.14.19 does not pull updated > devel/libIDL first > Date: Fri, 21 Jan 2011 09:05:49 +0100 > > /libexec/ld-elf.so.1: Shared object "libicui18n.so.38" not found, > required by "libIDL-2.so.0" > > The build fails because ORBit2 wants to link agains libIDL. And libIDL > wants the libicui18n.so.38 library, but can't find that. Which looks > like you will need to do the icu upgrade steps as mentioned in > ports/UPDATING entry 20101214. > > Forgive my long absence on this topic, since filing it, I moved and am getting settled back into my new place. I ran the instructions for updating libicu from /usr/ports/UPDATING and it failed (as I expected it would with a py26 error (one I reported previously and was never able to completely fix)) 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 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 avahi-libdns-0.6.24 failed ===>>> Aborting update ===>>> The following actions were performed: Re-installation of icu-4.6 Re-installation of glib-2.26.1_1 Re-installation of gamin-0.1.10_4 Re-installation of gio-fam-backend-2.26.1 Re-installation of libIDL-0.8.14_1 Re-installation of ORBit2-2.14.19 Re-installation of sqlite3-3.7.4 Re-installation of apr-devrandom-gdbm-db42-ndbm-ldap24-mysql51-sqlite3-1.4.2.1.3.10 The above process was invoked by -> portmaster -r icu (from /usr/ports/UPDATING). The larger question here, how can I fix these errors that keep coming back to slap me in the face in regard to py26 (which has done nothing but cause me headache after headache since I upgraded python on this machine) C-