[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

2034.0. "Sandbox build problem" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Mon Jan 08 1996 17:35

Date Of Receipt: 	 4-JAN-1996 12:08:40.09
From: 	SMURF::WASTED::chs "Carol Hackett Sheridan USG  04-Jan-1996 1206"
To: 	odehelp@DEC:.zko.wasted
CC: 	chs@DEC:.zko.wasted
Subj: 	Sandbox build problem

Hi,

I'm having a problem building in my sandbox (both existing and new
sandboxes).

Here's what I'm getting:

mv -f ./ytab.h.X ./ytab.h
COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /bin/cc -I. -I/usr/include /usr/sde/osf1/bui
ld/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c /usr/sde/osf1/build/ptos.night
ly/src/kernel/io/cam/siop/ssc/ytab.c /usr/sde/osf1/build/ptos.nightly/src/kernel
/io/cam/siop/ssc/scsi_lex.c /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/s
iop/ssc/error.c -o ssc
/usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c:
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/main.c: 37: Cannot open file string.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/pass2.h: 45: Cannot open file stdio.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/pass2.h: 46: Cannot open file string.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
/usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/ytab.c:
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
/usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
/usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/scsi_lex.c:

.
.
.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.

I'm pretty sure my path is ok, but here's what's set up:

(while in my sandbox)
$ echo $PATH
/u/chs/sandboxes/test/tools/alpha/hostbin:/u/chs/sandboxes/test/tools/alpha/bin:
/u/chs/sandboxes/test/tools/alpha/acc:/usr/sde/osf1/build/ptos.nightly/tools/alp
ha_OSF1/alpha/hostbin:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha/bi
n:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha/acc:/usr/sde/ode3.0/to
ols/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin

Again, I was building on my workstation without any problems before upgrading
to V3.2C

Thanks,

Carol Sheridan



T.RTitleUserPersonal
Name
DateLines
2034.1Re: Sandbox build problemAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Jan 08 1996 17:3693
Date Of Receipt: 	 4-JAN-1996 12:16:45.40
From: 	SMURF::FLUME::"vandyck@zk3.dec.com" "Grant Van Dyck  04-Jan-1996 1213"
To: 	chs@zk3.dec.com
CC: 	odehelp@zk3.dec.com
Subj: 	Re: Sandbox build problem

In this example, COMP_HOST_ROOT=/ which means it's going to use your system's 
libs and includes. I bet if you check your system you don't have stdio.h or 
any of the other stuff that's in OSFPGMR350. Do a setld -i and see if you have 
installed. It's not optional if you want to build on your machine.



		-Grant

| 
| Hi,
| 
| I'm having a problem building in my sandbox (both existing and new
| sandboxes).
| 
| Here's what I'm getting:
| 
| mv -f ./ytab.h.X ./ytab.h
| COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /bin/cc -I. -I/usr/include /usr/sde/osf1/
bui
| ld/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c /usr/sde/osf1/build/ptos.ni
ght
| ly/src/kernel/io/cam/siop/ssc/ytab.c /usr/sde/osf1/build/ptos.nightly/src/ker
nel
| /io/cam/siop/ssc/scsi_lex.c /usr/sde/osf1/build/ptos.nightly/src/kernel/io/ca
m/s
| iop/ssc/error.c -o ssc
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/main.c:
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/main.c: 37: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/pass2.h: 45: Cannot open file stdio.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/pass2.h: 46: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/ytab.c:
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/portable.h: 40: Cannot open file string.h for #include
| /usr/lib/cmplrs/cc/cfe: Error: /usr/sde/osf1/build/ptos.nightly/src/kernel/io
/ca
| m/siop/ssc/scsi.h: 48: Cannot open file stdio.h for #include
| /usr/sde/osf1/build/ptos.nightly/src/kernel/io/cam/siop/ssc/scsi_lex.c:
| 
| .
| .
| .
| *** Exit 1
| Stop.
| *** Exit 1
| Stop.
| *** Exit 1
| Stop.
| 
| I'm pretty sure my path is ok, but here's what's set up:
| 
| (while in my sandbox)
| $ echo $PATH
| /u/chs/sandboxes/test/tools/alpha/hostbin:/u/chs/sandboxes/test/tools/alpha/b
in:
| /u/chs/sandboxes/test/tools/alpha/acc:/usr/sde/osf1/build/ptos.nightly/tools/
alp
| ha_OSF1/alpha/hostbin:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha
/bi
| n:/usr/sde/osf1/build/ptos.nightly/tools/alpha_OSF1/alpha/acc:/usr/sde/ode3.0
/to
| ols/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
| 
| Again, I was building on my workstation without any problems before upgrading
| to V3.2C
| 
| Thanks,
| 
| Carol Sheridan
| 
| 



2034.2Re: Sandbox build problemAOSG::FILTERAutomatic Posting Software - mail to flume::puckMon Jan 08 1996 17:4120
Date Of Receipt: 	 4-JAN-1996 13:49:39.05
From: 	SMURF::WASTED::chs "Carol Hackett Sheridan USG  04-Jan-1996 1347"
To: 	"Grant Van Dyck" <vandyck@cardinal.zk3.dec.com>
CC: 	chs@DEC:.zko.wasted, odehelp@DEC:.zko.wasted
Subj: 	Re: Sandbox build problem

Grant,

>In this example, COMP_HOST_ROOT=/ which means it's going to use your system's 
>libs and includes. I bet if you check your system you don't have stdio.h or 
>any of the other stuff that's in OSFPGMR350. Do a setld -i and see if you have 
>installed. It's not optional if you want to build on your machine.

Nope. I don't have it installed. I didn't realize this was mandatory for
workstation builds. Is this something that changed under
V3.2C or did I have it installed when I was running V3.0 and just not
remember the reason why I installed it (probably the latter :-)

/Carol