samba 2.0.6pre1 feedback for aix 4.3.2 with xlc

Solomon D. Gongola sol at mail.adldata.com
Thu Oct 14 15:56:35 GMT 1999


I am not sure where to send feedback i hope i got the right place
Making 2.0.6 gave the following which you my want to know about. 
samba initially appears to be running the same as prior versions.

***************************************************************************
Many messages like this occured during the make but the make was
successful anyway.

Compiling smbd/chgpasswd.c
    1500-030: (I) INFORMATION: check_oem_password: Additional
optimization may be attained by recompiling and specifying MAXMEM option
with a value greater than 18000.

To get rid of the meassages i changed the CFLAGS line in the Makefile to
incorporate 
the -qmaxmem option. I tried saveral values (above was for 18000).
setting it to 
32000 got rid of the messages. 20000 might also work. The default value
was about 4096.

LIBS=-ldl
CC=cc
CFLAGS=-O -qmaxmem=32000
CPPFLAGS= -D_LARGE_FILES

**********************************************************************
Several of the modules had warning messages. An extract of the make log
follows:

using FLAGS =  -O -qmaxmem=32768 -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGE_FILES
-DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"  
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
Using FLAGS32 =  -O -qmaxmem=32768 -Iinclude -I./include -I./ubiqx
-I./smbwrapper -D_LARGE_FILES
-DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb"
-DCONFIGFILE="/usr/local/samba/lib/smb.conf"
-DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"  
-DSWATDIR="/usr/local/samba/swat" -DSBINDIR="/usr/local/samba/bin"
-DLOCKDIR="/usr/local/samba/var/locks"
-DSMBRUN="/usr/local/samba/bin/smbrun"
-DCODEPAGEDIR="/usr/local/samba/lib/codepages"
-DDRIVERFILE="/usr/local/samba/lib/printers.def"
-DBINDIR="/usr/local/samba/bin" -DHAVE_INCLUDES_H
-DPASSWD_PROGRAM="/bin/passwd"
-DSMB_PASSWD_FILE="/usr/local/samba/private/smbpasswd"
Using LIBS = -ldl 
Compiling smbd/server.c
"smbd/server.c", line 212.49: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
"smbd/server.c", line 334.10: 1506-112 (W) Duplicate type qualifier
"volatile" ignored.
Compiling smbd/files.c
Compiling smbd/chgpasswd.c
Compiling smbd/connection.c
.....
Compiling smbd/blocking.c
Compiling smbd/process.c
"smbd/process.c", line 51.17: 1506-112 (W) Duplicate type qualifier
"volatile" ignored.
Compiling smbd/oplock.c
"smbd/oplock.c", line 98.62: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
"smbd/oplock.c", line 243.48: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
Compiling smbd/service.c
Compiling smbd/error.c
Compiling param/loadparm.c
.....
Compiling lib/util.c
Compiling lib/util_sock.c
"lib/util_sock.c", line 54.58: 1506-280 (W) Function argument assignment
between types "unsigned long*" and "int*" is not allowed.
"lib/util_sock.c", line 179.65: 1506-280 (W) Function argument
assignment between types "unsigned long*" and "int*" is not allowed.
"lib/util_sock.c", line 1021.34: 1506-280 (W) Function argument
assignment between types "unsigned long*" and "int*" is not allowed.
"lib/util_sock.c", line 1067.34: 1506-280 (W) Function argument
assignment between types "unsigned long*" and "int*" is not allowed.
Compiling lib/util_sec.c
Compiling smbd/ssl.c
Compiling lib/fnmatch.c
Linking bin/smbd
Compiling nmbd/asyncdns.c
Compiling nmbd/nmbd.c
"nmbd/nmbd.c", line 88.17: 1506-112 (W) Duplicate type qualifier
"volatile" ignored.
Compiling nmbd/nmbd_become_dmb.c
Compiling nmbd/nmbd_become_lmb.c
Compiling nmbd/nmbd_browserdb.c

-- 
Sol Gongola           (sol at adldata.com)
ADL Data Systems Inc
20 livingstone ave
Dobbs Ferry, NY 10522
phone: 914 591 1800   fax: 914 591 1818


More information about the samba-technical mailing list