[Zlib-devel] zlib 1.2.6.1
Török Edwin
edwintorok at gmail.com
Tue Feb 14 06:20:05 EST 2012
On 02/13/2012 01:17 AM, Mark Adler wrote:
> Faithful zlib testers,
>
> zlib 1.2.6.1 is available for testing here:
>
> http://zlib.net/current/beta/zlib-1.2.6.1.tar.gz
>
> This is a release candidate for zlib 1.2.7. Please test it on whatever platforms you can, and report back the results.
I got a little time now, so I've done a quick 'make check' test on the platforms I have access to
(mostly GCC compile farm, and opencsw.org machines).
>
> Following Vincent's suggestion to keep a list of systems to test on before release, I requested information on the systems that you can test on. I received one reply from Maarten. The list so far is:
>
> Adler - Mac OS X 10.6.8 with XCode 4.2 (clean compile and test)
> Adler - Ubuntu 10.04 (clean compile and test)
> Bosmans - Cross compiling from Linux for both win32 and win64 using gcc/mingw
Error on Solaris (8,9,10), 'make' fails ('gmake' works though):
$ make
make: Fatal error in reader: Makefile, line 57: Unexpected end of line seen
Apparently its due to this GNU make-ism:
tempfile := $(shell mktemp -u __XXXXXX)
The attached patch fixes it.
'make check' OK:
AMD Phenom(tm) II X6 1090T, Debian GNU/Linux unstable (sid)
Intel Atom D510, Debian GNU/Linux 6.0 (squeeze)
TI UltraSparc IIe (Hummingbird), Debian GNU/Linux 5.0.8 (lenny)
Sun UltraSparc T1 (Niagara), Debian GNU/Linux 5.0.8 (lenny)
Sun UltraSPARC-IIIi, OpenBSD 5.0 sparc64
ICT Loongson 2, Debian mipsel
IBM POWER7, Fedora 16 ppc64
'make check' OK with my patch:
GCC 3.4.6 on:
Solaris 8 (SunOS 5.8 Generic_Virtual sun4u sparc SUNW,SPARC-Enterprise-T5220)
Solaris 9 (SunOS 5.9 Generic_Virtual sun4u sparc SUNW,SPARC-Enterprise-T5220)
GCC 3.4.6, GCC 4.3.3, and Sun Studio 12.1 on:
Solaris 10 (SunOS 5.10 Generic_142909-17 sun4v sparc SUNW,SPARC-Enterprise-T5220)
Best regards,
--Edwin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-build-with-non-GNU-make-on-Solaris.patch
Type: text/x-diff
Size: 1431 bytes
Desc: not available
URL: <http://madler.net/pipermail/zlib-devel_madler.net/attachments/20120214/0b3be1cf/attachment.bin>
More information about the Zlib-devel
mailing list