T.R | Title | User | Personal Name | Date | Lines |
---|
1474.1 | PT BL6 kernel build problems | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu May 18 1995 16:32 | 34 |
| Date Of Receipt: 18-MAY-1995 14:37:48.75
From: SMURF::ALPHA::schloss "Mike Schloss usg 18-May-1995 1428"
To: buildhelp@DEC:.zko.alpha
CC:
Subj: PT BL6 kernel build problems
I just rehosted a sandbox from PT BL5 to PT BL6 and am having some
problems. Actually, I did a "mksb -undo" followed by a "mksb" so
things should be pristine.
The user space stuff appears to build just fine.
The kernel however...
In the directory $SB/src/kernel I do a build and I get the following :
$ build
relative path: ./kernel.
Make: No such directory: ../obj. Stop.
Just for giggles I do a mkdir of the offending directory (in the
wrong place, should be ../../obj which does exist) and I get :
$ mkdir ../obj
$ build
relative path: ./kernel.
Make: No such directory: ../obj/alpha. Stop.
Again I create the offending directory and try again. This time :
$ mkdir ../obj/alpha
$ build
relative path: ./kernel.
cd ../obj/alpha
Make: Cannot open /usr/lib/makefiles/standard.mk. Stop.
Any ideas?
|
1474.2 | Re: PT BL6 kernel build problems | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu May 18 1995 17:40 | 25 |
| Date Of Receipt: 18-MAY-1995 15:49:46.25
From: SMURF::FLUME::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: buildhelp schloss
CC:
Subj: Re: PT BL6 kernel build problems
Did you follow the mksb with a workon -sb <sbname> ? sounds like
maybe your environment's not setup that is usually provided by the
sandbox's rc_files.
try echo $WORKON this should be "1"
Do you have a Makeconf in the src directory of your sandbox which links
to a file you can read (i.e. can you 'more Makeconf') ? Makeconf is
the file make uses to find the top of the tree when you type 'build'.
Since it looked for /usr/lib/makefiles/standard.mk and not
/pathtosandbox/src/usr/lib/makefiles/standard.mk either you're not in
a workon or a backing tree's not mounted and Makeconf isn't found.
Please be sure you've done the odemount of the new backing tree. Of
course mksb wouldn't have succeeded if it weren't mounted, but maybe
you lost the mount...?
-josh
|