From owner-freebsd-questions@FreeBSD.ORG Tue Mar 20 18:18:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8B4AF16A405 for ; Tue, 20 Mar 2007 18:18:13 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D633213C465 for ; Tue, 20 Mar 2007 18:18:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l2KIHGcc019858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 20 Mar 2007 20:17:27 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l2KIH3ub089204; Tue, 20 Mar 2007 20:17:10 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l2KIH3Pa089186; Tue, 20 Mar 2007 20:17:03 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 20 Mar 2007 20:17:03 +0200 From: Giorgos Keramidas To: Dino Vliet Message-ID: <20070320181702.GA87565@kobe.laptop> References: <267174.14483.qm@web51105.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <267174.14483.qm@web51105.mail.re2.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.509, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.69, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: make buildworld error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2007 18:18:13 -0000 On 2007-03-20 00:21, Dino Vliet wrote: > Hi folks, > > on my pc , > > CPU: VIA C3 Samuel 2 (796.10-MHz 686-class CPU) > Origin = "CentaurHauls" Id = 0x673 Stepping = 3 > Features=0x803035 > real memory = 503250944 (479 MB) > avail memory = 483028992 (460 MB) > > I get the following error after I issue a make buildworld: > > ===> sbin/geom/class/eli (all) > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/geom/class/eli/../../../../sys -I/usr/src/sbin/geom/class/eli/../.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/sbin/geom/class/eli/../../../../sys/geom/eli/g_eli_crypto.c -o g_eli_crypto.So > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/geom/class/eli/../../../../sys -I/usr/src/sbin/geom/class/eli/../.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/sbin/geom/class/eli/../../../../sys/geom/eli/g_eli_key.c -o g_eli_key.So > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/geom/class/eli/../../../../sys -I/usr/src/sbin/geom/class/eli/../.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/sbin/geom/class/eli/../../../../sys/geom/eli/pkcs5v2.c -o pkcs5v2.So > cc -fpic -DPIC -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/geom/class/eli/../../../../sys -I/usr/src/sbin/geom/class/eli/../.. -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -c /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c -o sha2.So > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:641: error: syntax error before '*' token > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:644: error: syntax error before '&' token > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:645: error: syntax error before '&' token > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:645: warning: type defaults to `int' in declaration of `context' > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:645: warning: type defaults to `int' in declaration of `data' > /usr/src/sbin/geom/class/eli/../../../../sys/crypto/sha2/sha2.c:645: error: syntax error before ')' token > *** Error code 1 Which version of the FreeBSD src/ tree are you building? How are you updating your /usr/src tree? If you are using CVSup, it is possible thatyou were "lucky" enough to run CVSup and caught a commit "half updated". Can you try re-running CVSup and see if this updates the relevant bits to a buildable state? - Giorgos