From owner-freebsd-ports@FreeBSD.ORG Wed Jun 11 04:02:34 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D4FFC37B401 for ; Wed, 11 Jun 2003 04:02:34 -0700 (PDT) Received: from stjohn.stjohn.ac.th (stjohn.stjohn.ac.th [202.21.144.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEEFA43FE0 for ; Wed, 11 Jun 2003 04:02:32 -0700 (PDT) (envelope-from mcrogerm@stjohn.ac.th) Received: from tulip.stjohn.ac.th ([203.151.134.104]) by stjohn.stjohn.ac.th (8.9.3+Sun/8.9.3) with ESMTP id SAA23545 for ; Wed, 11 Jun 2003 18:00:31 +0700 (ICT) Message-Id: <5.2.0.9.0.20030611175701.00a1a260@127.0.0.1> X-Sender: stjohn.stjohn.ac.th:mcrogerm@127.0.0.1 X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Wed, 11 Jun 2003 18:01:51 +0700 To: freebsd-ports@freebsd.org From: Roger Merritt In-Reply-To: <20030610065939.GB97710@rot13.obsecurity.org> References: <5.2.0.9.0.20030610111036.00a174f0@127.0.0.1> <5.2.0.9.0.20030610111036.00a174f0@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: Upgrading netpbm -- Solution found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 11:02:35 -0000 >On Tue, Jun 10, 2003 at 11:14:35AM +0700, Roger Merritt wrote: > > I've just been able to get my old server back up after a power-supply > > problem, and I started bringing it up-to-date. The first thing I tried, > > after cvsup'ing was the docbook metaport. It failed, so I dropped down the > > tree a little bit. I tried 'portupgrade -R netpbm'. It failed, so I deleted > > netpbm and jpeg from my ports tree and re-cvsup'ed. Failed again, with: > > > > >cc -c > -I/usr/ports/graphics/netpbm/work/netpbm-10.14/converter/ppm/ppmtompeg -I. > > >-I/usr/ports/graphics/netpbm/work/netpbm-10.14/converter/ppm/ppmtompeg/ > headers > > >-I/usr/local/include \ > > > -O -pipe -march=3Dpentiumpro -o jpeg.o jpeg.c > > >jpeg.c:26: jpeglib.h: No such file or directory > > > > What should I do next? Well, I guess I should have figured it out before, but I succeeded in upgrading netpbm by running 'portupgrade -Rfu netpbm'. Apparently forcing the re-installation of one of the dependencies brought the needed header file in. -- Roger