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: 31-AUG-1993 15:22:44.33 From: FLAMBE::zap "Carolyn Hurley 31-Aug-1993 1521" To: buildhelp@DEC:.zko.flambe CC: odehelp@DEC:.zko.flambe Subj: FWD:Kernel Build Problems ------- Forwarded Message Return-Path: verhulst Delivery-Date: Tue, 31 Aug 93 10:14:26 +28716 Return-Path: verhulst Received: by flambe.zk3.dec.com; id AA16247; Tue, 31 Aug 1993 10:14:18 -0400 Received: by alpha.zk3.dec.com; id AA00950; Tue, 31 Aug 1993 10:13:32 -0400 Message-Id: <[email protected]> To: odehelp Subject: ned help Reply-To: [email protected] Date: Tue, 31 Aug 93 10:13:30 EDT From: "Anton Verhulst" <verhulst> My problem is that compiles in my sandboxes use the backing tree sources eventhough the file exists in my sandbox. I got a warning in my sandbox creation that may be significant: 82% mksb -back goldos.nightly -dir /rz1h testbox >> WARNING in mksb: >> could not get project directory or default build. creating new set: Anton_Verhulst_testbox, setdir: . creating lock file for new set. [ creating /rz1h/testbox/tmp ] /rz1h/testbox/tmp: created directory drwxr-xr-x 2 verhulst system 512 Aug 31 10:03 /rz1h/testbox/tmp Then after the workon and puting the file in my sandbox: 11% ls bsd kern_exec.c kern_execargs.c 12% build BINARY.ext_ MAKE_ARGS="kern_exec.o" relative path: ./kernel. cd ../../obj/alpha/kernel cd BINARY.ext && make -cF kern_exec.o KCC=/usr/sde/osf1/build/goldos.nightly/tools/alpha/acc/acc LD=/usr/sde/osf1/build/goldos.nightly/tools/alpha/acc/ald CPP=cpp AWK=awk AR=/usr/sde/osf1/build/goldos.nightly/tools/alpha/acc/aar RANLIB='/usr/sde/osf1/build/goldos.nightly/tools/alpha/acc/aar ts' SHELL=sh SED=sed SORT=sort ECHO=echo KSH=ksh EGREP=egrep GREP=grep LINT=lint CONFIG=BINARY.ext /usr/sde/osf1/build/goldos.nightly/tools/alpha/acc/acc -c -O2 -g3 -DLANGUAGE_C -g -G 4 -I -I. -I.. -I../include -DIDENT=BINARY_EXT -DREALTIME -DDEC3000_500 -DDEC7000 -DDEC4000 -DALPHAADU -DSWAPTYPE=1 -DRELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43 -DUFS -DKERNEL_EXT -DRT -DRT_PREEMPT_OPT -DKERNEL -D_KERNEL -D_BSD -signed -no_excpt -Wb,-static -Wco,-nofloat -Olimit 1000 -D__alpha -Umips -UMIPS -DBINARY /usr/sde/osf1/build/goldos.nightly/src/kernel/bsd/kern_exec.c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ bsd/kern_exec.c is in my sandbox. What going on? Thanks, - --Tony Verhulst ------- End of Forwarded Message
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
297.1 | Re: FWD:Kernel Build Problems | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Aug 31 1993 18:50 | 13 |
Date Of Receipt: 31-AUG-1993 17:21:22.08 From: FLUME::jmcg "Jim McGinness" To: flume::buildhelp, flume::zap CC: flume::odehelp Subj: Re: FWD:Kernel Build Problems The problem Tony was having with his sandbox was caused by replacing the obj directory with a symbolic link. Josh pointed out that a symbolic link named src in the reverse directory can actually make such an arrangment work. -- jmcg | |||||
297.2 | kernel build problem | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Feb 28 1994 13:21 | 70 |
Date Of Receipt: 28-FEB-1994 12:48:48.76 From: ALPHA::"[email protected]" "Joshua M. Friedman ULTRIX SDE 28-Feb-1994 1247" To: [email protected] CC: [email protected] Subj: kernel build problem Debby, did you start with an empty obj directory in this build? What backingtree are you backed to, and what build command did you use? thanks... -josh ------- Forwarded Message Return-Path: haeck Delivery-Date: Wed, 23 Feb 94 12:45:55 -0500 Return-Path: haeck Received: from wasted.zk3.dec.com by flambe.zk3.dec.com; (5.65/1.1.8.2/03Feb94-1150AM) id AA13572; Wed, 23 Feb 1994 12:45:51 -0500 Received: by wasted.zk3.dec.com; id AA02063; Wed, 23 Feb 1994 12:43:34 -0500 Date: Wed, 23 Feb 1994 12:43:34 -0500 From: Debby Haeck <haeck> Message-Id: <[email protected]> To: odehelp Subject: build problem Cc: haeck Hi It's been quite a while since I used a sandbox, so I have no doubt that I am doing something wrong. Can you help me out? Debby ========================= rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//entrypt.h makepath /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//entrypt.h tar cf - entrypt.h | (cd /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -) sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/fpu.h >./fpu.h.X mv -f ./fpu.h.X ./fpu.h rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//fpu.h makepath /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//fpu.h tar cf - fpu.h | (cd /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -) sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/gentrap.h >./gentrap.h.X mv -f ./gentrap.h.X ./gentrap.h rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//gentrap.h makepath /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//gentrap.h tar cf - gentrap.h | (cd /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -) sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/arch/alpha/hal/hal_sysinfo.h >./hal_sysinfo.h.X mv -f ./hal_sysinfo.h.X ./hal_sysinfo.h rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//hal_sysinfo.h makepath /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//hal_sysinfo.h tar cf - hal_sysinfo.h | (cd /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -) sed -e '' </usr/sde/osf1/build/goldos.bl8/src/kernel/io/common/handler.h >./handler.h.X mv -f ./handler.h.X ./handler.h rm -f /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//handler.h makepath /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha//handler.h tar cf - handler.h | (cd /home/haeck/sand/generic_vme/export/alpha/usr/include/alpha/; tar xf -) Make: Don't know how to make inline_lock.h. Stop. *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. ------- End of Forwarded Message | |||||
297.3 | Re: kernel build problem | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Mon Feb 28 1994 13:22 | 11 |
Date Of Receipt: 28-FEB-1994 12:55:34.82 From: ALPHA::"[email protected]" "Shashi Mangalat USG 28-Feb-1994 1254" To: "Joshua M. Friedman, OSF/UNIX SDE 381-1548" <[email protected]> CC: [email protected], [email protected] Subj: Re: kernel build problem You must backed by the goldos.nightly? Apparently this came with a bl9 merge. Ernie recently fixed this problem in the goldos.nightly pool. --shashi |