(no subject)

Scott Capps <[email protected]> Fri, 8 Jun 2018 07:11:30 -0700
Newsgroups gmane.comp.graphics.png.devel
Message-ID <CA+r2P-zKNrZ9JjmoC1w=oGOBq0R59Ax_g0NkScKrMaJmj_K49Q@mail.gmail.com>
I am installing libpng using Intel compilers on a CentOS machine.  I can't
get it to pass all of the tests.

CentOS 7.xx Linux 64 Bit Operating System
Xeon 5115 Scalable Cloud Ready Processor Cores / 2.4 GHz

I have tried many latest versions including 1.6.34.  Attached is the
test-suite.log.

Thank you.

-- 
*Scott Capps*
Principal
Atmospheric Data Solutions <http://www.atmosphericdatasolutions.com>
[email protected]
cell: (949) 910-4385

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
png-mng-implement mailing list
png-mng-implement-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/png-mng-implement
test-suite.log (text/x-log, 4.4 KB)
=====================================
   libpng 1.6.34: ./test-suite.log
=====================================

# TOTAL: 33
# PASS:  25
# SKIP:  0
# XFAIL: 0
# FAIL:  8
# XPASS: 0
# ERROR: 0

.. contents:: :depth: 2

FAIL: tests/pngvalid-gamma-alpha-mode
=====================================


Gamma correction with alpha mode:
  8 bit gray:  0.49933
pngvalid: pngvalid: gamma 0.455->2.200 alpha(Porter-Duff): caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-alpha-mode (floating point arithmetic)
FAIL tests/pngvalid-gamma-alpha-mode (exit status: 1)

FAIL: tests/pngvalid-gamma-background
=====================================


Gamma correction with background:
  8 bit gray:  0.49933
pngvalid: pngvalid: gamma 0.455->2.200 bckg(Unique):(34215)^0.885: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-background (floating point arithmetic)
FAIL tests/pngvalid-gamma-background (exit status: 1)

FAIL: tests/pngvalid-gamma-expand16-alpha-mode
==============================================


Gamma correction with alpha mode:
  8 bit gray:  128.32752
pngvalid: pngvalid: gamma 0.455->2.200 alpha(Porter-Duff): caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-alpha-mode --expand16 (floating point arithmetic)
FAIL tests/pngvalid-gamma-expand16-alpha-mode (exit status: 1)

FAIL: tests/pngvalid-gamma-expand16-background
==============================================


Gamma correction with background:
  8 bit gray:  128.32752
pngvalid: pngvalid: gamma 0.455->2.200 bckg(Unique):(15677)^0.885: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-background --expand16 (floating point arithmetic)
FAIL tests/pngvalid-gamma-expand16-background (exit status: 1)

FAIL: tests/pngvalid-gamma-expand16-transform
=============================================

Gamma correction error summary

The printed value is the maximum error in the pixel values
calculated by the libpng gamma correction code.  The error
is calculated as the difference between the output pixel
value (always an integer) and the ideal value from the
libpng specification (typically not an integer).

Expect this value to be less than .5 for 8 bit formats,
less than 1 for formats with fewer than 8 bits and a small
number (typically less than 5) for the 16 bit formats.
For performance reasons the value for 16 bit formats
increases when the image file includes an sBIT chunk.

Basic gamma correction:
  2 bit gray:  127.07023
  4 bit gray:  127.07023
  8 bit gray:  128.32752
pngvalid: pngvalid: gamma 0.455->1.000: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-transform --expand16 (floating point arithmetic)
FAIL tests/pngvalid-gamma-expand16-transform (exit status: 1)

FAIL: tests/pngvalid-gamma-sbit
===============================


Gamma correction with sBIT:
pngvalid: pngvalid: sbit(8) 0.455->1.000: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-sbit (floating point arithmetic)
FAIL tests/pngvalid-gamma-sbit (exit status: 1)

FAIL: tests/pngvalid-gamma-transform
====================================

Gamma correction error summary

The printed value is the maximum error in the pixel values
calculated by the libpng gamma correction code.  The error
is calculated as the difference between the output pixel
value (always an integer) and the ideal value from the
libpng specification (typically not an integer).

Expect this value to be less than .5 for 8 bit formats,
less than 1 for formats with fewer than 8 bits and a small
number (typically less than 5) for the 16 bit formats.
For performance reasons the value for 16 bit formats
increases when the image file includes an sBIT chunk.

Basic gamma correction:
  2 bit gray:  0.50495
  4 bit gray:  0.81888
  8 bit gray:  0.49933
pngvalid: pngvalid: gamma 0.455->1.000: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --gamma-transform (floating point arithmetic)
FAIL tests/pngvalid-gamma-transform (exit status: 1)

FAIL: tests/pngvalid-transform
==============================

pngvalid: pngvalid: transform: +rgb_to_gray^0.38168: caught signal: floating point exception
pngvalid: 1 errors, 0 warnings
FAIL: pngvalid --strict --transform (floating point arithmetic)
FAIL tests/pngvalid-transform (exit status: 1)