From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 16:16:01 2003 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 3ABAB37B401 for ; Mon, 30 Jun 2003 16:16:01 -0700 (PDT) Received: from traven.uol.com.br (traven.uol.com.br [200.221.29.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id A762A43FF2 for ; Mon, 30 Jun 2003 16:15:59 -0700 (PDT) (envelope-from fallenbr@uol.com.br) Received: from localhost ([200.161.253.93]) by traven.uol.com.br (8.9.1/8.9.1) with ESMTP id UAA09700 for ; Mon, 30 Jun 2003 20:15:56 -0300 (BRT) Date: Mon, 30 Jun 2003 20:16:46 -0300 From: Konrad Scorciapino To: f_questions Message-Id: <20030630201646.6bcae31a.fallenbr@uol.com.br> X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Problem installing GIMP 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: Mon, 30 Jun 2003 23:16:01 -0000 Hello, I'm having problems installing GIMP (stable version) with the ports here. It installs 'gimp.setfont' but not 'gimp'. Looking at the installed things with `pkg_info -L gimp-version`, everything seems ok, but most of those files are not really installed. When installing it, `make` goes ok, but in the last lines of `make install`, I get some errors: ===> Compressing manual pages for gimp-1.2.5,1 /usr/X11R6/man//man1/gimp.1: No such file or directory /usr/X11R6/man//man1/gimptool.1: No such file or directory /usr/X11R6/man//man1/gimp-remote.1: No such file or directory /usr/X11R6/man//man1/gimp-1.2.1: No such file or directory /usr/X11R6/man//man1/gimp-remote-1.2.1: No such file or directory /usr/X11R6/man//man1/gimptool-1.2.1: No such file or directory /usr/X11R6/man//man5/gimprc.5: No such file or directory /usr/X11R6/man//man5/gimprc-1.2.5: No such file or directory And when I try to uninstall, I get lots of "file XXXX doesn't really exist" errors. Also, I don't have the ports tree installed, so I have created the ports directory for gimp1, all its dependencies and the dependencies of the dependencies. What may be wrong? Thanks