From owner-freebsd-newbies@FreeBSD.ORG Fri Jan 21 09:33:14 2005 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9AF016A4CE for ; Fri, 21 Jan 2005 09:33:14 +0000 (GMT) Received: from nuumen.pair.com (nuumen.pair.com [209.68.1.119]) by mx1.FreeBSD.org (Postfix) with SMTP id 697FF43D2F for ; Fri, 21 Jan 2005 09:33:14 +0000 (GMT) (envelope-from thuppi@nuumen.pair.com) Received: (qmail 83359 invoked by uid 55300); 21 Jan 2005 09:33:14 -0000 Date: Fri, 21 Jan 2005 04:33:14 -0500 (EST) From: Tom Huppi X-X-Sender: thuppi@nuumen.pair.com To: Joaquin Menchaca In-Reply-To: <41F05A3D.3090504@finnovative.net> Message-ID: References: <41F05A3D.3090504@finnovative.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-newbies@freebsd.org Subject: Re: Problems make installing xorg X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 09:33:15 -0000 On Thu, 20 Jan 2005, Joaquin Menchaca wrote: > Hi. > > I'm a total newbie to building stuff. I just tried to build something > like xorg, and I get the following. :'( > > ===> Vulnerability check disabled, database not found This has something to do with package databases, or some database which tracks vulnerabilities. I forgot the details, but when I looked into it (via a search of 'google groups') I concluded that it was not a real big deal for my situation. > ===> Extracting for xorg-6.7.0_1 > ===> Patching for xorg-6.7.0_1 > ===> xorg-6.7.0_1 depends on shared library: X11.6 - found This is because you have not first pkg_delete'd (or alternate?) XFree86. That library came from an earlier installation. xorg (the meta-port) has decided that it doesn't need to do much because it has found a rather important prerequisite. If it had not found this, it would have proceeded to build it. Both XFree86 and xorg build a library of this name. This is actually a really good thing because it means that for the most part, older applications built against XFree86 will usually work fine with no re-building. In some instances they won't, however, but I believe them to be quite rare at present. There is a thread including me about a week ago which discusses this issue. Probably you can find that on google as well, but I don't know for sure...am rebuilding my browser at the moment and can't check. There is also an interesting thread which I ran across involving the mechanics of how ports determine their prerequisites. The xorg/XFree86 instance was used as an example. Though it works, there is something of a deficiency in the system at present which makes it important to run 'pkgdb' after installing xorg. That was what I took away from the discussion as the thing to remember. Good luck with things, - Tom