[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | USG buildhelp questions/answers |
|
Moderator: | SMURF::FILTER |
|
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
954.0. "re: Why can t I build SABLE?" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri Sep 16 1994 13:33
Date Of Receipt: 16-SEP-1994 11:40:36.00
From: FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: [email protected]
CC: buildhelp@DEC:.zko.flambe
Subj: re: Why can't I build SABLE?
Caroline, have you done the full kernel "build setup" stage first?
(or a full "build"?) If not I believe this is needed first to create
the .o's. You may need in fact to first "build setup BINARY"
(I ususally use "build -k setup BINARY" to keep going in case of errors).
-josh
(In the future, mail to 'buildhelp' instead of 'odehelp'. It's a
more appropriate audience to field the questions).
From [email protected] Fri Sep 16 08:55:07 1994
Delivery-Date: Fri, 16 Sep 94 08:55:09 -0400
Return-Path: [email protected]
Received: from alpha.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/30Mar94-0502PM)
id AA12929; Fri, 16 Sep 1994 08:55:07 -0400
Received: from bluetmp.zk3.dec.com by alpha.zk3.dec.com; (5.65/1.1.8.2/15Sep94-0303PM)
id AA28877; Fri, 16 Sep 1994 08:50:31 -0400
Received: by wally.zk3.dec.com; id AA06330; Fri, 16 Sep 1994 08:50:30 -0400
Date: Fri, 16 Sep 1994 08:50:30 -0400
From: Caroline Fleming <[email protected]>
Message-Id: <[email protected]>
Apparently-To: [email protected]
I made changes to one file in my sandbox - re_driver.c
(/src/kernel/io/dec/eisa). I compiled it using
build MAKE_ARGS=re_driver.o BINARY_scalls.
When I ran
build SABLE
I got the attached output:
[I issued a currentsb -back command and my backing tree is
hw3os.nightly. I also ran check_ode].
Why can't I build SABLE?
Thanks
Caroline Fleming x2906
relative path: ./kernel.
cd ../../obj/alpha/kernel
cd conf && make -cF CONFIG_FLAGS= SABLE_config
cd SABLE && make -cF KCC=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/cc LD=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ld CPP=cpp AWK=awk AR=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ar RANLIB='/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ar ts' SHELL=sh SED=sed SORT=sort ECHO=echo KSH=ksh EGREP=egrep GREP=grep LINT=lint CONFIG=SABLE depend
cat /dev/null > makelint
awk 'BEGIN { printf("\nLINTOBJS=") } { printf(" \\\n\t%s.ln", $2) } END { printf("\n\n") }' makelintfiles >> makelint
awk 'BEGIN { printf("LINTOBJS1=") } { printf(" \\\n\t%s.ln", $1) } END { printf("\n\n") }' makelintobjs >> makelint
awk 'BEGIN { DOL=36; printf("lint:\t%c{LINTOBJS} %c{LINTOBJS1}\n", DOL, DOL); printf("\t@%c{ECHO} \"%c{LINT} %c{LINTFLAGS} *.ln > linterrs 2>&1\"\n", DOL, DOL, DOL); printf("\t@%c{LINT} %c{LINTFLAGS} %c{LINTOBJS} %c{LINTOBJS1} > linterrs 2>&1\n", DOL, DOL, DOL, DOL); printf("\t%c{TOUCH} lint\n\n", DOL) }' /dev/null >> makelint
awk 'BEGIN { DOL=36; printf("flint:\t%c{LINTFILES}\n", DOL); printf("\t@%c{ECHO} \"%c{LINT} %c{LINTFLAGS} *.ln > linterrs 2>&1\"\n", DOL, DOL, DOL); printf("\t@%c{LINT} %c{LINTFLAGS} %c{LINTOBJS} %c{LINTOBJS1} > linterrs 2>&1\n", DOL, DOL, DOL, DOL); printf("\n") }' /dev/null >> makelint
awk '{ DOL=36; printf("%s.ln: %s\n", $2, $1); printf("\t-%c{LINT} -c %c{LINTFLAGS} %s | \\\n", DOL, DOL, $1); printf("\t\t(%c{LINTFILTER} ; exit 0) > %s.lint 2>&1\n\n", DOL, $2) }' makelintfiles >> makelint
symlink=`ls -l locore.o | awk '{ print $11 }'` ; bindir=`dirname $symlink` ; awk '{ DOL=36; printf("%s.ln:\n", $1); printf("\t@%c{RM} %s.ln\n", DOL, $1); printf("\t@%c{LN} -s %s/%s.ln %s.ln\n\n", DOL, BINDIR, $1, $1) }' "BINDIR=$bindir" makelintobjs >> makelint
echo '/^# DO NOT DELETE THIS LINE/+1,$d' >eddep
echo '$r makelint' >>eddep;
echo '$r makedep' >>eddep
echo 'w' >>eddep
cp Makefile Makefile.bak
ex - Makefile < eddep
rm -f eddep makedep1 makedeperrs
cd SABLE && make -cF KCC=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/cc LD=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ld CPP=cpp AWK=awk AR=/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ar RANLIB='/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ar ts' SHELL=sh SED=sed SORT=sort ECHO=echo KSH=ksh EGREP=egrep GREP=grep LINT=lint CONFIG=SABLE vmunix
sh ../conf/newvers.sh ../conf/copyright `cat ../conf/version.type ../conf/version.major ../conf/version.minor ../conf/version.variant ../conf/version.build ../conf/version.patch` "`cat ../conf/version.banner`"
/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/cc -I -I. -I.. -I../include -DIDENT=SABLE -DDEC2100_A500 -DSWAPTYPE=1 -DMACH -DOSF -DCOMPAT_43 -DUFS -DKERNEL -D_KERNEL -D_BSD -c vers.c
rm -f vmunix vmunix.sys
loading vmunix.sys
/usr/sde/osf1/build/hw3os.nightly/tools/alpha_OSF1/alpha/acc/ld:
Can't open:alpha_init.o (No such file or directory)
*** Exit 1 (ignored)
chmod 755 a.out
chmod a.out:No such file or directory
*** Exit 4
Stop
*** Exit 1
Stop
$ currentsb -back
/share/cia/build/hw3os.dsk6/hw3os.nightly
$ check_ode
Check_ode for ODE-II V2.0 -- $Revision: 1.1.4.8 $
Fri Sep 16 08:42:59 EDT 1994
Using logfile=tmp6168.logfile
Checking client/sandbox wally.zk3.dec.com Fri Sep 16 08:43:00 EDT 1994
Info -- Checking Client
Info -- wally.zk3.dec.com: ODE-II client Load=0
Error No. 1 ---------- Fri Sep 16 08:43:05 EDT 1994
wally.zk3.dec.com: account devbld not in group staff
Error No. 2 ---------- Fri Sep 16 08:43:06 EDT 1994
wally.zk3.dec.com: account devrcs not in group staff
Info -- Checking sandbox /usr/users/sb/hw3
Info -- Node wally.zk3.dec.com to kerberos1.zk3.dec.com
latency 4 ms, packet loss 0%.
Info -- Node wally.zk3.dec.com to kerberos2.zk3.dec.com
latency 4 ms, packet loss 0%.
Info -- Node wally.zk3.dec.com to buffer.zk3.dec.com
latency 5 ms, packet loss 0%.
Info -- Node wally.zk3.dec.com to secret.zk3.dec.com
latency 4 ms, packet loss 0%.
Client/sandbox error count is 2
T.R | Title | User | Personal Name | Date | Lines
|
---|