On Sun, Feb 03, 2002 at 07:51:52AM -0800, Mark Murray wrote:
> markm 2002/02/03 07:51:52 PST
>
> Modified files:
> lib/libpam Makefile.inc
> Log:
> Turn on fascist warning mode.
>
> Revision Changes Path
> 1.4 +3 -1 src/lib/libpam/Makefile.inc
>
This delta breaks buildworld. gcc(1) has a known bug-feature
of hiding some errors in standard system headers, making them
invisible without -I.
During buildworld, ${WORLDTMP}/usr/include is populated with
headers, and -I${WORLDTMP}/usr/include is added to CFLAGS,
and compile now can't survive the WARNS=4.
Try this to see the breakage:
cd /usr/src/lib/libpam/modules/pam_ssh
make cleandir
make DESTDIR=/
Please back it out.
Cheers,
--
Ruslan Ermilov Sysadmin and DBA,
[EMAIL PROTECTED] Sunbay Software AG,
[EMAIL PROTECTED] FreeBSD committer,
+380.652.512.251 Simferopol, Ukraine
http://www.FreeBSD.org The Power To Serve
http://www.oracle.com Enabling The Information Age
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message