public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11.
@ 2018-03-17  9:39 Lemures Lemniscati
  2018-03-17 11:20 ` Marco Atzeri
  2018-03-17 12:12 ` Andrey Repin
  0 siblings, 2 replies; 4+ messages in thread
From: Lemures Lemniscati @ 2018-03-17  9:39 UTC (permalink / raw)
  To: cygwin

Hi, 

pngcheck warns like this, though it seems not to be harmful.

$ pngcheck
PNGcheck, version 2.3.0 of 7 July 2007,
   by Alexander Lehmann, Andreas Dilger and Greg Roelofs.
   Compiled with zlib 1.2.8; using zlib 1.2.11.
...


$ cygcheck -c pngcheck zlib
Cygwin Package Information
Package              Version        Status
pngcheck             2.3.0-1        OK
zlib                 1.2.11-1       OK

--
Lem


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11.
  2018-03-17  9:39 pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11 Lemures Lemniscati
@ 2018-03-17 11:20 ` Marco Atzeri
  2018-03-17 12:12 ` Andrey Repin
  1 sibling, 0 replies; 4+ messages in thread
From: Marco Atzeri @ 2018-03-17 11:20 UTC (permalink / raw)
  To: cygwin

On 17/03/2018 09:33, Lemures Lemniscati wrote:
> Hi,
> 
> pngcheck warns like this, though it seems not to be harmful.
> 
> $ pngcheck
> PNGcheck, version 2.3.0 of 7 July 2007,
>     by Alexander Lehmann, Andreas Dilger and Greg Roelofs.
>     Compiled with zlib 1.2.8; using zlib 1.2.11.
> ...

just an info, zlib has not changed the API

Regards
Marco


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11.
  2018-03-17  9:39 pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11 Lemures Lemniscati
  2018-03-17 11:20 ` Marco Atzeri
@ 2018-03-17 12:12 ` Andrey Repin
  2018-03-17 12:42   ` Lemures Lemniscati
  1 sibling, 1 reply; 4+ messages in thread
From: Andrey Repin @ 2018-03-17 12:12 UTC (permalink / raw)
  To: Lemures Lemniscati, cygwin

Greetings, Lemures Lemniscati!

> Hi, 

> pngcheck warns like this, though it seems not to be harmful.

> $ pngcheck
> PNGcheck, version 2.3.0 of 7 July 2007,
>    by Alexander Lehmann, Andreas Dilger and Greg Roelofs.
>    Compiled with zlib 1.2.8; using zlib 1.2.11.
> ...

That's not a warning, just an information. If ABI is not changed, things just
keep working.

> $ cygcheck -c pngcheck zlib
> Cygwin Package Information
> Package              Version        Status
> pngcheck             2.3.0-1        OK
> zlib                 1.2.11-1       OK


-- 
With best regards,
Andrey Repin
Saturday, March 17, 2018 14:15:18

Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

* Re: pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11.
  2018-03-17 12:12 ` Andrey Repin
@ 2018-03-17 12:42   ` Lemures Lemniscati
  0 siblings, 0 replies; 4+ messages in thread
From: Lemures Lemniscati @ 2018-03-17 12:42 UTC (permalink / raw)
  To: cygwin

Thank you, Marco and Andrey.

I'm relieved and I've decided not to care the info.


But, I've dropped another example. Just reporting it:

$ pngcheck a.png b.png > ab.log; echo ----; cat ab.log; echo ----
----
zlib warning:  different version (expected 1.2.8, using 1.2.11)

OK: a.png (1000x1000, 16-bit grayscale+alpha, non-interlaced, 96.1%).
OK: b.png (1000x1000, 16-bit grayscale+alpha, non-interlaced, 97.0%).

No errors were detected in 2 of the 2 files tested.
----

Regards,
--
Lem


==
Subject: Re: pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11.
Date: Sat, 17 Mar 2018 14:16:01 +0300
From: Andrey Repin <anrdaemon@yandex.ru>

> Greetings, Lemures Lemniscati!
> 
> > Hi, 
> 
> > pngcheck warns like this, though it seems not to be harmful.
> 
> > $ pngcheck
> > PNGcheck, version 2.3.0 of 7 July 2007,
> >    by Alexander Lehmann, Andreas Dilger and Greg Roelofs.
> >    Compiled with zlib 1.2.8; using zlib 1.2.11.
> > ...
> 
> That's not a warning, just an information. If ABI is not changed, things just
> keep working.
> 
> > $ cygcheck -c pngcheck zlib
> > Cygwin Package Information
> > Package              Version        Status
> > pngcheck             2.3.0-1        OK
> > zlib                 1.2.11-1       OK
> 
> 
> -- 
> With best regards,
> Andrey Repin
> Saturday, March 17, 2018 14:15:18
> 
> Sorry for my terrible english...


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

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

end of thread, other threads:[~2018-03-17 12:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-17  9:39 pngcheck warning: Compiled with zlib 1.2.8; using zlib 1.2.11 Lemures Lemniscati
2018-03-17 11:20 ` Marco Atzeri
2018-03-17 12:12 ` Andrey Repin
2018-03-17 12:42   ` Lemures Lemniscati

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).