From owner-freebsd-current Tue Mar 26 10:27:55 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA05063 for current-outgoing; Tue, 26 Mar 1996 10:27:55 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA05055 for ; Tue, 26 Mar 1996 10:27:53 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15255(13)>; Tue, 26 Mar 1996 10:27:11 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177478>; Tue, 26 Mar 1996 10:27:08 -0800 To: "Justin T. Gibbs" cc: current@freebsd.org Subject: Re: Whoops! My apologies!! In-reply-to: Your message of "Sat, 23 Mar 96 13:02:25 PST." <199603232102.NAA10649@freefall.freebsd.org> Date: Tue, 26 Mar 1996 10:27:05 PST From: Bill Fenner Message-Id: <96Mar26.102708pst.177478@crevenia.parc.xerox.com> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199603232102.NAA10649@freefall.freebsd.org> you write: >Use LINT instead. I can't build LINT. I am sup'ing CVS from sup2, this is from a SUP at SUP Upgrade of src-sys-cvs completed at Mar 26 10:24:07 1996 I am trying to build a -current kernel on a -stable system; is this the "cross-compiling" problem or is this really broken? Bill cc -c -O -m486 -pipe -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Winline -nostdinc -I. -I../.. -I../../sys -I/usr/include -DI386_CPU -DI486_CPU -DI586_CPU -DI686_CPU -DSCSI_2_DEF -DEXT2FS -DDEBUG -DPOWERFAIL_NMI -DPROBE_VERBOSE -DBREAK_TO_DEBUGGER -DDSI_SOFT_MODEM -DCOM_MULTIPORT -DCOM_ESP -DCOMCONSOLE -DPSM_NO_RESET -DFDSEEKWAIT=16 -DATAPI -DHARDFONTS -DPCVT_SCANSET=2 -DFAT_CURSOR -DXSERVER -DPCVT_FREEBSD=210 -DSCSIDEBUG -DNSWAPDEV=20 -DMFS_AUTOLOAD -DMFS_ROOT=10 -DDEVFS -DMSDOSFS -DMFS -DLFS -DCD9660 -DNQNFS -DNFS -DFFS -DTCPDEBUG -DIPFIREWALL_VERBOSE -DIPFIREWALL -DTCP_COMPAT_42 -DIPX_ERRPRINTFS=0 -DIPXPRINTFS=0 -DIPTUNNEL -DIPXIP -DIPX -DINET -DDIAGNOSTIC -DDDB_UNATTENDED -DCOMPAT_43 -DFAILSAFE -DKERNEL ../../ufs/lfs/lfs_segment.c ../../ufs/lfs/lfs_segment.c: In function `lfs_writefile': ../../ufs/lfs/lfs_segment.c:446: warning: assignment from incompatible pointer type ../../ufs/lfs/lfs_segment.c: In function `lfs_updatemeta': ../../ufs/lfs/lfs_segment.c:646: invalid operands to binary - ../../ufs/lfs/lfs_segment.c:643: warning: `nblocks' might be used uninitialized in this function ../../ufs/lfs/lfs_segment.c: In function `lfs_initseg': ../../ufs/lfs/lfs_segment.c:776: warning: assignment from incompatible pointer type ../../ufs/lfs/lfs_segment.c: In function `lfs_writeseg': ../../ufs/lfs/lfs_segment.c:894: warning: assignment from incompatible pointer type ../../ufs/lfs/lfs_segment.c: In function `lfs_writesuper': ../../ufs/lfs/lfs_segment.c:1006: warning: assignment from incompatible pointer type *** Error code 1 Stop.