[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

1053.0. "forwarding help request" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Mon Nov 07 1994 14:53

Date Of Receipt: 	 7-NOV-1994 11:10:45.83
From: 	FLAMBE::"vandyck@zk3.dec.com" "Grant Van Dyck  07-Nov-1994 1108"
To: 	odehelp@zk3.dec.com
CC: 	straw@zk3.dec.com, glidden@zk3.dec.com
Subj: 	forwarding help request

------- Forwarded Message

Return-Path: straw@ihike.zk3.dec.com 
Delivery-Date: Mon, 07 Nov 94 10:47:23 -0500
Return-Path: straw@ihike.zk3.dec.com
Received: by cardinal.zk3.dec.com; id AA04458; Mon, 7 Nov 1994 10:47:22 -0500
Received: from localhost by ihike.zk3.dec.com; (5.65/1.1.8.2/19Sep94-0934AM)
	id AA01952; Mon, 7 Nov 1994 10:47:22 -0500
Message-Id: <9411071547.AA01952@ihike.zk3.dec.com>
To: Grant Van Dyck <vandyck@ihike.zk3.dec.com>
Subject: Re: I am having problems with kinit 
In-Reply-To: Your message of "Mon, 07 Nov 94 10:26:56 EST."
             <9411071526.AA04412@cardinal.zk3.dec.com> 
Date: Mon, 07 Nov 94 10:47:21 -0500
From: "Cliff Straw" <straw@ihike.zk3.dec.com>
X-Mts: smtp

In email from Grant Van Dyck <vandyck@ihike.zk3.dec.com>:
>
>Sounds like a permissions problem somewhere. Two things to check:
>
>/etc/krb.conf needs to be 644
>/var/dss/kerberos/tkt needs to be 777 at a min, 1777 is better.
>

The protections were wrong but that did not fix the problem.  What is
really weird is that this worked on Friday after I made the changes you
suggested.


------- End of Forwarded Message


T.RTitleUserPersonal
Name
DateLines
1053.1Forwarding help requestAOSG::FILTERAutomatic Posting Software - mail to flume::puckTue Apr 18 1995 20:27120
Date Of Receipt: 	11-APR-1995 14:06:44.15
From: 	SMURF::WASTED::"vandyck@cardinal.zk3.dec.com" "11-Apr-1995 1405"
To: 	buildhelp@zk3.dec.com
CC: 	craig@zk3.dec.com
Subj: 	Forwarding help request

------- Forwarded Message

Return-Path: craig 
Delivery-Date: Tue, 11 Apr 95 14:03:21 -0400
Return-Path: craig
Received: by wasted.zk3.dec.com; (5.65 EXP 2/22/95 for 
V3.2/1.1.8.2/18Feb95-1123AM)
	id AA18950; Tue, 11 Apr 1995 14:03:17 -0400
Date: Tue, 11 Apr 1995 14:03:17 -0400
From: Craig Peterson USG <craig>
Message-Id: <9504111803.AA18950@wasted.zk3.dec.com>
To: vandyck@zk3.dec.com
Cc: odehelp@zk3.dec.com
In-Reply-To: "Grant Van Dyck"'s message of Tue, 11 Apr 95 13:53:40 -0400 
<9504111753.AA31981@cardinal.zk3.dec.com>
Subject: HELP! Trying to compile with -g 

That doesn't seem to do it either.  The compiler is coming up with a
- -O0 optimization level rather than the -g that I desire.

This sandbox is backed by a gold pool.

Any other suggestions?  Need any more  info?

Thanks!

Craig.

+ build OPT_LEVEL=-g BINARY_ MAKE_ARGS=pq.o 
relative path: ./kernel.
cd ../../obj/alpha/kernel
cd BINARY && make -cF pq.o KCC=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alph
a/acc/cc  LD=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ld  CPP=cpp 
 AWK=awk  AR=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar  
RANLIB='/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar ts'  SHELL=sh 
 SED=sed  SORT=sort  ECHO=echo  KSH=ksh  EGREP=egrep  GREP=grep  LINT=lint 
CONFIG=BINARY 
/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/cc  -c -O0   
-DLANGUAGE_C  -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DDEC2100_A500 
-DDEC2100_A50 -DDEC2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 
-DSWAPTYPE=1 -DRELEASE='"'9.0'"' -DVERSION='"'0'"' -DMACH -DOSF -DCOMPAT_43 
-DUFS -DTRN -DKERNEL -D_KERNEL -D_BSD -signed  -no_excpt -Wb,-static 
-Wco,-nofloat -Olimit 1500 -D__alpha -Umips -UMIPS  -DBINARY 
../../../../src/kernel/io/dec/ws/pq.c


   X-Mailer: exmh version 1.5.3 12/28/94
   Cc: odehelp@zk3.dec.com
   Mime-Version: 1.0
   Content-Type: text/plain; charset="us-ascii"
   Date: Tue, 11 Apr 95 13:53:40 -0400
   From: "Grant Van Dyck" <vandyck@zk3.dec.com>


   Try:

   build OPT_LEVEL="-g" BINARY_ MAKE_ARGS="pq.o"



	   -Grant


   | I really need a quick answer as I'm off-site
   | trying to debug a CLD.
   | 
   | I'm trying to get a module to compile with the -g option.  What
   | am I doing wrong?
   | 
   | + build BINARY_ OPT_LEVEL=-g MAKE_ARGS=pq.o
   | relative path: ./kernel.
   | cd ../../obj/alpha/kernel
   | cd BINARY && make -cF pq.o KCC=/usr/sde/osf1/build/goldos/tools/alpha_OSF1
/al
   pha
   | /acc/cc  LD=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ld  
CPP=cpp
     A
   | WK=awk  AR=/usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar  
RANLIB='
   /us
   | r/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/ar ts'  SHELL=sh  
SED=sed 
    SO
   | RT=sort  ECHO=echo  KSH=ksh  EGREP=egrep  GREP=grep  LINT=lint 
CONFIG=BINARY 
   | 
   | /usr/sde/osf1/build/goldos/tools/alpha_OSF1/alpha/acc/cc  -c -O0   
-DLANGUAGE
   _C 
   |  -G 4 -I -I. -I.. -I../include -DIDENT=BINARY -DDEC2100_A500 
-DDEC2100_A50 -D
   DEC
   | 2000_300 -DDEC3000_300 -DDEC3000_500 -DDEC7000 -DDEC4000 -DSWAPTYPE=1 
-DRELEA
   SE=
   | NEL -D_BSD -signed  -no_excpt -Wb,-static -Wco,-nofloat -Olimit 1500 
-D__alph
   a -
   | Umips -UMIPS  -DBINARY ../../../../src/kernel/io/dec/ws/pq.c
   | 
   | 
   | Thanks!
   | 
   | Craig.
   | 

------- End of Forwarded Message



				-Grant