Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Mar 2007 20:17:03 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Dino Vliet <dino_vliet@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildworld error
Message-ID:  <20070320181702.GA87565@kobe.laptop>
In-Reply-To: <267174.14483.qm@web51105.mail.re2.yahoo.com>
References:  <267174.14483.qm@web51105.mail.re2.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-03-20 00:21, Dino Vliet <dino_vliet@yahoo.com> 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<FPU,DE,TSC,MSR,MTRR,PGE,MMX>
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070320181702.GA87565>