Displaying 4 results from an estimated 4 matches for "inflatereset2".
Did you mean:
inflatereset
2014 May 23
1
Conditional jump or move depends on uninitialised value
Hi,
My Server runs on Ubuntu Server 12.04 LTS 32 bits.
I'm getting the following error messages when I run "make check" during the compilation of dovecot-2.2.13.
<snip>
==2058== Conditional jump or move depends on uninitialised
value(s)
==2058==??? at 0x4049DD8: inflateReset2 (in
/lib/i386-linux-gnu/libz.so.1.2.3.4)
==2058==??? by 0x4049EC7: inflateInit2_ (in
/lib/i386-linux-gnu/libz.so.1.2.3.4)
==2058==??? by 0x804AFEF: i_stream_zlib_init
(istream-zlib.c:320)
==2058==??? by 0x804B122:
i_stream_create_zlib (istream-zlib.c:475)
==2058==??? by 0x804AA18:
test_compression_...
2013 Jun 25
0
Syslinux 6.00 released
...ib/zutil.c:306: undefined reference to `malloc'
zlib/zutil.o: In function `zcfree':
/tmp/syslinux-6.00/com32/lib/zlib/zutil.c:313: undefined reference to `_GLOBAL_OFFSET_TABLE_'
/tmp/syslinux-6.00/com32/lib/zlib/zutil.c:314: undefined reference to `free'
zlib/inflate.o: In function `inflateReset2':
/tmp/syslinux-6.00/com32/lib/zlib/inflate.c:133: undefined reference to `_GLOBAL_OFFSET_TABLE_'
zlib/inflate.o: In function `inflateInit2_':
[...]
------------- cite off -------------
Viele Gruesse!
Helmut
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> Thanks - now it crashes later ...
What crash are you seeing?
> I don't have the ia64 files which are needed for a complete binary. But
> maybe that's only my special problem.
You shouldn't need ia64 files to build ia32 and x86-64 versions of
gnu-efi or Syslinux.
--
Matt Fleming, Intel Open Source Technology Center
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello,
the following patches should get multidisk access working.
The syntax accepted is the following:
(hdx,y)/path/to/file
where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk.
the other accepted syntax is using MBR's 32 bits disk signature so for example:
(mbr:0x12345678,2)/foo/bar
would address