[PATCH 00/16] Get rid of obsolete system getpass().

Jelmer Vernooij jelmer at samba.org
Fri Nov 23 19:06:42 MST 2012


Hi Andreas,

On Fri, 2012-11-23 at 16:41 +0100, Andreas Schneider wrote:
> The following patchset introduces a new function named samba_getpass so we can
> get rid of the deprecated system getpass() function and the implementation
> in libreplace. This way there should be no libreplace on Linux at all.
This breaks the samba3 autoconf build:

lib/util_cmdline.o: In function `set_cmdline_auth_info_getpass':
/memdisk/jelmer/a/b747076/samba3/source3/lib/util_cmdline.c:262:
undefined reference to `samba_getpass'
collect2: ld returned 1 exit status
make: *** [bin/testparm] Error 1
make: *** Waiting for unfinished jobs....
lib/util_cmdline.o: In function `set_cmdline_auth_info_getpass':
/memdisk/jelmer/a/b747076/samba3/source3/lib/util_cmdline.c:262:
undefined reference to `samba_getpass'
collect2: ld returned 1 exit status
make: *** [bin/smbta-util] Error 1
lib/util_cmdline.o: In function `set_cmdline_auth_info_getpass':
/memdisk/jelmer/a/b747076/samba3/source3/lib/util_cmdline.c:262:
undefined reference to `samba_getpass'
collect2: ld returned 1 exit status
make: *** [bin/smbcontrol] Error 1
lib/util_cmdline.o: In function `set_cmdline_auth_info_getpass':
/memdisk/jelmer/a/b747076/samba3/source3/lib/util_cmdline.c:262:
undefined reference to `samba_getpass'
collect2: ld returned 1 exit status
make: *** [bin/nmblookup] Error 1

Cheers,

Jelmer



More information about the samba-technical mailing list