From owner-freebsd-questions@FreeBSD.ORG Sun Oct 10 01:11:08 2004 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 7F42C16A4CE for ; Sun, 10 Oct 2004 01:11:08 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 252BF43D54 for ; Sun, 10 Oct 2004 01:11:08 +0000 (GMT) (envelope-from john.oxley@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so88787rnk for ; Sat, 09 Oct 2004 18:11:01 -0700 (PDT) Received: by 10.38.102.60 with SMTP id z60mr710496rnb; Sat, 09 Oct 2004 18:11:01 -0700 (PDT) Received: by 10.38.67.25 with HTTP; Sat, 9 Oct 2004 18:11:01 -0700 (PDT) Message-ID: Date: Sun, 10 Oct 2004 03:11:01 +0200 From: John Oxley To: questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Upgrading from 5.2.1-RELEASE-p9 to 5.3-BETA7 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Oxley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Oct 2004 01:11:08 -0000 I have cvsupped my /usr/src recently and doing make buildworld fails with the below message. Please could someone help me. This is my sup file: *default host=cvsup.rucus.ru.ac.za *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5 *default delete use-rel-suffix src-all And this is the error: ===> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/legacy/usr/include /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/lib/libc.a /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o strfile strfile.o -legacy /usr/lib/crt1.o: In function `_start': /usr/lib/crt1.o(.text+0x74): undefined reference to `_init_tls' *** Error code 1 Stop in /usr/src/games/fortune/strfile. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. reknaw:/usr/src#