Date: Mon, 4 Feb 2002 15:30:32 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Mark Murray <markm@FreeBSD.org>, current@FreeBSD.org Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: pam_ssh world breakage (was: Re: cvs commit: src/lib/libpam Makefile.inc) Message-ID: <20020204153032.C58535@sunbay.com> In-Reply-To: <200202031551.g13Fpql76999@freefall.freebsd.org> References: <200202031551.g13Fpql76999@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020204153032.C58535>