From owner-freebsd-questions@FreeBSD.ORG Fri Feb 6 15:23:54 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 7D05716A4CE for ; Fri, 6 Feb 2004 15:23:54 -0800 (PST) Received: from hiro.blahr.com (hiro.blahr.com [208.139.193.245]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B23643D62 for ; Fri, 6 Feb 2004 15:23:43 -0800 (PST) (envelope-from rynok@spamcop.net) Received: (qmail 74573 invoked from network); 6 Feb 2004 23:22:50 -0000 Received: from corp-fw-main.jabber.com (HELO spamcop.net) (207.182.164.14) by hiro.blahr.com with SMTP; 6 Feb 2004 23:22:50 -0000 Message-ID: <402421C8.6080408@spamcop.net> Date: Fri, 06 Feb 2004 16:22:48 -0700 From: Ben Schumacher User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems upgrading from 4.1.1 to 4_9_RELENG 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: Fri, 06 Feb 2004 23:23:54 -0000 Hello- I'm trying to upgrade from 4.1.1 via sources to the 4_9_RELENG codebase, and I'm getting some compile errors. Any help in figuring out how to deal with these would be greatly appreciated. Here's the output: $ make buildworld [ ...clipped a bunch of stuff that worked... ] ===> usr.bin/yacc /usr/obj/usr/src/i386/usr/src/usr.bin/yacc created for /usr/src/usr.bin/yacc rm -f .depend mkdep -f .depend -a -D__FBSDID=__RCSID /usr/src/usr.bin/yacc/closure.c /usr/src/usr.bin/yacc/error.c /usr/src/usr.bin/yacc/lalr.c /usr/src/usr.bin/yacc/lr0.c /usr/src/usr.bin/yacc/main.c /usr/src/usr.bin/yacc/mkpar.c /usr/src/usr.bin/yacc/output.c /usr/src/usr.bin/yacc/reader.c /usr/src/usr.bin/yacc/skeleton.c /usr/src/usr.bin/yacc/symtab.c /usr/src/usr.bin/yacc/verbose.c /usr/src/usr.bin/yacc/warshall.c echo yacc: /usr/lib/libc.a >> .depend cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/closure.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/error.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/lalr.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/lr0.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/main.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/mkpar.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/output.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/reader.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/skeleton.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/symtab.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/verbose.c cc -O -pipe -D__FBSDID=__RCSID -c /usr/src/usr.bin/yacc/warshall.c cc -O -pipe -D__FBSDID=__RCSID -static -o yacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o error.o: In function `print_pos': error.o(.text+0xf0): undefined reference to `__stderrp' error.o(.text+0x117): undefined reference to `__stderrp' error.o(.text+0x14a): undefined reference to `__stderrp' error.o(.text+0x180): undefined reference to `__stderrp' error.o(.text+0x1a3): undefined reference to `__stderrp' error.o(.text+0x1d1): more undefined references to `__stderrp' follow main.o: In function `getargs': main.o(.text+0x1dd): undefined reference to `__stdinp' *** Error code 1 Stop in /usr/src/usr.bin/yacc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Here's my uname output: $ uname -a FreeBSD home.blahr.com 4.1.1-RELEASE FreeBSD 4.1.1-RELEASE #2: Thu Oct 5 04:43:45 MDT 2000 root@ben-gw.mho.net:/usr/src/sys/compile/ROUTER i386 Sorry to bug the list with this, as it feels rather lame, but I've spent two days trying to figure this out and I'm stuck. Thanks, Ben Schumacher