From owner-freebsd-questions Mon Mar 4 13: 9:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id E67CF37B41A for ; Mon, 4 Mar 2002 13:09:50 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA23332; Mon, 4 Mar 2002 13:09:48 -0800 Message-ID: <3C83E29C.3070807@owt.com> Date: Mon, 04 Mar 2002 13:09:48 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Jeff Jirsa Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Compile error / abort in 4.5 Release References: <000501c1c39a$75825460$5e3bad86@boredom> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jeff Jirsa wrote: > I'm getting the following error: > > cd /usr/src/lib/libcom_err && sh /usr/src/tools/install.sh -C -o > root -g wheel -m 444 > /usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/obj/usr/src/i386/usr/include > > cd /usr/src/lib/libss; make -B hdrs beforeinstall test -e > ss_err.et || ln -s /usr/src/lib/libss/ss_err.et . compile_et > ss_err.et ss_err.et:3:invalid character in table name > > The command used was "cd /usr/src && make clean && make buildworld" > > I had previously cvsup'd the source tree (cvsupfile below): less > /etc/cvsupfile *default host=cvsup10.FreeBSD.org *default > base=/usr *default prefix=/usr *default release=cvs *default > tag=RELENG_4 *default delete use-rel-suffix > > src-all src-base src-bin src-contrib src-games src-gnu src-include src-lib > > src-libexec src-release src-sbin src-share src-sys src-tools src-usrbin > > src-usrsbin > > Suggestions? Hi Jim, I haven't seen a response to your message so I did a followup. For starters, if you are going to do src-all, the rest are meaningless. Since you are cvsuping RELENG_4, it is not 4.5 Release but 4.5-stable. Now, none of this has anything to do with the error you are seeing but it is important when it comes to which version you are using when the error occurs. The usual response is did you re-cvsup and try it again. I will occasionally see messages like this and rebuild my system. A buildworld only takes 20 minutes and I usually have a system that I can do this on and not bother anything. Your message successfully pushed the button. What I am seeing is the following cd /usr/src/lib/libcom_err && sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../. ./contrib/com_err/com_err.h /usr/obj/usr/src/i386/usr/include cd /usr/src/lib/libcom_err && sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 /usr/src/lib/libcom_err/../. ./contrib/com_err/com_right.h /usr/obj/usr/src/i386/usr/include cd /usr/src/lib/libss; make -B hdrs beforeinstall test -e ss_err.et || ln -s /usr/src/lib/libss/ss_err.et . compile_et ss_err.et test -h ss_err.et && rm -f ss_err.et As you can see, your problem isn't generic with 4.5-stable so I would recvsup and try again. I don't find a make clean useful; however, doing a make cleandir twice can be. You don't do it everytime but when things don't work, it can clean the mess up at times. What version of FreeBSD were you starting with version wise. A uname -a will tell us that. > > (Please CC me in your response, as I am not on this particular > list) > The cc is part of protocol on the lists. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message