[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

2592.0. "v40a build problem" by AOSG::FILTER (Automatic Posting Software - mail to flume::puck) Tue Oct 15 1996 21:32

Date Of Receipt: 	26-SEP-1996 18:03:08.28
From: 	KAMLIA::kucherov "sergei kucherov  26-Sep-1996 1801"
To: 	buildhelp@DEC:.zko.kamlia
CC: 	kucherov@DEC:.zko.kamlia
Subj: 	v40a build problem

A few days ago I successfully build kernel objects in my v40a sandbox.
But now it doesn't work. My sandboxes x40 and x40a are on machine
music under /usr/sb.

In my v40 sandbox:
ode x40 music> build MAKE_ARGS="bs_access.o" BINARY_
relative path: ./kernel.
string passed to 
/usr/sde/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/hostbin/make:
   make -cF MAKE_ARGS=bs_access.o BINARY_ 

In my v40a sandbox:
ode x40a music> build MAKE_ARGS="bs_access.o" BINARY_
relative path: ./kernel.
string passed to /usr/sde/ode3.0/tools/alpha_ace/bin/make:
   make -cF MAKE_ARGS=bs_access.o BINARY_ 
make: illegal option -- c
usage: make [-eiknqrst] [-D variable] [-d flags] [-f makefile ]
        [-I directory] [-j max_jobs] [variable=value]

Evidently the v40a nightly pool's make is not found which causes
make to fail. But it worked fine a few days ago.
You can check that all relevant pools are mounted fine on machine music.
Do you have any ideas?

	Confused,
	sergei

T.RTitleUserPersonal
Name
DateLines
2592.1Re: v40a build problemAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 21:3350
Date Of Receipt: 	26-SEP-1996 19:11:27.91
From: 	KAMLIA::kucherov "sergei kucherov  26-Sep-1996 1909"
To: 	kucherov@DEC:.zko.kamlia
CC: 	buildhelp@DEC:.zko.kamlia, overman@DEC:.zko.kamlia, jmf@DEC:.zko.kamlia
Subj: 	Re: v40a build problem

I had a few moments to look into this further.

ode x40 music> sbinfo | grep hostbin
    
PATH=/usr/sb/x40/tools/alpha/hostbin:/usr/sb/x40/tools/alpha/bin:/usr/sb/x40/too
ls/alpha/acc:/usr/sde/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/hos
tbin:/usr/sde/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/bin:/usr/sd
e/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/acc:/usr/sde/ode3.0/too
ls/alpha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
...

ode x40a music> sbinfo | grep hostbin
    
PATH=/usr/sb/x40a/tools/alpha/hostbin:/usr/sb/x40a/tools/alpha/bin:/usr/sb/x40a/
tools/alpha/acc:/usr/sde/osf1/build/v40asupportos.bld/tools/alpha_OSF1/alpha/hos
tbin:/usr/sde/osf1/build/v40asupportos.bld/tools/alpha_OSF1/alpha/bin:/usr/sde/o
sf1/build/v40asupportos.bld/tools/alpha_OSF1/alpha/acc:/usr/sde/ode3.0/tools/alp
ha_ace/bin:/usr/ucb:/bin:/usr/bin:/sbin:/usr/sbin
...

ode x40a music> l 
/usr/sde/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/hostbin/make
-rwxr-xr-x   1 devbld   staff     458752 May 18  1995 
/usr/sde/osf1/build/v40supportos.nightly/tools/alpha_OSF1/alpha/hostbin/make*
ode x40a music> l 
/usr/sde/osf1/build/v40asupportos.bld/tools/alpha_OSF1/alpha/hostbin/make
/usr/sde/osf1/build/v40asupportos.bld/tools/alpha_OSF1/alpha/hostbin/make not 
found

For some reason, even though my v40a sandbox is backed by v40asupportos.nightly,
the sbinfo PATH has .../v40asupportos.bld/... rather than
.../v40asupportos.nightly/... , which totally "explains" why the proper
make was not found.

So, my question becomes: Are there times during the week when
building in a sandbox backed by a nightly pool will not work because
PATH is setup for *.bld instead of *.nightly? Or is this a "one-time"
glitch? Since the same v40a sandbox built objects a few days ago,
I know that building sometimes works. I would like to know the
times that I can expect it to not work so that I can plan my work
schedule.

	sergei

2592.2Re: v40a build problemAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Oct 15 1996 21:3819
Date Of Receipt: 	27-SEP-1996 13:33:11.89
From: 	KAMLIA::jmf "Joshua M. Friedman Digital UNIX"
To: 	kucherov@kamlia.zk3.dec.com
CC: 	buildhelp@kamlia.zk3.dec.com, jmf@kamlia.zk3.dec.com,
	overman@kamlia.zk3.dec.com
Subj: 	Re: v40a build problem

Sergei, 
re: Are there times during the week when
building in a sandbox backed by a nightly pool will not work because
PATH is setup for *.bld instead of *.nightly?

Only in the middle of the update of the nightly tree will you see this,
and you'll also see each directory (tools,src,export, etc) removed and
repopulated in turn.  At the end the rc_files are edited to reflect
the name of the tree.

-josh