From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 01:52:34 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 AAFE137B401 for ; Mon, 21 Jul 2003 01:52:34 -0700 (PDT) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 434C743FB1 for ; Mon, 21 Jul 2003 01:52:34 -0700 (PDT) (envelope-from torben@kappacorp.com) Received: from kappacorp.com (12-213-126-197.client.attbi.com[12.213.126.197](untrusted sender)) by attbi.com (rwcrmhc13) with SMTP id <2003072108522801500bk9k7e>; Mon, 21 Jul 2003 08:52:28 +0000 Message-ID: <3F1BA72D.9080500@kappacorp.com> Date: Mon, 21 Jul 2003 00:41:17 -0800 From: Torben Brosten Organization: Kappa Corp. User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.0.0) Gecko/20020622 Debian/1.0.0-0.woody.1 X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: /usr/ports/x11/XFree86-4/make install, err code 1 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, 21 Jul 2003 08:52:34 -0000 I'm trying to install x11 and kde. uname -a FreeBSD huey.localhost 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jul 14 07:55:43 PDT 2003 root@huey.localhost:/usr/obj/usr/src/sys/HUEY i386 background: The system was loaded via CD as a 4.6-release, and then was successfully cvsup'd and make/install world/kernel to 4.8-stable via ftp. I first tried using /stand/sysinstall to install the ports, but decided to try cvsup after it couldn't find the distribution tree. I've tried variations of 4.8-stable in the options area without success. then, I used pkg_add -r /usr/ports/x11/kde (and a few other packages) #I know pkg_add to be a mistake now. That's not how to do it =( then: cvsup -g -L 2 ports-supfile #generic ports-supfile with different mirror I think the new source has been loaded. got some error 1 codes where error message suggested to 'make deinstall' 'make reinstall', so did the following: cd /usr/ports make clean make deinstall #all seemed to work without errors next did: cd /usr/ports/x11/XFree86-4 make reinstall after about 5 minutes of compiling, am getting a series of '*** Error code 1' apparently starting with: /usr/libexec/ld-elf.so.1: /usr/X11R6/lib/libfontconfig.so.1: Undefined symbol "FT_Get_PS_Font_Info" *** Error code 1 questions: Is there a way to fix this without having to resort to installing ports from scratch? If not, how can I get a clean ports to work? Just cd /usr/ports, rm -r *, then cvsup ports-file again, or ? thanks in advance, Torben