From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 08:03:39 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 B5C6A37B401 for ; Mon, 23 Jun 2003 08:03:39 -0700 (PDT) Received: from mailhost.schluting.com (spooge.kittenz.pdx.edu [131.252.211.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 476B043FF9 for ; Mon, 23 Jun 2003 08:03:39 -0700 (PDT) (envelope-from charlie@schluting.com) Received: from schluting.com (host-226-74.dhcp.pdx.edu [131.252.226.74]) by mailhost.schluting.com (Postfix) with ESMTP id E8DDC2123; Mon, 23 Jun 2003 08:03:36 -0700 (PDT) Message-ID: <3EF716C1.8020203@schluting.com> Date: Mon, 23 Jun 2003 08:03:29 -0700 From: Charlie Schluting User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030619 X-Accept-Language: en-us, en MIME-Version: 1.0 To: michael Corleone References: <20030623101759.69969.qmail@web13304.mail.yahoo.com> In-Reply-To: <20030623101759.69969.qmail@web13304.mail.yahoo.com> X-Enigmail-Version: 0.74.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: error in buildworld. 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, 23 Jun 2003 15:03:40 -0000 michael Corleone wrote: > hi i received this error when im about to do a buildworld after upgrading my src and ports collection. > im running 4.8-RELEASE, heres the logs of the errors: > i hope anyone can explain what and where is the the line that causes the error, thanks all. > > > ===> bin/ln > ===> bin/ls > cc -O -pipe -DCOLORLS -Wall -Wformat -static -o ls cmp.o ls.o print.o util.o -lm -ltermcap > /usr/obj/usr/src/i386/usr/lib/libtermcap.a: could not read symbols: Malformed archive The line that you pasted is the one causing the error. With the limited information you provided, I would say that you need to either run make cleandir (two times) in /usr/src and delete /usr/src/obj, or to be safe, cd /usr/src && mrm -rf * After that, you'll have to run cvsup again, then attempt the make buildworld again. If that doesn't work, please include the following info: Hardware, the lines in your cvsup file that say tag= --Charlie