RT RT/krbdev.mit.edu: Ticket #3291 make krb5-1.4 branch build again Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
3291
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
  • krb5-build
Version_reported
Version_Fixed
  • 1.4.4
Target_Version
  • 1.4.4
Tags
  • pullup
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Thu Dec 15 15:54:34 2005
Starts: Not set
Started: Not set
Last Contact: Fri Dec 16 17:43:57 2005
Due: Not set
Updated: Fri Dec 16 17:43:57 2005 by tlyu
 

 People  
Owner
 raeburn
Requestors
 raeburn@mit.edu
Cc
 
AdminCc
 
 

 More about Ken Raeburn  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Thu Dec 15 15:54:36 2005  raeburn - Ticket created    
     
Subject: make krb5-1.4 branch build again

After the k5-int/krb5 header changes needed for Windows were pulled up
to the branch recently, the branch fails to build on UNIX.  Now that KfW
is out, we can fix it.

It looks like there's only one file that needs fixing, though, and in
part of the tree that doesn't get built on Windows anyways:

Index: src/kadmin/dbutil/kadm5_create.c
===================================================================
--- src/kadmin/dbutil/kadm5_create.c    (revision 17561)
+++ src/kadmin/dbutil/kadm5_create.c    (working copy)
@@ -35,6 +35,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <netdb.h>
 #include <kadm5/adb.h>
 #include <kadm5/admin.h>
 #include <krb5/adm_proto.h>

There isn't a matching patch on the trunk, because the trunk doesn't
need this patch.  I suspect the Novell changes tweaked something that
made it unnecessary.


Download (untitled) 858b
      Fri Dec 16 17:43:53 2005  tlyu - Version_Fixed 1.4.4 added    
      Fri Dec 16 17:43:54 2005  tlyu - Correspondence added    
     
From: tlyu@mit.edu
Subject: CVS Commit

	* kadm5_create.c: Include netdb.h to fix build on various Unixes.
	Not needed on trunk due to Novell DAL changes.

Commit By: tlyu



Revision: 17562
Changed Files:
U   branches/krb5-1-4/src/kadmin/dbutil/ChangeLog
U   branches/krb5-1-4/src/kadmin/dbutil/kadm5_create.c


Download (untitled) 271b