Bug 3368 - samba build failure on hp-ux (no struct addrinfo)
Summary: samba build failure on hp-ux (no struct addrinfo)
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21
Hardware: PA-RISC HP-UX
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-02 09:18 UTC by Mark Pröhl (dead mail address)
Modified: 2017-12-06 09:09 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Pröhl (dead mail address) 2006-01-02 09:18:04 UTC
building Samba-3.0.21 on HP-UX-11.00 with Heimdal-0.7.1 fails
with:

.../clikrb5.c: In function `krb5_locate_kdc':
.../clikrb5.c:351: dereferencing pointer to incomplete type
.../clikrb5.c:352: dereferencing pointer to incomplete type
.../clikrb5.c: In function `get_krb5_smb_session_key':
.../clikrb5.c:606: warning: int format, size_t arg (arg 2)

The problem seems to be, that the struct addrinfo is missing in
/usr/include/netdb.h on HP-UX-11.00 (and maybe other systems).
Comment 1 Björn Jacke 2017-12-06 09:09:02 UTC
I remember that Samba was successfully built in later 3.x Samba releases, so I think this one can be closed safely.