From owner-freebsd-stable@FreeBSD.ORG Wed Jun 20 10:06:41 2012 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 7A4EB1065673 for ; Wed, 20 Jun 2012 10:06:41 +0000 (UTC) (envelope-from sodynet1@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 387718FC1A for ; Wed, 20 Jun 2012 10:06:41 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so457978pbb.13 for ; Wed, 20 Jun 2012 03:06:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=TTBPsIqtpOiG69CcC+sd7YzaZoBd6BGErLLpqHDYc+8=; b=kSgHNZdGJNhrqAY9B4yimyfyepXHHHUfkhmD/Y1B+xepXkhpq967OiSU2QUWjXol3Z hisMxCElgYcRyIoV7tcRNgaJKp/H/Ihtm1e89P/LQaGtVgmjD+ZQLkfVoohc784lk4KP DFCz5WYErKLiGIHcCbH7QtqoYqOEMGZkNOHiWrkCpOB5mSosgPNMYMZQD6lLzM+xjcpS NBa4QfRmNZBFDyA1/PJftzoS8iCSTZW5/0DHfOpCyfGLQdshTUCAHej4giMfJcWJbhIm BoRa00aXqMDzvYwE0fnOCGTQEiAcnBLOTpBr2i8pcmqtALodSWHsE92OLWW98bCD0nPC S7ow== MIME-Version: 1.0 Received: by 10.68.232.201 with SMTP id tq9mr74964879pbc.70.1340186800676; Wed, 20 Jun 2012 03:06:40 -0700 (PDT) Received: by 10.68.54.232 with HTTP; Wed, 20 Jun 2012 03:06:40 -0700 (PDT) Date: Wed, 20 Jun 2012 13:06:40 +0300 Message-ID: From: Sami Halabi To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: error compiling 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: Wed, 20 Jun 2012 10:06:41 -0000 Hi, i just cvsup standard 8.2, that pulled me 8.2-p4 into the source tree. when i made: make buildkernel KERNCONF=SAMI i got this: cc -c -x assembler-with-cpp -DLOCORE -O2 -frename-registers -pipe -fno-strict-aliasing -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/src/sys -I/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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/amd64/acpica/acpi_switch.S cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -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/src/sys -I/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 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -Werror /usr/src/sys/amd64/acpica/acpi_wakeup.c /usr/src/sys/amd64/acpica/acpi_wakeup.c: In function 'acpi_wakeup_ap': /usr/src/sys/amd64/acpica/acpi_wakeup.c:107: error: 'wakeup_pcb' undeclared (first use in this function) /usr/src/sys/amd64/acpica/acpi_wakeup.c:107: error: (Each undeclared identifier is reported only once /usr/src/sys/amd64/acpica/acpi_wakeup.c:107: error: for each function it appears in.) /usr/src/sys/amd64/acpica/acpi_wakeup.c: In function 'acpi_sleep_machdep': /usr/src/sys/amd64/acpica/acpi_wakeup.c:258: error: 'wakeup_pcb' undeclared (first use in this function) *** Error code 1 Stop in /usr/obj/usr/src/sys/SAMI. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # I Have the conf file with these options: ################### #SAMI ADDITIONS ################### device lagg options IPFIREWALL options IPFIREWALL_FORWARD options IPFIREWALL_VERBOSE options DUMMYNET options HZ=1000 options TCP_SIGNATURE device crypto # core crypto support device cryptodev # /dev/crypto for access to h/w options IPSEC options DEVICE_POLLING device if_bridge options VIMAGE #options SCTP options IPDIVERT ################### any ideas? -- Sami Halabi Information Systems Engineer NMS Projects Expert FreeBSD SysAdmin Expert