Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.uoknor.edu!news.nodak.edu!netnews1.nwnet.net!news.u.washington.edu!uw-beaver!uhog.mit.edu!news.mathworks.com!fu-berlin.de!sana.inf.fu-berlin.DE!not-for-mail From: arnulf@inf.fu-berlin.de (Arnulf Guenther) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Problems with 2.2-960130-SNAP Date: 12 Feb 1996 00:28:16 GMT Organization: Informatik, Freie Universitaet Berlin Lines: 45 Message-ID: <ARNULF.96Feb12012816@sana.inf.fu-berlin.de> References: <ngsxXaw@quack.kfu.com> NNTP-Posting-Host: sana.inf.fu-berlin.de (160.45.111.21) X-Access: 16 17 19 In-reply-to: nsayer@quack.kfu.com's message of Sun, 11 Feb 1996 20:15:06 UTC Well, I don't have any answers for your problems, instead I got some of my own. In article <ngsxXaw@quack.kfu.com> nsayer@quack.kfu.com (Nick Sayer) writes: > > 1. make world fails trying to build libss. It complains that <ss/ss.h> > is not found during one of the compiles. ln -s . ss fixes it, but > there's undoubtedly a better way. > make world stops when trying to compile CVS. I usually fix this with adding a #include "../lib/config.h" in cvs/cvs.h. There are some warnings but it compiles to the end. > 2. Something has gone wrong with rshd -- it never exits after a job > has completed. Substituting the 2.1.0-RELEASE rshd doesn't help any. > This problem is really painful, since it's screwing up the backups > (this machine is the tapehost). > > 3. As part of the upgrade (I did it the hard way - don't hate me), > the system steadfastly refused to remove /sbin-/init. What I did as > part of the upgrade was 'mv /sbin /sbin- ; cd /usr/src/sbin ; make > install'. Then I rebooted with a new kernel, then I tried to remove > /sbin-. All of it went except /sbin-/init. I was finally forced to > use clri to vaporise it. Does /sbin/init get some sort of special > treatment? > > -- > Nick Sayer <nsayer@quack.kfu.com> | "A man works hard for his filth > N6QQQ @ N0ARY.#NORCAL.CA.USA.NOAM | just to have vagrants come and > +1 408 249 9630, log in as 'guest' | steal it. It's a crying shame." > URL: http://www.kfu.com/~nsayer/ | -- man > Well, I grabbed the 2.2-SNAP source dist, installed them and made world. But I wasn't able to make a new kernel. It complains that i386/eisa/aha1742.c contains a prototype declaration of ahbintr() that conflicts with the one in ioconf.h. I'm suspecting that I got the wrong aha1742.c, because the loader also complains about various symbols starting with _eisa_* that he couldn't resolve. What is the correct version? I got 1.49 from 1996/01/29. Can someone help me? -Arnulf