From owner-freebsd-stable@FreeBSD.ORG Tue Feb 16 10:40:49 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B18E106566B for ; Tue, 16 Feb 2010 10:40:49 +0000 (UTC) (envelope-from niktychina@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id A3B638FC14 for ; Tue, 16 Feb 2010 10:40:48 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so30217fgb.13 for ; Tue, 16 Feb 2010 02:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=BZuwEPV/K+dmT21r+BLHIxB3SNzi3QkP6w49epXXWuA=; b=sawsE/xtSksALEAMNboHnyZXItNOBUaJuN8nTJ4zRd6mv2vurEpOfG6tlyaNdkqB9g y0/YzmEv3EtwkMH1P9HS2ie95vvQ/03KhAr+/SeE9CbyAmT/B4qWYNWx07gIESgQ3BXr 1s4yIt+Kq93eMUj1DlfzeUqKlm1bdiTGLoKOU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EADq+ezRWmokXsSjuKtuP2d6Wb/U2lO9rAHsr75u2rcYrP/KeriAaEAhiTbcSd8z2Y EEkIAm1IdohTf/9//q7bnsnj8EhJk5/srb7216yNpt0V/hTywiHNKx95FVvJgEQo70Hw CYZRUVRzXHkeB23gZUojj7u4fkn9gGkbyX7JA= MIME-Version: 1.0 Received: by 10.87.69.33 with SMTP id w33mr11197082fgk.29.1266316847279; Tue, 16 Feb 2010 02:40:47 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Feb 2010 13:40:47 +0300 Message-ID: From: Nikolay Tychina To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: kernel make error: scvidctl.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Feb 2010 10:40:49 -0000 Oh, I'm sorry for bothering you all, guys. I commented out vga instead of agp. :) 2010/2/16 Nikolay Tychina > Hi. > > I csupped RELENG_8, buildworld succeeded, but buildkernel fails. Any ideas > what is going wrong here? > > > MAKE=make sh /usr/home/nicholas/example/usr/src/sys/conf/newvers.sh LETTUCE > cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. > -I/usr/home/nicholas/example/usr/src/sys > -I/usr/home/nicholas/example/usr/src/sys/contrib/altq -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -mno-sse3 -ffreestanding -fstack-protector -Werror vers.c > linking kernel.debug > scvidctl.o(.text+0x7d): In function `sc_render_match': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:867: > undefined reference to `__start_set_scrndr_set' > scvidctl.o(.text+0x82):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:876: > undefined reference to `__start_set_scrndr_set' > scvidctl.o(.text+0x87):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:876: > undefined reference to `__stop_set_scrndr_set' > scvidctl.o(.text+0xfe):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:876: > undefined reference to `__stop_set_scrndr_set' > scvidctl.o(.text+0x145): In function `sc_set_graphics_mode': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:261: > undefined reference to `vidsw' > scvidctl.o(.text+0x2df): In function `sc_set_text_mode': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:145: > undefined reference to `vidsw' > scvidctl.o(.text+0xa44): In function `sc_vid_ioctl': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:500: > undefined reference to `vidsw' > scvidctl.o(.text+0xa6e):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:504: > undefined reference to `vidsw' > scvidctl.o(.text+0xaa4):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:508: > undefined reference to `vid_get_adapter' > scvidctl.o(.text+0xb18):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:530: > undefined reference to `vid_get_adapter' > scvidctl.o(.text+0xb30):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:534: > undefined reference to `vidsw' > scvidctl.o(.text+0xb82):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:542: > undefined reference to `vid_get_adapter' > scvidctl.o(.text+0xb94):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:546: > undefined reference to `vidsw' > scvidctl.o(.text+0xbf9):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:558: > undefined reference to `vidsw' > scvidctl.o(.text+0xc9a):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:569: > undefined reference to `vidsw' > scvidctl.o(.text+0xce0):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:576: > undefined reference to `vidsw' > scvidctl.o(.text+0xd3a):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:581: > undefined reference to `vidsw' > scvidctl.o(.text+0xd80):/usr/home/nicholas/example/usr/src/sys/dev/syscons/scvidctl.c:588: > more undefined references to `vidsw' follow > syscons.o(.text+0xd63): In function `sc_cnterm': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2857: > undefined reference to `vid_release' > syscons.o(.text+0xe11): In function `set_mode': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:3458: > undefined reference to `vidsw' > syscons.o(.text+0xe58):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:3466: > undefined reference to `vidsw' > syscons.o(.text+0x10a5): In function `restore_scrn_saver_mode': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2052: > undefined reference to `vidsw' > syscons.o(.text+0x113a): In function `init_scp': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2984: > undefined reference to `vidsw' > syscons.o(.text+0x19ea): In function `exchange_scr': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2456: > undefined reference to `vidsw' > syscons.o(.text+0x1ea5): In function `scvidprobe': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:269: undefined > reference to `vid_configure' > syscons.o(.text+0x1eb5):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:271: > undefined reference to `vid_find_adapter' > syscons.o(.text+0x4d51): In function `scinit': > /usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2656: > undefined reference to `vid_release' > syscons.o(.text+0x4d94):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2670: > undefined reference to `vid_allocate' > syscons.o(.text+0x4d9f):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2671: > undefined reference to `vid_get_adapter' > syscons.o(.text+0x4e71):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2701: > undefined reference to `vidsw' > syscons.o(.text+0x4e92):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2702: > undefined reference to `vidsw' > syscons.o(.text+0x5236):/usr/home/nicholas/example/usr/src/sys/dev/syscons/syscons.c:2804: > undefined reference to `vidsw' > *** Error code 1 > > Stop in /usr/obj/usr/home/nicholas/example/usr/src/sys/LETTUCE. > *** Error code 1 > > Stop in /usr/home/nicholas/example/usr/src. > *** Error code 1 > > Stop in /usr/home/nicholas/example/usr/src. >