From owner-freebsd-questions@FreeBSD.ORG Sat Jun 7 17:56:15 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 59A3B37B401 for ; Sat, 7 Jun 2003 17:56:15 -0700 (PDT) Received: from adsl-64-161-78-226.dsl.lsan03.pacbell.net (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8341D43FB1 for ; Sat, 7 Jun 2003 17:56:14 -0700 (PDT) (envelope-from oremanj@adsl-64-161-78-226.dsl.lsan03.pacbell.net) Received: (qmail 40763 invoked by uid 1001); 8 Jun 2003 00:57:54 -0000 Date: Sat, 7 Jun 2003 17:57:54 -0700 From: Joshua Oreman To: Kent Stewart Message-ID: <20030608005754.GA40742@webserver.get-linux.org> References: <200306071721.26628.kstewart@owt.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200306071721.26628.kstewart@owt.com> User-Agent: Mutt/1.4.1i cc: questions@freebsd.org Subject: Re: make runs wild 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: Sun, 08 Jun 2003 00:56:15 -0000 On Sat, Jun 07, 2003 at 05:21:26PM -0700 or thereabouts, Kent Stewart seemed to write: > On Saturday 07 June 2003 05:09 pm, george donnelly wrote: > > [Kent Stewart wrote (kstewart@owt.com) on 6/7/03 7:48 PM] > > > > > How recent is your ports cvsup. Mine is a day old and I didn't have any > > > problem building xpdf and installing it. > > > > its a few months old now... > > Well, if it is trying to install qt-2, you are massively out of date. Qt-2 was > required by kde-2.x and it has been obsoleted and deleted.. You have a major > update in front of you to qet curent with the ports. > > If you still have kde-2 installed, your are probably better off deleting > everything involving kde and starting from scratch. You need to run > pkg-version -c or portversion -c and see what is out of date. If it involves > XFree86-3.x, the easy way is to pkg_delete all of the XFree86 dependent ports > and start from scratch. The problems you will encountered are covered in the > archives. > > You also have to remake the index files every time you cvsup ports-all. INDEX > is 3 weeks old and what I do is "make index" and "portsdb -u" every time I > cvsup ports-all. If you have refuses, you can not do a make index at some > point. How can you say he has qt-2 installed? How do you know? His example port was gd-2. ^ that's a G -- Josh > > Kent > > > > > gd2 gives me the same problem when it gets to the point of registering the > > install: > > > > alpha# make install > > ===> Installing for gd-2.0.1_3 > > ===> gd-2.0.1_3 depends on shared library: png - found > > ===> gd-2.0.1_3 depends on shared library: jpeg - found > > ===> gd-2.0.1_3 depends on shared library: freetype - found > > ===> gd-2.0.1_3 depends on shared library: X11.6 - found > > mkdir -p /usr/local/include > > make LIB=gd LIBDIR=/usr/local/lib NOPROFILE=true SHLIB_MAJOR=4 > > SHLIB_MINOR=0 -f /usr/share/mk/bsd.lib.mk install > > install -C -o root -g wheel -m 444 libgd.a /usr/local/lib > > install -s -o root -g wheel -m 444 libgd.so.4 /usr/local/lib > > ln -fs libgd.so.4 /usr/local/lib/libgd.so > > cd /usr/ports/graphics/gd2/work/gd-2.0.1 && install -c -o root -g wheel -m > > 444 gd.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h > > gdfontt.h /usr/local/include > > cd /usr/ports/graphics/gd2/work/gd-2.0.1 && install -c -s -o root -g wheel > > -m 555 pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng > > gd2togif gdcmpgif giftogd2 /usr/local/bin/ > > install -c -o root -g wheel -m 555 > > /usr/ports/graphics/gd2/work/gd-2.0.1/bdftogd /usr/local/bin/ > > ===> Generating temporary packing list > > ===> Running ldconfig > > /sbin/ldconfig -m /usr/local/lib > > ===> Registering installation for gd-2.0.1_3 > > Terminated > > > > <--> > > george donnelly - http://www.zettai.net/ - "We Love Newbies" :) > > Zope Hosting - Dynamic Website Design - Search Engine Promotion > > Yahoo, AIM: zettainet - MSN: zettainet@hotmail.com - ICQ: 51907738 > > -- > Kent Stewart > Richland, WA > > http://users.owt.com/kstewart/index.html > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"