Date: Thu, 19 Jul 2001 15:33:47 -0400 (EDT) From: Sung Nae Cho <sucho2@quasar.phys.vt.edu> To: Laurence Berland <stuyman@confusion.net> Cc: Kashyap Kumar <modaya72@hotmail.com>, <freebsd-stable@FreeBSD.ORG>, <questions@FreeBSD.ORG> Subject: Re: buildworld failing (was: No Subject) Message-ID: <Pine.LNX.4.33.0107191524140.3406-100000@quasar.phys.vt.edu> In-Reply-To: <Pine.NEB.3.96.1010719071059.25845C-100000@euphoria.confusion.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, What does your make.conf file look like? Are you making modifications to your /etc/defaults/make.conf file? I had similar problem when I had C++FLAGS turned on. Also, does anyone know that if Intel Celeron Processor should be classified as CPUTYPE=p2 or CPUTYPE=i686? I am using CPUTYPE=p2 since it's basically Pentium2 with smaller cache size. Yours sincerely, Sung N. Cho, Thursday, July 18, 2001. On Thu, 19 Jul 2001, Laurence Berland wrote: > > Try putting a subject next time, so people who know how to help you will > read the email, and everyone else doesn't need to waste time with it. > Otherwise, the tendency is for everyone to ignore it. When you get > hundreds of emails a day, it needs to be pretty obvious that you might be > of help... > > On Thu, 19 Jul 2001, Kashyap Kumar wrote: > > > Hi, > > > > I asked this problem earlier but nobody help me. I have this problem since i > > cvsuped one of my servers last week. and again i cvsuped today 19/07/2001. > > But the problem is there.. make buildworld stops at following location. > > > > i am using freebsd 4.3 Stable.. > > > > FreeBSD bsd.bg.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Wed May 30 12:25:43 EST > > 2001 root@bsd.bg.com:/usr/src/sys/compile/BSG i386 > > > > > > here is where it stops > > > > > > cd /usr/src/lib/libncurses; make build-tools > > sh /usr/src/lib/libncurses/../../contrib/ncurses/include/MKhashsize.sh > > /usr/src/lib/libncurses/../../contrib/ncurses/include/Caps > hashsize.h > > Segmentation fault - core dumped > > sed </usr/src/lib/libncurses/../../contrib/ncurses/include/curses.h.in > > >curses.h -e "/@NCURSES_MAJOR@/s//5/" -e "/@NCURSES_MINOR@/s//1/" -e > > "/@NCURSES_PATCH@/s//20001009/" -e "/@NCURSES_CONST@/s///" -e > > "s/@cf_cv_builtin_bool@/1/g" -e "s/@cf_cv_cc_bool_type@/0/g" -e > > "s/@cf_cv_type_of_bool@/char/g" -e "s/@cf_cv_typeof_chtype@/long/g" -e > > "s/@cf_cv_widec_shift@/8/g" -e "s/@cf_cv_shift_limit@/32/g" -e > > "s/@cf_cv_1UL@/1UL/g" > > AWK=awk sh > > /usr/src/lib/libncurses/../../contrib/ncurses/include/MKncurses_def.sh > > /usr/src/lib/libncurses/../../contrib/ncurses/include/ncurses_defs > > > ncurses_def.h > > cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses > > -I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses > > -I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall > > -DFREEBSD_NATIVE -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -DMAIN_PROGRAM > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c: In > > function `_nc_make_hash_table': > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:78: > > syntax error before `;' > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:78: > > syntax error before `)' > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:75: > > warning: `hashvalue' might be used uninitialized in this function > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c: At > > top level: > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:90: > > syntax error before `}' > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:54: > > warning: `hash_function' declared `static' but never defined > > /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/comp_hash.c:73: > > warning: `_nc_make_hash_table' defined but not used > > *** Error code 1 > > > > Stop in /usr/src/lib/libncurses. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > Laurence Berland > http://www.isp.northwestern.edu > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > 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?Pine.LNX.4.33.0107191524140.3406-100000>