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: 13-DEC-1996 13:35:01.91 From: ALPHA::dirce "Dirce Richards bos 13-Dec-1996 1330" To: buildhelp@DEC:.zko.alpha CC: Subj: more build help please As I haven't heard from anyone in my previous question, I decided to delete all my BINARY/* files, copied my 'files' everywhere by hand, and do 'build setup' again. Now I get a new error: makepath mkdata/. && cd mkdata && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/src/mktcdata ] makepath mktcdata/. && cd mktcdata && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/src/mkeisadata ] makepath mkeisadata/. && cd mkeisadata && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/src/pmerge ] makepath pmerge/. && cd pmerge && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/src/fsmrg ] makepath fsmrg/. && cd fsmrg && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/src/mopify ] makepath mopify/. && cd mopify && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/conf ] makepath conf/. && cd conf && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ /kernel/conf/alpha ] makepath alpha/. && cd alpha && exec make 'RELEASE_OPTIONS=-idfile `genloc /src/setup/osf1_idlist`' MAKEFILE_PASS=BASIC dopass_all [ configuring BINARY ] Error: module cm already exists *** Exit 2 Stop. *** Exit 1 Stop. *** Exit 1 Stop. fast1<13 Any comments? Thanks, Dirce
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2731.1 | Re: more build help please | AOSG::FILTER | Automatic Posting Software - mail to flume::puck | Thu Jan 02 1997 14:15 | 17 |
Date Of Receipt: 19-DEC-1996 11:52:25.71 From: FLUME::shashi "Shashi Mangalat USG 19-Dec-1996 1148" To: dirce@DEC:.zko.flume CC: buildhelp@DEC:.zko.flume Subj: Re: more build help please >[ configuring BINARY ] >Error: module cm already exists This is config complaining about an entry in "files" file. Apparently you have multiple definitions for the module cm. Check your "files" file. As for your problems with mismatched macro definitions previously, I'd think you had your obj/include populated by the wrong backing tree. --shashi |