[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

966.0. " build kernel/setup fails on gold minor nightly ??" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Oct 03 1994 17:41

Date Of Receipt: 	27-SEP-1994 11:20:35.74
From: 	ALPHA::"[email protected]"
To: 	[email protected]
CC: 	
Subj: 	'build kernel/setup' fails on gold minor nightly ??

2 [ulka] kernel> build setup
relative path: ./kernel.
cd ../../obj/alpha/kernel
exec make -cF  OTHERS="" build_all
[ /kernel/include ]
makepath include/. && cd include &&  exec make 'RELEASE_OPTIONS=-idfile 
`genloc /src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
[ /kernel/include/mach ]
makepath mach/. && cd mach &&  exec make 'RELEASE_OPTIONS=-idfile `genloc 
/src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
[ /kernel/include/mach/alpha ]
makepath alpha/. && cd alpha &&  exec make 'RELEASE_OPTIONS=-idfile 
`genloc /src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
rm -f machine
ln -s alpha machine
[ /kernel/include/arch ]
makepath arch/. && cd arch &&  exec make 'RELEASE_OPTIONS=-idfile `genloc 
/src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
[ /kernel/include/arch/alpha ]
makepath alpha/. && cd alpha &&  exec make 'RELEASE_OPTIONS=-idfile 
`genloc /src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
[ /kernel/include/arch/alpha/hal ]
makepath hal/. && cd hal &&  exec make 'RELEASE_OPTIONS=-idfile `genloc 
/src/setup/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
Make: Don't know how to make ebv10_vme.h.  Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.



T.RTitleUserPersonal
Name
DateLines
966.1Re: build kernel/setup fails on gold minor nightly ??SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Oct 03 1994 17:4519
Date Of Receipt: 	27-SEP-1994 11:34:35.07
From: 	WASTED::"[email protected]" "27-Sep-1994 1131"
To: 	Alan Jones <[email protected]>
CC: 	[email protected], [email protected]
Subj: 	Re: 'build kernel/setup' fails on gold minor nightly ??

Hi Alan,

The files:

	ebv10_vme.h
	ebv10_vme.c

moved from kernel/arch/alpha/hal to io/dec/vme as part of the merge with HW3.  
You may have a local copy of the kernel/conf/alpha/files file, or something such 
that your sandbox is still looking for it in it's old location.

Darrell

966.2Re: build kernel/setup fails on gold minor nightly ??SMURF::FILTERAutomatic Posting Software - mail to flume::puckMon Oct 03 1994 18:0125
Date Of Receipt: 	27-SEP-1994 15:40:48.34
From: 	FLAMBE::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: 	[email protected], [email protected]
CC: 	[email protected]
Subj: 	Re: 'build kernel/setup' fails on gold minor nightly ??

Today I had the same error while building goldminos.nightly in a
brand-new empty sandbox:

[ /kernel/include/arch/alpha/hal ]
makepath hal/. && cd hal &&  exec make 'RELEASE_OPTIONS=-idfile `genloc /src/set
up/osf1_idlist`'    MAKEFILE_PASS=BASIC dopass_all
Don't know how to make ebv10_vme.h

I then restarted the build with "build -k" which keeps on going, in spite
of this error.

Looking at last night's production build, a similar error was present
in a different part of the build.:

mv -f ./ebv10.h.X ./ebv10.h
Don't know how to make ebv10_vme.h

-josh