public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* zlib patch doesn't take?
@ 2003-08-04  1:26 David Wuertele
  2003-08-04  8:40 ` Thomas Gleixner
  0 siblings, 1 reply; 5+ messages in thread
From: David Wuertele @ 2003-08-04  1:26 UTC (permalink / raw)
  To: linux-mtd

I'm trying to patch my already heavily-patched linux-2.4.18 to use the
mtd snapshot from what looks like May.  After running

  ./patchin.sh -j -c /home/build/linux

and starting a kernel compile (using gcc-3.3) I get the following
error.  Any suggestions?

...snipped from make output:
/home/dave/C/perforce/source/deschutes/buildroot-M14.0-X225/build_mipsel/staging_dir/bin/mipsel-uclibc-gcc -I /home/build/linux/include/asm/gcc -D__KERNEL__ -I/home/build/linux/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -mips2 -Wa,--trap -pipe  -DLINUX_RAM_START=0x80100000  -DKBUILD_BASENAME=zlib  -DEXPORT_SYMTAB -c zlib.c
zlib.c:72: error: `deflate' undeclared here (not in a function)
zlib.c:72: error: initializer element is not constant
zlib.c:72: error: (near initialization for `__ksymtab_deflate.value')
zlib.c:73: error: `deflateInit_' undeclared here (not in a function)
zlib.c:73: error: initializer element is not constant
zlib.c:73: error: (near initialization for `__ksymtab_deflateInit_.value')
zlib.c:74: error: `deflateInit2_' undeclared here (not in a function)
zlib.c:74: error: initializer element is not constant
zlib.c:74: error: (near initialization for `__ksymtab_deflateInit2_.value')
zlib.c:75: error: `deflateEnd' undeclared here (not in a function)
zlib.c:75: error: initializer element is not constant
zlib.c:75: error: (near initialization for `__ksymtab_deflateEnd.value')
zlib.c:76: error: `deflateSetDictionary' undeclared here (not in a function)
zlib.c:76: error: initializer element is not constant
zlib.c:76: error: (near initialization for `__ksymtab_deflateSetDictionary.value')
zlib.c:77: error: `deflateCopy' undeclared here (not in a function)
zlib.c:77: error: initializer element is not constant
zlib.c:77: error: (near initialization for `__ksymtab_deflateCopy.value')
zlib.c:78: error: `deflateReset' undeclared here (not in a function)
zlib.c:78: error: initializer element is not constant
zlib.c:78: error: (near initialization for `__ksymtab_deflateReset.value')
zlib.c:79: error: `deflateParams' undeclared here (not in a function)
zlib.c:79: error: initializer element is not constant
zlib.c:79: error: (near initialization for `__ksymtab_deflateParams.value')
zlib.c:80: error: `deflateOutputPending' undeclared here (not in a function)
zlib.c:80: error: initializer element is not constant
zlib.c:80: error: (near initialization for `__ksymtab_deflateOutputPending.value')
zlib.c:81: error: `inflate' undeclared here (not in a function)
zlib.c:81: error: initializer element is not constant
zlib.c:81: error: (near initialization for `__ksymtab_inflate.value')
zlib.c:82: error: `inflateInit_' undeclared here (not in a function)
zlib.c:82: error: initializer element is not constant
zlib.c:82: error: (near initialization for `__ksymtab_inflateInit_.value')
zlib.c:83: error: `inflateInit2_' undeclared here (not in a function)
zlib.c:83: error: initializer element is not constant
zlib.c:83: error: (near initialization for `__ksymtab_inflateInit2_.value')
zlib.c:84: error: `inflateEnd' undeclared here (not in a function)
zlib.c:84: error: initializer element is not constant
zlib.c:84: error: (near initialization for `__ksymtab_inflateEnd.value')
zlib.c:85: error: `inflateSetDictionary' undeclared here (not in a function)
zlib.c:85: error: initializer element is not constant
zlib.c:85: error: (near initialization for `__ksymtab_inflateSetDictionary.value')
zlib.c:86: error: `inflateSync' undeclared here (not in a function)
zlib.c:86: error: initializer element is not constant
zlib.c:86: error: (near initialization for `__ksymtab_inflateSync.value')
zlib.c:87: error: `inflateReset' undeclared here (not in a function)
zlib.c:87: error: initializer element is not constant
zlib.c:87: error: (near initialization for `__ksymtab_inflateReset.value')
zlib.c:88: error: `inflateIncomp' undeclared here (not in a function)
zlib.c:88: error: initializer element is not constant
zlib.c:88: error: (near initialization for `__ksymtab_inflateIncomp.value')
zlib.c:89: error: `adler32' undeclared here (not in a function)
zlib.c:89: error: initializer element is not constant
zlib.c:89: error: (near initialization for `__ksymtab_adler32.value')
zlib.c:750: warning: function declaration isn't a prototype
zlib.c: In function `deflateInit_':
zlib.c:755: warning: implicit declaration of function `deflateInit2_'
zlib.c: At top level:
zlib.c:763: warning: function declaration isn't a prototype
zlib.c: In function `deflateInit2_':
zlib.c:807: error: structure has no member named `zalloc'
zlib.c:807: error: structure has no member named `opaque'
zlib.c:822: error: structure has no member named `zalloc'
zlib.c:822: error: structure has no member named `opaque'
zlib.c:823: error: structure has no member named `zalloc'
zlib.c:823: error: structure has no member named `opaque'
zlib.c:824: error: structure has no member named `zalloc'
zlib.c:824: error: structure has no member named `opaque'
zlib.c:828: error: structure has no member named `zalloc'
zlib.c:828: error: structure has no member named `opaque'
zlib.c:835: warning: implicit declaration of function `deflateEnd'
zlib.c:845: warning: implicit declaration of function `deflateReset'
zlib.c: At top level:
zlib.c:850: warning: function declaration isn't a prototype
zlib.c: In function `deflateSetDictionary':
zlib.c:865: warning: implicit declaration of function `adler32'
zlib.c: At top level:
zlib.c:893: warning: function declaration isn't a prototype
zlib.c: In function `deflateReset':
zlib.c:898: error: structure has no member named `zalloc'
zlib.c:898: error: structure has no member named `zfree'
zlib.c: At top level:
zlib.c:923: warning: function declaration isn't a prototype
zlib.c: In function `deflateParams':
zlib.c:944: warning: implicit declaration of function `deflate'
zlib.c: At top level:
zlib.c:1000: warning: function declaration isn't a prototype
zlib.c:1137: warning: function declaration isn't a prototype
zlib.c: In function `deflateEnd':
zlib.c:1152: error: structure has no member named `zfree'
zlib.c:1152: error: structure has no member named `opaque'
zlib.c:1153: error: structure has no member named `zfree'
zlib.c:1153: error: structure has no member named `opaque'
zlib.c:1154: error: structure has no member named `zfree'
zlib.c:1154: error: structure has no member named `opaque'
zlib.c:1155: error: structure has no member named `zfree'
zlib.c:1155: error: structure has no member named `opaque'
zlib.c:1157: error: structure has no member named `zfree'
zlib.c:1157: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:1167: warning: function declaration isn't a prototype
zlib.c: In function `deflateCopy':
zlib.c:1180: error: structure has no member named `zalloc'
zlib.c:1180: error: structure has no member named `opaque'
zlib.c:1186: error: structure has no member named `zalloc'
zlib.c:1186: error: structure has no member named `opaque'
zlib.c:1187: error: structure has no member named `zalloc'
zlib.c:1187: error: structure has no member named `opaque'
zlib.c:1188: error: structure has no member named `zalloc'
zlib.c:1188: error: structure has no member named `opaque'
zlib.c:1189: error: structure has no member named `zalloc'
zlib.c:1189: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:1219: warning: function declaration isn't a prototype
zlib.c:3116: warning: function declaration isn't a prototype
zlib.c:3132: warning: function declaration isn't a prototype
zlib.c: In function `inflateEnd':
zlib.c:3136: error: structure has no member named `zfree'
zlib.c:3140: error: structure has no member named `zfree'
zlib.c:3140: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:3148: warning: function declaration isn't a prototype
zlib.c: In function `inflateInit2_':
zlib.c:3170: error: structure has no member named `zalloc'
zlib.c:3170: error: structure has no member named `opaque'
zlib.c:3192: error: `adler32' undeclared (first use in this function)
zlib.c:3192: error: (Each undeclared identifier is reported only once
zlib.c:3192: error: for each function it appears in.)
zlib.c: At top level:
zlib.c:3207: warning: function declaration isn't a prototype
zlib.c:3219: warning: function declaration isn't a prototype
zlib.c:3351: warning: function declaration isn't a prototype
zlib.c: In function `inflateSetDictionary':
zlib.c:3360: error: `adler32' used prior to declaration
zlib.c: At top level:
zlib.c:3383: warning: function declaration isn't a prototype
zlib.c:3392: warning: function declaration isn't a prototype
zlib.c: In function `inflate_blocks_reset':
zlib.c:3711: error: structure has no member named `zfree'
zlib.c:3711: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks_new':
zlib.c:3736: error: structure has no member named `zalloc'
zlib.c:3736: error: structure has no member named `opaque'
zlib.c:3738: error: structure has no member named `zalloc'
zlib.c:3738: error: structure has no member named `opaque'
zlib.c:3740: error: structure has no member named `zfree'
zlib.c:3740: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks':
zlib.c:3868: error: structure has no member named `zalloc'
zlib.c:3868: error: structure has no member named `opaque'
zlib.c:3894: error: structure has no member named `zfree'
zlib.c:3894: error: structure has no member named `opaque'
zlib.c:3933: error: structure has no member named `zfree'
zlib.c:3933: error: structure has no member named `opaque'
zlib.c:3961: error: structure has no member named `zfree'
zlib.c:3961: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks_free':
zlib.c:4032: error: structure has no member named `zfree'
zlib.c:4032: error: structure has no member named `opaque'
zlib.c:4033: error: structure has no member named `zfree'
zlib.c:4033: error: structure has no member named `opaque'
zlib.c: In function `huft_build':
zlib.c:4356: error: structure has no member named `zalloc'
zlib.c:4356: error: structure has no member named `opaque'
zlib.c: In function `inflate_trees_fixed':
zlib.c:4536: error: structure has no member named `zalloc'
zlib.c:4537: error: structure has no member named `zfree'
zlib.c:4538: error: structure has no member named `opaque'
zlib.c: In function `inflate_trees_free':
zlib.c:4593: error: structure has no member named `zfree'
zlib.c:4593: error: structure has no member named `opaque'
zlib.c: In function `inflate_codes_new':
zlib.c:4687: error: structure has no member named `zalloc'
zlib.c:4687: error: structure has no member named `opaque'
zlib.c: In function `inflate_codes_free':
zlib.c:4864: error: structure has no member named `zfree'
zlib.c:4864: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:5170: warning: function declaration isn't a prototype
zlib.c:5374: warning: function declaration isn't a prototype
zlib.c:5374: error: `adler32' used prior to declaration
zlib.c:5374: warning: `adler32' was previously implicitly declared to return `int'
make[2]: *** [zlib.o] Error 1
make[2]: Leaving directory `/home/build/linux/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/home/build/linux/lib'
make: *** [_dir_lib] Error 2
$ 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zlib patch doesn't take?
  2003-08-04  1:26 zlib patch doesn't take? David Wuertele
@ 2003-08-04  8:40 ` Thomas Gleixner
  2003-08-04 18:10   ` David Wuertele
  2003-08-04 23:16   ` David Wuertele
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Gleixner @ 2003-08-04  8:40 UTC (permalink / raw)
  To: David Wuertele, linux-mtd

On Monday 04 August 2003 03:26, David Wuertele wrote:
> I'm trying to patch my already heavily-patched linux-2.4.18 to use the
> mtd snapshot from what looks like May.  After running
>
>   ./patchin.sh -j -c /home/build/linux
>
> and starting a kernel compile (using gcc-3.3) I get the following
> error.  Any suggestions?

zlib.h is obviously not updated.

Can you provide the output of ./patchin.sh ?

-- 
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zlib patch doesn't take?
  2003-08-04  8:40 ` Thomas Gleixner
@ 2003-08-04 18:10   ` David Wuertele
  2003-08-05  0:23     ` Thomas Gleixner
  2003-08-04 23:16   ` David Wuertele
  1 sibling, 1 reply; 5+ messages in thread
From: David Wuertele @ 2003-08-04 18:10 UTC (permalink / raw)
  To: linux-mtd

Thomas> zlib.h is obviously not updated.
Thomas> Can you provide the output of ./patchin.sh ?

$ ./patchin.sh -c -j ~/C/perforce/source/deschutes/kernel/metro-X225-M14.0
Patching /home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0
Include Filesytems: yes
Zlib-Patch needed: yes
Method: Copy
Can we start now ? [y/N]y

Patching MTD
drivers/mtd
drivers/mtd/chips
drivers/mtd/devices
drivers/mtd/maps
drivers/mtd/nand
include/linux/mtd
Patching JFFS(2)
fs/jffs
fs/jffs2
include/linux
Patching ZLIB
lib/zlib_deflate
lib/zlib_inflate
patching file lib/Makefile
Hunk #1 succeeded at 20 (offset 1 line).
Patching done
Please update Documentation/Configure.help from /home/dave/C/perforce/source/deschutes/kernel/mtd/Documentation/Configure.help
$ 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zlib patch doesn't take?
  2003-08-04  8:40 ` Thomas Gleixner
  2003-08-04 18:10   ` David Wuertele
@ 2003-08-04 23:16   ` David Wuertele
  1 sibling, 0 replies; 5+ messages in thread
From: David Wuertele @ 2003-08-04 23:16 UTC (permalink / raw)
  To: linux-mtd

Thomas> zlib.h is obviously not updated.
Thomas> Can you provide the output of ./patchin.sh ?

I went ahead and manually copied mtd/include/linux/* to my
linux/include/linux directory, and made again.  Unfortunately, I still
get the same errors.

For reference, here is the output of patchin.sh again.

$ ./patchin.sh -c -j /home/build/linux
Patching /home/build/linux
Include Filesytems: yes
Zlib-Patch needed: yes
Method: Copy
Can we start now ? [y/N]y

Patching MTD
drivers/mtd
drivers/mtd/chips
drivers/mtd/devices
drivers/mtd/maps
drivers/mtd/nand
include/linux/mtd
Patching JFFS(2)
fs/jffs
fs/jffs2
include/linux
Patching ZLIB
lib/zlib_deflate
lib/zlib_inflate
patching file lib/Makefile
Hunk #1 succeeded at 20 (offset 1 line).
Patching done
Please update Documentation/Configure.help from /home/build/mtd/Documentation/Configure.help
$

Here are the errors I got after copying all the include files and
building in the kernel directory:

/home/dave/C/perforce/source/deschutes/buildroot-M14.0-X225/build_mipsel/staging_dir/bin/mipsel-uclibc-gcc -I /home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0-200308041105/include/asm/gcc -D__KERNEL__ -I/home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0-200308041105/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -G 0 -mno-abicalls -fno-pic -mips2 -Wa,--trap -pipe  -DLINUX_RAM_START=0x80100000  -DKBUILD_BASENAME=zlib  -DEXPORT_SYMTAB -c zlib.c
zlib.c:72: error: `deflate' undeclared here (not in a function)
zlib.c:72: error: initializer element is not constant
zlib.c:72: error: (near initialization for `__ksymtab_deflate.value')
zlib.c:73: error: `deflateInit_' undeclared here (not in a function)
zlib.c:73: error: initializer element is not constant
zlib.c:73: error: (near initialization for `__ksymtab_deflateInit_.value')
zlib.c:74: error: `deflateInit2_' undeclared here (not in a function)
zlib.c:74: error: initializer element is not constant
zlib.c:74: error: (near initialization for `__ksymtab_deflateInit2_.value')
zlib.c:75: error: `deflateEnd' undeclared here (not in a function)
zlib.c:75: error: initializer element is not constant
zlib.c:75: error: (near initialization for `__ksymtab_deflateEnd.value')
zlib.c:76: error: `deflateSetDictionary' undeclared here (not in a function)
zlib.c:76: error: initializer element is not constant
zlib.c:76: error: (near initialization for `__ksymtab_deflateSetDictionary.value')
zlib.c:77: error: `deflateCopy' undeclared here (not in a function)
zlib.c:77: error: initializer element is not constant
zlib.c:77: error: (near initialization for `__ksymtab_deflateCopy.value')
zlib.c:78: error: `deflateReset' undeclared here (not in a function)
zlib.c:78: error: initializer element is not constant
zlib.c:78: error: (near initialization for `__ksymtab_deflateReset.value')
zlib.c:79: error: `deflateParams' undeclared here (not in a function)
zlib.c:79: error: initializer element is not constant
zlib.c:79: error: (near initialization for `__ksymtab_deflateParams.value')
zlib.c:80: error: `deflateOutputPending' undeclared here (not in a function)
zlib.c:80: error: initializer element is not constant
zlib.c:80: error: (near initialization for `__ksymtab_deflateOutputPending.value')
zlib.c:81: error: `inflate' undeclared here (not in a function)
zlib.c:81: error: initializer element is not constant
zlib.c:81: error: (near initialization for `__ksymtab_inflate.value')
zlib.c:82: error: `inflateInit_' undeclared here (not in a function)
zlib.c:82: error: initializer element is not constant
zlib.c:82: error: (near initialization for `__ksymtab_inflateInit_.value')
zlib.c:83: error: `inflateInit2_' undeclared here (not in a function)
zlib.c:83: error: initializer element is not constant
zlib.c:83: error: (near initialization for `__ksymtab_inflateInit2_.value')
zlib.c:84: error: `inflateEnd' undeclared here (not in a function)
zlib.c:84: error: initializer element is not constant
zlib.c:84: error: (near initialization for `__ksymtab_inflateEnd.value')
zlib.c:85: error: `inflateSetDictionary' undeclared here (not in a function)
zlib.c:85: error: initializer element is not constant
zlib.c:85: error: (near initialization for `__ksymtab_inflateSetDictionary.value')
zlib.c:86: error: `inflateSync' undeclared here (not in a function)
zlib.c:86: error: initializer element is not constant
zlib.c:86: error: (near initialization for `__ksymtab_inflateSync.value')
zlib.c:87: error: `inflateReset' undeclared here (not in a function)
zlib.c:87: error: initializer element is not constant
zlib.c:87: error: (near initialization for `__ksymtab_inflateReset.value')
zlib.c:88: error: `inflateIncomp' undeclared here (not in a function)
zlib.c:88: error: initializer element is not constant
zlib.c:88: error: (near initialization for `__ksymtab_inflateIncomp.value')
zlib.c:89: error: `adler32' undeclared here (not in a function)
zlib.c:89: error: initializer element is not constant
zlib.c:89: error: (near initialization for `__ksymtab_adler32.value')
zlib.c:750: warning: function declaration isn't a prototype
zlib.c: In function `deflateInit_':
zlib.c:755: warning: implicit declaration of function `deflateInit2_'
zlib.c: At top level:
zlib.c:763: warning: function declaration isn't a prototype
zlib.c: In function `deflateInit2_':
zlib.c:807: error: structure has no member named `zalloc'
zlib.c:807: error: structure has no member named `opaque'
zlib.c:822: error: structure has no member named `zalloc'
zlib.c:822: error: structure has no member named `opaque'
zlib.c:823: error: structure has no member named `zalloc'
zlib.c:823: error: structure has no member named `opaque'
zlib.c:824: error: structure has no member named `zalloc'
zlib.c:824: error: structure has no member named `opaque'
zlib.c:828: error: structure has no member named `zalloc'
zlib.c:828: error: structure has no member named `opaque'
zlib.c:835: warning: implicit declaration of function `deflateEnd'
zlib.c:845: warning: implicit declaration of function `deflateReset'
zlib.c: At top level:
zlib.c:850: warning: function declaration isn't a prototype
zlib.c: In function `deflateSetDictionary':
zlib.c:865: warning: implicit declaration of function `adler32'
zlib.c: At top level:
zlib.c:893: warning: function declaration isn't a prototype
zlib.c: In function `deflateReset':
zlib.c:898: error: structure has no member named `zalloc'
zlib.c:898: error: structure has no member named `zfree'
zlib.c: At top level:
zlib.c:923: warning: function declaration isn't a prototype
zlib.c: In function `deflateParams':
zlib.c:944: warning: implicit declaration of function `deflate'
zlib.c: At top level:
zlib.c:1000: warning: function declaration isn't a prototype
zlib.c:1137: warning: function declaration isn't a prototype
zlib.c: In function `deflateEnd':
zlib.c:1152: error: structure has no member named `zfree'
zlib.c:1152: error: structure has no member named `opaque'
zlib.c:1153: error: structure has no member named `zfree'
zlib.c:1153: error: structure has no member named `opaque'
zlib.c:1154: error: structure has no member named `zfree'
zlib.c:1154: error: structure has no member named `opaque'
zlib.c:1155: error: structure has no member named `zfree'
zlib.c:1155: error: structure has no member named `opaque'
zlib.c:1157: error: structure has no member named `zfree'
zlib.c:1157: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:1167: warning: function declaration isn't a prototype
zlib.c: In function `deflateCopy':
zlib.c:1180: error: structure has no member named `zalloc'
zlib.c:1180: error: structure has no member named `opaque'
zlib.c:1186: error: structure has no member named `zalloc'
zlib.c:1186: error: structure has no member named `opaque'
zlib.c:1187: error: structure has no member named `zalloc'
zlib.c:1187: error: structure has no member named `opaque'
zlib.c:1188: error: structure has no member named `zalloc'
zlib.c:1188: error: structure has no member named `opaque'
zlib.c:1189: error: structure has no member named `zalloc'
zlib.c:1189: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:1219: warning: function declaration isn't a prototype
zlib.c:3116: warning: function declaration isn't a prototype
zlib.c:3132: warning: function declaration isn't a prototype
zlib.c: In function `inflateEnd':
zlib.c:3136: error: structure has no member named `zfree'
zlib.c:3140: error: structure has no member named `zfree'
zlib.c:3140: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:3148: warning: function declaration isn't a prototype
zlib.c: In function `inflateInit2_':
zlib.c:3170: error: structure has no member named `zalloc'
zlib.c:3170: error: structure has no member named `opaque'
zlib.c:3192: error: `adler32' undeclared (first use in this function)
zlib.c:3192: error: (Each undeclared identifier is reported only once
zlib.c:3192: error: for each function it appears in.)
zlib.c: At top level:
zlib.c:3207: warning: function declaration isn't a prototype
zlib.c:3219: warning: function declaration isn't a prototype
zlib.c:3351: warning: function declaration isn't a prototype
zlib.c: In function `inflateSetDictionary':
zlib.c:3360: error: `adler32' used prior to declaration
zlib.c: At top level:
zlib.c:3383: warning: function declaration isn't a prototype
zlib.c:3392: warning: function declaration isn't a prototype
zlib.c: In function `inflate_blocks_reset':
zlib.c:3711: error: structure has no member named `zfree'
zlib.c:3711: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks_new':
zlib.c:3736: error: structure has no member named `zalloc'
zlib.c:3736: error: structure has no member named `opaque'
zlib.c:3738: error: structure has no member named `zalloc'
zlib.c:3738: error: structure has no member named `opaque'
zlib.c:3740: error: structure has no member named `zfree'
zlib.c:3740: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks':
zlib.c:3868: error: structure has no member named `zalloc'
zlib.c:3868: error: structure has no member named `opaque'
zlib.c:3894: error: structure has no member named `zfree'
zlib.c:3894: error: structure has no member named `opaque'
zlib.c:3933: error: structure has no member named `zfree'
zlib.c:3933: error: structure has no member named `opaque'
zlib.c:3961: error: structure has no member named `zfree'
zlib.c:3961: error: structure has no member named `opaque'
zlib.c: In function `inflate_blocks_free':
zlib.c:4032: error: structure has no member named `zfree'
zlib.c:4032: error: structure has no member named `opaque'
zlib.c:4033: error: structure has no member named `zfree'
zlib.c:4033: error: structure has no member named `opaque'
zlib.c: In function `huft_build':
zlib.c:4356: error: structure has no member named `zalloc'
zlib.c:4356: error: structure has no member named `opaque'
zlib.c: In function `inflate_trees_fixed':
zlib.c:4536: error: structure has no member named `zalloc'
zlib.c:4537: error: structure has no member named `zfree'
zlib.c:4538: error: structure has no member named `opaque'
zlib.c: In function `inflate_trees_free':
zlib.c:4593: error: structure has no member named `zfree'
zlib.c:4593: error: structure has no member named `opaque'
zlib.c: In function `inflate_codes_new':
zlib.c:4687: error: structure has no member named `zalloc'
zlib.c:4687: error: structure has no member named `opaque'
zlib.c: In function `inflate_codes_free':
zlib.c:4864: error: structure has no member named `zfree'
zlib.c:4864: error: structure has no member named `opaque'
zlib.c: At top level:
zlib.c:5170: warning: function declaration isn't a prototype
zlib.c:5374: warning: function declaration isn't a prototype
zlib.c:5374: error: `adler32' used prior to declaration
zlib.c:5374: warning: `adler32' was previously implicitly declared to return `int'
make[4]: *** [zlib.o] Error 1
make[4]: Leaving directory `/home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0-200308041105/lib'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory `/home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0-200308041105/lib'
make[2]: *** [_dir_lib] Error 2
make[2]: Leaving directory `/home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0-200308041105'
make[1]: *** [dep] Error 2
make[1]: Leaving directory `/home/dave/C/perforce/source/deschutes/kernel'
make: *** [/home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0/vmlinux] Error 2

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zlib patch doesn't take?
  2003-08-04 18:10   ` David Wuertele
@ 2003-08-05  0:23     ` Thomas Gleixner
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2003-08-05  0:23 UTC (permalink / raw)
  To: David Wuertele, linux-mtd

On Monday 04 August 2003 20:10, David Wuertele wrote:
> Thomas> zlib.h is obviously not updated.
> Thomas> Can you provide the output of ./patchin.sh ?
>
> $ ./patchin.sh -c -j ~/C/perforce/source/deschutes/kernel/metro-X225-M14.0
> Patching /home/dave/C/perforce/source/deschutes/kernel/metro-X225-M14.0
> Include Filesytems: yes
> Zlib-Patch needed: yes
> Method: Copy
> Can we start now ? [y/N]y

Have you tried to use link method ?

In which directory does the error occure ? In lib/... there is no zlib.c.
I assume something does not get updated properly. Maybe Makefile in fs/jffs2.
Before the zlib patch, there was a file zlib.c in fs/jffs2 and it is still 
there if you have a 2.4.18 kernel.

Can you please check, if all files from mtd/fs/jffs2 are copied into 
linux/fs/jffs2 ?

-- 
Thomas
________________________________________________________________________
linutronix - competence in embedded & realtime linux
http://www.linutronix.de
mail: tglx@linutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-08-04 23:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-04  1:26 zlib patch doesn't take? David Wuertele
2003-08-04  8:40 ` Thomas Gleixner
2003-08-04 18:10   ` David Wuertele
2003-08-05  0:23     ` Thomas Gleixner
2003-08-04 23:16   ` David Wuertele

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox