[Samba] 2.2.3a will not compile on Compaq Tru64 UNIX v5.1A

Greg Freemyer freemyer at NorcrossGroup.com
Thu Apr 11 07:28:02 GMT 2002


I think it has been fixed in CVS, or you can do the small patch described at=20

http://www.ornl.gov/its/archives/mailing-lists/tru64-unix-managers/2002/02/msg0=
0385.html

yourself.=20

 >>  Has anyone gotten this to work.=20
 >>  make gives:=20
 >>  Using FLAGS =3D -O -Iinclude -I./include -I./ubiqx -I./smbwrapper
 >>  -DLOGFILEBASE=3D"/usr/local/samba/var"
 >>  -DCONFIGFILE=3D"/usr/local/samba/lib/smb.conf"
 >>  -DLMHOSTSFILE=3D"/usr/local/samba/lib/lmhosts"=20
 >>  -DSWATDIR=3D"/usr/local/samba/swat" -DSBINDIR=3D"/usr/local/samba/bin"
 >>  -DLOCKDIR=3D"/usr/local/samba/var/locks"
 >>  -DCODEPAGEDIR=3D"/usr/local/samba/lib/codepages"
 >>  -DDRIVERFILE=3D"/usr/local/samba/lib/printers.def"
 >>  -DBINDIR=3D"/usr/local/samba/bin" -DHAVE_INCLUDES_H
 >>  -DPASSWD_PROGRAM=3D"/bin/passwd"
 >>  -DSMB_PASSWD_FILE=3D"/usr/local/samba/private/smbpasswd"
 >>  -DTDB_PASSWD_FILE=3D"/usr/local/samba/private/smbpasswd.tdb"
 >>  Using FLAGS32 =3D -O -Iinclude -I./include -I./ubiqx -I./smbwrapper
 >>  -DLOGFILEBASE=3D"/usr/local/samba/var"
 >>  -DCONFIGFILE=3D"/usr/local/samba/lib/smb.conf"
 >>  -DLMHOSTSFILE=3D"/usr/local/samba/lib/lmhosts"=20
 >>  -DSWATDIR=3D"/usr/local/samba/swat" -DSBINDIR=3D"/usr/local/samba/bin"
 >>  -DLOCKDIR=3D"/usr/local/samba/var/locks"
 >>  -DCODEPAGEDIR=3D"/usr/local/samba/lib/codepages"
 >>  -DDRIVERFILE=3D"/usr/local/samba/lib/printers.def"
 >>  -DBINDIR=3D"/usr/local/samba/bin" -DHAVE_INCLUDES_H
 >>  -DPASSWD_PROGRAM=3D"/bin/passwd"
 >>  -DSMB_PASSWD_FILE=3D"/usr/local/samba/private/smbpasswd"
 >>  -DTDB_PASSWD_FILE=3D"/usr/local/samba/private/smbpasswd.tdb"
 >>  Using LIBS =3D -lsecurity=20
 >>  Compiling libsmb/clierror.c=20
 >>  cc: Error: libsmb/clierror.c, line 185: In the initializer for
 >>  nt_errno_map[0].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_ACCESS_VIOLATION, EACCES},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 186: In the initializer for
 >>  nt_errno_map[1].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_NO_SUCH_FILE, ENOENT},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 187: In the initializer for
 >>  nt_errno_map[2].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_NO_SUCH_DEVICE, ENODEV},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 188: In the initializer for
 >>  nt_errno_map[3].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_INVALID_HANDLE, EBADF},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 189: In the initializer for
 >>  nt_errno_map[4].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_NO_MEMORY, ENOMEM},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 190: In the initializer for
 >>  nt_errno_map[5].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_ACCESS_DENIED, EACCES},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 191: In the initializer for
 >>  nt_errno_map[6].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_OBJECT_NAME_NOT_FOUND, ENOENT},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 192: In the initializer for
 >>  nt_errno_map[7].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_SHARING_VIOLATION, EBUSY},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 193: In the initializer for
 >>  nt_errno_map[8].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_OBJECT_PATH_INVALID, ENOTDIR},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 194: In the initializer for
 >>  nt_errno_map[9].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_OBJECT_NAME_COLLISION, EEXIST},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 195: In the initializer for
 >>  nt_errno_map[10].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS_PATH_NOT_COVERED, ENOENT},=20
 >>  ---------^=20
 >>  cc: Error: libsmb/clierror.c, line 196: In the initializer for
 >>  nt_errno_map[11].status.v, "NTSTATUS" is a struct type, which is not
 >>  scalar. (needscalartyp)
 >>  {NT_STATUS(0), 0}=20
 >>  ---------^=20
 >>  *** Exit 1=20
 >>  Stop.=20


 >>  Paul Gregory=20
 >>  Unix and Oracle Database Administrator=20
 >>  ASIS at GE Nuclear Energy=20
 >>  910-675-5490=20
 >>  paul.gregory at gnf.com




Greg Freemyer
Internet Engineer
Deployment and Integration Specialist
The Norcross Group
www.NorcrossGroup.com





More information about the samba mailing list