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: 8-JUN-1993 14:53:51.24 From: WASTED::jmf "Joshua M. Friedman ULTRIX SDE 08-Jun-1993 1454" To: fred@wasted:zko.dec CC: buildhelp@wasted:zko.dec Subj: libtli AG.maint BL4 build error? Fred, I just checked in the logs in /usr/sde/osf1/build/agosmaint.nightly/Logs in usr_ccs_lib.log, and libtli builds just fine. I've cc'd buildhelp on this -- maybe someone who knows the detail of this part of the build can help... -josh ------- Forwarded Message Return-Path: fred Received: by quarry.zk3.dec.com; id AA16310; Mon, 7 Jun 1993 13:10:00 -0400 Date: Mon, 7 Jun 1993 13:10:00 -0400 From: Fred Canter <fred> Message-Id: <[email protected]> To: jmf Subject: AG.maint BL4 build error? Cc: jac Josh, I ran into the following error while building maint. BL4 on my Flamingo running BL4: makepath libtli/. && cd libtli && exec make MAKEFILE_PASS=FOURTH dopass_all libtli: created directory echo ../../../usr/ccs/lib/libtli ../../../usr/ccs/lib/libtli cp -p ../../../usr/ccs/lib/libtli/libtli.a . cp: ../../../usr/ccs/lib/libtli/libtli.a: No such file or directory *** Exit 1 `dopass_all' not remade because of errors [ /usr/shlib/libxti ] makepath libxti/. && cd libxti && exec make MAKEFILE_PASS=FOURTH dopass_all libxti: created directory Don't know how to make ../../../usr/ccs/lib/libxti/libxti.a `dopass_all' not remade because of errors [ /usr/shlib/alpha ] Does the error occur in the real build? This appears to be a case where the makefile is attempting to copy a library which isn't built yet. Fred ------- End of Forwarded Message
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
124.1 | Re: libtli AG.maint BL4 build error? | SMURF::FILTER | Automatic Posting Software - mail to flume::puck | Tue Jun 08 1993 17:22 | 18 |
Date Of Receipt: 8-JUN-1993 14:59:50.89 From: FLUME::jmcg "Jim McGinness" To: flume::fred, flume::jmf CC: flume::buildhelp Subj: Re: libtli AG.maint BL4 build error? The libraries for libtli and libxti are built successfully in nightly builds because the build order is different than in sandbox builds. Specifically, the sandbox build tries to build shared libs before archive libs. The shared library Makefile for these two libraries attempts to created the shared lib from the archive lib. I've asked the developer to fix this problem, but it hasn't happened yet. At a minimum, the Makefile should document a dependency on the archive library. -- jmcg |