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 |
Date Of Receipt: 21-DEC-1995 11:16:41.03 From: SMURF::WASTED::akers "David Akers USG 21-Dec-1995 1114" To: buildhelp@DEC:.zko.wasted CC: Subj: problems building bl8 and bl9 I'm trying to set up my sandbox and do a build for the first time. I keep getting these error messages. Could you tell me what I'm doing wrong? This is on my workstation jordu. Thanks -Dave mv -f ./siopdefs.h.X ./siopdefs.h sed -e '' </usr/sde/osf1/build/ptos.bl8/src/kernel/io/cam/scsi_phases.h >./scsi_phases.h.X mv -f ./scsi_phases.h.X ./scsi_phases.h rm -f foo.c cp /usr/sde/osf1/build/ptos.bl8/src/kernel/io/cam/siop/kn430/scripts/script_kn430.s s foo.c env - COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /usr/bin/cc -EL -P -O -DCMU -D_NO_PROTO -Dconst= foo.c ../../ssc/ssc foo.i -O ../script_kn430.h -L script_kn430.lst ../../ssc/ssc: Permission denied *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. [11:11am] jordu 4(kernel)=>
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2014.1 | Re: problems building bl8 and bl9 | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu Dec 21 1995 12:34 | 53 |
Date Of Receipt: 21-DEC-1995 12:00:17.83 From: SMURF::FLUME::"[email protected]" "Grant Van Dyck 21-Dec-1995 1157" To: [email protected] CC: [email protected] Subj: Re: problems building bl8 and bl9 You didn't happen to do mklinks in the obj tree did you? This will make links to a read only tree which you then can't execute operations like this against. This looks like permission problems in your obj tree and that would be my guess as to why. -Grant | I'm trying to set up my sandbox and do a build for the first time. I keep | getting these error messages. Could you tell me what I'm doing wrong? | This is on my workstation jordu. | | Thanks | -Dave | | mv -f ./siopdefs.h.X ./siopdefs.h | sed -e '' </usr/sde/osf1/build/ptos.bl8/src/kernel/io/cam/scsi_phases.h | >./scsi_phases.h.X | mv -f ./scsi_phases.h.X ./scsi_phases.h | rm -f foo.c | cp | /usr/sde/osf1/build/ptos.bl8/src/kernel/io/cam/siop/kn430/scripts/script_kn43 0.s | s foo.c | env - COMP_HOST_ROOT=/ COMP_TARGET_ROOT=/ /usr/bin/cc -EL -P -O -DCMU | -D_NO_PROTO -Dconst= foo.c | ../../ssc/ssc foo.i -O ../script_kn430.h -L script_kn430.lst | ../../ssc/ssc: Permission denied | *** Exit 1 | Stop. | *** Exit 1 | Stop. | *** Exit 1 | Stop. | *** Exit 1 | Stop. | *** Exit 1 | Stop. | *** Exit 1 | Stop. | [11:11am] jordu 4(kernel)=> -Grant |