[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference smurf::buildhelp

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

322.0. "kernel build backed to agosminor.bl5 -- problem building" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Sep 15 1993 16:08

Date Of Receipt: 	14-SEP-1993 19:05:27.87
From: 	WASTED::jmf "Joshua M. Friedman ULTRIX SDE  14-Sep-1993 1906"
To: 	buildhelp@wasted:zko.dec
CC: 	odehelp@wasted:zko.dec, decwet::anderson
Subj: 	kernel build backed to agosminor.bl5 -- problem building

Can anyone on buildhelp offer any assistance to Tina here?  

Tina, for build questions, please use "buildhelp" instead of "odehelp" 
in the future (more experts on builds).  thanks...

-josh

------- Forwarded Message

Return-Path: [email protected] 
Delivery-Date: Tue, 14 Sep 93 18:18:22 -0400
Return-Path: [email protected]
Received: by flambe.zk3.dec.com; id AA21928; Tue, 14 Sep 1993 18:18:20 -0400
Received: by abyss.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
	id AA11260; Tue, 14 Sep 1993 18:17:00 -0400
Date: Tue, 14 Sep 1993 18:16:51 -0400
Message-Id: <[email protected]>
From: [email protected] (Tina (Salley is decwet::salley, Brian is 
quarry::anderson, Mark is decwet::mark))
To: [email protected]
Cc: [email protected]
Subject: build backed to agosminor.bl5 -- problem building

odehelp,

I created a new sandbox backed to agosminor.bl5.

workon -sb mysandbox
mkdir kernel
cd kernel
build

I get so far into the build and it appears to hang at the point listed below:

(csplit -ks -fmakedeptmp makedepfiles 100 {25} 1>/dev/null 2>&1; exit 0)
for i in makedeptmp?? ; do  (for f in `cat $i` ; do  
/usr/sde/osf1/build/agosminor.
bl5/tools/alpha_OSF1/alpha/acc/cc -M -I -I. -I.. -I../include -DIDENT=BINARY 
- -DDEC2
000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 -DALPHAADU -DSWAPTYPE=1 
- -DR
ELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43 -DPACKETFILTER -DUFS 
- -D
TRN -DRT -DKERNEL -D_KERNEL -D_BSD -D__alpha -Umips -UMIPS $f |  awk '{ print $0 
>>
 "makedeptmp" };  { print $2 >> "maketagstmp" }';  done) 2>makedeperrs;  done

Any suggestions?

The backing tree is on a ADVFS file system at 8 gigabytes.
I don't think this should cause any problems.


Thanks,
Tina

********************************************

slugbt.zso.dec.com> printenv | grep PATH
PATH=/usr/silver/tina/minor5sb/tools/alpha_OSF1/alpha/hostbin:/usr/silver/tina/m
ino
r5sb/tools/alpha_OSF1/alpha/bin:/usr/silver/tina/minor5sb/tools/alpha_OSF1/alpha
/ac
c:/usr/sde/osf1/build/agosminor.bl5/tools/alpha_OSF1/alpha/hostbin:/usr/sde/osf1
/bu
ild/agosminor.bl5/tools/alpha_OSF1/alpha/bin:/usr/sde/osf1/build/agosminor.bl5/t
ool
s/alpha_OSF1/alpha/acc:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bi
n:/
sbin:/usr/sbin:.:/usr/sde/ode2.0/tools/pmax_ultrix/bin:/usr/staff3/tea/bin:/usr/
sta
ff3/tea/bin/al

------- End of Forwarded Message


T.RTitleUserPersonal
Name
DateLines
322.1Re: kernel build backed to agosminor.bl5 -- problem buildingSMURF::FILTERAutomatic Posting Software - mail to flume::puckWed Sep 15 1993 16:1198
Date Of Receipt: 	14-SEP-1993 22:27:45.94
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected] (Joshua Friedman, OSF/UNIX SDE 381-1548)
CC: 	[email protected], [email protected], [email protected]
Subj: 	Re: kernel build backed to agosminor.bl5 -- problem building

Yup, that's pretty normal. It hangs for a REALLY long time while it goes
through 700 some odd passes of an ugly shell loop. Gary Gaudet had a fix for
BL6, but I'm not sure if it went in or not.  Let it rip, go get some lunch,
come back in an hour or so.  :-)

	-Grant

> 
> Can anyone on buildhelp offer any assistance to Tina here?  
> 
> Tina, for build questions, please use "buildhelp" instead of "odehelp" 
> in the future (more experts on builds).  thanks...
> 
> -josh
> 
> ------- Forwarded Message
> 
> Return-Path: [email protected] 
> Delivery-Date: Tue, 14 Sep 93 18:18:22 -0400
> Return-Path: [email protected]
> Received: by flambe.zk3.dec.com; id AA21928; Tue, 14 Sep 1993 18:18:20 -0400
> Received: by abyss.zk3.dec.com (5.65/DEC-USSG-ZK3-ULTRIX-09/27/91);
> 	id AA11260; Tue, 14 Sep 1993 18:17:00 -0400
> Date: Tue, 14 Sep 1993 18:16:51 -0400
> Message-Id: <[email protected]>
> From: [email protected] (Tina (Salley is decwet::salley, Brian is 
> quarry::anderson, Mark is decwet::mark))
> To: [email protected]
> Cc: [email protected]
> Subject: build backed to agosminor.bl5 -- problem building
> 
> odehelp,
> 
> I created a new sandbox backed to agosminor.bl5.
> 
> workon -sb mysandbox
> mkdir kernel
> cd kernel
> build
> 
> I get so far into the build and it appears to hang at the point listed below:
> 
> (csplit -ks -fmakedeptmp makedepfiles 100 {25} 1>/dev/null 2>&1; exit 0)
> for i in makedeptmp?? ; do  (for f in `cat $i` ; do  
> /usr/sde/osf1/build/agosminor.
> bl5/tools/alpha_OSF1/alpha/acc/cc -M -I -I. -I.. -I../include -DIDENT=BINARY 
> - -DDEC2
> 000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 -DALPHAADU -DSWAPTYPE=1 
> - -DR
> ELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43 -DPACKETFILTER -DUFS 
> - -D
> TRN -DRT -DKERNEL -D_KERNEL -D_BSD -D__alpha -Umips -UMIPS $f |  awk '{ print $0 
> >>
>  "makedeptmp" };  { print $2 >> "maketagstmp" }';  done) 2>makedeperrs;  done
> 
> Any suggestions?
> 
> The backing tree is on a ADVFS file system at 8 gigabytes.
> I don't think this should cause any problems.
> 
> 
> Thanks,
> Tina
> 
> ********************************************
> 
> slugbt.zso.dec.com> printenv | grep PATH
> PATH=/usr/silver/tina/minor5sb/tools/alpha_OSF1/alpha/hostbin:/usr/silver/tina/m
> ino
> r5sb/tools/alpha_OSF1/alpha/bin:/usr/silver/tina/minor5sb/tools/alpha_OSF1/alpha
> /ac
> c:/usr/sde/osf1/build/agosminor.bl5/tools/alpha_OSF1/alpha/hostbin:/usr/sde/osf1
> /bu
> ild/agosminor.bl5/tools/alpha_OSF1/alpha/bin:/usr/sde/osf1/build/agosminor.bl5/t
> ool
> s/alpha_OSF1/alpha/acc:/usr/sde/ode2.0/tools/alpha_ace/bin:/usr/ucb:/bin:/usr/bi
> n:/
> sbin:/usr/sbin:.:/usr/sde/ode2.0/tools/pmax_ultrix/bin:/usr/staff3/tea/bin:/usr/
> sta
> ff3/tea/bin/al
> 
> ------- End of Forwarded Message
> 
> 
> 


-- 
 Grant Van Dyck 		enet:    [email protected]	
 Release Engineering