Bug 3450 - cannot make samba. error given.
Summary: cannot make samba. error given.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Build environment (show other bugs)
Version: 3.0.21a
Hardware: Alpha OSF/1
: P3 normal
Target Milestone: none
Assignee: Tim Potter
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-25 16:10 UTC by paul.gregory
Modified: 2006-01-26 01:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paul.gregory 2006-01-25 16:10:10 UTC
using HP Tru64 UNIX 5.1B with PK5

Using FLAGS =  -O -D_SAMBA_BUILD_ -I./popt -Iinclude -I/tmp/samba-3.0.21a/source/include -I/tmp/samba-3.0.21a/source/ubiqx -I/tmp/samba-3.0.21a/source/tdb  -I.  -I/tmp/samba-3.0.21a/source -D_SAMBA_BUILD_    
      LIBS = -lsecurity -lresolv
      LDSHFLAGS = -shared 
      LDFLAGS = 
      PIE_CFLAGS = 
      PIE_LDFLAGS = 
Compiling nsswitch/wb_common.c
cc: Error: nsswitch/wb_common.c, line 238: In this declaration, "socklen_t" must specify a type. (badparsedecl)
                socklen_t errnosize;
----------------^
cc: Error: nsswitch/wb_common.c, line 253: In this statement, "errnosize" is not declared. (undeclared)
                                        errnosize = sizeof(connect_errno);
----------------------------------------^
*** Exit 1
Stop.


I have been running 3.0.7 so this version built successfully.

Thanks,

Paul
Comment 1 paul.gregory 2006-01-25 16:31:11 UTC
New info.

Samba version 3.0.9 built OK on the same system.

Paul
Comment 2 Volker Lendecke 2006-01-26 01:45:23 UTC
Could you try the latest SAMBA_3_0_RELEASE svn branch? There has been a fix for this that will be in 3.0.21b.

Volker