Bug 693 - HPUX 11.11 build fails because snprintf.o not in linker statement
Summary: HPUX 11.11 build fails because snprintf.o not in linker statement
Status: CLOSED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.0
Hardware: All HP-UX
: P1 regression
Target Milestone: none
Assignee: Tim Potter
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-28 15:43 UTC by Don McCall
Modified: 2005-11-14 09:30 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 Don McCall 2003-10-28 15:43:53 UTC
SAMBA_3_0 failing to build on build farm because of the following:

/usr/ccs/bin/ld: Unsatisfied symbols:
   smb_snprintf (first referenced in tdb/tdbback.o) (code)

I made the following mod to the Makefile.in to remedy this, but probably more 
should be done.
Thanks,
Don McCall, HP.


$ cvs diff Makefile.in
Index: Makefile.in
===================================================================
RCS file: /cvsroot/samba/source/Makefile.in,v
retrieving revision 1.468.2.190
diff -r1.468.2.190 Makefile.in
163c163
< TDBBASE_OBJ = tdb/tdb.o tdb/spinlock.o
---
> TDBBASE_OBJ = tdb/tdb.o tdb/spinlock.o lib/snprintf.o
Comment 1 Tim Potter 2003-10-28 22:17:33 UTC
Hi Don.  I've made a slightly different change that should have the same effect.

I'll check it in and see how the buildfarm handles it.
Comment 2 Tim Potter 2003-11-04 11:55:10 UTC
This looks fixed now.
Comment 3 Gerald (Jerry) Carter (dead mail address) 2005-08-24 10:27:14 UTC
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.
Comment 4 Gerald (Jerry) Carter (dead mail address) 2005-11-14 09:30:52 UTC
database cleanup