Re: buildworld fails in pam on Alpha

2002-02-04 Thread Mark Murray

> Now that current on Alpha builds a lot better than a
> few days back it fails in:
> 
> cc -nostdinc -O -pipe -mcpu=ev4 -mcpu=ev4
> -I/usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam/include

Already fixed.

M
-- 
o   Mark Murray
\_  FreeBSD Services Limited
O.\_Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: buildworld fails in pam on Alpha

2002-02-04 Thread Christian Weisgerber

Wilko Bulte <[EMAIL PROTECTED]> wrote:

> Now that current on Alpha builds a lot better than a
> few days back it fails in:

> /usr/src/lib/libpam/libpam/pam_get_pass.c:60: warning: type mismatch in
> implicit declaration for built-in function `memset'
> /usr/src/lib/libpam/libpam/pam_get_pass.c:60: warning: type mismatch in
> implicit declaration for built-in function `strlen'

That's the characteristic signature of a missing #include .

-- 
Christian "naddy" Weisgerber  [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



buildworld fails in pam on Alpha

2002-02-04 Thread Wilko Bulte

Now that current on Alpha builds a lot better than a
few days back it fails in:

cc -nostdinc -O -pipe -mcpu=ev4 -mcpu=ev4
-I/usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam/include
-I/usr/src/lib/libpam/libpam/../../../contrib/libpam/libpam_misc/include
-I/usr/src/lib/libpam/libpam/../../../contrib/libpam/libpamc/include -I.
-I/usr/src/lib/libpam/libpam -DDEFAULT_MODULE_PATH=\"/usr/lib/\"
-DLIBPAM_VERSION_MAJOR=0  -DLIBPAM_VERSION_MINOR=75
-I/usr/obj/usr/src/alpha/usr/include -Werror -Wall -W -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual
-Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wno-uninitialized  -c
/usr/src/lib/libpam/libpam/pam_get_pass.c -o pam_get_pass.o
cc1: warnings being treated as errors
/usr/src/lib/libpam/libpam/pam_get_pass.c: In function `pam_conv_pass':
/usr/src/lib/libpam/libpam/pam_get_pass.c:60: warning: type mismatch in
implicit declaration for built-in function `memset'
/usr/src/lib/libpam/libpam/pam_get_pass.c:60: warning: type mismatch in
implicit declaration for built-in function `strlen'
*** Error code 1

Stop in /usr/src/lib/libpam/libpam.
*** Error code 1


-- 
|   / o / /_  _ [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte Arnhem, the Netherlands

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message