From owner-freebsd-questions@FreeBSD.ORG Wed Apr 14 23:05:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FB9116A4CF for ; Wed, 14 Apr 2004 23:05:10 -0700 (PDT) Received: from smtp.owt.com (smtp.owt.com [204.118.6.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C73743D4C for ; Wed, 14 Apr 2004 23:05:09 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from [207.41.94.233] (owt-207-41-94-233.owt.com [207.41.94.233]) by smtp.owt.com (8.12.8/8.12.8) with ESMTP id i3F64t8a021677; Wed, 14 Apr 2004 23:04:55 -0700 From: Kent Stewart To: freebsd-questions@freebsd.org Date: Wed, 14 Apr 2004 23:05:06 -0700 User-Agent: KMail/1.6.1 References: <1081986512.620.3.camel@frog.boundariez.com> <1082002191.626.9.camel@frog.boundariez.com> <1082002887.626.13.camel@frog.boundariez.com> In-Reply-To: <1082002887.626.13.camel@frog.boundariez.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404142305.06620.kstewart@owt.com> cc: "R. M. Los" cc: Vulpes Velox Subject: Re: What happened after gnome upgrade?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2004 06:05:10 -0000 On Wednesday 14 April 2004 09:21 pm, R. M. Los wrote: > OK...so I got this idea, maybe if I did a "portupgrade > gnomesystemmonitor", something would give....boy was I wrong. What > the heck is this?! > > > > checking what warning flags to pass to the C compiler... -Wall > -Wmissing-prototypes > checking what language compliance flags to pass to the C compiler... > checking for pkg-config... /usr/local/bin/pkg-config > checking for libgnome-2.0 >= 2.0.0 libgnomeui-2.0 >= 2.0.0 gconf-2.0 > >= 1.1.5 libgtop-2.0 >= 2.5.2 libwnck-1.0 >= 2.5.0 gtk+-2.0 >= > 2.3.0... Requested 'libgtop-2.0 >= 2.5.2' but version of libgtop is > 2.0.7 I would suspect that you had ports that depend on glib-2.4.0 get updated in a bad order. Gtk-2.4.0, for example, depends on atk and pago, which also depend on glib-2.4.0. Portversion lists the ports in alphabetical order and not the order they need to be updated in. I have used -rR and seen things build out of order. They could have been built more than once because all I saw was the resulting package and it was built after a port that had it as a dependancy. If you remember what you updated, you could force build them again. If you don't, you might consider portupgrade -rf glib. This is a start it and go away solution because it will take a lot of computer time. I would also set "BATCH=yes" in /etc/make.con Kent > > configure: error: Library requirements (libgnome-2.0 >= 2.0.0 > libgnomeui-2.0 >= 2.0.0 gconf-2.0 >= 1.1.5 libgtop-2.0 >= 2.5.2 > libwnck-1.0 >= 2.5.0 gtk+-2.0 >= 2.3.0) not met; consider adjusting > the PKG_CONFIG_PATH environment variable if your libraries are in a > nonstandard prefix so pkg-config can find them. > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and > attach the > "/usr/ports/sysutils/gnomesystemmonitor/work/gnome-system-monitor-2.6 >.0/config.log" including the output of the failure of your make > command. Also, it might be > a good idea to provide an overview of all packages installed on your > system > (e.g. an `ls /var/db/pkg`). > *** Error code 1 > > Stop in /usr/ports/sysutils/gnomesystemmonitor. > ** Command failed [exit code 1]: /usr/bin/script -qa > /tmp/portupgrade22439.0 make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / > !:failed) > ! sysutils/gnomesystemmonitor (gnomesystemmonitor-2.4.0) > (configure error) > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html