make-ing kernel

Dave Jones davej at redhat.com
Thu Jan 29 14:25:28 UTC 2004


On Thu, 2004-01-29 at 14:21, Kiss Gábor wrote:

> kernel/kernel.o(.text+0x108c): In function `schedule':
> : undefined reference to `active_load_balance'

This is fixed in the 2163 kernel in -testing

> fs/fs.o(.text+0x37b05): In function `zisofs_readpage':
> : undefined reference to `zlib_inflateInit_'
> fs/fs.o(.text+0x37c07): In function `zisofs_readpage':
> : undefined reference to `zlib_inflate'
> fs/fs.o(.text+0x37cb9): In function `zisofs_readpage':
> : undefined reference to `zlib_inflateEnd'
> fs/fs.o(.text.init+0xacc): In function `mnt_init':
> : undefined reference to `init_rootfs'
> fs/fs.o(.text.init+0x1011): In function `zisofs_init':
> : undefined reference to `zlib_inflate_workspacesize'

You need CONFIG_ZLIB_INFLATE=y to use zisofs

	Dave





More information about the fedora-test-list mailing list