Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2002 19:13:43 -0700 (PDT)
From:      Peter Losher <plosher@wwiv.com>
To:        freebsd-questions@freebsd.org
Subject:   Compiling /usr/src/contrib/cvs
Message-ID:  <20020820191137.W1151-100000@luftpost.plosh.net>

next in thread | raw e-mail | index | archive | help

Hi - I am running 4.6-STABLE and have come across this error in compiling
CVS - has anyone encountered this error, and what was the fix?:

Thanks - Peter

-=-
Making all in lib
source='argmatch.c' object='argmatch.o' libtool=no
depfile='.deps/argmatch.Po' tmpdepfile='.deps/argmatch.TPo'  depmode=gcc
/bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src
-g -O2 -c -o argmatch.o `test -f argmatch.c || echo './'`argmatch.c
source='ftruncate.c' object='ftruncate.o' libtool=no
depfile='.deps/ftruncate.Po' tmpdepfile='.deps/ftruncate.TPo'  depmode=gcc
/bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src
-g -O2 -c -o ftruncate.o `test -f ftruncate.c || echo './'`ftruncate.c
byacc  -d getdate.y && mv y.tab.c getdate.c
byacc: 10 shift/reduce conflicts
if test -f y.tab.h; then  if cmp -s y.tab.h getdate.h; then  rm -f y.tab.h;
else  mv y.tab.h getdate.h;  fi;  fi
source='getdate.c' object='getdate.o' libtool=no
depfile='.deps/getdate.Po' tmpdepfile='.deps/getdate.TPo'  depmode=gcc
/bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src
-g -O2 -c -o getdate.o `test -f getdate.c || echo './'`getdate.c
source='getline.c' object='getline.o' libtool=no
depfile='.deps/getline.Po' tmpdepfile='.deps/getline.TPo'  depmode=gcc
/bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src
-g -O2 -c -o getline.o `test -f getline.c || echo './'`getline.c
source='getopt.c' object='getopt.o' libtool=no  depfile='.deps/getopt.Po'
tmpdepfile='.deps/getopt.TPo'  depmode=gcc /bin/sh ../depcomp  gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src      -g -O2 -c -o getopt.o
`test -f getopt.c || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo'  depmode=gcc
/bin/sh ../depcomp  gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src
-g -O2 -c -o getopt1.o `test -f getopt1.c || echo './'`getopt1.c
source='md5.c' object='md5.o' libtool=no  depfile='.deps/md5.Po'
tmpdepfile='.deps/md5.TPo'  depmode=gcc /bin/sh ../depcomp  gcc
-DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src      -g -O2 -c -o md5.o
`test -f md5.c || echo './'`md5.c
In file included from md5.h:16,
                 from md5.c:46:
/usr/include/sys/md5.h:31: syntax error before `u_int32_t'
md5.c:55: syntax error before `getu32'
md5.c:64: syntax error before `cvs_uint32'
md5.c:66: syntax error before `{'
*** Error code 1

Stop in /usr/src/contrib/cvs/lib.
*** Error code 1

Stop in /usr/src/contrib/cvs.
*** Error code 1

Stop in /usr/src/contrib/cvs.
-=-

-- 
plosher@wwiv.com - [ http://www.plosh.net/ ]


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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