From owner-freebsd-current@FreeBSD.ORG Wed Jul 1 19:02:35 2009 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 098A71065674 for ; Wed, 1 Jul 2009 19:02:35 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 7E56A8FC14 for ; Wed, 1 Jul 2009 19:02:34 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: by ewy9 with SMTP id 9so1260905ewy.43 for ; Wed, 01 Jul 2009 12:02:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:received :message-id:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance; bh=VBKeely++F39GA+FMOI7zCEM8WjUx552QgYsbrywAS8=; b=KA48KV5WigI115pcX78io1MerKmHLUMj1126/aiR8st72d/9SUU+4x5IwG2cSsp5p4 v7FNe3HseumMpjuxh8qgPcEPfC9r9yK+916RwbnqjtdCJRPmeVWScJ/ggruceDJuwQw4 lLfWGbfmp6whbeb+UgUBS7Q+Dsc/GPMr+hnWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance; b=KcjHMMsvCtF+6zMy1e+Mj5y6BVbwXJ08jlUiYS/py8+mpi/HE2GmipQRgrEJAKfSZp FaqktY4KVLoPmgzUwlh4PcrUFLjXEpIzcmjAV+kjevfnc/w7leC74MhC/B+5EbDK6Ndv 4h/WGF7HIHIolidoAl68CzA8r1jRrIsgCEXBw= Received: by 10.216.70.135 with SMTP id p7mr3040925wed.138.1246474953322; Wed, 01 Jul 2009 12:02:33 -0700 (PDT) Received: from cygnus.homeunix.com ([189.71.105.194]) by mx.google.com with ESMTPS id j8sm3570840gvb.6.2009.07.01.12.02.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 01 Jul 2009 12:02:32 -0700 (PDT) Sender: Nenhum_de_Nos Received: by cygnus.homeunix.com (Postfix, from userid 80) id 48BB9B8083; Wed, 1 Jul 2009 16:02:25 -0300 (BRT) Received: from 189.92.197.238 (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Wed, 1 Jul 2009 16:02:25 -0300 (BRT) Message-ID: <3730d4eb75f62cac45c8113ef595c2f5.squirrel@cygnus.homeunix.com> Date: Wed, 1 Jul 2009 16:02:25 -0300 (BRT) From: "Nenhum_de_Nos" To: freebsd-current@freebsd.org User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: problems building current from today 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: Wed, 01 Jul 2009 19:02:35 -0000 hail, I'm trying to build tinybsd as of today, and I get this: cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -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 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -fstack-protector -Werror /usr/src/sys/kern/sysv_msg.c /usr/src/sys/kern/sysv_msg.c:1263: error: invalid application of 'sizeof' to incomplete type 'struct freebsd7_msgctl_args' /usr/src/sys/kern/sysv_msg.c:1263: error: 'freebsd7_msgctl' undeclared here (not in a function) cc1: warnings being treated as errors /usr/src/sys/kern/sysv_msg.c:1309: warning: function declaration isn't a prototype /usr/src/sys/kern/sysv_msg.c: In function 'freebsd7_msgctl': /usr/src/sys/kern/sysv_msg.c:1318: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1318: error: request for member 'cmd' in something not a structure or union /usr/src/sys/kern/sysv_msg.c:1318: warning: comparison between pointer and integer /usr/src/sys/kern/sysv_msg.c:1319: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1319: error: request for member 'buf' in something not a structure or union /usr/src/sys/kern/sysv_msg.c:1334: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1334: error: request for member 'msqid' in something not a structure or union /usr/src/sys/kern/sysv_msg.c:1334: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1334: error: request for member 'cmd' in something not a structure or union /usr/src/sys/kern/sysv_msg.c:1334: warning: passing argument 2 of 'kern_msgctl' makes integer from pointer without a cast /usr/src/sys/kern/sysv_msg.c:1334: warning: passing argument 3 of 'kern_msgctl' makes integer from pointer without a cast /usr/src/sys/kern/sysv_msg.c:1337: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1337: error: request for member 'cmd' in something not a structure or union /usr/src/sys/kern/sysv_msg.c:1337: warning: comparison between pointer and integer /usr/src/sys/kern/sysv_msg.c:1350: error: dereferencing pointer to incomplete type /usr/src/sys/kern/sysv_msg.c:1350: error: request for member 'buf' in something not a structure or union *** Error code 1 Stop in /usr/obj/usr/src/sys/TINYBSD. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. tinybsd# I read about some commits breaking current recently, but also saw saying was fixed. if any hints, thanks, matheus -- We will call you cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style