From owner-freebsd-stable Tue Aug 13 15: 8:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7021E37B400 for ; Tue, 13 Aug 2002 15:08:35 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01E6143E42 for ; Tue, 13 Aug 2002 15:08:35 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id PAA08697; Tue, 13 Aug 2002 15:08:32 -0700 Message-ID: <3D59835F.3060706@owt.com> Date: Tue, 13 Aug 2002 15:08:31 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: fogal_t@chasma.net Cc: stable@FreeBSD.ORG Subject: Re: tar.o linking problems References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tom fogal wrote: > Hey all, > > just cvsup'ed to the latest stable this morning, from a stable > dated a month or so ago. 'make buildworld' dies when trying to > build tar: > > cc -O -pipe -march=pentiumpro -DHAVE_CONFIG_H > -I/usr/local/nfs/src/gnu/usr.bin/tar > -I/usr/local/nfs/src/gnu/usr.bin/tar/../../../contrib/tar/lib > -I/usr/local/nfs/src/gnu/usr.bin/tar/../../../contrib/tar/src > -static -o tar addext.o argmatch.o backupfile.o basename.o > dirname.o error.o exclude.o full-write.o getdate.o getline.o > getopt.o getopt1.o getstr.o hash.o human.o mktime.o modechange.o > prepargs.o print-copyr.o quotearg.o safe-read.o save-cwd.o > savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o > xstrtoumax.o strtoumax.o buffer.o compare.o create.o delete.o > extract.o incremen.o list.o mangle.o misc.o names.o rtapelib.o > tar.o update.o tar.o: In function `add_exclude': tar.o(.text+0x177c): > multiple definition of `add_exclude' exclude.o(.text+0x1d8): > first defined here ... (a bunch of other, similar messages) ... update.o: > In function `junk_archive': update.o(.text+0x3e2): undefined > reference to `msg' update.o(.text+0x3f2): undefined reference to > `msg' update.o(.text+0x4b8): undefined reference to `msg' update.o(.text+0x54d): > undefined reference to `msg' update.o(.text+0x93a): more > undefined references to `msg' follow > > if your interested in seeing all of the undefined references and > other errors, see: http://www.freebsdhackers.net/fogalt/abridged_script > > > any ideas? > > thanks in advance, > I cvsuped at 1001 am PDT (1701 GMT) and didn't have any problems. Did you try cvsuping again to see if you grabbed something in the middle of an update? Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message