[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

734.0. "build/configuration issue with libmld in V13supportos" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Fri May 13 1994 12:08

Date Of Receipt: 	13-MAY-1994 10:23:39.42
From: 	QUARRY::courtney "Don Courtney USG  13-May-1994 1022"
To: 	odehelp@DEC:.zko.quarry
CC: 	beck@DEC:.zko.quarry, courtney@DEC:.zko.quarry, steinman@DEC:.zko.quarry,
	srebnick@DEC:.zko.quarry, mjr@DEC:.zko.quarry,
	rimalover@DEC:.zko.quarry
Subj: 	build/configuration issue with libmld in V13supportos
Topic: 	configuration/build problem with .../symconst.h

  In the v13supportos.nightly, last nite, there were errors
  because the right symconst.h was not used:  

v13supportos/src/usr/ccs/lib/libmld/ldgetrfd.c, line 244: 'btDecimal' undefined, 
reoccurrences\
will not be reported
        if (aux.ti.bt == btDecimal)
     
   btDecimal is in the new version of symconst.h
   On an installed system symconst.h is located in: 

/usr/include/symconst.h

   During ode builds it has to be located in:

/usr/sde/osf1/build/v13supportos.nightly/export/alpha/usr/include

 
   An update of symconst was done in the libmld area happened:
   there was a bci.  

[ ./usr/ccs/lib/libmld/symconst.h ]

   However this new version of symconst.h is not in the export area. Can I get
   some help on this?  Is there an action that we need to do to get this over
   into the ...export/alpha/usr/include area?

   Thank you.  

T.RTitleUserPersonal
Name
DateLines
734.1Re: build/configuration issue with libmld in V13supportosSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri May 13 1994 12:1961
Date Of Receipt: 	13-MAY-1994 10:52:09.06
From: 	FLUME::jmcg "Jim McGinness"
To: 	flume::courtney
CC: 	flume::buildhelp, flume::odehelp, flume::rimalover, flume::steinman
Subj: 	Re:  build/configuration issue with libmld in V13supportos

You mention a "bci" but no "bsubmit".  A "bsubmit" would be required
to get the new version of symconst.h into the submit tree from which
it would be copied to the build area.

If you really meant "bsubmit", then there may be something wrong in the
build procedure if the export area is not updated.  It's possible this
is done on purpose...changing the export area is a quick way to have
lots of things recompile that we don't really want to send out as patches.

	-- jmcg
From courtney Fri May 13 10:23:46 1994
Received: from localhost by quarry.zk3.dec.com; (5.65/1.1.8.2/25Apr94-0216PM)
	id AA18815; Fri, 13 May 1994 10:22:55 -0400
Message-Id: <[email protected]>
To: odehelp
Cc: beck, courtney, steinman, srebnick, mjr, rimalover
Subject: build/configuration issue with libmld in V13supportos 
Date: Fri, 13 May 94 10:22:54 -0400
From: courtney
X-Mts: smtp
Status: R


Topic: configuration/build problem with .../symconst.h

  In the v13supportos.nightly, last nite, there were errors
  because the right symconst.h was not used:  

v13supportos/src/usr/ccs/lib/libmld/ldgetrfd.c, line 244: 'btDecimal' undefined, 
reoccurrences\
will not be reported
        if (aux.ti.bt == btDecimal)
     
   btDecimal is in the new version of symconst.h
   On an installed system symconst.h is located in: 

/usr/include/symconst.h

   During ode builds it has to be located in:

/usr/sde/osf1/build/v13supportos.nightly/export/alpha/usr/include

 
   An update of symconst was done in the libmld area happened:
   there was a bci.  

[ ./usr/ccs/lib/libmld/symconst.h ]

   However this new version of symconst.h is not in the export area. Can I get
   some help on this?  Is there an action that we need to do to get this over
   into the ...export/alpha/usr/include area?

   Thank you.  


734.2Re: build/configuration issue with libmld in V13supportosSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri May 13 1994 13:2317
Date Of Receipt: 	13-MAY-1994 11:14:48.30
From: 	QUARRY::beck "William Beck "
To: 	courtney odehelp
CC: 	mjr rimalover srebnick steinman
Subj: 	Re:  build/configuration issue with libmld in V13supportos

Hi Don,

    Sorry to barge in on your phone call. I also seem to be "running a
little behind" on reading you mail. Oops.

    I think investigation will find that the one and only true location
for the symconst.h source file is in <sb>/src/usr/include/alpha, I do not
know what you found and updated in libmld (yikes! :-)

				Will

734.3Re: build/configuration issue with libmld in V13supportosSMURF::FILTERAutomatic Posting Software - mail to flume::puckFri May 13 1994 13:2351
Date Of Receipt: 	13-MAY-1994 11:17:24.68
From: 	FLUME::"[email protected]" "Grant Van Dyck"
To: 	[email protected]
CC: 	[email protected], [email protected], [email protected],
	[email protected], [email protected], [email protected]
Subj: 	Re: build/configuration issue with libmld in V13supportos

Well, yes you submitted it to ccs/lib/libmld, but the one that gets
exported comes from ./usr/include/alpha/symconst.h
So... if you want to change that you'd need to replace the one in there,
or change it's Makefile to stop exporting it and change your Makefile to
add rules to make it export.


	-Grant

| 
| Topic: configuration/build problem with .../symconst.h
| 
|   In the v13supportos.nightly, last nite, there were errors
|   because the right symconst.h was not used:  
| 
| v13supportos/src/usr/ccs/lib/libmld/ldgetrfd.c, line 244: 'btDecimal' undefin
ed, 
| reoccurrences\
| will not be reported
|         if (aux.ti.bt == btDecimal)
|      
|    btDecimal is in the new version of symconst.h
|    On an installed system symconst.h is located in: 
| 
| /usr/include/symconst.h
| 
|    During ode builds it has to be located in:
| 
| /usr/sde/osf1/build/v13supportos.nightly/export/alpha/usr/include
| 
|  
|    An update of symconst was done in the libmld area happened:
|    there was a bci.  
| 
| [ ./usr/ccs/lib/libmld/symconst.h ]
| 
|    However this new version of symconst.h is not in the export area. Can I ge
t
|    some help on this?  Is there an action that we need to do to get this over
|    into the ...export/alpha/usr/include area?
| 
|    Thank you.  
|