From owner-freebsd-questions@FreeBSD.ORG Mon Jul 31 18:48:10 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5678A16A4DA for ; Mon, 31 Jul 2006 18:48:10 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8920243D70 for ; Mon, 31 Jul 2006 18:47:58 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: by nz-out-0102.google.com with SMTP id 13so203382nzn for ; Mon, 31 Jul 2006 11:47:58 -0700 (PDT) Received: by 10.65.150.19 with SMTP id c19mr4473817qbo; Mon, 31 Jul 2006 11:47:55 -0700 (PDT) Received: from scorpio ( [67.189.184.224]) by mx.gmail.com with ESMTP id c5sm2500394qbc.2006.07.31.11.47.55; Mon, 31 Jul 2006 11:47:55 -0700 (PDT) Date: Mon, 31 Jul 2006 14:47:54 -0400 (EDT) From: Gerard Seibert To: jan gestre In-Reply-To: Message-ID: <20060731144409.X49297@seibercom.net> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: portsdb output and portaudit question 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: Mon, 31 Jul 2006 18:48:10 -0000 On Tue, 1 Aug 2006, jan gestre wrote: > hi guys, > > i was trying to portupgrade ruby coz portaudit is complaining of > vulnerabilities, i did run cvsup and portsdb -Uu before portupgrade, at > first i couldn't upgrade ruby coz portupgrade is complaining maybe coz > portaudit but someone in the list suggested this: > > # portupgrade -Rr -m DISABLE_VULNERABILITIES="yes" ruby > > whoala it installed the ruby package but still portaudit complains even > though the installed version is current which has no vulnerability. is this > normal? any way to fix these? > > and also prior to portupgrade, i run cvsup then portsdb -Uu and i have the > following message/output when i ran portsdb -Uu: > > > Package gtk+-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gtk+-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gtk+-2.0' found > gnome-config: not found > Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gdk- pixbuf-xlib-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gdk-pixbuf-xlib-2.0' found > "Makefile", line 24: warning: "pkg-config gtk+-2.0 > gdk-pixbuf-xlib-2.0--cflags" returned non-zero status > gnome-config: not found > Package gtk+-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gtk+-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gtk+- 2.0' found > gnome-config: not found > Package gdk-pixbuf-xlib-2.0 was not found in the pkg-config search path. > Perhaps you should add the directory containing `gdk-pixbuf-xlib-2.0.pc' > to the PKG_CONFIG_PATH environment variable > No package 'gdk-pixbuf-xlib-2.0' found > "Makefile", line 25: warning: "pkg-config gtk+-2.0 > gdk-pixbuf-xlib-2.0--libs" returned non-zero status > > my box is running FreeBSD 6.1 as webmail server, i do have xorg libraries > installed but i don't have those packages installed, are they part of the > xorg libraries? how can i get rid or fix them? > > TIA Have you tried running pkgdb prior to attempting the update? See the man manual for details. You also might try installing 'portmanager' and running like this: portmanager -u -f -l -y It will rebuild the ports system and bring in all of the missing dependencies. Just a thought! -- Gerard Seibert gerard@seibercom.net