Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 May 1996 14:49:14 +1000 (EST)
From:      Ernie Elu <ernie@spooky.eis.net.au>
To:        freebsd-current@freebsd.org
Subject:   sys compile problem after upgrade from -stable
Message-ID:  <199605250449.OAA03351@spooky.eis.net.au>

next in thread | raw e-mail | index | archive | help
I have just upgraded from -stable to -current by supimg the -currnet sources
and doing a make world. That went through to completion however when I went
to compile a fresh kernel so ps etc. would work again I got the following
errors:-

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Winline  -nostdinc -I. -I../.. -I../../sys -I../../../include -DI386_CPU -DI486_CPU -DI586_CPU -DEXT2FS -DSBC_IRQ=9 -DNETATALK -DLLC -DCCITT -DGATEWAY -DPPP -DCOMPAT_43 -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DKERNEL  ../../net/if_ethersubr.c
../../net/if_ethersubr.c: In function `ether_input':
../../net/if_ethersubr.c:543: sizeof applied to an incomplete type
../../net/if_ethersubr.c:543: warning: unsigned value >= 0 is always 1
../../net/if_ethersubr.c:543: sizeof applied to an incomplete type
../../net/if_ethersubr.c:543: sizeof applied to an incomplete type
../../net/if_ethersubr.c:543: sizeof applied to an incomplete type
../../net/if_ethersubr.c:543: sizeof applied to an incomplete type
../../net/if_ethersubr.c:546: warning: implicit declaration of function `sdl_sethdrif'
../../net/if_ethersubr.c:550: dereferencing pointer to incomplete type
../../net/if_ethersubr.c:555: `llcintrq' undeclared (first use this function)
../../net/if_ethersubr.c:555: (Each undeclared identifier is reported only once
../../net/if_ethersubr.c:555: for each function it appears in.)
../../net/if_ethersubr.c:382: warning: `inq' might be used uninitialized in this function
*** Error code 1

Stop.

I am using the same config file as I used in -stable with the addition of
the EXT2FS option which is the reason for the switch to -current.


Any suggestions?

- Ernie.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605250449.OAA03351>