From owner-freebsd-gnome@FreeBSD.ORG Tue Nov 7 14:42:43 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AFA916A412 for ; Tue, 7 Nov 2006 14:42:43 +0000 (UTC) (envelope-from jwb@homer.att.com) Received: from mail146.messagelabs.com (mail146.messagelabs.com [216.82.245.131]) by mx1.FreeBSD.org (Postfix) with SMTP id 6BA8243D5A for ; Tue, 7 Nov 2006 14:42:41 +0000 (GMT) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-8.tower-146.messagelabs.com!1162910560!8451973!1 X-StarScan-Version: 5.5.10.7; banners=-,-,- X-Originating-IP: [134.24.146.4] Received: (qmail 8720 invoked from network); 7 Nov 2006 14:42:40 -0000 Received: from unknown (HELO attrh8i.attrh.att.com) (134.24.146.4) by server-8.tower-146.messagelabs.com with SMTP; 7 Nov 2006 14:42:40 -0000 Received: from attrh.att.com (localhost [127.0.0.1]) by attrh8i.attrh.att.com (8.13.7/8.13.7) with ESMTP id kA7EfFbi019795 for ; Tue, 7 Nov 2006 09:41:16 -0500 (EST) Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by attrh8i.attrh.att.com (8.13.7/8.13.7) with ESMTP id kA7Ef8WQ019753 for ; Tue, 7 Nov 2006 09:41:09 -0500 (EST) Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA27975 for ; Tue, 7 Nov 2006 09:42:32 -0500 (EST) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.11.7+Sun/8.9.3) with ESMTP id kA7EgWe16737 for ; Tue, 7 Nov 2006 09:42:32 -0500 (EST) Message-Id: <200611071442.kA7EgWe16737@akiva.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: freebsd-gnome@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Nov 2006 09:42:32 -0500 From: "J. W. Ballantine" Subject: gnome-system-tools-2.14.0_1 build failure 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: Tue, 07 Nov 2006 14:42:43 -0000 After the release of gnome-2.16 in the ports tree, I did a complete reload of 6.1-RELEASE, and a cvsup of STABLE and ports, a build/install of the system and a build install of gnome2. Everything ran fine and I was able to start up gnome. I then did another cvsup, this time including marcuscom.com with the marcusmerge.sh -m ports-stable and marcusmerge.sh -m ports. I then did a portsupgrade -a and gnome-system-tools failed with: install -o root -g wheel -m 444 'oobs-servicesconfig.h' '/usr/local/include/liboobs-1.0/oobs//oobs-servicesconfig.h' install -o root -g wheel -m 444 'oobs-service.h' '/usr/local/include/liboobs-1.0/oobs//oobs-service.h' install -o root -g wheel -m 444 'oobs-result.h' '/usr/local/include/liboobs-1 .0/oobs//oobs-result.h' test -z "/usr/local/libdata/pkgconfig" || /usr/ports/devel/liboobs/work/liboobs -0.6.0/install-sh -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 'liboobs-1.pc' '/usr/local/libdata/pkgconfig/ liboobs-1.pc' ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for liboobs-0.6.0 ===> Returning to build of gnome-system-tools-2.15.0 Error: shared library "oobs-1.0" does not exist *** Error code 1 Stop in /usr/ports/sysutils/gnome-system-tools. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.21913.1 env PORT_UPGRADE=yes make ** Fix the problem and try again. What has to be built to make/install shared library "oobs-1.0"? Thanks Jim