From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 06:17:17 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A2C106567A for ; Tue, 1 Apr 2008 06:17:17 +0000 (UTC) (envelope-from dokalanyi@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6CCF48FC31 for ; Tue, 1 Apr 2008 06:17:17 +0000 (UTC) (envelope-from dokalanyi@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so2034742wfa.7 for ; Mon, 31 Mar 2008 23:17:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; bh=weUU1UU4wfEVzaHep2Ob6O5llXlYM3k/dNq65Rc8NHo=; b=bHLH3qxZJ5qBVI8XNcoZMEUcoX6rFx0sJ50i0pG1IcxKa+WV8fGekBrgSoOY0+VGTWLaXR8aHpIjOeegZmLnjKeVopg8UMgmOipoClkurfcYPu5rsHXEvEMPqhyUbLCMgynoclUR7zY6fdkprokjdpi/PuQMSfppCfTmLs/+JBU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=ilvu3eNBW0VgEqhL94iRB+4RNiIwIxMmrlQos+zdO1rTjufCDV/2huxLGg6hwihacFfoBp+fJB3dMhU+mAyZBjKt5suToIqHHYXKk0+GklhdiAJZxaQobVXKSDCYom0ioCFGiHVtj8dUfa6bzJZg9iLQYmqtBAsgz0RDuYRTOXA= Received: by 10.142.241.10 with SMTP id o10mr4434846wfh.217.1207030637034; Mon, 31 Mar 2008 23:17:17 -0700 (PDT) Received: by 10.142.52.6 with HTTP; Mon, 31 Mar 2008 23:17:17 -0700 (PDT) Message-ID: <28f643d90803312317s4a0e690bga556b762fc78d825@mail.gmail.com> Date: Tue, 1 Apr 2008 09:17:17 +0300 From: "Okalany Daniel" Sender: dokalanyi@gmail.com To: freebsd-current@freebsd.org MIME-Version: 1.0 X-Google-Sender-Auth: b6dfd6733868b4cf Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: incompatible pointer type X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 06:17:17 -0000 Good morning everyone, After making buildworld successfully, make buildkernel exits and the last lines are below. What could be the problem? totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/linux/../../i386/linux/linux_machdep.c cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/IPFWKERNEL/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/IPFWKERNEL -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/linux/../../compat/linux/linux_mib.c cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/IPFWKERNEL/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/IPFWKERNEL -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c cc1: warnings being treated as errors /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c: In function 'linux_sched_getaffinity': /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c:1753: warning: assignment from incompatible pointer type /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c: In function 'linux_sched_setaffinity': /usr/src/sys/modules/linux/../../compat/linux/linux_misc.c:1779: warning: assignment from incompatible pointer type *** Error code 1 Stop in /usr/src/sys/modules/linux. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/IPFWKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- OKALANY DANIEL P.O BOX 26150 KAMPALA. -- There are 10 types of people in this world - those who know binary and those who don't.