Re: 4.5-PRERELEASE: VIA chases again...
I had similar symptoms on a laptop. It was running Windows 95, but I think it still applies. Format and re-install fixed it for 2-3 months, then bad sectors left and right. Turns out the hard drive was failing. (overheating in this example) >On Tue, Jan 08, 2002 at 12:13:20PM -, Lawrence Farr stood up and spoke: >> >> Moved the install back to another disk (I ran the IBM low level >> disk >> tools on the disk first, and it passed). Within an hour I had a panic. >> It was a corrupt directory error, but it rebooted before I had chance to >> write >> down the error. I newfs'd it last night, and left it run with no >> problems, >> and it's buildingworld again now. > >So a simple newfs and restore operation solved your problem? For sure I'll >try the same here now. > >Now that I think about it, the machine also tended to run rock-solid ever >since I put it together in April 2001. The problems only started to occur >when I changed the HD in December. WHile the new disk seems to be ok >according to Western Digital's WDDIAG, I guess newfs'ing it and restoring >the data to it surely cannot hurt... > >Greetings >Nils > > >-- >Nils Holland >Ti Systems - FreeBSD in Tiddische, Germany >http://www.tisys.org * [EMAIL PROTECTED] > >To Unsubscribe: send mail to [EMAIL PROTECTED] >with "unsubscribe freebsd-stable" in the body of the message -- _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
make: 1: Syntax error: "(" unexpected
I am trying to update my 4.5-stable system, and I keep getting the error "make: 1: Syntax error: "(" unexpected" I try to run "make cleandir" and it fails with that error message. Any of the other make commands that are executed in the /usr/src directory fail the exact same way. I have deleted all of /usr/src, and re cvsup'd, with same results. Been like this for about 10 days. I think I changed my make.conf, but I copied the one from /usr/src/etc/defaults to /etc/defaults. Dmesg, and my build script are at [http://www.theapt.org/freebsd.html] I'm fairly certain I messed up a config file or two, but I don't know what files I messed up. -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
Re: make: 1: Syntax error: "(" unexpected
It looks like the make executable is bunk. I am using bsd make, not gmake. Now I need to generate make w/o make. (yay!) At 10:56 PM -0700 3/24/2002, M. Warner Losh wrote: >In message: <[EMAIL PROTECTED]> > Jonathan Chen <[EMAIL PROTECTED]> writes: >: On Sun, Mar 24, 2002 at 08:28:08PM -0800, Peter Hessler wrote: >: > I am trying to update my 4.5-stable system, and I keep getting the >: > error "make: 1: Syntax error: "(" unexpected" >: >: The error text you're getting shows that you aren't using the standard >: make in /usr/bin. Looks like you're invoking GNU make instead - not a >: good idea; it should have been installed as "gmake" and not "make". > >It might also be due to a corrupt make binary. The kernel thinks it >is a shell script... > >Warner > >To Unsubscribe: send mail to [EMAIL PROTECTED] >with "unsubscribe freebsd-stable" in the body of the message -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
make buildworld broken at fortune
I am trying to do a make buildworld, and it keeps crapping out while making boot strap tools, something about rcsfreeze. I have had this problem for 2 weeks or so, so I highly doubt it's a tree issue. For those of you playing at home, I am the one who had problems with bsd-make recently. Details are at [http://www.theapt.org/fortune.html]. (I've already deleted /usr/src and re-cvsup'd, so I know it's not a bad cvs merge) Any help would be great. -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message