From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 08:36:20 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 24DBA37B401 for ; Fri, 11 Jul 2003 08:36:20 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B70443FB1 for ; Fri, 11 Jul 2003 08:36:17 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h6BFaErx090523; Fri, 11 Jul 2003 10:36:14 -0500 (CDT) (envelope-from dan) Date: Fri, 11 Jul 2003 10:36:14 -0500 From: Dan Nelson To: Adam Message-ID: <20030711153614.GB75508@dan.emsphone.com> References: <3e3lgv0bv6d5p2fag8tidnav5i8hrr7c5m@4ax.com> <1057932714.600.2.camel@elwood> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1057932714.600.2.camel@elwood> X-OS: FreeBSD 5.1-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: freebsd-questions@freebsd.org Subject: Re: Can no longer install ports 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: Fri, 11 Jul 2003 15:36:20 -0000 In the last episode (Jul 11), Adam said: > On Tue, 2003-07-08 at 05:41, Jim Hatfield wrote: > > When I do a make install in any ports dir, I now get this: > > > > >speyburn# cd /usr/ports/graphics/tiff > > >speyburn# make > > >speyburn# make install > > >===> Installing for tiff-3.5.7_1 > > >===> tiff-3.5.7_1 depends on shared library: jpeg.9 - found > > >===> Generating temporary packing list > > >===> Checking if graphics/tiff already installed > > >*** Error code 1 > > > > > >Stop in /usr/ports/graphics/tiff. > > > > make deinstall generates the same error. I believe this particular problem is due to a too-old pkg_info command. Try running "ktrace -di make install", then kdump and see the exact error message. Rebuild from /usr/src/usr.sbin/pkg_install . > There was a guy in #freebsd on FreeNode (IRC) yesterday describing the > exact same problem, but it was crashing when installing python. After > talking with him a while, we decided that either: > a) his ruby was broken and needed to be reinstalled > b) his portupgrade was broken and needed to be reinstalled > c) his pkgdb was broken (he tried running 'pkgdb -F' and it crashed) > > Anyhow, I would suggest looking into reinstalling your ruby and > portupgrade. Hopefully that helps. Neither ruby nor portupgrade are used in a stock "make install". -- Dan Nelson dnelson@allantgroup.com