Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1760

Summary: povray-3.1g-r3 is misconfigured wrt libpng
Product: Gentoo Linux Reporter: Sandy McArthur <Sandy>
Component: Current packagesAssignee: Achim Gottinger (RETIRED) <achim>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Low    
Version: 1.0 RC6 r14   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 1783    
Bug Blocks:    

Description Sandy McArthur 2002-04-14 03:17:28 UTC
I was writing a new povray ebuild to figure out how to add support for icc and
what not and I noticed that I got this error:

libpng: Application was compiled with png.h from libpng-1.0.3
libpng: Application  is  running with png.c from libpng-1.2.1
libpng: Incompatible libpng version in application and library

File init error.
Error allocating PNG data structures

Basicly the povray package comes with a version of libpng. I think we need to do
one of the following in decreasing preference: tell povray to use the system
libpng, change the DEPEND to use  libpng-1.0.12-r1, or have it compile it's own
libpng in staticly. I haven't test any of those so I don't know what will work.

I'll figure it out tommorow because I want to get povray working with icc.
Comment 1 Sandy McArthur 2002-04-14 12:37:23 UTC
worst case merging libpng-1.0.3 and then re-merging povray works. I still wanna
see if I can make povray use whatever newest version of libpng is installed.
Comment 2 Sandy McArthur 2002-04-14 20:15:50 UTC
Submitted fix in bug #1783. Setting to FIXED as this isn't needed.