[SUM] - doconfig fails

From: Mike Grau <m.grau_at_kcc.state.ks.us>
Date: Fri, 15 Nov 1996 14:45:44 -0600

(Original question at end)
This list is sort of like God answering prayers.
Thanks to:
SHEILA FRANKLIN, and
MARTIN MOORE (gave a detailed explanation of why it causes failure)
who identified the problem as /dev/null being a regular file rather than
a special file. Corrected that, and the original kernel rebuilt
smoothly.
Also thanks to
DAN PETERS
for the piece of code (below) from ALAN DAVIS to identify possible
causes for rebuild failures. It's slick & gave me a few more things to
do!
---------------- cut here --------------
#!/bin/sh

cd /

for i in `ls /usr/.smdb./*.lk`
# ^ is a back-tick
do
        x=`basename $i`
# ^ is an eye
        i=`echo ${x} | cut -f1 -d'.'`
# ^ is a one
        echo ${i}
        /usr/lbin/fverify -n ${1} < /usr/.smdb./${i}.inv
# ^ is an el
done
---------- end -------------

Original question:
Hello all... I'm on an alpha 3000/800 running du 3.2c and am attempting
to rebuild the kernel on this box for the first time (ping patch). I've
learned to my dismay that I cannot even rebuild the existing kernel and
don't really now where to start to track down the problem. Any answers
would be thankfully received (WILLING TO SACRIFICE ELDEST CHILD). See
below errors from doconfig -c SYSNAME:

/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file lcore.i
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file lintserrs
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file makelinks
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file *.log
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file *LOG*
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file rm
cc: Error: no source, object or ucode file specified
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file makedep
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file maketagfiles
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file rm
cc: Error: no source, object or ucode file specified
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file makelint
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file makelintfiles
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file makelintobjs
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file lint
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file *.ln
/usr/lib/cmplrs/cc/cfe fatal: Cannot open the file *.lint
(if [ -s makedeperrs ]; thenfalse; else true; fi )
Exit 1
Stop
-- 
=====================================================================
Michael Grau                   |    Kansas Corporation Commission
                               |        1500 SW Arrowhead RD
m.grau_at_kcc.state.ks.us         |      Topeka, KS 66604-4027 USA
http://www.kcc.state.ks.us     |         tel: 913.271.3236
=====================================================================
       == My opinions do not reflect those of my employer ==
=====================================================================
Received on Fri Nov 15 1996 - 22:10:04 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:47 NZDT