From owner-freebsd-questions@FreeBSD.ORG Tue Jan 24 14:10:36 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 BDB8D16A420 for ; Tue, 24 Jan 2006 14:10:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6100943D48 for ; Tue, 24 Jan 2006 14:10:36 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 5027 invoked from network); 24 Jan 2006 14:10:36 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Jan 2006 14:10:35 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id ED80728420; Tue, 24 Jan 2006 09:10:34 -0500 (EST) Sender: lowell@be-well.ilk.org To: Joseph Vella References: <200601211630.k0LGU8YK006479@mx-in-04.forthnet.gr> <200601212336.07862.satyam@sklinks.com> From: Lowell Gilbert Date: 24 Jan 2006 09:10:34 -0500 In-Reply-To: <200601212336.07862.satyam@sklinks.com> Message-ID: <44k6cpu36t.fsf@be-well.ilk.org> Lines: 38 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: install help? make: don't know how to make package-depends-list. Stop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 14:10:36 -0000 Joseph Vella writes: > I tried to install bluefish. I might have made a mess. Apparently, but you can always clean up with pkg_delete(8). That's one of the good things about sticking with the ports system. > I first downloaded the package from the freebsd ftp site. I did pkg_add. It > complained about cairo and weblint. So I downloaded those. pkg_add > installed but with errors. Then when I tried to run it, it had incompatible > libraries errors. Sounds like you got packages for the wrong FreeBSD version. If you wanted help with that, we would need more information. But "pkg-add -r" should get it right for basic installs. > So I found /usr/ports/www/bluefish and did make install which told me to make > deinstall then make reinstall. I did those. > > This was the final outcome: > . > . > ===> Compressing manual pages for bluefish-1.0.1 > ===> Registering installation for bluefish-1.0.1 > make: don't know how to make package-depends-list. Stop Just "make install", perhaps? > Prajipati-FreeBSD# type bluefish > type: Command not found. bluefish isn't the "Command not found." type is the command it can't find. type isn't a program; it's a builtin on sh-style shells, but not on csh-style shells, which you appear to be using. Try the standard Unix command "which" instead. [Not that I think it will help in this case, because I don't think bluefish actually is installed at that point. But pkg_info(1) will tell you.]