| Date Of Receipt: 4-SEP-1996 10:00:17.51
From: HUNCH::"[email protected]" "04-Sep-1996 0958"
To: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected]
Subj: Re: What happened to the steel pool re compilers?
Chris,
There is a problem with the "steelos.dsk8" which is currently
being investigated.
(I just sent a message out to "osf_developers".)
Sue Schueller
Steel Release Engineering Project Leader
>
> Folks:
>
> Suddenly we cannot build in ODE anymore. Passes of the compiler cannot
> be located during builds:
>
> [email protected]::/usr/staff/gillett> workon -sb steel
> cd'ing to sandbox source directory: /usr/staff/gillett/scatbox/steel/src.
> starting new shell: /bin/csh.
> [email protected]::/usr/staff/gillett/scatbox/steel/src> cd usr/ccs/bin/as
> [email protected]::/usr/staff/gillett/scatbox/steel/src/usr/ccs/bin/as> build
> relative path: ./usr/ccs/bin/as.
> string passed to /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/hostbin/make:
> make -cF build_all
> cd ../../../../../obj/alpha/usr/ccs/bin/as
> /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/pc -c -DBSD=198911 -D_BSD -Dultrix -D__ultrix -D__osf__ -D_ARCH1 -O0 -g -DXFLOAT -D_REAL16 -DFP_HACKS -Olimit 2000 -Wc,-ieee_eflag -O0 -g `genpath -I.` `genpath ` `genpath -I.` -I -I/usr/staff/gillett/scatbox/steel/export/alpha/usr/include -I/usr/sde/osf1/build/steelos.nightly/export/alpha/usr/include ../../../../../../src/usr/ccs/bin/as/as0main.p
> /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/pc: /share/remington/build/steelos.dsk8/steelos.bld/tools/alpha_OSF1/alpha/acc/usr/ccs/lib/cmplrs/cc/pc: not found
> *** Exit 1
> Stop.
>
> Looking at this problem, it looks like somebody busted the tools area yesterday
> evening and replaced all the tools with shell scripts that run tools located
> elsewhere:
>
> [email protected]::/share/kgb/build/steelos.dsk6/steelos.nightly0/tools/alpha_OSF1/alpha/acc> ls -al
> total 38
> drwxr-xr-x 4 devbld staff 8192 Sep 4 06:24 .
> drwxr-xr-x 6 devbld staff 8192 Sep 4 06:24 ..
> -rw-r--r-- 1 devbld staff 28 Aug 27 17:02 TIMESTAMP
> lrwxrwxrwx 1 root staff 20 Sep 4 06:24 ar -> usr/lib/cmplrs/cc/ar
> -rwxr-xr-x 1 root system 125 Sep 3 20:16 as
> lrwxrwxrwx 1 root staff 24 Sep 4 06:24 as.orig -> usr/lib/cmplrs/cc/driver
> -rwxr-xr-x 1 root system 125 Sep 3 20:16 cc
> lrwxrwxrwx 1 root staff 24 Sep 4 06:24 cc.orig -> usr/lib/cmplrs/cc/driver
> lrwxrwxrwx 1 root staff 21 Sep 4 06:24 cpp -> usr/lib/cmplrs/cc/cpp
> -rwxr-xr-x 1 root system 137 Sep 3 20:16 cxx
> lrwxrwxrwx 1 root staff 32 Sep 4 06:24 cxx.orig -> usr/lib/cmplrs/cxx/deccxx_driver
> -rwxr-xr-x 1 root system 125 Sep 3 20:16 ld
> lrwxrwxrwx 1 root staff 20 Sep 4 06:24 ld.orig -> usr/lib/cmplrs/cc/ld
> lrwxrwxrwx 1 root staff 12 Sep 4 06:24 lint -> usr/bin/lint
> lrwxrwxrwx 1 root staff 20 Sep 4 06:24 nm -> usr/lib/cmplrs/cc/nm
> -rwxr-xr-x 1 root system 125 Sep 3 20:16 pc
> lrwxrwxrwx 1 root staff 24 Sep 4 06:24 pc.orig -> usr/lib/cmplrs/cc/driver
> drwxr-xr-x 2 devbld staff 8192 Sep 4 06:23 sbin
> lrwxrwxrwx 1 root staff 22 Sep 4 06:24 size -> usr/lib/cmplrs/cc/size
> lrwxrwxrwx 1 root staff 23 Sep 4 06:24 strip -> usr/lib/cmplrs/cc/strip
> drwxr-xr-x 6 devbld staff 8192 Sep 4 06:24 usr
>
> These scripts reference paths that do not exist if you do a /usr/sde/odemount steelos
>
> [email protected]::/share/kgb/build/steelos.dsk6/steelos.nightly0/tools/alpha_OSF1/alpha/acc> cat pc
> #!/bin/sh
> /share/remington/build/steelos.dsk8/steelos.bld/tools/alpha_OSF1/alpha/acc/usr/ccs/lib/cmplrs/cc/pc ${MDflag} "$@"
>
>
> What's up with this? Am I backed to the wrong tree or what?
>
> Chris
--
------------------------------------------------------------
Susan Schueller Digital Equipment Corporation
USG Release Engineering MS ZKO3-3/W20
(603) 881-6348 110 Spit Brook Road
[email protected] Nashua, NH 03062-2698
------------------------------------------------------------
|
| Date Of Receipt: 4-SEP-1996 10:37:03.07
From: FLUME::"[email protected]" "04-Sep-1996 1035"
To: [email protected]
CC: [email protected], [email protected], [email protected],
[email protected], [email protected]
Subj: Re: What happened to the steel pool re compilers?
This should be all set and if you haven't tried building again yet, you should
now be able to. This ocurred as a result of implementing the new generation of
dependency files during the build. During testing in a static tree we did not
uncover this, however the nightly build occurs in one tree (*.bld) which when
successfuly becomes a different tree (*.nightly).
The nightly trees have been restored to a functional state. Sorry for any
inconvenience.
-Grant
|
| Folks:
|
| Suddenly we cannot build in ODE anymore. Passes of the compiler cannot
| be located during builds:
|
| [email protected]::/usr/staff/gillett> workon -sb steel
| cd'ing to sandbox source directory: /usr/staff/gillett/scatbox/steel/src.
| starting new shell: /bin/csh.
| [email protected]::/usr/staff/gillett/scatbox/steel/src> cd usr/ccs/bi
n/as
| [email protected]::/usr/staff/gillett/scatbox/steel/src/usr/ccs/bin/as
> build
| relative path: ./usr/ccs/bin/as.
| string passed to /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/h
ostbin/make:
| make -cF build_all
| cd ../../../../../obj/alpha/usr/ccs/bin/as
| /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/pc -c -DBSD=
198911 -D_BSD -Dultrix -D__ultrix -D__osf__ -D_ARCH1 -O0 -g -DXFLO
AT -D_REAL16 -DFP_HACKS -Olimit 2000 -Wc,-ieee_eflag -O0 -g `genpath -I.` `
genpath ` `genpath -I.` -I -I/usr/staff/gillett/scatbox/steel/export/alpha/u
sr/include -I/usr/sde/osf1/build/steelos.nightly/export/alpha/usr/include ../..
/../../../../src/usr/ccs/bin/as/as0main.p
| /usr/sde/osf1/build/steelos.nightly/tools/alpha_OSF1/alpha/acc/pc: /share/rem
ington/build/steelos.dsk8/steelos.bld/tools/alpha_OSF1/alpha/acc/usr/ccs/lib/cm
plrs/cc/pc: not found
| *** Exit 1
| Stop.
|
| Looking at this problem, it looks like somebody busted the tools area yesterd
ay
| evening and replaced all the tools with shell scripts that run tools located
| elsewhere:
|
| [email protected]::/share/kgb/build/steelos.dsk6/steelos.nightly0/tool
s/alpha_OSF1/alpha/acc> ls -al
| total 38
| drwxr-xr-x 4 devbld staff 8192 Sep 4 06:24 .
| drwxr-xr-x 6 devbld staff 8192 Sep 4 06:24 ..
| -rw-r--r-- 1 devbld staff 28 Aug 27 17:02 TIMESTAMP
| lrwxrwxrwx 1 root staff 20 Sep 4 06:24 ar -> usr/lib/cmplrs/cc
/ar
| -rwxr-xr-x 1 root system 125 Sep 3 20:16 as
| lrwxrwxrwx 1 root staff 24 Sep 4 06:24 as.orig -> usr/lib/cmpl
rs/cc/driver
| -rwxr-xr-x 1 root system 125 Sep 3 20:16 cc
| lrwxrwxrwx 1 root staff 24 Sep 4 06:24 cc.orig -> usr/lib/cmpl
rs/cc/driver
| lrwxrwxrwx 1 root staff 21 Sep 4 06:24 cpp -> usr/lib/cmplrs/c
c/cpp
| -rwxr-xr-x 1 root system 137 Sep 3 20:16 cxx
| lrwxrwxrwx 1 root staff 32 Sep 4 06:24 cxx.orig -> usr/lib/cmp
lrs/cxx/deccxx_driver
| -rwxr-xr-x 1 root system 125 Sep 3 20:16 ld
| lrwxrwxrwx 1 root staff 20 Sep 4 06:24 ld.orig -> usr/lib/cmpl
rs/cc/ld
| lrwxrwxrwx 1 root staff 12 Sep 4 06:24 lint -> usr/bin/lint
| lrwxrwxrwx 1 root staff 20 Sep 4 06:24 nm -> usr/lib/cmplrs/cc
/nm
| -rwxr-xr-x 1 root system 125 Sep 3 20:16 pc
| lrwxrwxrwx 1 root staff 24 Sep 4 06:24 pc.orig -> usr/lib/cmpl
rs/cc/driver
| drwxr-xr-x 2 devbld staff 8192 Sep 4 06:23 sbin
| lrwxrwxrwx 1 root staff 22 Sep 4 06:24 size -> usr/lib/cmplrs/
cc/size
| lrwxrwxrwx 1 root staff 23 Sep 4 06:24 strip -> usr/lib/cmplrs
/cc/strip
| drwxr-xr-x 6 devbld staff 8192 Sep 4 06:24 usr
|
| These scripts reference paths that do not exist if you do a /usr/sde/odemount
steelos
|
| [email protected]::/share/kgb/build/steelos.dsk6/steelos.nightly0/tool
s/alpha_OSF1/alpha/acc> cat pc
| #!/bin/sh
| /share/remington/build/steelos.dsk8/steelos.bld/tools/alpha_OSF1/alpha/acc/us
r/ccs/lib/cmplrs/cc/pc ${MDflag} "$@"
|
|
| What's up with this? Am I backed to the wrong tree or what?
|
| Chris
--
-Grant
|